Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018342 | Openbravo ERP | 09. Financial management | public | 2011-08-23 14:53 | 2011-10-12 01:58 |
|
Reporter | azabaleta | |
Assigned To | vmromanos | |
Priority | urgent | Severity | major | Reproducibility | always |
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 | Advanced Payables and Receivables Mngmt |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018342: Ability to create a payment with gl items using accounting dimensions for each gl item |
Description | Ability to create a payment with gl items using accounting dimensions for each gl item.
Now, when creating a payment, you can select several gl items, but you cannot use accounting dimensions for each gl item. |
Steps To Reproduce | Create a payment manually and when selecting gl items, try to use accounting dimensions |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0018132 | | closed | mirurita | Cannot post a reconciliation of a payment with 3 gl items | depends on | backport | 0018554 | | closed | vmromanos | Ability to create a payment with gl items using accounting dimensions for each gl item |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-08-23 14:53 | azabaleta | New Issue | |
2011-08-23 14:53 | azabaleta | Assigned To | => jonalegriaesarte |
2011-08-23 14:53 | azabaleta | Modules | => Advanced Payables and Receivables Mngmt |
2011-08-23 15:06 | psanjuan | OBNetwork customer | => No |
2011-08-23 15:06 | psanjuan | Assigned To | jonalegriaesarte => psanjuan |
2011-08-23 15:06 | psanjuan | Relationship added | related to 0018132 |
2011-09-19 13:14 | vmromanos | Status | new => scheduled |
2011-09-19 13:14 | vmromanos | Assigned To | psanjuan => vmromanos |
2011-09-19 13:14 | vmromanos | fix_in_branch | => pi |
2011-09-20 11:19 | hgbot | Checkin | |
2011-09-20 11:19 | hgbot | Note Added: 0041122 | |
2011-09-20 11:19 | hgbot | Status | scheduled => resolved |
2011-09-20 11:19 | hgbot | Resolution | open => fixed |
2011-09-20 11:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/72b43cae0aef889742bc3f0028c057ac2244e674 [^] |
2011-09-20 11:19 | hgbot | Checkin | |
2011-09-20 11:19 | hgbot | Note Added: 0041123 | |
2011-09-26 19:38 | psanjuan | Note Added: 0041297 | |
2011-09-26 19:38 | psanjuan | Status | resolved => closed |
2011-09-26 19:38 | psanjuan | fix_in_branch | pi => |
2011-10-12 01:58 | hudsonbot | Checkin | |
2011-10-12 01:58 | hudsonbot | Note Added: 0041683 | |
2011-10-12 01:58 | hudsonbot | Checkin | |
2011-10-12 01:58 | hudsonbot | Note Added: 0041684 | |
Notes |
|
(0041122)
|
hgbot
|
2011-09-20 11:19
|
|
Repository: erp/devel/pi
Changeset: 72b43cae0aef889742bc3f0028c057ac2244e674
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Mon Sep 19 13:38:52 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/72b43cae0aef889742bc3f0028c057ac2244e674 [^]
Fixed issue 18342: Added accounting dimensions to GL Items created through a payment
- Modified UI:
* Payment In/Out | Add Details popup. When selecting GL Item, the configured by the
user Accounting Dimensions are shown. When adding a GL Item, the associatted
acct. dimension will be shown in the included GL Item table
* Payment In/Out | Lines. The accounting dimensions related to the GL Items are shown
- The accounting for Payments, Transactions and Reconciliations has been updated to
take into account the acct. dimensions for GL Items
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
M src-db/database/model/tables/FIN_PAYMENT_SCHEDULEDETAIL.xml
M src-db/database/model/views/FIN_PAYMENT_DETAIL_V.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java
M src/org/openbravo/erpCommon/ad_forms/DocFINPayment.java
M src/org/openbravo/erpCommon/ad_forms/DocFINReconciliation.java
---
|
|
|
(0041123)
|
hgbot
|
2011-09-20 11:19
|
|
|
|
|
|
|
|
|
|
|
|