Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012600 | Openbravo ERP | 03. Procurement management | public | 2010-03-09 08:36 | 2010-04-07 00:00 |
|
Reporter | balamurugan | |
Assigned To | balamurugan | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012600: In Purchase/Sales Invoices Lines tab, the Tax Amount field is not updated we changed the "Tax" |
Description | In Purchase/Sales Invoices Lines tab, the Tax Amount field is not updated we changed the "Tax", but it is correctly updated in "Tax" tab. |
Steps To Reproduce | 1. Go to Procure Management || Transactions || Purchase Invoice || Header >> Lines tab
2. Select any product, and enter the following values.
- Ordered Quantity=1
- Now, the remaining fields like Net Unit Price, Net Standard price, Tax etc., are populated as per the setup.
3. Now change the Net Unit Price as 100 and choose the Tax as 16%
4. Go to the Tax tab, tax amount is calculated based on the "Tax" we chose. i.e Tax amount would be 16.
5. Now change the Tax as 4%
6. Go to the Tax tab, tax amount is calculated based on the "Tax" we chose. i.e Tax amount would be 4.
7. But "Tax amount" field in Lines window is not updated based on the "Tax" we chose. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-03-09 08:36 | balamurugan | New Issue | |
2010-03-09 08:36 | balamurugan | Assigned To | => adrianromero |
2010-03-09 08:36 | balamurugan | OBNetwork customer | => No |
2010-03-09 08:37 | balamurugan | Assigned To | adrianromero => balamurugan |
2010-03-09 08:41 | balamurugan | Note Added: 0025162 | |
2010-03-09 09:10 | dalsasua | Note Added: 0025163 | |
2010-03-17 09:36 | hgbot | Checkin | |
2010-03-17 09:36 | hgbot | Note Added: 0025562 | |
2010-03-17 09:36 | hgbot | Status | new => resolved |
2010-03-17 09:36 | hgbot | Resolution | open => fixed |
2010-03-17 09:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/58a82148f1c52d6220ca84d1b27f57bbf84d6d5e [^] |
2010-03-17 20:23 | hudsonbot | Checkin | |
2010-03-17 20:23 | hudsonbot | Note Added: 0025582 | |
2010-04-06 06:17 | sureshbabu | Note Added: 0025880 | |
2010-04-06 06:17 | sureshbabu | Status | resolved => closed |
2010-04-07 00:00 | anonymous | sf_bug_id | 0 => 2982901 |
Notes |
|
|
Please note that, previous to MP12 release, the Tax Amount field is not shown in both Purchase and Sales Invoice Lines window. During the development of "Gross Amounts" module, it has to be decided to show "Tax Amount" field in those (Purchase/Sales Invoice Lines) windows. |
|
|
|
I agree: it must be shown, but must not be editable. The call-outs of product, tax and amounts fields have to update it's value with the amount due to Taxes. |
|
|
(0025562)
|
hgbot
|
2010-03-17 09:36
|
|
Repository: erp/devel/pi
Changeset: 58a82148f1c52d6220ca84d1b27f57bbf84d6d5e
Author: Balamurugan Ramadoss <balamurugan.ramadoss <at> openbravo.com>
Date: Wed Mar 17 14:12:25 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/58a82148f1c52d6220ca84d1b27f57bbf84d6d5e [^]
Fixes Issue 12600: Tax Amount field is not updated we changed Tax field
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Amt.java
---
|
|
|
|
|
|
|
Tested, Tax amount field in the lines tab(invoice) rightly updates based on the Tax % value |
|