Openbravo Issue Tracking System - POS2
View Issue Details
0055539POS2Corepublic2024-05-21 10:592024-08-14 13:58
jfvaringot 
Rajesh_18 
highmajoralways
closedfixed 
5
 
 
No
0055539: API - Event close store - sends the date of the closure not the last of last open
Test has been done regardig OpenClosed Store value.

OpenClosed Store value is updated with Day date.
-> We need yo send Business Date through API.
1. On Backend, configure a external system link to a webhook
2. On backend, configure 2 events : one for Close Store, one for Open Store, using the previously configured external system.
3. Open a POS : the OpenClosed Store value is updated with Day date instead of the business date.
No tags attached.
png image-20240514-073049.png (158,395) 2024-05-21 10:59
https://issues.openbravo.com/file_download.php?file_id=19797&type=bug
png
Issue History
2024-05-21 10:59jfvaringotNew Issue
2024-05-21 10:59jfvaringotAssigned To => Triage Platform Base
2024-05-21 10:59jfvaringotFile Added: image-20240514-073049.png
2024-05-21 10:59jfvaringotTriggers an Emergency Pack => No
2024-05-28 09:58marvintmAssigned ToTriage Platform Base => Retail
2024-05-28 10:32guillermogilStatusnew => acknowledged
2024-05-29 12:39Rajesh_18Assigned ToRetail => Rajesh_18
2024-05-29 12:39Rajesh_18Statusacknowledged => scheduled
2024-06-20 07:10hgbotNote Added: 0166123
2024-06-20 07:12hgbotNote Added: 0166124
2024-07-15 08:38hgbotNote Added: 0166953
2024-07-15 09:04hgbotNote Added: 0166957
2024-08-09 09:58hgbotResolutionopen => fixed
2024-08-09 09:58hgbotStatusscheduled => closed
2024-08-09 09:58hgbotNote Added: 0167897
2024-08-09 09:58hgbotNote Added: 0167898
2024-08-09 09:58hgbotNote Added: 0167899
2024-08-09 09:58hgbotNote Added: 0167900
2024-08-09 09:58marvintmNote Added: 0167901
2024-08-14 13:33hgbotNote Added: 0168095
2024-08-14 13:58hgbotNote Added: 0168097
2024-08-14 13:58hgbotNote Added: 0168098

Notes
(0166123)
hgbot   
2024-06-20 07:10   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions/-/merge_requests/125 [^]
(0166124)
hgbot   
2024-06-20 07:12   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/286 [^]
(0166953)
hgbot   
2024-07-15 08:38   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions.api/-/merge_requests/6 [^]
(0166957)
hgbot   
2024-07-15 09:04   
Merge request closed: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/286 [^]
(0167897)
hgbot   
2024-08-09 09:58   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions [^]
Changeset: c978d40f438a34ac0e9ab04764dddf1d658434a5
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 09-08-2024 06:24:32
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions/-/commit/c978d40f438a34ac0e9ab04764dddf1d658434a5 [^]

Fixed ISSUE-55539: Created Last Business Date field in org that stores the last business date

---
M src-db/database/model/modifiedTables/AD_ORG.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_PROCESS_PARA.xml
M src/org/openbravo/retail/sessions/CloseStoreUtils.java
---
(0167898)
hgbot   
2024-08-09 09:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions/-/merge_requests/125 [^]
(0167899)
hgbot   
2024-08-09 09:58   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions.api [^]
Changeset: cf8b08f7d30a5e56ae3c48f24044ffe441817b5d
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 09-08-2024 11:51:20
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions.api/-/commit/cf8b08f7d30a5e56ae3c48f24044ffe441817b5d [^]

Related to ISSUE-55539: Added last business date to organization entity

---
M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml
---
(0167900)
hgbot   
2024-08-09 09:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions.api/-/merge_requests/6 [^]
(0167901)
marvintm   
2024-08-09 09:58   
Now there is a second column in the Organization, which contains the last business date that was used, before the store was closed.
(0168095)
hgbot   
2024-08-14 13:33   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions.api/-/merge_requests/10 [^]
(0168097)
hgbot   
2024-08-14 13:58   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions.api [^]
Changeset: ea160cd22528483bbd4281a9284dec9c6e9efb64
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 14-08-2024 13:07:44
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions.api/-/commit/ea160cd22528483bbd4281a9284dec9c6e9efb64 [^]

Related to ISSUE-55539: Fixed DB consistency issue

---
M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml
---
(0168098)
hgbot   
2024-08-14 13:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions.api/-/merge_requests/10 [^]