Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018554 | Openbravo ERP | 09. Financial management | public | 2011-08-23 14:53 | 2011-09-21 19:08 |
|
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 | 0018554: 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 | blocks | feature request | 0018342 | | 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-09-19 13:14 | vmromanos | Type | feature request => backport |
2011-09-19 13:14 | vmromanos | fix_in_branch | => 2.50 |
2011-09-19 13:15 | vmromanos | Assigned To | psanjuan => vmromanos |
2011-09-20 11:11 | hgbot | Checkin | |
2011-09-20 11:11 | hgbot | Note Added: 0041120 | |
2011-09-20 11:12 | hgbot | Checkin | |
2011-09-20 11:12 | hgbot | Note Added: 0041121 | |
2011-09-20 11:12 | hgbot | Status | scheduled => resolved |
2011-09-20 11:12 | hgbot | Resolution | open => fixed |
2011-09-20 11:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/5fc2834e55af0f5bdc0ee821062c8cecc9a62479 [^] |
2011-09-21 19:08 | psanjuan | Note Added: 0041204 | |
2011-09-21 19:08 | psanjuan | Status | resolved => closed |
Notes |
|
(0041120)
|
hgbot
|
2011-09-20 11:11
|
|
Repository: erp/stable/2.50
Changeset: d11f2f07dc53243cef3324b247a00dba7b658fe7
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Sep 20 11:11:06 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/d11f2f07dc53243cef3324b247a00dba7b658fe7 [^]
Issue 18554: 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 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 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
---
|
|
|
(0041121)
|
hgbot
|
2011-09-20 11:12
|
|
Repository: erp/pmods/org.openbravo.advpaymentmngt
Changeset: 5fc2834e55af0f5bdc0ee821062c8cecc9a62479
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Sep 20 11:14:39 2011 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/5fc2834e55af0f5bdc0ee821062c8cecc9a62479 [^]
Fixed issue 18554: 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 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 src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.xml
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.html
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.java
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.xml
M src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
M src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
---
|
|
|
|
fixed and working
Tested both payment in/out.
All accouting options: Transaction, Deposit/Withdrawal and Reconciliation |
|