Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029246 | Modules | Warehouse Picking | public | 2015-03-11 17:59 | 2015-12-09 10:17 |
|
Reporter | alostale | |
Assigned To | Triage Omni WMS | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | dmiguelez |
Support ticket | 38953 |
OBNetwork customer | OBPS |
Regression introduced in release | |
|
Summary | 0029246: can get duplicated document numbers in picking list |
Description | Picking module implements its own code to get document numbers, by reading the code looks like it can return duplicated numbers in case of concurrency. |
Steps To Reproduce | Not tested, just code review org.openbravo.warehouse.pickinglist.OBWPL_Utils.getDocumentNo method: it is selecting the sequence without creating any look, suppose this scencario:
-Thread A: selects docNo
-Thread B: selects docNo (got same number)
-Thread A: saves and flushes
-Thread B: saves and flushes |
Proposed Solution | Why to maintain what looks like a copy of org.openbravo.advpaymentmngt.utility.FIN_Utility.getDocumentNo |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0025075 | | closed | eduardo_Argal | Openbravo ERP | FIN_Utility.getDocumentNo method can return the same documentno to same document and organization. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-11 17:59 | alostale | New Issue | |
2015-03-11 17:59 | alostale | Assigned To | => naiaramartinez |
2015-03-11 17:59 | alostale | OBNetwork customer | => No |
2015-03-11 18:03 | alostale | Relationship added | related to 0025075 |
2015-03-17 18:33 | eduardo_Argal | Status | new => scheduled |
2015-03-17 18:33 | eduardo_Argal | Assigned To | naiaramartinez => eduardo_Argal |
2015-10-23 15:04 | ngarcia | Issue Monitored: networkb | |
2015-10-23 15:05 | ngarcia | Resolution time | => 1449097200 |
2015-10-23 15:05 | ngarcia | Support ticket | => 38953 |
2015-10-23 15:05 | ngarcia | OBNetwork customer | No => Yes |
2015-10-23 15:05 | ngarcia | Priority | normal => urgent |
2015-10-26 11:50 | VictorVillar | Assigned To | eduardo_Argal => Triage Finance |
2015-12-07 12:52 | hgbot | Checkin | |
2015-12-07 12:52 | hgbot | Note Added: 0082596 | |
2015-12-07 12:52 | hgbot | Status | scheduled => resolved |
2015-12-07 12:52 | hgbot | Resolution | open => fixed |
2015-12-07 12:52 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/56cf6314ded4d791965e767c8fb830a9870df93c [^] |
2015-12-07 12:52 | dmiguelez | Review Assigned To | => dmiguelez |
2015-12-07 12:52 | dmiguelez | Note Added: 0082597 | |
2015-12-07 12:52 | dmiguelez | Status | resolved => closed |
2015-12-09 10:17 | hgbot | Checkin | |
2015-12-09 10:17 | hgbot | Note Added: 0082606 | |