Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050822Retail ModulesRetail APIpublic2022-11-10 11:352022-11-11 13:31
marvintm 
Retail 
normalminorhave not tried
closedfixed 
5
 
RR23Q1 
marvintm
No
0050822: A property should be added to the payments in the order to identify the sequence in which they were added
A new property, "lineNo", should be added to the payments in the order.

Besides this, the searchKey of the related promotion should also be exported as part of the discounts of the order.
.
No tags attached.
Issue History
2022-11-10 11:35marvintmNew Issue
2022-11-10 11:35marvintmAssigned To => Triage Platform Conn
2022-11-10 11:35marvintmTriggers an Emergency Pack => No
2022-11-10 11:35marvintmAssigned ToTriage Platform Conn => Retail
2022-11-10 11:37marvintmDescription Updatedbug_revision_view_page.php?rev_id=25089#r25089
2022-11-11 13:31hgbotResolutionopen => fixed
2022-11-11 13:31hgbotStatusnew => resolved
2022-11-11 13:31hgbotFixed in Version => RR23Q1
2022-11-11 13:31hgbotNote Added: 0143473
2022-11-11 13:31hgbotNote Added: 0143474
2022-11-11 13:31hgbotNote Added: 0143475
2022-11-11 13:31hgbotNote Added: 0143476
2022-11-11 13:31hgbotNote Added: 0143477
2022-11-11 13:31marvintmReview Assigned To => marvintm
2022-11-11 13:31marvintmStatusresolved => closed

Notes
(0143473)
hgbot   
2022-11-11 13:31   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: c73873b2aec47a40dc5611201b1dffa4bb699af0
Author: HECTOR CURBELO BARRIOS <HECTOR.CURBELO@SMFCONSULTING.ES>
Date: 11-11-2022 12:31:06
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/c73873b2aec47a40dc5611201b1dffa4bb699af0 [^]

Fixed ISSUE-50822: Change the logic to set value in LineNo for Payment Details

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0143474)
hgbot   
2022-11-11 13:31   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 8ad4c4ece6366b762013627de76aef6d1fb2a6fd
Author: HECTOR CURBELO BARRIOS <HECTOR.CURBELO@SMFCONSULTING.ES>
Date: 11-11-2022 12:31:06
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/8ad4c4ece6366b762013627de76aef6d1fb2a6fd [^]

Fixed ISSUE-50822: Change the logic to set value in LineNo for Payment Details

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0143475)
hgbot   
2022-11-11 13:31   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 09d9df836aa82c0ca2507c98fdb1e23ce8a3bed3
Author: HECTOR CURBELO BARRIOS <HECTOR.CURBELO@SMFCONSULTING.ES>
Date: 11-11-2022 12:31:06
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/09d9df836aa82c0ca2507c98fdb1e23ce8a3bed3 [^]

Revert "Fixed ISSUE-50822: Change the logic to set value in LineNo for Payment Details"

This reverts commit 5ab22f16a7c6cd5b73007003fa1955d1b4c0c825.

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0143476)
hgbot   
2022-11-11 13:31   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: fde46133f6b4ca6466b7779cfa2c2208bca47960
Author: HECTOR CURBELO BARRIOS <HECTOR.CURBELO@SMFCONSULTING.ES>
Date: 11-11-2022 12:31:06
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/fde46133f6b4ca6466b7779cfa2c2208bca47960 [^]

Revert "Revert "Fixed ISSUE-50822: Change the logic to set value in LineNo for Payment Details""

This reverts commit d3a36b9ef004f7dad08a1cf6bd390ddb2f3af649.

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0143477)
hgbot   
2022-11-11 13:31   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 861f08f3b9270b694fcb0fd2e9190a65092bee1f
Author: Antonio Moreno <antonio.moreno@openbravo.com>
Date: 11-11-2022 12:31:06
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/861f08f3b9270b694fcb0fd2e9190a65092bee1f [^]

Related to ISSUE-50822: Remove wrongly defined class-level variable. Ensure lineNo property is correctly calculated for payments, even if they come in successive calls to OrderLoader.

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