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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0041867
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2019-09-23 14:012019-10-16 09:00
ReporteraaroncaleroView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0041867: Void Layaway errors generate Import entry errors instead of Errors While importing

DescriptionVoid Layaway errors generate Import entry errors instead of Errors While importing, blocking every other import entry for the same terminal.

The same happens for Cancel Layaway processes. In this case, the POS terminal is not set in the import entry, so there are no locks (but the POS Terminal should be set anyway)
Steps To ReproduceLogin in Web POS
Create a new layaway, add a product and complete it by clicking on Layaway.
Load the same layaway in two different terminals. Pay it in one terminal.
Void the layaway in the second terminal.

Log in backend and verify that there is now an import entry error of type Void Layaway
TagsNo tags attached.
Attached Filespatch file icon issue 41867 source posterminal.patch [^] (8,515 bytes) 2019-10-04 08:38 [Show Content]
patch file icon issue 41867 source mobilecore.patch [^] (3,436 bytes) 2019-10-04 08:38 [Show Content]
patch file icon issue 41867 source awo.patch [^] (2,005 bytes) 2019-10-04 08:38 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0041929 closedmarvintm API change: Replace Entity param with String in DataSynchronizationErrorHandler class 

-  Notes
(0115016)
hgbot (developer)
2019-10-11 07:57

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 63dde4b389db1b5777aa5c15e2ab2ed9996ca863
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Oct 11 11:26:30 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/63dde4b389db1b5777aa5c15e2ab2ed9996ca863 [^]

Related to issue 41867 : Added DataSynchronization annotation to Void Layaway Process

* Replaced Entity with typeOfData in DataSynchronizationErrorHandler handleError method

---
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/retail/posterminal/CancelLayawayLoader.java
M src/org/openbravo/retail/posterminal/ExternalOrderLoaderErrorHandler.java
M src/org/openbravo/retail/posterminal/POSDataSynchronizationErrorHandler.java
M src/org/openbravo/retail/posterminal/ProcessVoidLayaway.java
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0115019)
hgbot (developer)
2019-10-11 07:57

Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 39532496a205617d4d1e09970da159debefe715c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Oct 11 11:08:06 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/39532496a205617d4d1e09970da159debefe715c [^]

Related to issue 41867 : Replaced Entity param with typeOfData in AWODataSynchronizationErrorHandler

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/sync/AWODataSynchronizationErrorHandler.java
---
(0115020)
hgbot (developer)
2019-10-11 07:57

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 311f4c5e8c8f2540b68f268858cdad6ab7264a64
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Oct 11 11:08:11 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/311f4c5e8c8f2540b68f268858cdad6ab7264a64 [^]

Related to issue 41867 : Replaced Entity with typeOfData in DataSynchronizationErrorHandler handleError method

---
M src/org/openbravo/mobile/core/process/DataSynchronizationErrorHandler.java
M src/org/openbravo/mobile/core/process/DataSynchronizationProcess.java
---
(0115062)
migueldejuana (developer)
2019-10-14 10:33

Tested and reviewed
(0115099)
hgbot (developer)
2019-10-16 09:00

Repository: erp/pmods/org.openbravo.retail.sendemail
Changeset: e944985cea6e16a817397253d14720471d97ddf2
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Oct 16 12:30:12 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sendemail/rev/e944985cea6e16a817397253d14720471d97ddf2 [^]

Related to issue 41867 : Replaced Entity param with typeOfData in OBSMAIL_ErrorHandler

---
M src/org/openbravo/retail/sendemail/sync/OBSMAIL_ErrorHandler.java
---

- Issue History
Date Modified Username Field Change
2019-09-23 14:01 aaroncalero New Issue
2019-09-23 14:01 aaroncalero Assigned To => Retail
2019-09-23 14:01 aaroncalero Triggers an Emergency Pack => No
2019-09-23 14:02 aaroncalero Resolution time => 1570399200
2019-09-23 15:10 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2019-09-25 13:15 ranjith_qualiantech_com Status new => scheduled
2019-09-30 13:44 aaroncalero Description Updated View Revisions
2019-10-04 08:38 ranjith_qualiantech_com File Added: issue 41867 source posterminal.patch
2019-10-04 08:38 ranjith_qualiantech_com File Added: issue 41867 source mobilecore.patch
2019-10-04 08:38 ranjith_qualiantech_com File Added: issue 41867 source awo.patch
2019-10-04 13:43 marvintm Relationship added related to 0041929
2019-10-11 07:57 hgbot Checkin
2019-10-11 07:57 hgbot Note Added: 0115016
2019-10-11 07:57 hgbot Checkin
2019-10-11 07:57 hgbot Note Added: 0115019
2019-10-11 07:57 hgbot Checkin
2019-10-11 07:57 hgbot Note Added: 0115020
2019-10-14 08:57 ranjith_qualiantech_com Status scheduled => resolved
2019-10-14 08:57 ranjith_qualiantech_com Resolution open => fixed
2019-10-14 10:33 migueldejuana Review Assigned To => migueldejuana
2019-10-14 10:33 migueldejuana Note Added: 0115062
2019-10-14 10:33 migueldejuana Status resolved => closed
2019-10-16 09:00 hgbot Checkin
2019-10-16 09:00 hgbot Note Added: 0115099


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker