Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0038025
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2018-03-01 18:282018-03-23 10:44
ReportermalsasuaView Statuspublic 
Assigned Togorka_gil 
PrioritynormalResolutionfixedFixed in VersionRR18Q2
StatusclosedFix in branchFixed in SCM revision729e2d02846f
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0038025: Allow configure if new receipt is created or not with tickets opened

Descriptionwhen there are several tickets opened in the POS, when you complete one of them, previous ticket is displayed, no new blank receipt is created.

It should be possible to configure if the new receipt is created or previous ticket is displayed
Steps To ReproducePOS:
. create new ticket (receipt1)
. add line (no pay)
. create new ticket (receipt2)
. add line
. pay receipt2
ticket receipt1 is displayed
Proposed Solutionin this line:
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/68f5363f9f46/web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js#l414 [^]
Add a condition checking the new preference,
if true:
orderList.deleteCurrent(true);
else
orderList.deleteCurrent();
TagsNo tags attached.
Attached Files? file icon patch38025_dkt.dif [^] (5,338 bytes) 2018-03-06 10:25

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0103430)
hgbot (developer)
2018-03-22 14:17

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 729e2d02846f906193a77392c62ac476355290a0
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Tue Mar 20 19:00:27 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/729e2d02846f906193a77392c62ac476355290a0 [^]

Fixes issue 38025: Added preference OBPOS_alwaysCreateNewReceiptAfterPayReceipt

---
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.retail.posterminal/js/utils/ticketCloseUtils.js
---

- Issue History
Date Modified Username Field Change
2018-03-01 18:28 malsasua New Issue
2018-03-01 18:28 malsasua Assigned To => Retail
2018-03-01 18:28 malsasua Resolution time => 1521586800
2018-03-01 18:28 malsasua Triggers an Emergency Pack => No
2018-03-01 18:37 malsasua Proposed Solution updated
2018-03-06 10:25 malsasua File Added: patch38025_dkt.dif
2018-03-13 13:28 gorka_gil Assigned To Retail => gorka_gil
2018-03-22 14:17 hgbot Checkin
2018-03-22 14:17 hgbot Note Added: 0103430
2018-03-22 14:17 hgbot Status new => resolved
2018-03-22 14:17 hgbot Resolution open => fixed
2018-03-22 14:17 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/729e2d02846f906193a77392c62ac476355290a0 [^]
2018-03-23 10:44 marvintm Review Assigned To => marvintm
2018-03-23 10:44 marvintm Status resolved => closed
2018-03-23 10:44 marvintm Fixed in Version => RR18Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker