Openbravo Issue Tracking System - Retail Modules
View Issue Details
0023949Retail ModulesWeb POSpublic2013-05-30 18:062013-06-18 19:10
Orekaria 
marvintm 
normalminoralways
closedfixed 
5
 
RMP24 
guilleaer
No
0023949: The list of receipts is not updated with the latest values
The list of receipts is not updated with the latest values
Open the POS
Login as vallblanca
Create a second receipt
Tap on the corner to choose a different receipt
The quantity is wrong
No tags attached.
Issue History
2013-05-30 18:06OrekariaNew Issue
2013-05-30 18:06OrekariaAssigned To => marvintm
2013-05-30 18:42OrekariaNote Added: 0059080
2013-05-30 18:42OrekariaNote Edited: 0059080bug_revision_view_page.php?bugnote_id=0059080#r4753
2013-05-30 18:44OrekariaNote Edited: 0059080bug_revision_view_page.php?bugnote_id=0059080#r4754
2013-06-10 15:34hgbotCheckin
2013-06-10 15:34hgbotNote Added: 0059302
2013-06-10 15:34hgbotStatusnew => resolved
2013-06-10 15:34hgbotResolutionopen => fixed
2013-06-10 15:34hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/975336eff91814f0db8179b99726f7200e65550a [^]
2013-06-11 13:26hgbotCheckin
2013-06-11 13:26hgbotNote Added: 0059344
2013-06-11 13:26hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/975336eff91814f0db8179b99726f7200e65550a [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/975336eff91814f0db8179b99726f7200e65550a [^]
2013-06-18 19:10guilleaerReview Assigned To => guilleaer
2013-06-18 19:10guilleaerNote Added: 0059500
2013-06-18 19:10guilleaerStatusresolved => closed
2013-06-18 19:10guilleaerFixed in Version => RMP24

Notes
(0059080)
Orekaria   
2013-05-30 18:42   
(edited on: 2013-05-30 18:44)
Overhaul all the logic of that modal window
Take out calls to subobjects


Check this:

- assign enyo.id to objects and reference
- remove the miriad of calls between objects in the modal and counter
- pointofsale.js (
    49: onSetReceiptsList: 'setReceiptsList' / event and function
    700: call to receiptview.setOrderList(receiptList)
    
- modalreceipts.js (remove receiptList and changed)

- listreceiptscounter.js
    remove setReceiptsList event and the call
    move the orderList.on event to a higher instance

- ps-receiptview.js
    remove the orderList from this object and the associated changed event

etc

(0059302)
hgbot   
2013-06-10 15:34   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 975336eff91814f0db8179b99726f7200e65550a
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Jun 10 15:33:45 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/975336eff91814f0db8179b99726f7200e65550a [^]

Fixed issue 23949. The list of orders will show correctly now

---
M src-db/database/sourcedata/AD_TABLE.xml
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0059344)
hgbot   
2013-06-11 13:26   
Repository: erp/pmods/org.openbravo.retail.posterminal.multiorder
Changeset: 975336eff91814f0db8179b99726f7200e65550a
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Jun 10 15:33:45 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/975336eff91814f0db8179b99726f7200e65550a [^]

Fixed issue 23949. The list of orders will show correctly now

---
M src-db/database/sourcedata/AD_TABLE.xml
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0059500)
guilleaer   
2013-06-18 19:10   
verified