Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030805Retail ModulesWeb POSpublic2015-09-09 16:062015-09-21 16:05
marvintm 
Orekaria 
normalminoralways
closedfixed 
5
 
RR15Q4 
mtaal
No
0030805: Clone of the receipt is no longer necessary, so it should be reverted
Due to several problems the receipt is currently being cloned every time it is completed. However, some fixes done make this obsolete and not needed, so it should be removed.
.
No tags attached.
related to design defect 0030479RR15Q4 closed Orekaria Stabilization: Creating a clone of an object should not fire any event 
depends on defect 0030465RR15Q4 closed Orekaria Stabillization: When the receipt is done, an immutable copy of it should be used in the involved asynchronous processes 
Issue History
2015-09-09 16:06marvintmNew Issue
2015-09-09 16:06marvintmAssigned To => Orekaria
2015-09-09 16:06marvintmTriggers an Emergency Pack => No
2015-09-09 16:07marvintmRelationship addedrelated to 0030479
2015-09-09 17:12OrekariaRelationship addeddepends on 0030465
2015-09-10 14:40hgbotCheckin
2015-09-10 14:40hgbotNote Added: 0080317
2015-09-10 14:40hgbotStatusnew => resolved
2015-09-10 14:40hgbotResolutionopen => fixed
2015-09-10 14:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6b56e870b9cacb72037612b4f9d60c3b110febc5 [^]
2015-09-11 15:39marvintmReview Assigned To => marvintm
2015-09-11 15:39marvintmStatusresolved => closed
2015-09-17 23:11hgbotCheckin
2015-09-17 23:11hgbotNote Added: 0080470
2015-09-17 23:11hgbotStatusclosed => resolved
2015-09-17 23:11hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6b56e870b9cacb72037612b4f9d60c3b110febc5 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8e48607076290137f8d705641da8bacf043c9661 [^]
2015-09-18 11:28mtaalReview Assigned Tomarvintm => mtaal
2015-09-21 16:05mtaalNote Added: 0080535
2015-09-21 16:05mtaalStatusresolved => closed
2015-09-21 16:05mtaalFixed in Version => RR15Q4

Notes
(0080317)
hgbot   
2015-09-10 14:40   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6b56e870b9cacb72037612b4f9d60c3b110febc5
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Thu Sep 10 03:55:44 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6b56e870b9cacb72037612b4f9d60c3b110febc5 [^]

Fixes issue 30805: Remove the clones created in the closing process

- the receipt check that is performed in the callback of the 'closed' event, should be enough to get the same goal; that is, that no receipt change is allowed when the receipt is closed

---
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
---
(0080470)
hgbot   
2015-09-17 23:11   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 8e48607076290137f8d705641da8bacf043c9661
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Sat Sep 12 00:16:57 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8e48607076290137f8d705641da8bacf043c9661 [^]

Fixes issue 30805: Remove the cloning of the receipt. add a callback when the action is cancelled

---
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
---
(0080535)
mtaal   
2015-09-21 16:05   
Discussed and reviewed