Notes |
|
(0074217)
|
hgbot
|
2015-02-04 22:41
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 341d8ff674df3c7e7e879186c60e4185bf8c5ae4
Author: Osmany Garcia Machado <osmany.machado <at> peoplewalking.com>
Date: Wed Feb 04 15:29:15 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/341d8ff674df3c7e7e879186c60e4185bf8c5ae4 [^]
Fixed issue 27557: When the Sessions module is installed, it shouldn't be possible to create orders in a new business date if cash up is not done.
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.sessions/js/components/BusinessDateWindowView.js
---
|
|
|
(0074218)
|
hgbot
|
2015-02-04 22:41
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 738dfb25435988946cc1ff106c37cae0857b1cf5
Author: Osmany Garcia Machado <osmany.machado <at> peoplewalking.com>
Date: Wed Feb 04 15:39:44 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/738dfb25435988946cc1ff106c37cae0857b1cf5 [^]
Fixed issue 27557: When the Sessions module is installed, it shouldn't be possible to create orders in a new business date if cash up is not done.
---
M web/org.openbravo.retail.sessions/js/components/BusinessDateWindowView.js
---
|
|
|
(0074220)
|
hgbot
|
2015-02-05 01:06
|
|
|
|
|
Not closed for 22 days!!! |
|
|
|
there is a flow that the error is reproducible:
. open store in backoffice: date day1
. login terminal
. do receipts
. logout terminal
. close store in backoffice
. open store in backoffice: date day2
. login terminal
no error message is displayed.
Also, the message "You have the cash up pending to be done. Else it no complete the cash up, serious errors will occur." should be more detailed |
|
|
(0075354)
|
hgbot
|
2015-03-09 22:45
|
|
|
|
(0075413)
|
hgbot
|
2015-03-10 16:57
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 27109c7c01d1e5a64e876e0eb6627d6a2d0324a8
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Mar 10 16:56:51 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/27109c7c01d1e5a64e876e0eb6627d6a2d0324a8 [^]
Related to issue 27557: When the Sessions module is installed, it shouldn't be possible to create orders in a new business date if cash up is not done
The data returned from the backend is a standard js object and not a model so therefore get can not be called on it, the properties should be
directly accessed.
---
M web/org.openbravo.retail.sessions/js/components/loginhook.js
---
|
|
|
(0075421)
|
hgbot
|
2015-03-10 20:40
|
|
|
|
|
With the current implementation it is possible to force to create new orders when there is a new business date and the cashup has not been done. If this is the intended behaviour the issue can be closed.
How to force the creation of new orders:
* Create several orders in a terminal that has a business date ej: 1/3/2015 and logout.
* Go to the server close the till, and close the store.
* Open the store for a new business date. ej: 2/3/2015
* Login in Web POS
** A message appears saying that the business date has changed. Accept.
** A new message appears saying that there are pending orders to cashup. Accept
* The cash up windows appears.
* Cancel
* Create a new order. No warning appears and a new order with a new business date can be created without executing the cashup. |
|
|
(0075627)
|
Osmany
|
2015-03-16 15:06
|
|
This is expected behaviour. We know this flow is posible if the user cancel the cashup. |
|
|
|
|