Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042209Retail ModulesWeb POSpublic2019-11-05 13:292019-11-28 17:26
nicolasuriz 
ranjith_qualiantech_com 
immediatecriticalalways
closedfixed 
5
 
RR19Q4RR19Q4 
marvintm
Packaging and release
2019-08-23
main
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/079f14931c5f/src/org/openbravo/retail/posterminal/OrderLoader.java [^]
No
0042209: While doing a Cancel this layaway, the payment no. of the returned its taking the docno.
While doing a Cancel this layaway, the payment no. of the returned its taking the docno. even if the preference "Use Order Document Number for Related Docs" its in N. It should take the sequence and it is not doing it.

We confirmed that it is a regression of the latest release because previously it is not being reproducible in livebuilds.
1. Create a layaway with a partial payment.
2. Synchronize it as a layaway.
3. Open the previous layaway.
4. Do the cancel layaway process and rembourse the money.
5. Check in backend the payment no generated.
No tags attached.
blocks defect 0042195 closed ranjith_qualiantech_com While doing a Cancel this layaway, the payment no. of the returned its taking the docno. 
Issue History
2019-11-06 15:18marvintmTypedefect => backport
2019-11-06 15:18marvintmTarget Version => RR19Q4
2019-11-08 11:54hgbotCheckin
2019-11-08 11:54hgbotNote Added: 0115477
2019-11-08 11:54hgbotStatusscheduled => resolved
2019-11-08 11:54hgbotResolutionopen => fixed
2019-11-08 11:54hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR19Q4/org.openbravo.retail.posterminal/rev/dfd1ca1b6002ed68a902044c1cba5f53ea2bd1ef [^]
2019-11-28 17:26marvintmReview Assigned To => marvintm
2019-11-28 17:26marvintmStatusresolved => closed
2019-11-28 17:26marvintmFixed in Version => RR19Q4

Notes
(0115477)
hgbot   
2019-11-08 11:54   
Repository: retail/backports/3.0RR19Q4/org.openbravo.retail.posterminal
Changeset: dfd1ca1b6002ed68a902044c1cba5f53ea2bd1ef
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Nov 08 16:23:59 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR19Q4/org.openbravo.retail.posterminal/rev/dfd1ca1b6002ed68a902044c1cba5f53ea2bd1ef [^]

Fixed issue 42209 : DocumentNoHandler should be implemented in CancelLayawayLoader

* To Update DocumentNo for Payments, DocumentNoHandler should be implemented

---
M src/org/openbravo/retail/posterminal/CancelLayawayLoader.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
---