Openbravo Issue Tracking System - Retail Modules
View Issue Details
0048583Retail ModulesLayaway orderpublic2022-02-14 07:472022-02-14 08:13
prakashmurugesan88 
prakashmurugesan88 
normalminoralways
closedfixed 
5
 
RR22Q2 
marvintm
No
0048583: When a layaway ticket is fully paid, unable to identify whether Originally a Layaway is being processed
When a layaway ticket is fully paid, its order type is '0' (i.e Order).
Order type is 2 only for Draft Layaway.
But in this scenario, a customer wants to identify if actually a layaway that is being completely paid.
Existing 'isLayaway' flag will be true only when it is loaded from Backend.
Add new flag to identify Originally a layaway is being processed.
Create a new ticket
Select layaway this receipt from menu
Add some products
Goto payment and completely pay and process the receipt.
Notice: In Request sent to the BO, Order type is '0'.
Also isLayway flag is false.

Need to identify the receipt is Originally a layaway that is being processed.
Add new flag to identify a layaway is being processed.
No tags attached.
Issue History
2022-02-14 07:47prakashmurugesan88New Issue
2022-02-14 07:47prakashmurugesan88Assigned To => prakashmurugesan88
2022-02-14 07:47prakashmurugesan88Triggers an Emergency Pack => No
2022-02-14 07:47prakashmurugesan88Statusnew => scheduled
2022-02-14 07:53prakashmurugesan88SummaryWhen a layaway ticket is fully paid, unable to identify whether Layaway is being processed => When a layaway ticket is fully paid, unable to identify whether Originally a Layaway is being processed
2022-02-14 07:53prakashmurugesan88Description Updatedbug_revision_view_page.php?rev_id=23652#r23652
2022-02-14 07:53prakashmurugesan88Steps to Reproduce Updatedbug_revision_view_page.php?rev_id=23654#r23654
2022-02-14 07:55prakashmurugesan88Note Added: 0134949
2022-02-14 08:12marvintmDescription Updatedbug_revision_view_page.php?rev_id=23655#r23655
2022-02-14 08:13hgbotResolutionopen => fixed
2022-02-14 08:13hgbotStatusscheduled => resolved
2022-02-14 08:13hgbotFixed in Version => RR22Q2
2022-02-14 08:13hgbotNote Added: 0134950
2022-02-14 08:13marvintmReview Assigned To => marvintm
2022-02-14 08:13marvintmStatusresolved => closed

Notes
(0134949)
prakashmurugesan88   
2022-02-14 07:55   
Created Following Merge Request,
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/710 [^]
(0134950)
hgbot   
2022-02-14 08:13   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: deae40a6ca74aef0b8b7234698518a30f80a42a8
Author: Prakash M <prakash@qualiantech.com>
Date: 14-02-2022 12:22:10
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/deae40a6ca74aef0b8b7234698518a30f80a42a8 [^]

Fixed BUG-48583: Added new flag isLayawayReceipt to identify the receipt is originally a layaway

---
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/CompleteTicketUtils.js
---