Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039281 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Sessions | major | always | 2018-09-13 12:14 | 2018-09-28 12:14 | |||
Reporter | umartirena | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | RR18Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 1efba8004f27 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
Regression level | Production - QA Approved | |||||||
Regression date | ||||||||
Regression introduced in release | RR18Q3 | |||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039281: Login process asks for Cash up unnecessarily once per each till not associated to a cash up record | |||||||
Description | Whenever a login it is done on a POS Terminal, if the store was closed, and the till was not closed the day before, the POS asks for a cashup. This makes sense if the cashup was not done. But if, for any reason, there are multiple till records without cashup associated, the POS will ask for a cashup once per each record, having the need to do a cashup of 0.00 each time unnecessarily. | |||||||
Steps To Reproduce | Reach to a situation in where there are multiple opened till records (for instance 10) on a POS Terminal, in 17Q3 it was possible deleting cache memory. Upgrade to 18Q3. Try to login in the terminal. The terminal will ask for a cashup 10 times before asking for the business date. | |||||||
Tags | No tags attached. | |||||||
Attached Files | issue39281 source sessions.patch [^] (3,050 bytes) 2018-09-17 09:32 [Show Content] | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0106822) hgbot (developer) 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 (developer) 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 --- |
(0107057) marvintm (manager) 2018-09-27 17:53 |
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 (developer) 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 --- |
Issue History | |||
Date Modified | Username | Field | Change |
2018-09-13 12:14 | umartirena | New Issue | |
2018-09-13 12:14 | umartirena | Assigned To | => Retail |
2018-09-13 12:14 | umartirena | Triggers an Emergency Pack | => No |
2018-09-13 12:16 | marvintm | Resolution time | => 1538604000 |
2018-09-13 12:20 | umartirena | Regression introduced in release | => RR18Q3 |
2018-09-13 13:14 | martinsdan | Issue Monitored: martinsdan | |
2018-09-14 09:52 | egoitz | Resolution time | 1538604000 => 1537221600 |
2018-09-14 09:53 | egoitz | Priority | urgent => immediate |
2018-09-14 10:45 | ngarcia | Issue Monitored: ngarcia | |
2018-09-14 13:39 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2018-09-14 13:39 | ranjith_qualiantech_com | Status | new => scheduled |
2018-09-17 09:27 | ranjith_qualiantech_com | File Added: issue39281 source sessions.patch | |
2018-09-17 09:28 | ranjith_qualiantech_com | File Deleted: issue39281 source sessions.patch | |
2018-09-17 09:32 | ranjith_qualiantech_com | File Added: issue39281 source sessions.patch | |
2018-09-17 15:42 | jorge-garcia | Status | scheduled => acknowledged |
2018-09-17 15:44 | jorge-garcia | Status | acknowledged => scheduled |
2018-09-18 09:19 | hgbot | Checkin | |
2018-09-18 09:19 | hgbot | Note Added: 0106822 | |
2018-09-18 09:19 | hgbot | Status | scheduled => resolved |
2018-09-18 09:19 | hgbot | Resolution | open => fixed |
2018-09-18 09:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/ee67d67635a378f95638975656f66e3acf5ca86d [^] |
2018-09-19 08:40 | marvintm | Status | resolved => new |
2018-09-19 08:40 | marvintm | Resolution | fixed => open |
2018-09-19 08:41 | marvintm | Status | new => scheduled |
2018-09-19 08:41 | marvintm | Status | scheduled => resolved |
2018-09-19 08:41 | marvintm | Fixed in Version | => RR18Q4 |
2018-09-19 08:41 | marvintm | Resolution | open => fixed |
2018-09-19 13:10 | hgbot | Checkin | |
2018-09-19 13:10 | hgbot | Note Added: 0106857 | |
2018-09-19 13:10 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/ee67d67635a378f95638975656f66e3acf5ca86d [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/3976916166c8083a8562a30460b186ea2def644f [^] |
2018-09-20 19:29 | marvintm | Regression level | => Production - QA Approved |
2018-09-21 10:11 | marvintm | Review Assigned To | => marvintm |
2018-09-21 10:11 | marvintm | Status | resolved => closed |
2018-09-27 17:53 | marvintm | Note Added: 0107057 | |
2018-09-27 17:53 | marvintm | Status | closed => new |
2018-09-27 17:53 | marvintm | Resolution | fixed => open |
2018-09-27 17:53 | marvintm | Fixed in Version | RR18Q4 => |
2018-09-28 09:45 | ranjith_qualiantech_com | Status | new => scheduled |
2018-09-28 10:05 | hgbot | Checkin | |
2018-09-28 10:05 | hgbot | Note Added: 0107061 | |
2018-09-28 10:05 | hgbot | Status | scheduled => resolved |
2018-09-28 10:05 | hgbot | Resolution | open => fixed |
2018-09-28 10:05 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/3976916166c8083a8562a30460b186ea2def644f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/1efba8004f275264e09209d37e4f4587054db9b5 [^] |
2018-09-28 12:14 | marvintm | Status | resolved => closed |
2018-09-28 12:14 | marvintm | Fixed in Version | => RR18Q4 |
Copyright © 2000 - 2009 MantisBT Group |