Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015815Openbravo ERPJ. Demo datapublic2011-01-28 17:302011-05-24 10:55
dalsasua 
dalsasua 
normalmajoralways
closedfixed 
20Ubuntu 10.10
pi 
 
Core
No
0015815: F&B missed to export some tables when created
AD_ClientModule and C_TaxAcct tables are not included in the F&B client demo data xml file.
Run the attached script, so taxes accounting is filled in.
Create this entry:
insert into ad_clientmodule(ad_clientmodule_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, ad_module_id, version)
select get_uuid(),'FF8080812AFBCB14012AFBD3E373001F','0','Y',now(),'100',now(),'100','0',version
from ad_module
where lower(name) like 'core';
This will emulate what was done to create the client: apply core dataset.
Make sure these two tables (and ad_orgmodule also) are exported.
closingMay2011
xml ESTAX_ACCOUNTING_TAB.xml (5,164) 2011-01-28 17:31
https://issues.openbravo.com/file_download.php?file_id=3556&type=bug
Issue History
2011-01-28 17:30dalsasuaNew Issue
2011-01-28 17:30dalsasuaAssigned To => shuehner
2011-01-28 17:30dalsasuaModules => Core
2011-01-28 17:31dalsasuaFile Added: ESTAX_ACCOUNTING_TAB.xml
2011-01-31 08:14alostaleStatusnew => scheduled
2011-01-31 08:14alostalefix_in_branch => pi
2011-02-11 19:02shuehnerAssigned Toshuehner => dalsasua
2011-02-11 19:02shuehnerNote Added: 0034159
2011-02-14 18:05hgbotCheckin
2011-02-14 18:05hgbotNote Added: 0034186
2011-02-14 18:05hgbotStatusscheduled => resolved
2011-02-14 18:05hgbotResolutionopen => fixed
2011-02-14 18:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/32ca9fe515dc77efef783eda4161c679a3976263 [^]
2011-05-24 10:11dalsasuaTag Attached: closingMay2011
2011-05-24 10:55dalsasuaStatusresolved => closed

Notes
(0034159)
shuehner   
2011-02-11 19:02   
Hi, can you please recheck and perhaps mark as closed if this is already fixed now with your recent work no the sampledata?
(0034186)
hgbot   
2011-02-14 18:05   
Repository: erp/devel/pi
Changeset: 32ca9fe515dc77efef783eda4161c679a3976263
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Mon Feb 14 18:04:41 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/32ca9fe515dc77efef783eda4161c679a3976263 [^]

Fixes issue 15815: F and B client missed to export some tables when created

---
M referencedata/sampledata/F_B_International_Group.xml
---