Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031290Retail ModulesWeb POSpublic2015-10-28 17:422015-11-12 12:36
adrianromero 
marvintm 
normalmajorhave not tried
closedfixed 
5
 
RR15Q4RR15Q4 
marvintm
Coding ( Testing )
2015-10-28
pi
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ecee7e9e60422cad7386b819160fa9303ef9b3a0 [^]
No
0031290: The printed receipt does not show payment information and prints the label DRAFT
The receipt printed when I pay a receipt/layaway does not have payment information and prints the label DRAFT.

See attached image
Install and configure the Hardware Manager
Create a receipt and print it
See that the payments information does not exist and its printed DRAFT
See attached diff
No tags attached.
blocks defect 0031285 closed adrianromero The printed receipt does not show payment information and prints the label DRAFT 
Issue History
2015-10-29 10:43marvintmTypedefect => backport
2015-10-29 10:43marvintmTarget Version => RR15Q4
2015-10-29 10:44marvintmAssigned Toadrianromero => marvintm
2015-11-12 10:37hgbotCheckin
2015-11-12 10:37hgbotNote Added: 0081740
2015-11-12 10:37hgbotStatusscheduled => resolved
2015-11-12 10:37hgbotResolutionopen => fixed
2015-11-12 10:37hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/3300f2ab5d2bd2efc7d7347aded9f164d9a60282 [^]
2015-11-12 10:37hgbotCheckin
2015-11-12 10:37hgbotNote Added: 0081741
2015-11-12 10:38hgbotCheckin
2015-11-12 10:38hgbotNote Added: 0081742
2015-11-12 10:38hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/3300f2ab5d2bd2efc7d7347aded9f164d9a60282 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/3338f781dc2d86a7590bd36c57957ce46adff64c [^]
2015-11-12 12:36marvintmReview Assigned To => marvintm
2015-11-12 12:36marvintmStatusresolved => closed
2015-11-12 12:36marvintmFixed in Version => RR15Q4

Notes
(0081740)
hgbot   
2015-11-12 10:37   
Repository: retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal
Changeset: 3300f2ab5d2bd2efc7d7347aded9f164d9a60282
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Oct 29 09:22:00 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/3300f2ab5d2bd2efc7d7347aded9f164d9a60282 [^]

Fixes issue 31290: 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
---
(0081741)
hgbot   
2015-11-12 10:37   
Repository: retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal
Changeset: 2bc0c7302f0b14be0b5eef3382644f836ad828bc
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Thu Nov 05 13:56:29 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/2bc0c7302f0b14be0b5eef3382644f836ad828bc [^]

Related to bug 31290: 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
---
(0081742)
hgbot   
2015-11-12 10:38   
Repository: retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal
Changeset: 3338f781dc2d86a7590bd36c57957ce46adff64c
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Nov 12 09:13:17 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/3338f781dc2d86a7590bd36c57957ce46adff64c [^]

Fixes issue 31290: 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
---