Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0040468
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2019-03-27 16:522019-05-09 10:34
ReporterngarciaView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityurgentResolutionfixedFixed in VersionRR19Q3
StatusclosedFix in branchFixed in SCM revision63bb1c15efe5
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0040468: If a previously imported layaway is paid, goes to Errors While Importing POS Data and layaway is voided it cannot be Save Again

DescriptionIf a previously imported layaway is paid, goes to Errors While Importing POS Data and layaway is voided it cannot be Save Again
Steps To ReproduceInstall the Automatic Reservation Cancellation module

In the backoffice:
   Go to Open/Close Period Control and close current period

In the POS:
   Create a new ticket
   Add a product
   Layaway This Receipt
   Open Receipt
   Select previously created layaway
   Pay it

In the backoffice:
   Check it has been stuck in Errors While Importing POS Data with the following error:
      org.openbravo.base.exception.OBException: The Period does not exist or it is not opened
   
   Set to 0 the Hours for Automatic Void of Layaways parameter in the store's organization
   Go to Process Request window and set the 'Automatic Void of Layaways' process to be run automatically
   Check the imported layaway have been closed in Sales Order window

   Go to Open/Close Period Control and open current period
   Go to Errors While Importing POS Data and try to Save Again the record
   Check the following error is shown:
      org.openbravo.mobile.core.process.OutDatedDataChangeException: The data of this order has been changed on the server. Please reload the ticket through the menu and apply your changes again.
TagsNo tags attached.
Attached Filespatch file icon issue 40468 source posterminal 1.patch [^] (4,061 bytes) 2019-03-29 13:33 [Show Content]
patch file icon issue 40468 source posterminal 2.patch [^] (1,333 bytes) 2019-03-29 13:34 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0110991)
hgbot (developer)
2019-04-05 09:24

Repository: erp/pmods/org.openbravo.retail.autocancelreservation
Changeset: 76c3657fcd6dca670d6431b19120e73d58b3a60d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Apr 05 12:53:19 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.autocancelreservation/rev/76c3657fcd6dca670d6431b19120e73d58b3a60d [^]

Related to issue 40468 : Applied New Java Formatting

---
M src/org/openbravo/retail/autocancelreservation/process/VoidLayawaysBGProcess.java
---
(0110992)
hgbot (developer)
2019-04-05 09:26

Repository: erp/pmods/org.openbravo.retail.autocancelreservation
Changeset: ba9d46d0f21b2a3f252bf47e2694d766cf5574a6
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Apr 05 12:55:37 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.autocancelreservation/rev/ba9d46d0f21b2a3f252bf47e2694d766cf5574a6 [^]

Related to issue 40468 : Layaways present in Import Error List should not be voided

* Updated Query not to fetch the layaways which are present in Import Error List

---
M src/org/openbravo/retail/autocancelreservation/process/VoidLayawaysBGProcess.java
---
(0111196)
hgbot (developer)
2019-04-17 13:58

Repository: erp/pmods/org.openbravo.retail.autocancelreservation
Changeset: 0ebd895e1ae9c4484a6bb5d71d3bfb8023a4783f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Apr 17 17:27:05 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.autocancelreservation/rev/0ebd895e1ae9c4484a6bb5d71d3bfb8023a4783f [^]

Fixed issue 40468 : Layaways present in Import Error List should not be voided

* Update where clause to improve performance to fetch the layaways from Import Error List

---
M src/org/openbravo/retail/autocancelreservation/process/VoidLayawaysBGProcess.java
---
(0111313)
adrianromero (manager)
2019-04-25 12:56

Verified
(0111575)
hgbot (developer)
2019-05-08 14:52

Repository: erp/pmods/org.openbravo.retail.autocancelreservation
Changeset: 63bb1c15efe5cfd0c50d71c189fdbab1407985ce
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed May 08 18:22:39 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.autocancelreservation/rev/63bb1c15efe5cfd0c50d71c189fdbab1407985ce [^]

