Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007844Openbravo ERP09. Financial managementpublic2009-02-26 14:302009-04-22 00:01
sureshbabu 
gmauleon 
normalminoralways
closedfixed 
5
pi 
2.50 
Core
No
0007844: Export to excel, print record, Email options are available in the General Ledger Journal report.
Export to excel, print record, Email options are available in the General Ledger Journal report.
Move to
Financial Management || Accounting || Analysis Tools || General Ledger Journal || General Ledger Journal

Export to excel, print record, Email options are available on top of the page.
No tags attached.
related to defect 0007843 closed gmauleon Print record and email option icons are visible in Trial Balance Report page 
related to defect 0007775 closed dalsasua General Ledger Report cannot be exported 
related to defect 0009268 closed iperdomo Email icon displays in grid view when it should not 
related to defect 00114812.50MP11 closed iperdomo The email doesn't work in Requisition 
Issue History
2009-02-26 14:30sureshbabuNew Issue
2009-02-26 14:30sureshbabuAssigned To => rafaroda
2009-02-26 14:30sureshbabuRegression testing => No
2009-02-27 11:57psarobeStatusnew => scheduled
2009-02-27 11:57psarobeNote Added: 0014137
2009-02-27 11:57psarobeAssigned Torafaroda => gmauleon
2009-02-27 11:57psarobefix_in_branch => trunk
2009-02-27 15:44gmauleonRelationship addedrelated to 0007843
2009-03-02 12:12gmauleonNote Added: 0014219
2009-03-02 12:34hgbotCheckin
2009-03-02 12:34hgbotNote Added: 0014220
2009-03-02 12:34hgbotStatusscheduled => resolved
2009-03-02 12:34hgbotResolutionopen => fixed
2009-03-02 12:34hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a3c864cc225dd0dda1c0afa3897e82a6d24d2365 [^]
2009-03-03 10:14gmauleonNote Added: 0014274
2009-03-05 18:36rafarodaRelationship addedrelated to 0007775
2009-04-21 10:53psarobeStatusresolved => closed
2009-04-22 00:01anonymoussf_bug_id0 => 2778025
2009-06-01 15:52rafarodaRelationship addedrelated to 0009268
2009-11-25 11:15rafarodaRelationship addedrelated to 0011481

Notes
(0014137)
psarobe   
2009-02-27 11:57   
Remove email button if applies
(0014219)
gmauleon   
2009-03-02 12:12   
The excel option doesnt need to be deleted. It been placed there correctly.
(0014220)
hgbot   
2009-03-02 12:34   
Repository: erp/devel/pi
Changeset: a3c864cc225dd0dda1c0afa3897e82a6d24d2365
Author: Gorka Mauleon <gorka.mauleon <at> openbravo.com>
Date: Mon Mar 02 12:15:41 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a3c864cc225dd0dda1c0afa3897e82a6d24d2365 [^]

Fixes 0007844: Export to excel, print record, Email options are available in the General Ledger Journal report.

---
M src-db/database/model/functions/AD_TABLE_IMPORT.xml
M src-db/database/model/functions/C_ACCTSCHEMA_DEFAULT_COPY.xml
M src-db/database/model/functions/C_SETTLEMENT_POST.xml
M src-db/database/model/tables/AD_HEARTBEAT_LOG.xml
M src-db/database/model/tables/C_ACCTSCHEMA_DEFAULT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src-trl/src/org/openbravo/translate/Translate.java
M src/org/openbravo/erpCommon/ad_actionButton/CreateFile.java
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_ShipmentPO.html
M src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java
M src/org/openbravo/erpCommon/ad_forms/FileImport.java
M src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.java
M src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder_data.xsql
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.html
M src/org/openbravo/erpCommon/ad_reports/GenerateModel347.html
M src/org/openbravo/erpCommon/ad_reports/GenerateModel347_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
M src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.html
M src/org/openbravo/erpCommon/utility/NavigationBar.java
---
(0014274)
gmauleon   
2009-03-03 10:14   
Also this Commit is related

Repository: erp/devel/pi
Changeset: 969fe2e5a25a00cd051589166660435f29585b9e
Author: Gorka Mauleon <gorka.mauleon <at> openbravo.com>
Date: Tue Mar 03 10:13:01 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/969fe2e5a25a00cd051589166660435f29585b9e [^] [^]

fixes 0007843: Print record and email option icons are visible in Trial Balance Report page

---
M src/org/openbravo/erpCommon/utility/ToolBar.java
---