Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027729 | Modules | Intercompany Documents | public | 2014-10-01 19:07 | 2015-02-20 13:38 |
|
Reporter | maite | |
Assigned To | AtulOpenbravo | |
Priority | urgent | Severity | major | Reproducibility | always |
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 | aferraz |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0027729: Intercompany documents is not compatible with "Price including taxes" functionality |
Description | Intercompany documents is not compatible with "Price including taxes" functionality |
Steps To Reproduce | 1. Configure Inter-Company functionality following : http://wiki.openbravo.com/wiki/Projects/intercompanyinvoicing/User_Guide [^]
2. Ensure that Purchase Price List and Sales Price List that are going to be used are configured as "Price includes tax"
3. Register Purchase Order for configured organization, business partner and price list
4. Process Purchase Order and following error will be raised "Counter document cannot be created. The tax amounts of the original document and the counter document do not match." |
Proposed Solution | Problem is that in "interco_create_order" procedure, "gross_unit_price", "line_gross_amount" and "gross_pricelist" fields are not inserted when c_orderline is created
same situation should be reviewed for "interco_create_invoice" procedure |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0037789 | | closed | markmm82 | Cannot book an Inter-company Order if the price includes taxes |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-10-01 19:07 | maite | New Issue | |
2014-10-01 19:07 | maite | Assigned To | => jonalegriaesarte |
2014-10-01 19:07 | maite | Resolution time | => 1414537200 |
2014-10-01 19:08 | maite | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6712#r6712 |
2014-10-01 19:08 | maite | Issue Monitored: networkb | |
2014-10-01 19:10 | maite | Assigned To | jonalegriaesarte => AtulOpenbravo |
2014-10-09 11:30 | hgbot | Checkin | |
2014-10-09 11:30 | hgbot | Note Added: 0070836 | |
2014-10-09 11:30 | hgbot | Status | new => resolved |
2014-10-09 11:30 | hgbot | Resolution | open => fixed |
2014-10-09 11:30 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.interco/rev/a92299d749fc0e4ad4c045b829c6d60ba76fb605 [^] |
2014-10-09 13:31 | hgbot | Checkin | |
2014-10-09 13:31 | hgbot | Note Added: 0070842 | |
2014-10-13 08:04 | AtulOpenbravo | Review Assigned To | => AtulOpenbravo |
2014-10-13 08:04 | AtulOpenbravo | Note Added: 0070892 | |
2014-10-13 08:04 | AtulOpenbravo | Status | resolved => closed |
2015-02-20 12:49 | hgbot | Checkin | |
2015-02-20 12:49 | hgbot | Note Added: 0074701 | |
2015-02-20 12:49 | hgbot | Status | closed => resolved |
2015-02-20 12:49 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.interco/rev/a92299d749fc0e4ad4c045b829c6d60ba76fb605 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.interco/rev/b1e5b747bab0600ad9bdab2b555730d05bc8631e [^] |
2015-02-20 12:50 | hgbot | Checkin | |
2015-02-20 12:50 | hgbot | Note Added: 0074703 | |
2015-02-20 13:38 | aferraz | Review Assigned To | AtulOpenbravo => aferraz |
2015-02-20 13:38 | aferraz | Note Added: 0074724 | |
2015-02-20 13:38 | aferraz | Status | resolved => closed |
2018-01-31 11:07 | ngarcia | Relationship added | related to 0037789 |
Notes |
|
(0070836)
|
hgbot
|
2014-10-09 11:30
|
|
Repository: erp/pmods/org.openbravo.interco
Changeset: a92299d749fc0e4ad4c045b829c6d60ba76fb605
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Thu Oct 09 11:29:52 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.interco/rev/a92299d749fc0e4ad4c045b829c6d60ba76fb605 [^]
Fixes bug 27729: Intercompany documents is not compatible with "Price including taxes" functionality
Some new fields related to PIT were not used and it was as well failing because of wrongly copying some info in header and lines
---
M src-db/database/model/functions/INTERCO_CREATE_INVOICE.xml
M src-db/database/model/functions/INTERCO_CREATE_ORDER.xml
M src-db/database/sourcedata/AD_EP_PROCEDURES.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
---
|
|
|
(0070842)
|
hgbot
|
2014-10-09 13:31
|
|
|
|
|
Verified Inter company Order and Invoice creation. |
|
|
(0074701)
|
hgbot
|
2015-02-20 12:49
|
|
Repository: erp/pmods/org.openbravo.interco
Changeset: b1e5b747bab0600ad9bdab2b555730d05bc8631e
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Thu Oct 09 11:29:52 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.interco/rev/b1e5b747bab0600ad9bdab2b555730d05bc8631e [^]
Fixes bug 27729: Intercompany documents is not compatible with "Price including taxes" functionality
Some new fields related to PIT were not used and it was as well failing because of wrongly copying some info in header and lines
---
M src-db/database/model/functions/INTERCO_CREATE_INVOICE.xml
M src-db/database/model/functions/INTERCO_CREATE_ORDER.xml
M src-db/database/sourcedata/AD_EP_PROCEDURES.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
---
|
|
|
(0074703)
|
hgbot
|
2015-02-20 12:50
|
|
|
|
|
Backout and pushed again to resolve repository inconsistencies |
|