Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035512Retail ModulesWeb POSpublic2017-03-14 16:402017-10-23 18:06
asiermartirena 
asiermartirena 
normalmajoralways
closedfixed 
5
 
RR17Q3 
marvintm
No
0035512: Payments are not correctly loaded in Web POS
When loading an order in Web POS, a payment is generated for each payment schedule detail in the order. This is not correct. A payment must be loaded for each distinct payment related to the payment schedule details of the order, summing the quantity of the details that belongs to the same payment.
Load an order in Web POS.

To have the inconsistent situation, the current Web POS is not able to generate payments with separated payment details, is necessary to create them from backend.

Later, with BUT's contributions, will be possible to do it.
No tags attached.
depends on defect 0035511 closed asiermartirena Openbravo ERP When doing a C&R process, the finacc_txn_amount field of the netting payment is not set to 0 
diff issue_35512.diff (6,862) 2017-03-15 09:25
https://issues.openbravo.com/file_download.php?file_id=10568&type=bug
Issue History
2017-03-14 16:40asiermartirenaNew Issue
2017-03-14 16:40asiermartirenaAssigned To => asiermartirena
2017-03-14 16:40asiermartirenaTriggers an Emergency Pack => No
2017-03-15 08:51asiermartirenaRelationship addeddepends on 0035511
2017-03-15 09:25asiermartirenaFile Added: issue_35512.diff
2017-05-25 10:36hgbotCheckin
2017-05-25 10:36hgbotNote Added: 0096787
2017-05-25 10:36hgbotStatusnew => resolved
2017-05-25 10:36hgbotResolutionopen => fixed
2017-05-25 10:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/58c990ee3490b0db62afcb9c5c5a5d6859065727 [^]
2017-06-12 09:19marvintmReview Assigned To => marvintm
2017-06-12 09:19marvintmStatusresolved => closed
2017-06-12 09:19marvintmFixed in Version => RR17Q3
2017-10-23 18:06eugeniIssue Monitored: eugeni

Notes
(0096787)
hgbot   
2017-05-25 10:36   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 58c990ee3490b0db62afcb9c5c5a5d6859065727
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Tue May 09 16:15:46 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/58c990ee3490b0db62afcb9c5c5a5d6859065727 [^]

Fixed issue 35512: Payments are not correctly loaded in Web POS.

When loading an order in Web POS, a payment is generated for each payment schedule detail in the order. This is not correct. A payment must be loaded for each distinct payment related to the payment schedule details of the order, summing the quantity of the details that belongs to the same payment.

---
M src/org/openbravo/retail/posterminal/PaidReceipts.java
M src/org/openbravo/retail/posterminal/PaidReceiptsPaymentsProperties.java
---