Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033765Retail ModulesWeb POSpublic2016-08-23 13:532016-09-05 10:06
jorge-garcia 
shivum039 
normalmajoralways
closedfixed 
5
 
 
migueldejuana
No
0033765: When the user pays partially a open ticket, a new empty receipt is created
When the user pays a open ticket partially, a new empty receipt is created.
1 - Login in the WebPOS
2 - Open the menu
3 - Tap on Pay Open Tickets
4 - Click on Search Button and select one layaway record. Then click done button. The payment window is rendered with the record to pay.
5 - Click on the record and a popup is shown, set a partial payment and pay it.
6 - After the synchronization, a new empty receipt has been created (this is wrong) instead of using the existing empty receipt.
No tags attached.
Issue History
2016-08-23 13:53jorge-garciaNew Issue
2016-08-23 13:53jorge-garciaAssigned To => Retail
2016-08-23 13:53jorge-garciaTriggers an Emergency Pack => No
2016-08-23 13:54jorge-garciaStatusnew => acknowledged
2016-08-24 10:50shivum039Assigned ToRetail => shivum039
2016-08-24 10:50shivum039Statusacknowledged => scheduled
2016-08-29 14:21hgbotCheckin
2016-08-29 14:21hgbotNote Added: 0089499
2016-08-29 14:21hgbotCheckin
2016-08-29 14:21hgbotNote Added: 0089500
2016-08-29 14:21hgbotStatusscheduled => resolved
2016-08-29 14:21hgbotResolutionopen => fixed
2016-08-29 14:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e490a04deafacffef071318734ea5f2db2d758c0 [^]
2016-09-05 10:06migueldejuanaReview Assigned To => migueldejuana
2016-09-05 10:06migueldejuanaNote Added: 0089728
2016-09-05 10:06migueldejuanaStatusresolved => closed

Notes
(0089499)
hgbot   
2016-08-29 14:21   
Repository: tools/automation/pi-mobile
Changeset: e3bc1941d775368df3a4083bd490f745ecd6a422
Author: Shivanand Madiwalar <shivanand.madiwalar <at> promantia.com>
Date: Mon Aug 29 17:50:56 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e3bc1941d775368df3a4083bd490f745ecd6a422 [^]

Verifies Issue 33765 : When the user pays partially a open ticket, a new empty receipt is created .

Resolution Added To Avoid The Problem Of creating new receipt when a receipt already is in Queue .

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I33765_AvoidEmptyReceiptWhenDraftIsPresent.java
---
(0089500)
hgbot   
2016-08-29 14:21   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e490a04deafacffef071318734ea5f2db2d758c0
Author: Shivanand Madiwalar <shivanand.madiwalar <at> promantia.com>
Date: Mon Aug 29 17:50:25 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e490a04deafacffef071318734ea5f2db2d758c0 [^]

Fixes Issue 33765 : When the user pays partially a open ticket, a new empty receipt is created .

Resolution Added To Avoid The Problem Of creating new receipt when a receipt already is in Queue .

---
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0089728)
migueldejuana   
2016-09-05 10:06   
Tested and reviewed