Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039055Retail ModulesWeb POSpublic2018-07-26 12:052018-12-17 10:21
martinsdan 
Retail 
normalmajoralways
closedfixed 
30Openbravo Appliance 14.04
 
RR19Q1 
marvintm
No
0039055: Split lines process should be extensible
The split lines feature can have an impact on extensions of the POS. To allow those extensions to deal with splitted lines this process should be extensible.
Check that there is no hook in the split process.
Add a hook at the end of the process, after splitting lines, with the following arguments:
- receipt
- original line (already changed)
- splitted lines

Attached is the proposed solution (this was created in an old version but the only difference is the use of the SynchronizationHelper)
No tags attached.
diff proposedSolution.diff (1,027) 2018-07-26 12:05
https://issues.openbravo.com/file_download.php?file_id=12010&type=bug
Issue History
2018-07-26 12:05martinsdanNew Issue
2018-07-26 12:05martinsdanAssigned To => Retail
2018-07-26 12:05martinsdanFile Added: proposedSolution.diff
2018-07-26 12:05martinsdanTriggers an Emergency Pack => No
2018-12-14 14:39hgbotCheckin
2018-12-14 14:39hgbotNote Added: 0108616
2018-12-14 14:39hgbotStatusnew => resolved
2018-12-14 14:39hgbotResolutionopen => fixed
2018-12-14 14:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b75986abd5f93f776c861b82d7cc834f7278287c [^]
2018-12-17 10:21marvintmReview Assigned To => marvintm
2018-12-17 10:21marvintmStatusresolved => closed
2018-12-17 10:21marvintmFixed in Version => RR19Q1

Notes
(0108616)
hgbot   
2018-12-14 14:39   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b75986abd5f93f776c861b82d7cc834f7278287c
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Mon Sep 03 15:58:01 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b75986abd5f93f776c861b82d7cc834f7278287c [^]

Fixed issue 39055: Add new OBPOS_PostSplitLine hook in Split Line process

---
M web/org.openbravo.retail.posterminal/js/components/modalsplitlines.js
---