Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015920 | Openbravo ERP | 09. Financial management | public | 2011-02-10 09:16 | 2011-03-22 13:27 |
|
Reporter | jonalegriaesarte | |
Assigned To | ioritzCia | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP26 | |
Target Version | 2.50MP27 | Fixed in Version | 2.50MP28 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0015920: The legal entity tax id does not appear in the general ledger journal report |
Description | The legal entity tax id does not appear in the general ledger journal report. |
Steps To Reproduce | - Financial Management || Accounting || Analysis Tools || General Ledger Journal
- Print it
The taxid and the legal entity does not appear |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0015934 | | closed | ioritzCia | The legal entity tax id does not appear in the general ledger journal report |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-02-10 09:16 | jonalegriaesarte | New Issue | |
2011-02-10 09:16 | jonalegriaesarte | Assigned To | => adrianromero |
2011-02-10 09:16 | jonalegriaesarte | Modules | => Core |
2011-02-10 09:16 | jonalegriaesarte | OBNetwork customer | => Yes |
2011-02-10 09:37 | jonalegriaesarte | Issue Monitored: networkb | |
2011-02-10 10:53 | psanjuan | Note Added: 0034127 | |
2011-02-10 12:43 | ioritzCia | Note Added: 0034129 | |
2011-02-10 12:43 | ioritzCia | Assigned To | adrianromero => jonalegriaesarte |
2011-02-10 12:43 | ioritzCia | Status | new => feedback |
2011-02-10 12:55 | psanjuan | Note Added: 0034130 | |
2011-02-10 12:55 | psanjuan | Status | feedback => new |
2011-02-10 16:27 | adrianromero | Status | new => scheduled |
2011-02-10 16:27 | adrianromero | Assigned To | jonalegriaesarte => ioritzCia |
2011-02-10 16:27 | adrianromero | fix_in_branch | => pi |
2011-02-10 16:27 | adrianromero | Type | defect => backport |
2011-02-10 16:27 | adrianromero | fix_in_branch | pi => |
2011-02-10 16:28 | adrianromero | Issue cloned | 0015934 |
2011-02-10 16:28 | adrianromero | Relationship added | blocks 0015934 |
2011-02-21 16:13 | dalsasua | fix_in_branch | => 2.50 |
2011-03-03 04:55 | hgbot | Checkin | |
2011-03-03 04:55 | hgbot | Note Added: 0034516 | |
2011-03-03 04:55 | hgbot | Status | scheduled => resolved |
2011-03-03 04:55 | hgbot | Resolution | open => fixed |
2011-03-03 04:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/631470a72993b26089e08e8b957664c7cbc3f240 [^] |
2011-03-22 13:27 | jonalegriaesarte | Note Added: 0035145 | |
2011-03-22 13:27 | jonalegriaesarte | Status | resolved => closed |
2011-03-22 13:27 | jonalegriaesarte | Fixed in Version | => 2.50MP28 |
Notes |
|
|
Comprobar que:
En la actualidad se muestra el nombre del cliente no el de la organizaciĆ³n (Legal with accounting) seleccionada al lanzar el libro, tampoco el correspondiente NIF
|
|
|
|
Is it for printable version only or is it for excel and html versions too? |
|
|
|
Please do it just for excel and printable option.
Excel one it is because they can use that one to print.
It is not required for the html one.
Thanks, Patricia. |
|
|
(0034516)
|
hgbot
|
2011-03-03 04:55
|
|
Repository: erp/stable/2.50
Changeset: 631470a72993b26089e08e8b957664c7cbc3f240
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Tue Feb 22 16:34:54 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/631470a72993b26089e08e8b957664c7cbc3f240 [^]
Fixes issue 15899. Fixes issue 15911. Fixes issue 15920. Fixes issue 16017.
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
---
|
|
|
(0035145)
|
jonalegriaesarte
|
2011-03-22 13:27
|
|
|