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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0021207
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POScriticalsometimes2012-07-25 14:242012-09-25 13:09
Reportereduardo_ArgalView Statuspublic 
Assigned Tomarvintm 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revisiond560029861c5
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0021207: Some transactions created by POS are using organizations which do not allow transactions

DescriptionSome 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 ReproduceThere 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0050886)
alostale (manager)
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 (developer)
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
---

- Issue History
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-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
Powered by Mantis Bugtracker