Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015934Openbravo ERP09. Financial managementpublic2011-02-10 16:282011-03-23 00:00
adrianromero 
ioritzCia 
urgentmajoralways
closedfixed 
5
pi 
3.0RC6 
Core
No
0015934: The legal entity tax id does not appear in the general ledger journal report
The legal entity tax id does not appear in the general ledger journal report.
- Financial Management || Accounting || Analysis Tools || General Ledger Journal
- Print it

The taxid and the legal entity does not appear
No tags attached.
depends on backport 00159202.50MP27 closed ioritzCia The legal entity tax id does not appear in the general ledger journal report 
Issue History
2011-02-10 16:28adrianromeroNew Issue
2011-02-10 16:28adrianromeroAssigned To => ioritzCia
2011-02-10 16:28adrianromeroModules => Core
2011-02-10 16:28adrianromeroIssue generated from0015920
2011-02-10 16:28adrianromeroRelationship addeddepends on 0015920
2011-02-10 16:28adrianromeroStatusnew => scheduled
2011-02-10 16:28adrianromerofix_in_branch => pi
2011-03-04 12:19hgbotCheckin
2011-03-04 12:19hgbotNote Added: 0034553
2011-03-04 12:20hgbotStatusscheduled => resolved
2011-03-04 12:20hgbotResolutionopen => fixed
2011-03-04 12:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c849db4f722d6b3be857f053a3aebaf839ebc4f5 [^]
2011-03-22 16:57jonalegriaesarteNote Added: 0035158
2011-03-22 16:57jonalegriaesarteStatusresolved => closed
2011-03-22 16:57jonalegriaesarteFixed in Version => 3.0RC6
2011-03-23 00:00anonymoussf_bug_id0 => 3235750

Notes
(0034553)
hgbot   
2011-03-04 12:19   
Repository: erp/devel/pi
Changeset: c849db4f722d6b3be857f053a3aebaf839ebc4f5
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Fri Mar 04 12:17:03 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/c849db4f722d6b3be857f053a3aebaf839ebc4f5 [^]

Fixes issue 15932. Fixes issue 15933. Fixes issue 15934. Fixes issue 15840.Several changes done to Report General Ledger Journal:
- Show Regularization / Opening / Closing checks now works in this way: if, and only if, the check is active, the corresponding entry type will be shown.
- Show Regular Entries check is added. This way, user can choose what entry types to include (checkbox active) or exclude (not-active checkbox) in the report output. By default, all the types will be shown
- ONLY WHEN PRINTING TO PDF, an initial entry number can be set. This way, entries will be numbered starting with the provided number.
- ONLY WHEN PRINTING TO PDF, the accumulated amounts for debit and credit is calculated and shown.
- ONLY WHEN PRINTING TO PDF, an initial debit and credit amount can be provided, and will be used as initial value of debit and credit accumulated amounts.
- ONLY WHEN PRINTING TO PDF, user can choose whether to show the subaccount description in each entry line (as of now), or the entry line description. PLEASE NOTICE THAT USER WILL SET THE DESIRED SQL DESCRIPTION IN THE CORRESPONDING TABLES, UNDER ACCOUNTING SCHEMA TAB, IN ORDER TO AVOID DUPLICATED LINES IN THE ENTRIES.
- Trial Balance Report is modified in order to make coherent both terms for corry forward amounts

---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.html
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.xml
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
---
(0035158)
jonalegriaesarte   
2011-03-22 16:57   
Verified