Openbravo Issue Tracking System - Retail Modules
View Issue Details
0048460Retail ModulesWeb POSpublic2022-01-21 10:432022-01-27 08:57
nicola_uva 
nicola_uva 
normaltrivialhave not tried
closedfixed 
5
 
piRR22Q2 
No
0048460: Contribution : Create an abstract class that implements CountSafeboxHook
Create a new abstract class that implement CountSafeboxHook interface in order to have backwards compatibility + add new methods to set FinaccTransaction
N/A
No tags attached.
Issue History
2022-01-21 10:43nicola_uvaNew Issue
2022-01-21 10:43nicola_uvaAssigned To => nicola_uva
2022-01-21 10:43nicola_uvaTriggers an Emergency Pack => No
2022-01-21 10:47nicola_uvaSummaryContrbution : Add a new hook in pos terminal => Contribution : Add a new hook ProcessCountSafeBoxHook
2022-01-21 13:02hgbotNote Added: 0134486
2022-01-24 18:25nicola_uvaSummaryContribution : Add a new hook ProcessCountSafeBoxHook => Contribution : Create an abstract class that implements CountSafeboxHook
2022-01-24 18:25nicola_uvaDescription Updatedbug_revision_view_page.php?rev_id=23572#r23572
2022-01-27 08:57hgbotResolutionopen => fixed
2022-01-27 08:57hgbotStatusnew => closed
2022-01-27 08:57hgbotNote Added: 0134586
2022-01-27 08:57hgbotFixed in Version => RR22Q2
2022-01-27 08:57hgbotNote Added: 0134587
2022-01-27 08:57hgbotNote Added: 0134588
2022-01-27 08:57hgbotNote Added: 0134589

Notes
(0134486)
hgbot   
2022-01-21 13:02   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/696 [^]
(0134586)
hgbot   
2022-01-27 08:57   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/696 [^]
(0134587)
hgbot   
2022-01-27 08:57   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: ff07a344c0913d0ca099fc0cbaaa5a5adf07e1d3
Author: Nicola Uva <nicola.uva@openbravo.com>
Date: 26-01-2022 16:17:55
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/ff07a344c0913d0ca099fc0cbaaa5a5adf07e1d3 [^]

Fixed ISSUE-48460: Add a new hook ProcessCountSafeBoxHook

---
A src/org/openbravo/retail/posterminal/ProcessCountSafeBoxHook.java
M src/org/openbravo/retail/posterminal/CountSafeBoxProcessor.java
M src/org/openbravo/retail/posterminal/ProcessCountSafeBox.java
---
(0134588)
hgbot   
2022-01-27 08:57   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 3faeea1ea1c093f9bc50fb51618b62570b1f02b0
Author: Nicola Uva <nicola.uva@openbravo.com>
Date: 26-01-2022 16:18:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/3faeea1ea1c093f9bc50fb51618b62570b1f02b0 [^]

Fixed ISSUE-48460: added backward compatibility + use the existing hook

---
A src/org/openbravo/retail/posterminal/CountSafeBookAbstractHook.java
M src/org/openbravo/retail/posterminal/CountSafeBoxProcessor.java
M src/org/openbravo/retail/posterminal/ProcessCountSafeBox.java
R src/org/openbravo/retail/posterminal/ProcessCountSafeBoxHook.java
---
(0134589)
hgbot   
2022-01-27 08:57   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: cc0e235250e3bde5068a382b780defcc8d392c00
Author: Nicola Uva <nicola.uva@openbravo.com>
Date: 26-01-2022 16:18:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/cc0e235250e3bde5068a382b780defcc8d392c00 [^]

Fixed ISSUE-48460: replaced signature to accept a list of FinaccTransaction

---
M src/org/openbravo/retail/posterminal/CountSafeBookAbstractHook.java
M src/org/openbravo/retail/posterminal/CountSafeBoxProcessor.java
---