Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0022808
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] 09. Financial managementminorN/A2013-01-16 13:372013-02-08 06:30
ReportermiruritaView Statuspublic 
Assigned Toeduardo_Argal 
PrioritynormalResolutionfixedFixed in Version3.0MP20
StatusclosedFix in branchFixed in SCM revisiondd9599b2531b
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionpiSCM revision 
Review Assigned Tomirurita
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0022808: Make visible accounting information in transactional windows

DescriptionSet of tabs that make visible accounting information in transactional windows. The purpose of this module is to provide: 1) An accounting view in the context of the transaction as an additional tab, showing the most relevant information related to the accounting such as date, accounts, debit, credit, dimensions...

TO BE DISCUSSED:
And also allows to modify description info related to the accounting entries. The description for the accounting entries is automatically generated by accounting engine. This module makes description editable to add/modify default description provided by the engine.

Here are the transaction windows that include the new accounting tab:
- Sales invoice
- Purchase invoice
- Payment In
- Payment out
- Goods receipt
- Material shipment
- Physical inventory
- Material movement
- Amortization
- GL Journal
- Production
Steps To ReproduceGo to previous windows and check you have available a (2ยบ level) tab with accounting information related to the selected record.
TagsNo tags attached.
Attached Filespng file icon Accounting tab.png [^] (138,248 bytes) 2013-01-16 13:37

- Relationships Relation Graph ] Dependency Graph ]
has duplicate defect 0023236 closedngarcia Modules In purchase invoice, the position of accounting tab is wrong 
related to feature request 00231033.0MP21 closedmirurita Openbravo ERP Make visible accounting information in Doubtful Debt and Matched Invoices windows 

-  Notes
(0055933)
hgbot (developer)
2013-01-29 09:07

Repository: erp/devel/pi
Changeset: 90f9cb9d0c77f27c50442fd1ebe21b5e0b51d4ea
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Mon Jan 28 23:44:55 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/90f9cb9d0c77f27c50442fd1ebe21b5e0b51d4ea [^]

Fixes issue 22808: Make visible accounting information in transactional windows

---
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_TAB.xml
---
(0056044)
hgbot (developer)
2013-02-01 10:58

Repository: erp/devel/pi
Changeset: 12449bbb64bd43acc3455c0ee8abc0b6646cafe9
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Fri Feb 01 10:58:07 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/12449bbb64bd43acc3455c0ee8abc0b6646cafe9 [^]

Related to issue 22808: reoder accounting tabs. Fix int-sales-procurement-oracle#553

---
M src-db/database/sourcedata/AD_TAB.xml
---
(0056074)
hudsonbot (developer)
2013-02-01 22:28

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b070aa80fc76 [^]

Maturity status: Test
(0056108)
hudsonbot (developer)
2013-02-01 22:29

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b070aa80fc76 [^]

Maturity status: Test
(0056114)
hgbot (developer)
2013-02-03 20:47

Repository: erp/pmods/org.openbravo.acctTab
Changeset: 14bea6a9e9ffa13b758ef8c95d5fc638e0214e2d
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Sun Feb 03 20:47:03 2013 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.acctTab/rev/14bea6a9e9ffa13b758ef8c95d5fc638e0214e2d [^]

Related to issue 22808: reoder accounting tabs. 3rd level tabs not visible

---
M src-db/database/sourcedata/AD_TAB.xml
---
(0056215)
pramakrishnan (developer)
2013-02-06 10:57

Code Review + Testing - OK
(0056217)
eduardo_Argal (developer)
2013-02-06 11:36

Ordering of record is not correct. Debit entries should come before credit ones.
(0056249)
hgbot (developer)
2013-02-07 11:40

Repository: erp/devel/pi
Changeset: dd9599b2531b5c8e501ec296250a9dc43285703e
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Thu Feb 07 11:39:59 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/dd9599b2531b5c8e501ec296250a9dc43285703e [^]

Fixes bug 22808

---
M src-db/database/sourcedata/AD_TAB.xml
---
(0056258)
mirurita (developer)
2013-02-07 13:35

code review + testing OK

The order by hql clause used is the following:
join_0.name,e.accountingDate,e.debit desc ,e.credit desc ,e.value,e.id
(0056280)
hudsonbot (developer)
2013-02-08 06:30

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0aeb43d0ff8d [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2013-01-16 13:37 mirurita New Issue
2013-01-16 13:37 mirurita Assigned To => dmiguelez
2013-01-16 13:37 mirurita File Added: Accounting tab.png
2013-01-16 13:37 mirurita Modules => Core
2013-01-16 13:37 mirurita Triggers an Emergency Pack => No
2013-01-29 09:07 hgbot Checkin
2013-01-29 09:07 hgbot Note Added: 0055933
2013-01-29 09:07 hgbot Status new => resolved
2013-01-29 09:07 hgbot Resolution open => fixed
2013-01-29 09:07 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/90f9cb9d0c77f27c50442fd1ebe21b5e0b51d4ea [^]
2013-02-01 10:58 hgbot Checkin
2013-02-01 10:58 hgbot Note Added: 0056044
2013-02-01 22:28 hudsonbot Checkin
2013-02-01 22:28 hudsonbot Note Added: 0056074
2013-02-01 22:29 hudsonbot Checkin
2013-02-01 22:29 hudsonbot Note Added: 0056108
2013-02-03 20:47 hgbot Checkin
2013-02-03 20:47 hgbot Note Added: 0056114
2013-02-06 10:57 pramakrishnan Review Assigned To => pramakrishnan
2013-02-06 10:57 pramakrishnan Note Added: 0056215
2013-02-06 10:57 pramakrishnan Status resolved => closed
2013-02-06 11:36 eduardo_Argal Assigned To dmiguelez => eduardo_Argal
2013-02-06 11:36 eduardo_Argal Note Added: 0056217
2013-02-06 11:36 eduardo_Argal Status closed => new
2013-02-06 11:36 eduardo_Argal Resolution fixed => open
2013-02-07 11:40 hgbot Checkin
2013-02-07 11:40 hgbot Note Added: 0056249
2013-02-07 11:40 hgbot Status new => resolved
2013-02-07 11:40 hgbot Resolution open => fixed
2013-02-07 11:40 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/90f9cb9d0c77f27c50442fd1ebe21b5e0b51d4ea [^] => http://code.openbravo.com/erp/devel/pi/rev/dd9599b2531b5c8e501ec296250a9dc43285703e [^]
2013-02-07 13:35 mirurita Review Assigned To pramakrishnan => mirurita
2013-02-07 13:35 mirurita Note Added: 0056258
2013-02-07 13:35 mirurita Status resolved => closed
2013-02-07 13:35 mirurita Fixed in Version => 3.0MP20
2013-02-08 06:30 hudsonbot Checkin
2013-02-08 06:30 hudsonbot Note Added: 0056280
2013-02-18 15:47 mirurita Relationship added related to 0023103
2013-06-05 17:38 ngarcia Relationship added has duplicate 0023236


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker