Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013830Openbravo ERPA. Platformpublic2010-06-29 10:072010-09-13 12:38
networkb 
alostale 
urgentminoralways
closedfixed 
20Community Appliance
2.40MP12 
2.50MP22 
Core
No
0013830: default check does not work in tax category
to create a new product, the tax category selected by default, is not the tax category selected with default check
. Master Data Management || Product || Product
create new record
The tax category selected is "Exempt", but the tax category selected with check default is "Vat 16"
No tags attached.
depends on backport 0013831 closed alostale default check does not work in tax category 
Issue History
2010-06-29 10:07networkbNew Issue
2010-06-29 10:07networkbAssigned To => dalsasua
2010-06-29 10:57psarobeStatusnew => scheduled
2010-06-29 10:57psarobeAssigned Todalsasua => alostale
2010-06-29 10:57psarobefix_in_branch => pi
2010-06-29 10:57psarobeStatusscheduled => feedback
2010-06-29 10:58psarobeStatusfeedback => scheduled
2010-06-29 10:58psarobePriorityhigh => urgent
2010-06-29 10:58psarobefix_in_branchpi =>
2010-06-29 10:58psarobeCategory09. Financial management => A. Platform
2010-09-08 09:38adrianromeroTarget Version => 2.50MP22
2010-09-09 09:06alostaleNote Added: 0030878
2010-09-09 09:16hgbotCheckin
2010-09-09 09:16hgbotNote Added: 0030880
2010-09-09 09:16hgbotStatusscheduled => resolved
2010-09-09 09:16hgbotResolutionopen => fixed
2010-09-09 09:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/b4257b2efa7ad4329f3f8842822e6efccfb339af [^]
2010-09-09 23:53hudsonbotCheckin
2010-09-09 23:53hudsonbotNote Added: 0030915
2010-09-13 07:49sureshbabuNote Added: 0030960
2010-09-13 07:49sureshbabuStatusresolved => closed
2010-09-13 12:38anonymoussf_bug_id0 => 3065155

Notes
(0030878)
alostale   
2010-09-09 09:06   
M_Product.C_TaxCategory_ID column has a default value (which prevails over C_TaxCategory defaulted record) of 108, which is a non-existent tax category. Therefore, this value is tried to be set and as it does not exists the first value of the list is taken.
(0030880)
hgbot   
2010-09-09 09:16   
Repository: erp/devel/pi
Changeset: b4257b2efa7ad4329f3f8842822e6efccfb339af
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Sep 09 09:16:22 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b4257b2efa7ad4329f3f8842822e6efccfb339af [^]

fixed issue 13830: default check does not work in tax category

  Removed default value (108) from M_Product.C_TaxCategory_ID column.
  As now it does not have default value it will be taken the C_TaxCategory
  record set as default (VAT 16%).

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0030915)
hudsonbot   
2010-09-09 23:53   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/b4257b2efa7a [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/2a004ae10e34 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18359.obx [^]
(0030960)
sureshbabu   
2010-09-13 07:49   
verified