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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031285
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorhave not tried2015-10-28 17:422016-01-22 12:00
ReporteradrianromeroView Statuspublic 
Assigned Toadrianromero 
PrioritynormalResolutionfixedFixed in VersionRR16Q1
StatusclosedFix in branchFixed in SCM revision40f6dce4fbf1
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression levelCoding ( Testing )
Regression date2015-10-28
Regression introduced in releasepi
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ecee7e9e60422cad7386b819160fa9303ef9b3a0 [^]
Triggers an Emergency PackNo
Summary

0031285: The printed receipt does not show payment information and prints the label DRAFT

DescriptionThe receipt printed when I pay a receipt/layaway does not have payment information and prints the label DRAFT.

See attached image
Steps To ReproduceInstall and configure the Hardware Manager
Create a receipt and print it
See that the payments information does not exist and its printed DRAFT
Proposed SolutionSee attached diff
TagsNo tags attached.
Attached Filespng file icon Captura de pantalla de 2015-10-28 17:41:18.png [^] (84,354 bytes) 2015-10-28 17:42


patch file icon 318.patch [^] (1,019 bytes) 2015-10-29 10:27 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0031290RR15Q4 closedmarvintm The printed receipt does not show payment information and prints the label DRAFT 

-  Notes
(0081451)
hgbot (developer)
2015-11-03 16:52

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f44a91bb011e5a8229467073ffb33941e03beb1c
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Oct 29 09:22:00 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f44a91bb011e5a8229467073ffb33941e03beb1c [^]

Fixes issue 0031285: The printed receipt does not show payment information and prints the label DRAFT
* Payments were deleted in the cloned receipt sent to the printer. Now payments are properly stored in cloned receipt

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0081455)
adrianromero (manager)
2015-11-03 16:54

Now it prints the payments but still prints the "DRAFT" label on closed receipts
(0081701)
hgbot (developer)
2015-11-11 12:58

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1e17d483a24af3b030ab3b4b1ac167a4cef1c6bf
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Thu Nov 05 13:56:29 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1e17d483a24af3b030ab3b4b1ac167a4cef1c6bf [^]

Related to bug 31285: The printed receipt now shows 'You have paid' label
Set 'hasbeenpaid' = Y to the order before sending it to the hardware manager

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0081721)
Orekaria (administrator)
2015-11-11 17:18

hasbeenpaid is not always 'Y'

orderToPrint.set('hasbeenpaid', 'Y');
(0081734)
hgbot (developer)
2015-11-12 09:14

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 40f6dce4fbf135ec830aeaa8785a9e7152ee0d57
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Nov 12 09:13:17 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/40f6dce4fbf135ec830aeaa8785a9e7152ee0d57 [^]

Fixes issue 0031285: The printed receipt does not show payment information and prints the label DRAFT
* Setting the property hasbeignpaid in the right place

---
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0083566)
hgbot (developer)
2016-01-22 12:00

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: bd82af00a8808971b76788763efc5bac4d5abd32
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Thu Nov 05 13:56:29 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bd82af00a8808971b76788763efc5bac4d5abd32 [^]

Related to bug 31285: The printed receipt now shows 'You have paid' label
Set 'hasbeenpaid' = Y to the order before sending it to the hardware manager

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---

- Issue History
Date Modified Username Field Change
2015-10-28 17:42 adrianromero New Issue
2015-10-28 17:42 adrianromero Assigned To => Retail
2015-10-28 17:42 adrianromero File Added: Captura de pantalla de 2015-10-28 17:41:18.png
2015-10-28 17:42 adrianromero Regression level => Coding ( Testing )
2015-10-28 17:42 adrianromero Regression date => 2015-10-28
2015-10-28 17:42 adrianromero Regression introduced in release => pi
2015-10-28 17:42 adrianromero Triggers an Emergency Pack => No
2015-10-29 10:11 Orekaria Status new => scheduled
2015-10-29 10:11 Orekaria Assigned To Retail => adrianromero
2015-10-29 10:11 Orekaria Type defect => feature request
2015-10-29 10:13 Orekaria Type feature request => defect
2015-10-29 10:27 adrianromero Regression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ecee7e9e60422cad7386b819160fa9303ef9b3a0 [^]
2015-10-29 10:27 adrianromero Proposed Solution updated
2015-10-29 10:27 adrianromero File Added: 318.patch
2015-10-29 10:43 marvintm Status scheduled => acknowledged
2015-10-29 10:43 marvintm Status acknowledged => scheduled
2015-11-03 16:52 hgbot Checkin
2015-11-03 16:52 hgbot Note Added: 0081451
2015-11-03 16:52 hgbot Status scheduled => resolved
2015-11-03 16:52 hgbot Resolution open => fixed
2015-11-03 16:52 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f44a91bb011e5a8229467073ffb33941e03beb1c [^]
2015-11-03 16:54 adrianromero Note Added: 0081455
2015-11-03 16:54 adrianromero Status resolved => new
2015-11-03 16:54 adrianromero Resolution fixed => open
2015-11-03 16:54 adrianromero Status new => scheduled
2015-11-11 12:58 hgbot Checkin
2015-11-11 12:58 hgbot Note Added: 0081701
2015-11-11 16:46 adrianromero Status scheduled => resolved
2015-11-11 16:46 adrianromero Resolution open => fixed
2015-11-11 17:18 Orekaria Note Added: 0081721
2015-11-11 17:18 Orekaria Status resolved => new
2015-11-11 17:18 Orekaria Resolution fixed => open
2015-11-11 17:18 Orekaria Status new => scheduled
2015-11-12 09:14 hgbot Checkin
2015-11-12 09:14 hgbot Note Added: 0081734
2015-11-12 09:14 hgbot Status scheduled => resolved
2015-11-12 09:14 hgbot Resolution open => fixed
2015-11-12 09:14 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f44a91bb011e5a8229467073ffb33941e03beb1c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/40f6dce4fbf135ec830aeaa8785a9e7152ee0d57 [^]
2015-11-12 12:36 marvintm Review Assigned To => marvintm
2015-11-12 12:36 marvintm Status resolved => closed
2015-11-12 12:36 marvintm Fixed in Version => RR15Q4
2015-11-12 12:36 marvintm Status closed => new
2015-11-12 12:36 marvintm Resolution fixed => open
2015-11-12 12:36 marvintm Fixed in Version RR15Q4 =>
2015-11-12 12:37 marvintm Status new => scheduled
2015-11-12 12:37 marvintm Status scheduled => resolved
2015-11-12 12:37 marvintm Fixed in Version => RR16Q1
2015-11-12 12:37 marvintm Resolution open => fixed
2015-11-12 12:37 marvintm Status resolved => closed
2016-01-22 12:00 hgbot Checkin
2016-01-22 12:00 hgbot Note Added: 0083566


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker