Notes |
|
(0110282)
|
hgbot
|
2019-03-07 14:36
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 88a5c9b52b17a8178dcb80b29903828dc5f4c048
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Mon Mar 04 18:42:19 2019 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/88a5c9b52b17a8178dcb80b29903828dc5f4c048 [^]
Fixed issue 40232: Sales quotation is not saved in Back Office
- Button 'Delete' is disabled until the processing of the order ends
---
M src-db/database/sourcedata/OBMOBC_PROCESS_DEFINITION.xml
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
|
|
|
(0110324)
|
jorge-garcia
|
2019-03-08 14:28
|
|
The solution is not complete. If some creates a quotation and a 'OBPOS_PreOrderSave' registered hook launches a cancellation, the process and the scrim will remain in process forever.
Don't start a process depending on document type, the process tapTotalButton makes sense for other type of documents. |
|
|
(0110463)
|
hgbot
|
2019-03-15 23:12
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a3e74cbdf2f8dcd36d8602e6ea86363f30c7614c
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Mon Mar 11 17:11:08 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a3e74cbdf2f8dcd36d8602e6ea86363f30c7614c [^]
Fixed issue 40232: Sales quotation is not saved in Back Office
- Start "tapTotalButton" process for any document type
---
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
|
|
|
(0110499)
|
hgbot
|
2019-03-19 19:42
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f4c894011bbbc690e28c58116934d6ed2b9db3b0
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Mon Mar 18 09:45:40 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f4c894011bbbc690e28c58116934d6ed2b9db3b0 [^]
Related to issue 40232: Sales quotation is not saved in Back Office
- Adde new function to finish a process controller running by searchkey
---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---
|
|
|
(0110512)
|
jorge-garcia
|
2019-03-20 13:57
|
|
Processes execution should be a scoped variable in the same context.
OB.UTIL.finishProcessesRunningBySearchKey function is not correct and should not exists (and I don't know why it's needed). In case a process should finish outside the definition scope, two scoped processes should be created instead of using the same. |
|
|
(0110704)
|
hgbot
|
2019-03-27 16:12
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e177d56da527e1cfd50a3866a9d684ef8194067b
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Wed Mar 27 12:31:17 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e177d56da527e1cfd50a3866a9d684ef8194067b [^]
Related to issue 40348. Backout of issue 40232. ProcessController.getProcessesRunning no longer exists
---
M src-db/database/sourcedata/OBMOBC_PROCESS_DEFINITION.xml
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---
|
|
|
(0111001)
|
hgbot
|
2019-04-05 14:38
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 564b5b155f9242e5ebc9d1b187c407a8bd0b7f1b
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed Mar 27 12:05:41 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/564b5b155f9242e5ebc9d1b187c407a8bd0b7f1b [^]
Fixed issue 40232: Sales quotation is not saved in Back Office
- Button 'Delete' is disabled until the processing of the order ends. A new
process controller registered to this button was added to do it.
---
M src-db/database/sourcedata/OBMOBC_PROCESS_DEFINITION.xml
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
|
|
|
(0111022)
|
jorge-garcia
|
2019-04-08 13:36
|
|
|
|
(0111068)
|
hgbot
|
2019-04-10 23:41
|
|
|
|
(0111358)
|
jorge-garcia
|
2019-04-26 11:29
|
|
|