Notes |
|
(0106822)
|
hgbot
|
2018-09-18 09:19
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: ee67d67635a378f95638975656f66e3acf5ca86d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Sep 18 12:49:44 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/ee67d67635a378f95638975656f66e3acf5ca86d [^]
Fixed issue 39281 : Added modulescript for deleting tills when upgrading to 18Q3
* Tills without cashup id and not closed will be deleted when upgrading from any version to !8Q3
---
A build/classes/org/openbravo/retail/sessions/modulescript/FixDataIssue39281.class
A src-util/modulescript/src/org/openbravo/retail/sessions/modulescript/FixDataIssue39281.java
---
|
|
|
(0106857)
|
hgbot
|
2018-09-19 13:10
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 3976916166c8083a8562a30460b186ea2def644f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Sep 19 16:40:30 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/3976916166c8083a8562a30460b186ea2def644f [^]
Fixed issue 39281 : Added modulescript for deleting tills when upgrading to 18Q3
* Tills(Excluding current till) without cashup id and not closed will be deleted when upgrading from any version to !8Q3
---
M build/classes/org/openbravo/retail/sessions/modulescript/FixDataIssue39281.class
M src-util/modulescript/src/org/openbravo/retail/sessions/modulescript/FixDataIssue39281.java
---
|
|
|
|
Query needs to be changed a bit. Currently, we are only considering tills which have null value in "closed". However, we need to take into account also tills closed in terminal, so we should remove this condition. All tills which have null cashup should be deleted. |
|
|
(0107061)
|
hgbot
|
2018-09-28 10:05
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 1efba8004f275264e09209d37e4f4587054db9b5
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Sep 28 13:20:14 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/1efba8004f275264e09209d37e4f4587054db9b5 [^]
Fixed issue 39281 : Added modulescript for deleting tills without cashup id when upgrading to 18Q3
* Tills(Excluding current till) without cashup id will be deleted when upgrading from any version to !8Q3
---
M build/classes/org/openbravo/retail/sessions/modulescript/FixDataIssue39281.class
M src-util/modulescript/src/org/openbravo/retail/sessions/modulescript/FixDataIssue39281.java
---
|
|