Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0021207 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | critical | sometimes | 2012-07-25 14:24 | 2012-09-25 13:09 | |||
Reporter | eduardo_Argal | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | d560029861c5 | |||
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 | ||||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0021207: Some transactions created by POS are using organizations which do not allow transactions | |||||||
Description | Some transactions created by POS are using organizations which do not allow transactions. Costing engine was failing due to a M_transaction record which was refering an organizations which is not transactions allowed | |||||||
Steps To Reproduce | There are not concrete steps to reproduce it. This error can be due to wrong demo data or just due to a bug in POS when entering order, shipment, invoice and transaction. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0050886) alostale (viewer) 2012-07-26 08:32 |
I'm unable to reproduce it. In demo data env there are 6 transactions in this situation, all of them coming from a single shipment. openbravo=# select count(*) from m_transaction t where ad_org_id != (select ad_org_id from m_inoutline l where l.m_inoutline_id = t.m_inoutline_id); count ------- 6 (1 row) openbravo=# select count(distinct m_inout_id) from m_inoutline where m_inoutline_id in (select m_inoutline_id from m_transaction t where ad_org_id != (select ad_org_id from m_inoutline l where l.m_inoutline_id = t.m_inoutline_id)) ; count ------- 1 (1 row) |
(0050958) dmitry_mezentsev (viewer) 2012-07-27 18:41 |
Asier, Any news here? |
(0050984) hgbot (developer) 2012-07-30 12:57 |
Repository: erp/pmods/org.openbravo.retail.posterminal-main Changeset: d560029861c507fda8339beb87ad37b4ff9aa649 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Mon Jul 30 12:48:43 2012 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-main/rev/d560029861c507fda8339beb87ad37b4ff9aa649 [^] Fixed issue 21207. Set organization correctly in the transactions. --- M src/org/openbravo/retail/posterminal/OrderLoader.java --- |
(0050985) hgbot (developer) 2012-07-30 12:57 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: d560029861c507fda8339beb87ad37b4ff9aa649 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Mon Jul 30 12:48:43 2012 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d560029861c507fda8339beb87ad37b4ff9aa649 [^] Fixed issue 21207. Set organization correctly in the transactions. --- M src/org/openbravo/retail/posterminal/OrderLoader.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2012-07-25 14:24 | eduardo_Argal | New Issue | |
2012-07-25 14:24 | eduardo_Argal | Assigned To | => adrianromero |
2012-07-25 14:24 | eduardo_Argal | OBNetwork customer | => No |
2012-07-26 08:32 | alostale | Note Added: 0050886 | |
2012-07-27 18:41 | dmitry_mezentsev | Note Added: 0050958 | |
2012-07-30 09:04 | alostale | Status | new => scheduled |
2012-07-30 09:04 | alostale | Assigned To | adrianromero => marvintm |
2012-07-30 09:04 | alostale | fix_in_branch | => pi |
2012-07-30 12:57 | hgbot | Checkin | |
2012-07-30 12:57 | hgbot | Note Added: 0050984 | |
2012-07-30 12:57 | hgbot | Status | scheduled => resolved |
2012-07-30 12:57 | hgbot | Resolution | open => fixed |
2012-07-30 12:57 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-main/rev/d560029861c507fda8339beb87ad37b4ff9aa649 [^] |
2012-07-30 12:57 | hgbot | Checkin | |
2012-07-30 12:57 | hgbot | Note Added: 0050985 | |
2012-07-30 12:57 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-main/rev/d560029861c507fda8339beb87ad37b4ff9aa649 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d560029861c507fda8339beb87ad37b4ff9aa649 [^] |
2012-09-25 13:09 | adrianromero | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |