Notes |
|
(0083160)
|
hgbot
|
2016-01-07 16:46
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 369da97888e52d19c28832ca3d53ad11aa855f2b
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jan 07 16:42:21 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/369da97888e52d19c28832ca3d53ad11aa855f2b [^]
Fixed issue 0031720: add the ability to Open/Close the store from Web POS
- to open the store in the terminal we just have to go throw "Set Business Date" existing process
- to close the store, when doing the last cashup of the store, a close store popup will be shown(just when preference enabled) and we need to press Ok.
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M src/org/openbravo/retail/sessions/OpenSessionPOS.java
M src/org/openbravo/retail/sessions/SetBusinessDate.java
M web/org.openbravo.retail.sessions/js/components/BusinessDateModel.js
M web/org.openbravo.retail.sessions/js/components/loginhook.js
M web/org.openbravo.retail.sessions/js/countcash/countcash-model.js
A src/org/openbravo/retail/sessions/CountOpenTills.java
A src/org/openbravo/retail/sessions/OpenSessionPOSEntryProcessor.java
A src/org/openbravo/retail/sessions/SetBusinessDateEntryProcessor.java
A src/org/openbravo/retail/sessions/WebPOSCloseStore.java
A src/org/openbravo/retail/sessions/WebPOSCloseStoreEntryProcessor.java
---
|
|
|
(0083163)
|
hgbot
|
2016-01-07 16:48
|
|
Repository: tools/automation/pi-mobile
Changeset: 5676ac06a443e3180703093a75ebd4dc0e0c8ddf
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jan 07 16:48:24 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5676ac06a443e3180703093a75ebd4dc0e0c8ddf [^]
Fixed issue 0031720: add the ability to Open/Close the store from Web POS
- Add a test
---
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/OpenCloseStoreFromWebPOS.java
---
|
|
|
(0083171)
|
hgbot
|
2016-01-07 17:53
|
|
Repository: tools/automation/pi-mobile
Changeset: 53dc06f6d62b400e914d294e9864c5e3c824adfd
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jan 07 17:52:59 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/53dc06f6d62b400e914d294e9864c5e3c824adfd [^]
Fixed issue 0031720: add the ability to Open/Close the store from Web POS
- Unneeded code
---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/OpenCloseStoreFromWebPOS.java
---
|
|
|
(0083233)
|
hgbot
|
2016-01-13 12:30
|
|
|
|
(0083476)
|
hgbot
|
2016-01-21 01:03
|
|
|
|
(0083478)
|
mtaal
|
2016-01-21 06:30
|
|
|
|
(0084150)
|
hgbot
|
2016-02-12 11:16
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 22db983ada74fe7bfccbd304a785e99e5fd2b48b
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Feb 12 11:16:10 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/22db983ada74fe7bfccbd304a785e99e5fd2b48b [^]
Fixed issue 0031720: add the ability to Open/Close the store from Web POS
- Allow closing the store before starting a new cashup and giving these options
* Close the store and logout
* Close store and change business date
* Continue login process
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.sessions/js/components/loginhook.js
---
|
|
|
(0084169)
|
Orekaria
|
2016-02-14 13:43
|
|
|
|
(0084170)
|
hgbot
|
2016-02-14 13:43
|
|
|
|
(0084212)
|
hgbot
|
2016-02-15 17:28
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 52a584c4f8a3b12c42f7be7b74a15c3382c42249
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Feb 15 17:27:16 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/52a584c4f8a3b12c42f7be7b74a15c3382c42249 [^]
Fixed issue 0031720: add the ability to Open/Close the store from Web POS
- Allow closing the store before starting a new cashup and giving these options
* Close the store and logout
* Close store and change business date
* Continue login process
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.sessions/js/components/loginhook.js
---
|
|
|
(0084213)
|
hgbot
|
2016-02-15 17:28
|
|
Repository: tools/automation/pi-mobile
Changeset: 362c345055436084606c7f42f956c8fad6b2e6ec
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Feb 15 17:25:49 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/362c345055436084606c7f42f956c8fad6b2e6ec [^]
Related to issue 0031720: add the ability to Open/Close the store from Web POS
---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
M src-test/org/openbravo/test/mobile/common/selenium/terminals/WebPOSExtModulesTerminalHelper.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/OpenCloseStoreFromWebPOS.java
---
|
|
|
(0084256)
|
mtaal
|
2016-02-16 15:31
|
|
I am not sure if it all works correctly. A flow I tested:
- set that vallblanca can close store from webpos
- login as vallblanca on vbs-1
- create a ticket and submit it
- logout
- login, you get the question if you want to close the store
- say yes, the store is closed.
Still what should have happened with the ticket and its cashup?
See the screenshot, also the open tills status, the terminal is closed, still there are open tills. |
|
|
(0084257)
|
hgbot
|
2016-02-16 16:14
|
|
|
|
(0084575)
|
mtaal
|
2016-02-27 08:54
|
|
|
|
(0084599)
|
mtaal
|
2016-02-29 14:52
|
|
|