Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043354Retail ModulesLayaway orderpublic2020-02-26 22:232020-04-28 07:21
AugustoMauch 
rqueralta 
normalminorhave not tried
closedfixed 
5
 
RR20Q2 
jorge-garcia
No
0043354: Layaway with no payments is showing empty payment breakdown label
When loading a layaway with no payments, the payment breakdown label is being shown at the bottom of the ticket. It shows no payments, but the payment breakdown label itself should be hidden.
In the webpos:
- Create a layaway with no payments, close it.
- Use Open Receipt to open the layaway
- Check that the Payment Breakdown label is shown
NOR
related to defect 0043754 closed prakashmurugesan88 Open a on-credit ticket with no payments is showing empty payment breakdown label 
Issue History
2020-02-26 22:23AugustoMauchNew Issue
2020-02-26 22:23AugustoMauchAssigned To => Retail
2020-02-26 22:23AugustoMauchTriggers an Emergency Pack => No
2020-02-27 23:21rafarodaIssue Monitored: rafaroda
2020-02-27 23:21rafarodaTag Attached: NOR
2020-02-28 10:44AugustoMauchResolution time => 1584054000
2020-03-02 19:49rqueraltaAssigned ToRetail => rqueralta
2020-03-02 19:49rqueraltaStatusnew => scheduled
2020-03-04 01:17hgbotCheckin
2020-03-04 01:17hgbotNote Added: 0118308
2020-03-04 01:17hgbotStatusscheduled => resolved
2020-03-04 01:17hgbotResolutionopen => fixed
2020-03-04 01:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c57b957986c68f6fca9515451569790ab9505454 [^]
2020-03-12 16:59jorge-garciaReview Assigned To => jorge-garcia
2020-03-12 17:09jorge-garciaNote Added: 0118556
2020-03-12 17:09jorge-garciaStatusresolved => closed
2020-03-12 17:10jorge-garciaFixed in Version => RR20Q2
2020-04-16 14:19AugustoMauchRelationship addedrelated to 0043754
2020-04-28 07:21hgbotCheckin
2020-04-28 07:21hgbotNote Added: 0119450

Notes
(0118308)
hgbot   
2020-03-04 01:17   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c57b957986c68f6fca9515451569790ab9505454
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Mon Mar 02 18:11:21 2020 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c57b957986c68f6fca9515451569790ab9505454 [^]

Fixed BUG-43354: Layaway with no payments is showing empty payment breakdown
label

- If layaway don't have payments the Payment breakdown is hidden

---
M web/org.openbravo.retail.posterminal/js/components/order.js
---
(0118556)
jorge-garcia   
2020-03-12 17:09   
Code reviewed and tested
(0119450)
hgbot   
2020-04-28 07:21   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: cd727c943731c1bf003443134197a59b3717edb0
Author: Prakash M <prakash <at> qualiantech.com>
Date: Tue Apr 28 10:50:22 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cd727c943731c1bf003443134197a59b3717edb0 [^]

Fixed BUG-43754: Opening On-credit ticket with no payments shows empty payment
breakdown label

* In issue 43354, 'payment breakdown' is hidden if there is no payment for layaway.
* But this should be fixed other applicable document type as well, eg paid receipt

* 'payment breakdown' is hidden if there is no payment for all applicable receipt.

---
M web/org.openbravo.retail.posterminal/js/components/order.js
---