Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023012 | Openbravo ERP | 09. Financial management | public | 2013-02-07 16:26 | 2013-04-25 01:50 |
|
Reporter | eduardo_Argal | |
Assigned To | eduardo_Argal | |
Priority | high | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023012: Accounting tab for transactions does not order properly when negative values exist |
Description | Accounting entries should be ordered so that debit entries are displayed prior to credit ones. This behavior does not work when having negative entries in the ledger. |
Steps To Reproduce | Create a sales invoice with a negative line and configure the ledger to allow negative entries.
Browse Accounting tab once posted and verify ordering is not optimal. |
Proposed Solution | Modify hqlorderbyclause for Accounting tabs inside transactional windows and set the following ordering criteria:
accountingSchema.name, accountingDate, abs(debit) desc, debit desc, abd(credit) desc, value |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | defect | 0023011 | | closed | AugustoMauch | Wrong hql query due to hql order by clause of a tab |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-02-07 16:26 | eduardo_Argal | New Issue | |
2013-02-07 16:26 | eduardo_Argal | Assigned To | => eduardo_Argal |
2013-02-07 16:26 | eduardo_Argal | Modules | => Core |
2013-02-07 16:26 | eduardo_Argal | OBNetwork customer | => No |
2013-02-07 16:26 | eduardo_Argal | Triggers an Emergency Pack | => No |
2013-02-07 16:26 | eduardo_Argal | Status | new => scheduled |
2013-02-07 16:26 | eduardo_Argal | fix_in_branch | => pi |
2013-02-07 16:26 | eduardo_Argal | Status | scheduled => acknowledged |
2013-02-07 16:27 | eduardo_Argal | Relationship added | depends on 0023011 |
2013-04-19 18:22 | hgbot | Checkin | |
2013-04-19 18:22 | hgbot | Note Added: 0058065 | |
2013-04-19 18:22 | hgbot | Status | acknowledged => resolved |
2013-04-19 18:22 | hgbot | Resolution | open => fixed |
2013-04-19 18:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/cdaa760eb48680f428f6f6aee9f192773ac9094e [^] |
2013-04-22 16:36 | hudsonbot | Checkin | |
2013-04-22 16:36 | hudsonbot | Note Added: 0058107 | |
2013-04-23 12:53 | hgbot | Checkin | |
2013-04-23 12:53 | hgbot | Note Added: 0058126 | |
2013-04-23 12:54 | dmiguelez | Note Added: 0058127 | |
2013-04-23 12:54 | dmiguelez | Status | resolved => closed |
2013-04-25 01:50 | hudsonbot | Checkin | |
2013-04-25 01:50 | hudsonbot | Note Added: 0058193 | |
Notes |
|
(0058065)
|
hgbot
|
2013-04-19 18:22
|
|
|
|
|
|
|
(0058126)
|
hgbot
|
2013-04-23 12:53
|
|
Repository: erp/devel/pi
Changeset: 423380e4f7ea629f4fc1cf505286ce42797b7ff1
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Tue Apr 23 12:52:24 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/423380e4f7ea629f4fc1cf505286ce42797b7ff1 [^]
Related to Issue 23012: Orders Accounting Tab below Transactions
Tab by Debit and Credit.
---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TAB.xml
---
|
|
|
|
|
|
|
|