Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028606 | Openbravo ERP | 09. Financial management | public | 2015-01-14 11:10 | 2015-02-26 22:39 |
|
Reporter | ngarcia | |
Assigned To | jorge-garcia | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q3 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 33578 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0028606: Tax Amount field of Invoice Lines should be deprecated |
Description | Tax Amount field of Invoice Lines should be deprecated as it is calculated only when the lines are created manually and if the tax rate is a summary tax rate the value calculated is not correct. The field is never displayed. |
Steps To Reproduce | As group admin role:
Create a Sales Order, add a line with a tax rate different from 0 and book it
Create a Sales Invoice from it by the Create Invoices From Orders process
Check in database the taxamt column is 0 in c_invoiceline table |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-01-14 11:10 | ngarcia | New Issue | |
2015-01-14 11:10 | ngarcia | Assigned To | => Sandrahuguet |
2015-01-14 11:10 | ngarcia | OBNetwork customer | => Yes |
2015-01-14 11:10 | ngarcia | Modules | => Core |
2015-01-14 11:10 | ngarcia | Support ticket | => 33578 |
2015-01-14 11:10 | ngarcia | Regression date | => 2015-03-30 |
2015-01-14 11:10 | ngarcia | Triggers an Emergency Pack | => No |
2015-01-14 11:12 | ngarcia | Issue Monitored: networkb | |
2015-01-19 13:23 | jonalegriaesarte | Resolution time | => 1427666400 |
2015-01-19 13:23 | jonalegriaesarte | Regression date | 2015-03-30 => |
2015-02-23 10:02 | Sandrahuguet | Assigned To | Sandrahuguet => jorge-garcia |
2015-02-23 13:30 | jonalegriaesarte | Target Version | 3.0PR15Q2 => 3.0PR15Q3 |
2015-02-23 13:42 | jorge-garcia | Note Added: 0074804 | |
2015-02-25 18:47 | hgbot | Checkin | |
2015-02-25 18:47 | hgbot | Note Added: 0074935 | |
2015-02-25 18:47 | hgbot | Status | new => resolved |
2015-02-25 18:47 | hgbot | Resolution | open => fixed |
2015-02-25 18:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f2685cabf44175733050f8fce8f8a69b36638842 [^] |
2015-02-25 18:48 | aferraz | Review Assigned To | => aferraz |
2015-02-25 18:48 | aferraz | Note Added: 0074936 | |
2015-02-25 18:48 | aferraz | Status | resolved => closed |
2015-02-26 22:39 | hudsonbot | Checkin | |
2015-02-26 22:39 | hudsonbot | Note Added: 0075004 | |
Notes |
|
(0074804)
|
jorge-garcia
|
2015-02-23 13:42
|
|
Test Plan:
As group admin role:
Create a Sales Order, add a line with a tax rate different from 0 and book it
Create a Sales Invoice from it by the Create Invoices From Orders process
Check in database the taxamt column is 0 in c_invoiceline table
As System Administrator role:
Go to Tables and Columns window
Search the table named as InvoiceLine
Go to the Column tab and search the TaxAmt row
The Development Status field must be 'Deprecated' |
|
|
(0074935)
|
hgbot
|
2015-02-25 18:47
|
|
Repository: erp/devel/pi
Changeset: f2685cabf44175733050f8fce8f8a69b36638842
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Feb 23 13:21:01 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f2685cabf44175733050f8fce8f8a69b36638842 [^]
Fixed bug 28606: Tax Amount field of Invoice Lines should be deprecated
Tax Amount field of Invoice Lines has been deprecated as it is calculated only
when the lines are created manually and if the tax rate is a summary tax rate
the value calculated is not correct. The field is never displayed.
Now the field Development Status from the column taxAmt (c_invoiceline table)
has been changed from 'Ready' to 'Deprecated'.
---
M src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
|
|
|
|
|