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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029433
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2015-03-26 12:512015-05-15 15:45
ReportermalsasuaView Statuspublic 
Assigned Tomalsasua 
PrioritynormalResolutionfixedFixed in VersionRR15Q3
StatusclosedFix in branchFixed in SCM revisionee1346447450
ProjectionnoneETAnoneTarget VersionRR15Q3
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0029433: new process to process all records in "errors while importing data" window

DescriptionCreate a new process to process all records in "errors while importing data" window. So this process could be scheduled
Steps To Reproduce. create an error in "error while importing data" window
TagsNo tags attached.
Attached Filesdiff file icon diffErrorWhileImportingRetail.diff [^] (19,605 bytes) 2015-03-31 11:00 [Show Content]
diff file icon diffErrorWhileImportingMobileCore.diff [^] (2,078 bytes) 2015-03-31 11:01 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0029203 closedmarvintm Deadlocks have been detected when updating c_bpartner table OrderLoader 

-  Notes
(0076172)
hgbot (developer)
2015-03-31 13:12

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ee13464474508020f3af265d8377e065a1373d6e
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Tue Mar 31 13:12:15 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ee13464474508020f3af265d8377e065a1373d6e [^]

fixed issue 29433: added process background to process all records not processed in errors while importing data window

new column is added to 'errors while importing data': attempts
new process that it retrieves all records not processed in 'errors while importing data' with attempts number lower than 4, and try to process all of them in the next order: business partner, business partner location, orders, cash management, cashups

---
M src-db/database/model/tables/OBPOS_ERRORS.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src/org/openbravo/retail/posterminal/SaveDataActionHandler.java
A src/org/openbravo/retail/posterminal/ErrorComparator.java
A src/org/openbravo/retail/posterminal/SyncAllErrorsWhileImporting.java
---
(0076320)
hgbot (developer)
2015-04-01 16:27

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: f53789dd1f374ffe5b57de2351ddbeaccc9e276e
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Wed Apr 01 16:26:41 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f53789dd1f374ffe5b57de2351ddbeaccc9e276e [^]

fixed issue 29433: changed the way that the context info is retrieved

the context info is retrieved from OBContext instead of RequestContext, so, this class can be used from background process

---
M src/org/openbravo/mobile/core/process/DataSynchronizationProcess.java
---
(0076395)
hgbot (developer)
2015-04-09 09:50

Repository: retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal
Changeset: ee13464474508020f3af265d8377e065a1373d6e
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Tue Mar 31 13:12:15 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal/rev/ee13464474508020f3af265d8377e065a1373d6e [^]

fixed issue 29433: added process background to process all records not processed in errors while importing data window

new column is added to 'errors while importing data': attempts
new process that it retrieves all records not processed in 'errors while importing data' with attempts number lower than 4, and try to process all of them in the next order: business partner, business partner location, orders, cash management, cashups

---
M src-db/database/model/tables/OBPOS_ERRORS.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src/org/openbravo/retail/posterminal/SaveDataActionHandler.java
A src/org/openbravo/retail/posterminal/ErrorComparator.java
A src/org/openbravo/retail/posterminal/SyncAllErrorsWhileImporting.java
---
(0076506)
dmitry_mezentsev (developer)
2015-04-14 09:21

Due to the fact that performance testing was not done we agreed to move this development to 15Q3 release so I am reopening this FR.
(0076555)
malsasua (developer)
2015-04-15 16:00

Performance testing has been done:
https://docs.google.com/spreadsheets/d/1let8TsR_g2KTzeNXP8nG-ZhV8iRRc79urBnEppAqYI8/edit?usp=sharing [^]

- Issue History
Date Modified Username Field Change
2015-03-26 12:51 malsasua New Issue
2015-03-26 12:51 malsasua Assigned To => Retail
2015-03-26 12:51 malsasua Triggers an Emergency Pack => No
2015-03-26 19:17 malsasua Relationship added related to 0029203
2015-03-31 11:00 malsasua File Added: diffErrorWhileImportingRetail.diff
2015-03-31 11:01 malsasua File Added: diffErrorWhileImportingMobileCore.diff
2015-03-31 13:12 hgbot Checkin
2015-03-31 13:12 hgbot Note Added: 0076172
2015-03-31 13:12 hgbot Status new => resolved
2015-03-31 13:12 hgbot Resolution open => fixed
2015-03-31 13:12 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ee13464474508020f3af265d8377e065a1373d6e [^]
2015-04-01 16:27 hgbot Checkin
2015-04-01 16:27 hgbot Note Added: 0076320
2015-04-01 16:27 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ee13464474508020f3af265d8377e065a1373d6e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f53789dd1f374ffe5b57de2351ddbeaccc9e276e [^]
2015-04-09 09:50 hgbot Checkin
2015-04-09 09:50 hgbot Note Added: 0076395
2015-04-09 09:50 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f53789dd1f374ffe5b57de2351ddbeaccc9e276e [^] => http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal/rev/ee13464474508020f3af265d8377e065a1373d6e [^]
2015-04-13 19:02 marvintm Assigned To Retail => malsasua
2015-04-14 09:21 dmitry_mezentsev Note Added: 0076506
2015-04-14 09:21 dmitry_mezentsev Status resolved => new
2015-04-14 09:21 dmitry_mezentsev Resolution fixed => open
2015-04-14 09:22 dmitry_mezentsev Status new => scheduled
2015-04-14 09:22 dmitry_mezentsev Target Version => RR15Q3
2015-04-15 16:00 malsasua Note Added: 0076555
2015-04-15 16:00 malsasua Status scheduled => resolved
2015-04-15 16:00 malsasua Fixed in Version => RR15Q3
2015-04-15 16:00 malsasua Resolution open => fixed
2015-05-15 15:45 marvintm Review Assigned To => marvintm
2015-05-15 15:45 marvintm Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker