Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043133Retail ModulesWeb POSpublic2020-02-06 15:252021-01-19 09:59
samuel_nicuesa 
ranjith_qualiantech_com 
highmajorunable to reproduce
closedfixed 
5
pi 
RR20Q2 
guilleaer
No
0043133: Delete line button should be listening to the same processes as the delete button "ButtonDelete"
Delete line button should be listening to the same processes as delete button (OB.UI.ButtonDelete)
processesToListen: ['calculateReceipt', 'addProduct'],
In some circumstances is possible to delete the line while calculate receipt process is being executed. If we have saveRemovedTicket preference enabled, we could save a line without taxes calculated for example.
Include these processes
processesToListen: ['calculateReceipt', 'addProduct'],

in the deleteLine component

 kind: 'OB.UI.SmallButton',
 name: 'deleteLine',
 i18nContent: 'OBPOS_ButtonDelete',
 classes: 'btnlink-orange',

 processesToListen: ['calculateReceipt', 'addProduct'],


Please, attach a diff for 18Q3
No tags attached.
patch issur 43133 18Q3 source posterminal.patch (1,359) 2020-02-11 08:54
https://issues.openbravo.com/file_download.php?file_id=14008&type=bug
patch issur 43133 18Q3 source mobilecore.patch (857) 2020-02-11 08:54
https://issues.openbravo.com/file_download.php?file_id=14009&type=bug
diff 43133_posterminal_19Q3.diff (1,005) 2021-01-19 09:59
https://issues.openbravo.com/file_download.php?file_id=15263&type=bug
Issue History
2020-02-06 15:25samuel_nicuesaNew Issue
2020-02-06 15:25samuel_nicuesaAssigned To => Retail
2020-02-06 15:25samuel_nicuesaResolution time => 1582758000
2020-02-06 15:25samuel_nicuesaTriggers an Emergency Pack => No
2020-02-06 15:30migueldejuanaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=20306#r20306
2020-02-06 15:30migueldejuanaProposed Solution updated
2020-02-06 16:33ngarciaIssue Monitored: ngarcia
2020-02-10 07:09ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-02-10 10:26ranjith_qualiantech_comStatusnew => scheduled
2020-02-11 08:16ranjith_qualiantech_comFile Added: issur 43133 18Q3 source posterminal.patch
2020-02-11 08:16hgbotCheckin
2020-02-11 08:16hgbotNote Added: 0117622
2020-02-11 08:16hgbotStatusscheduled => resolved
2020-02-11 08:16hgbotResolutionopen => fixed
2020-02-11 08:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/47ceb88a2294c96c89bef52e66254b600044fddc [^]
2020-02-11 08:54ranjith_qualiantech_comFile Deleted: issur 43133 18Q3 source posterminal.patch
2020-02-11 08:54ranjith_qualiantech_comFile Added: issur 43133 18Q3 source posterminal.patch
2020-02-11 08:54ranjith_qualiantech_comFile Added: issur 43133 18Q3 source mobilecore.patch
2020-02-14 19:43guilleaerReview Assigned To => guilleaer
2020-02-14 19:43guilleaerStatusresolved => closed
2020-02-14 19:43guilleaerFixed in Version => RR20Q2
2020-02-18 22:54rafarodaIssue Monitored: rafaroda
2021-01-19 09:59ranjith_qualiantech_comFile Added: 43133_posterminal_19Q3.diff

Notes
(0117622)
hgbot   
2020-02-11 08:16   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 47ceb88a2294c96c89bef52e66254b600044fddc
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 11 12:46:44 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/47ceb88a2294c96c89bef52e66254b600044fddc [^]

Fixed issue 43133 : Added ProcessController for DeleteLine Button

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js
---