Notes |
|
(0106698)
|
hgbot
|
2018-09-12 13:55
|
|
Repository: erp/pmods/org.openbravo.certification.france
Changeset: fe341ce2af80ba021cd41c1659c97c70bf7052f1
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Sep 10 17:12:41 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.certification.france/rev/fe341ce2af80ba021cd41c1659c97c70bf7052f1 [^]
Fixed issue 0038862: Ticket completion should be executed fully inside the same database transaction
- Use transaction to find and save TicketInformation. If tx doesn't exist, we will do a regular find and save.
---
M web/org.openbravo.certification.france/js/ticket/preSyncReceiptHook.js
---
|
|
|
(0106699)
|
hgbot
|
2018-09-12 13:55
|
|
Repository: erp/pmods/org.openbravo.certification.france
Changeset: 25a21535cb7144532969600a667800e8d6dcc41d
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Sep 12 13:54:49 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.certification.france/rev/25a21535cb7144532969600a667800e8d6dcc41d [^]
Fixed issue 0038862: Ticket completion should be executed fully inside the same database transaction
- Create canceled order in preOrderSaveHook instead of preSync
- Use tx transaction in the hook to mantain the consistency
---
M src-db/database/sourcedata/AD_MODULE.xml
M src/org/openbravo/certification/france/OBCFRApplicationProvider.java
M web/org.openbravo.certification.france/js/ticket/preSyncReceiptHook.js
A web/org.openbravo.certification.france/js/ticket/preOrderSaveHook.js
---
|
|
|
(0106716)
|
hgbot
|
2018-09-12 17:00
|
|
|
|
(0106717)
|
hgbot
|
2018-09-12 17:06
|
|
|
|
(0106746)
|
hgbot
|
2018-09-13 12:07
|
|
Repository: erp/pmods/org.openbravo.certification.france
Changeset: ec0c2009413c5afac1c9ffcd17c7d326c3d9a445
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Sep 13 12:04:28 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.certification.france/rev/ec0c2009413c5afac1c9ffcd17c7d326c3d9a445 [^]
Fixed issue 0038862: Ticket completion should be executed fully inside the same database transaction
- Add a new hook better to avoid wrong implementations from other modules
---
M src-db/database/sourcedata/AD_MODULE.xml
M src/org/openbravo/certification/france/OBCFRApplicationProvider.java
A web/org.openbravo.certification.france/js/ticket/preOrderSaveFinishCancelLayawayHook.js
R web/org.openbravo.certification.france/js/ticket/preOrderSaveHook.js
---
|
|
|
(0106765)
|
hgbot
|
2018-09-14 08:51
|
|
Repository: erp/pmods/org.openbravo.certification.france
Changeset: 2ce1230fedb5a8866891abef12989b512ce81b98
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Sep 14 08:51:28 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.certification.france/rev/2ce1230fedb5a8866891abef12989b512ce81b98 [^]
Fixed issue 0038862: Ticket completion should be executed fully inside the same database transaction
- Do not cancelJson until the receipt is blockChainned
---
M src-db/database/sourcedata/AD_MODULE.xml
M web/org.openbravo.certification.france/js/ticket/preOrderSaveFinishCancelLayawayHook.js
---
|
|
|
(0106798)
|
hgbot
|
2018-09-17 10:12
|
|
Repository: erp/pmods/org.openbravo.certification.france
Changeset: 940b478745cbd721c9a5c2d0b57982499e0f8253
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Sep 17 10:12:15 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.certification.france/rev/940b478745cbd721c9a5c2d0b57982499e0f8253 [^]
Fixed issue 0038862: Ticket completion should be executed fully inside the same database transaction
- Remove has data of canceledorder
---
M src-db/database/sourcedata/AD_MODULE.xml
M web/org.openbravo.certification.france/js/ticket/preSyncReceiptHook.js
---
|
|
|
(0106816)
|
hgbot
|
2018-09-17 17:29
|
|
Repository: erp/pmods/org.openbravo.certification.france
Changeset: 64b5648a059026708693bd7b4198704a3eeddcf8
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Sep 17 17:29:14 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.certification.france/rev/64b5648a059026708693bd7b4198704a3eeddcf8 [^]
Fixed issue 0038862: Ticket completion should be executed fully inside the same database transaction
- Save canceledorder outside de main order to avoid differences
---
M src-db/database/sourcedata/AD_MODULE.xml
M web/org.openbravo.certification.france/js/ticket/preOrderSaveFinishCancelLayawayHook.js
M web/org.openbravo.certification.france/js/ticket/preSyncReceiptHook.js
---
|
|
|
(0106850)
|
hgbot
|
2018-09-19 08:05
|
|
|
|
(0106851)
|
hgbot
|
2018-09-19 08:05
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2e7962b28a3512ac402483e140ca197900e17fef
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Sep 13 12:07:24 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2e7962b28a3512ac402483e140ca197900e17fef [^]
Fixed issue 0038862: Ticket completion should be executed fully inside the same database transaction
-- Add a new hook better to avoid wrong implementations from other modules
---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
|
|
|
(0106859)
|
hgbot
|
2018-09-19 13:44
|
|
|