Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0034720
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorhave not tried2016-12-13 10:332016-12-22 17:40
ReporterAsantos9View Statuspublic 
Assigned Tojorge-garcia 
PriorityhighResolutionfixedFixed in VersionRR17Q1
StatusclosedFix in branchFixed in SCM revision9f8d7d89ddd5
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toguilleaer
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0034720: Pay Open Tickets blocked

DescriptionTwo layaways tickets in 'Pay Open Tickets' with a delivery condition different of 'pick and carry' is blocked when 'Done' button is clicked.
Steps To Reproduce- Implement the next hook:

OB.UTIL.HookManager.registerHook('OBPOS_preAddPayment', function (args, callback) {
  setTimeout(function(){
    OB.UTIL.HookManager.callbackExecutor(args, callback);
  }, 0)
});

- Create two different layaways tickets with a product and delivery condition different of 'pick and carry'
- Press on the green tick
- Click on 'Done'

Note that the Web POS is bloqued.
Proposed SolutionA callback in addPayment missing
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0092935)
hgbot (developer)
2016-12-22 10:31

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 9f8d7d89ddd55585dd0f3363723d83a601c22fdc
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Dec 22 10:29:10 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9f8d7d89ddd55585dd0f3363723d83a601c22fdc [^]

Fixed issue 34720: Pay Open Tickets blocked

Now, both preAddPayment hooks have a execute a callback. This callback is
received in the definition of the AddPayment function.

All necessary callbacks have been added all modules from retail integration.

---
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0092951)
hgbot (developer)
2016-12-22 17:37

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3154d7e46c51610488917d48421730502d4100d1
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Dec 22 17:36:59 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3154d7e46c51610488917d48421730502d4100d1 [^]

Related to issue 34720: Pay Open Tickets blocked

Remove some useless comments

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---

- Issue History
Date Modified Username Field Change
2016-12-13 10:33 Asantos9 New Issue
2016-12-13 10:33 Asantos9 Assigned To => Retail
2016-12-13 10:33 Asantos9 Triggers an Emergency Pack => No
2016-12-13 10:35 Asantos9 Steps to Reproduce Updated View Revisions
2016-12-15 13:11 jorge-garcia Status new => scheduled
2016-12-15 13:11 jorge-garcia Assigned To Retail => jorge-garcia
2016-12-15 14:53 marvintm Resolution time => 1482966000
2016-12-22 10:31 hgbot Checkin
2016-12-22 10:31 hgbot Note Added: 0092935
2016-12-22 10:31 hgbot Status scheduled => resolved
2016-12-22 10:31 hgbot Resolution open => fixed
2016-12-22 10:31 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9f8d7d89ddd55585dd0f3363723d83a601c22fdc [^]
2016-12-22 17:37 hgbot Checkin
2016-12-22 17:37 hgbot Note Added: 0092951
2016-12-22 17:40 guilleaer Review Assigned To => guilleaer
2016-12-22 17:40 guilleaer Status resolved => closed
2016-12-22 17:40 guilleaer Fixed in Version => RR17Q1


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker