Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0041025 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Sessions | major | always | 2019-06-04 16:47 | 2019-12-30 17:38 | |||
Reporter | umartirena | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RR19Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | Gold | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0041025: Login process asks for Cash up unnecessarily if there is a cashup record in Errors While Importing | |||||||
Description | Login process asks for Cash up unnecessarily if there is a cashup record in Errors While Importing. It is necessary to close the store and open it again to be able to reproduce the issue. | |||||||
Steps To Reproduce | Login in https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^] * Create a ticket * Before paying it open developer tools and a breakpoint in the 7th line of the following code (The idea is to force an Error While Importing) OB.UTIL.HookManager.executeHooks('OBPOS_PreOrderSave', { context: context, model: model, receipt: model.get('order') }, function (args) { var receipt = args.context.receipt; if (args && args.cancellation && args.cancellation === true) { args.context.receipt.set('isbeingprocessed', 'N'); * Execute "receipt.set('isLayaway', true)" * Continue the execution. * After the order is closed make a cashup * Go to https://livebuilds.openbravo.com/retail_modules_pgsql_pi [^] * Check that there is an error for the previous Order and the Cashup. * Open Close Store * Close Vallblanca Store * It will ask for Close tills. Close them and again Close the Store * Open Vallblanca Store * Login in https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^] * Check that it asks for a cashup. Do it * Once finished login again. Check that again asks for a cashup and it is not possible any more to login in the application. * It should not ask for a cashup if there is one in Errors While Importing. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0113165) hgbot (developer) 2019-07-04 08:21 |
Repository: erp/pmods/org.openbravo.retail.sessions Changeset: 3e47afad082e0ddcb482af42e9c8ff91813e174c Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Jul 04 11:50:50 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/3e47afad082e0ddcb482af42e9c8ff91813e174c [^] Related to issue 41025 : Force Cashup should not be shown if cashup record presents in errors list * If terminal is closed in backoffice and cashup record presents in errors list, then when login, Force Cashup popup should not be shown --- M src/org/openbravo/retail/sessions/TerminalProperties.java --- |
(0113169) hgbot (developer) 2019-07-04 10:05 |
Repository: erp/pmods/org.openbravo.retail.sessions Changeset: 698a2bc50b453b76d90372e0163d3a504b068556 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Jul 04 13:35:10 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/698a2bc50b453b76d90372e0163d3a504b068556 [^] Related to issue 41025 : Backed out changeset: 3e47afad082e --- M src/org/openbravo/retail/sessions/TerminalProperties.java --- |
(0113179) hgbot (developer) 2019-07-04 13:17 |
Repository: erp/pmods/org.openbravo.retail.sessions Changeset: 7291dd5d397d53ce830292a5636bc75ea8e8251c Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Jul 04 16:47:45 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/7291dd5d397d53ce830292a5636bc75ea8e8251c [^] Related to issue 41025 : Force Cashup should not be shown if cashup record presents in errors list * If terminal is closed in backoffice and cashup record presents in errors list, then when login, Force Cashup popup should not be shown --- M src/org/openbravo/retail/sessions/TerminalProperties.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2019-06-04 16:47 | umartirena | New Issue | |
2019-06-04 16:47 | umartirena | Assigned To | => Retail |
2019-06-04 16:47 | umartirena | OBNetwork customer | => Gold |
2019-06-04 16:47 | umartirena | Triggers an Emergency Pack | => No |
2019-06-04 16:48 | umartirena | Resolution time | => 1561413600 |
2019-06-04 17:28 | lmonreal | Issue Monitored: martinsdan | |
2019-06-04 17:28 | lmonreal | Issue Monitored: lmonreal | |
2019-06-11 14:23 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2019-06-11 14:23 | ranjith_qualiantech_com | Status | new => scheduled |
2019-07-04 08:21 | hgbot | Checkin | |
2019-07-04 08:21 | hgbot | Note Added: 0113165 | |
2019-07-04 10:05 | hgbot | Checkin | |
2019-07-04 10:05 | hgbot | Note Added: 0113169 | |
2019-07-04 13:17 | hgbot | Checkin | |
2019-07-04 13:17 | hgbot | Note Added: 0113179 | |
2019-07-04 17:44 | ranjith_qualiantech_com | Status | scheduled => resolved |
2019-07-04 17:44 | ranjith_qualiantech_com | Resolution | open => fixed |
2019-07-05 09:03 | marvintm | Review Assigned To | => marvintm |
2019-07-05 09:03 | marvintm | Status | resolved => closed |
2019-07-05 09:03 | marvintm | Fixed in Version | => RR19Q4 |
2019-12-30 17:38 | ngarcia | Relationship added | related to 0041446 |
Copyright © 2000 - 2009 MantisBT Group |