Fixed issue 40468 : Updated query to fetch layaways which are not present in pos errors table

* Query to fetch the layaways in pos errors table was wrongly plcaed in other conditions.

---
M src/org/openbravo/retail/autocancelreservation/process/VoidLayawaysBGProcess.java
---

- Issue History
Date Modified Username Field Change
2019-03-27 16:52 ngarcia New Issue
2019-03-27 16:52 ngarcia Assigned To => Retail
2019-03-27 16:52 ngarcia Resolution time => 1555452000
2019-03-27 16:52 ngarcia Triggers an Emergency Pack => No
2019-03-27 16:52 ngarcia Issue Monitored: networkb
2019-03-28 08:29 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2019-03-28 08:29 ranjith_qualiantech_com Status new => scheduled
2019-03-29 13:33 ranjith_qualiantech_com File Added: issue 40468 source posterminal 1.patch
2019-03-29 13:34 ranjith_qualiantech_com File Added: issue 40468 source posterminal 2.patch
2019-04-05 09:24 hgbot Checkin
2019-04-05 09:24 hgbot Note Added: 0110991
2019-04-05 09:26 hgbot Checkin
2019-04-05 09:26 hgbot Note Added: 0110992
2019-04-05 10:20 ranjith_qualiantech_com Status scheduled => resolved
2019-04-05 10:20 ranjith_qualiantech_com Resolution open => fixed
2019-04-15 15:26 guilleaer Review Assigned To => guilleaer
2019-04-15 15:26 guilleaer Status resolved => closed
2019-04-15 15:26 guilleaer Fixed in Version => RR19Q3
2019-04-17 12:21 ngarcia Status closed => new
2019-04-17 12:21 ngarcia Resolution fixed => open
2019-04-17 12:21 ngarcia Fixed in Version RR19Q3 =>
2019-04-17 13:58 hgbot Checkin
2019-04-17 13:58 hgbot Note Added: 0111196
2019-04-17 13:58 hgbot Status new => resolved
2019-04-17 13:58 hgbot Resolution open => fixed
2019-04-17 13:58 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.autocancelreservation/rev/0ebd895e1ae9c4484a6bb5d71d3bfb8023a4783f [^]
2019-04-17 13:58 ranjith_qualiantech_com Status resolved => scheduled
2019-04-17 13:58 ranjith_qualiantech_com Status scheduled => resolved
2019-04-25 12:56 adrianromero Review Assigned To guilleaer => adrianromero
2019-04-25 12:56 adrianromero Note Added: 0111313
2019-04-25 12:56 adrianromero Status resolved => closed
2019-04-25 12:56 adrianromero Fixed in Version => RR19Q3
2019-05-07 13:03 ngarcia Assigned To ranjith_qualiantech_com => Triage Finance
2019-05-07 13:03 ngarcia Note Added: 0111542
2019-05-07 13:03 ngarcia Status closed => new
2019-05-07 13:03 ngarcia Resolution fixed => open
2019-05-07 13:03 ngarcia Fixed in Version RR19Q3 =>
2019-05-07 14:01 marvintm Assigned To Triage Finance => Retail
2019-05-08 12:28 ngarcia Note Deleted: 0111542
2019-05-08 12:28 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2019-05-08 12:28 ranjith_qualiantech_com Status new => scheduled
2019-05-08 14:52 hgbot Checkin
2019-05-08 14:52 hgbot Note Added: 0111575
2019-05-08 14:52 hgbot Status scheduled => resolved
2019-05-08 14:52 hgbot Resolution open => fixed
2019-05-08 14:52 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.autocancelreservation/rev/0ebd895e1ae9c4484a6bb5d71d3bfb8023a4783f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.autocancelreservation/rev/63bb1c15efe5cfd0c50d71c189fdbab1407985ce [^]
2019-05-09 10:33 marvintm Review Assigned To adrianromero => marvintm
2019-05-09 10:33 marvintm Status resolved => closed
2019-05-09 10:34 marvintm Fixed in Version => RR19Q3


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker