Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015933Openbravo ERP09. Financial managementpublic2011-02-10 16:252011-03-23 00:00
adrianromero 
dalsasua 
urgentmajoralways
closedfixed 
5
pi 
3.0RC6 
Core
No
0015933: Information about the ledger entry should be shown in the general ledger journal
Information about the entry should be shown in the general ledger journal, that is:
Document No
Description.
- Financial Management || Accounting || Analysis Tools || General Ledger Journal
- Print the report

Notice that the information required does not appear.
No tags attached.
depends on backport 00159112.50MP27 closed dalsasua Information about the ledger entry should be shown in the general ledger journal 
Issue History
2011-02-10 16:25adrianromeroNew Issue
2011-02-10 16:25adrianromeroAssigned To => dalsasua
2011-02-10 16:25adrianromeroModules => Core
2011-02-10 16:25adrianromeroIssue generated from0015911
2011-02-10 16:25adrianromeroRelationship addeddepends on 0015911
2011-02-10 16:26adrianromeroStatusnew => scheduled
2011-02-10 16:26adrianromerofix_in_branch => pi
2011-03-04 12:19hgbotCheckin
2011-03-04 12:19hgbotNote Added: 0034552
2011-03-04 12:19hgbotStatusscheduled => resolved
2011-03-04 12:19hgbotResolutionopen => fixed
2011-03-04 12:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c849db4f722d6b3be857f053a3aebaf839ebc4f5 [^]
2011-03-22 16:55jonalegriaesarteNote Added: 0035157
2011-03-22 16:55jonalegriaesarteStatusresolved => closed
2011-03-22 16:55jonalegriaesarteFixed in Version => 3.0RC6
2011-03-23 00:00anonymoussf_bug_id0 => 3235749

Notes
(0034552)
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
---
(0035157)
jonalegriaesarte   
2011-03-22 16:55   
Verified