Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015443Openbravo ERP09. Financial managementpublic2010-12-15 17:552011-05-19 17:18
RenateNieuwkoop 
eduardo_Argal 
highmajoralways
closedfixed 
5
3.0RC3 
 
Core
No
0015443: 3.0RC3: Tax Payment can not be executed because the Tax Date field is hidden in 3.0RC3
Normally on invoice you have a field called 'Tax Date' This field is hidden causing the tax payment to error.
Set up tax register types for sales and purchases
enter a couple of sales and purchase invoices
enter Tax Payment
Make the tax date field visible in sales and purchase invoices
No tags attached.
related to defect 0030648 closed AtulOpenbravo Tax Payment process is taken into account the Invoices Tax Date hidden field and it is not updated with the accounting date 
Issue History
2010-12-15 17:55RenateNieuwkoopNew Issue
2010-12-15 17:55RenateNieuwkoopAssigned To => eduardo_Argal
2010-12-15 17:55RenateNieuwkoopModules => Core
2011-01-20 10:42eduardo_ArgalNote Added: 0033785
2011-01-20 10:42eduardo_ArgalStatusnew => feedback
2011-01-20 10:42eduardo_ArgalStatusfeedback => scheduled
2011-01-20 10:42eduardo_ArgalNote Added: 0033786
2011-01-20 10:42eduardo_Argalfix_in_branch => pi
2011-01-20 10:42eduardo_ArgalNote Deleted: 0033785
2011-01-21 12:51hgbotCheckin
2011-01-21 12:51hgbotNote Added: 0033808
2011-01-21 12:51hgbotStatusscheduled => resolved
2011-01-21 12:51hgbotResolutionopen => fixed
2011-01-21 12:51hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c77f025195cf3ec803990b006edf93fd2c51dca2 [^]
2011-05-19 17:18miruritaStatusresolved => closed
2015-08-24 13:40ngarciaRelationship addedrelated to 0020318
2015-08-24 13:41ngarciaRelationship deletedrelated to 0020318
2015-08-24 13:41ngarciaRelationship addedrelated to 0030648

Notes
(0033786)
eduardo_Argal   
2011-01-20 10:42   
Tax Date has been hidden intentionally. The fix sets TaxDate as not mandatory in Database and removes default value so that invoices in 3.0 have a null value for TaxDate, and modifies code to use Accounting Date whenever Tax date has a null value. This allows anyone to display Tax Date field again and use it.
(0033808)
hgbot   
2011-01-21 12:51   
Repository: erp/devel/pi
Changeset: c77f025195cf3ec803990b006edf93fd2c51dca2
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Thu Jan 20 10:44:32 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/c77f025195cf3ec803990b006edf93fd2c51dca2 [^]

Fixes bug 0015443

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters_data.xsql
---