Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017231 | Openbravo ERP | 09. Financial management | public | 2011-05-18 11:59 | 2012-02-01 16:37 |
|
Reporter | psarobe | |
Assigned To | eduardo_Argal | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 12813 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017231: Instead of showing the invoice once, it is showing as many times as orders gathers |
Description | When you have an invoice that gathers several orders, in the "Add details" button in Payment In you see the invoice several times in Invoice type instead of seeing once. This is wrong. See attach |
Steps To Reproduce | 1. Create two standard orders
2. Delivery both orders. You can use the "Create shipments from orders"
3. Create an invoice that contains both sales order. Complete it
4. Go to payment in window. Select the same business partners. Save
5. Click the Add details button
See attach |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | Payment In.png (68,642) 2011-05-18 11:59 https://issues.openbravo.com/file_download.php?file_id=4038&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-18 11:59 | psarobe | New Issue | |
2011-05-18 11:59 | psarobe | Assigned To | => mirurita |
2011-05-18 11:59 | psarobe | File Added: Payment In.png | |
2011-05-18 11:59 | psarobe | Modules | => Core |
2011-05-18 11:59 | psarobe | OBNetwork customer | => No |
2011-05-18 13:04 | mirurita | Assigned To | mirurita => eduardo_Argal |
2011-05-18 18:35 | dmitry_mezentsev | Note Added: 0037175 | |
2011-05-20 11:20 | psarobe | Status | new => scheduled |
2011-05-20 11:20 | psarobe | fix_in_branch | => pi |
2011-05-23 20:46 | dmitry_mezentsev | Target Version | 3.0MP0 => 3.0MP2 |
2011-05-23 20:46 | dmitry_mezentsev | fix_in_branch | pi => |
2011-07-05 19:06 | gorkaion | Note Added: 0038797 | |
2011-07-20 12:42 | eduardo_Argal | Note Added: 0039260 | |
2011-07-20 17:09 | dmitry_mezentsev | Target Version | 3.0MP2 => |
2011-07-20 17:10 | dmitry_mezentsev | Note Added: 0039268 | |
2011-10-03 17:42 | xabiermerino | OBNetwork customer | No => Yes |
2011-10-03 17:42 | xabiermerino | Support ticket | => 12813 |
2011-10-03 17:42 | xabiermerino | Type | defect => feature request |
2011-10-03 17:48 | xabiermerino | Issue Monitored: networkb | |
2011-10-11 13:11 | eduardo_Argal | Note Added: 0041583 | |
2011-10-11 13:11 | eduardo_Argal | Status | scheduled => acknowledged |
2012-01-31 10:55 | hgbot | Checkin | |
2012-01-31 10:55 | hgbot | Note Added: 0044728 | |
2012-01-31 10:55 | hgbot | Status | acknowledged => resolved |
2012-01-31 10:55 | hgbot | Resolution | open => fixed |
2012-01-31 10:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a295858d32324b96de3f03b99685da9096f3c38a [^] |
2012-02-01 08:58 | hudsonbot | Checkin | |
2012-02-01 08:58 | hudsonbot | Note Added: 0044758 | |
2012-02-01 16:37 | psarobe | Note Added: 0044779 | |
2012-02-01 16:37 | psarobe | Status | resolved => closed |
2012-02-01 16:37 | psarobe | Fixed in Version | => pi |
Notes |
|
|
Pablo,
I agree that it is not nice, but this is the way APRM works from the day 1.
Knowing that Functional Team is overbooked for MP0, I consider reasonable to tackle it later. |
|
|
|
The grid shows one line per each order and invoice pair. In the attachment the invoice appears 3 times because it is related to 3 different orders. I'd say that this is a Feature Request, as merging the lines into one will loose the possibility of determining which order is being paid.
Regards |
|
|
|
This enhancement will be considered when refactoring all this manual windows using smart client technology. It makes no sense doing an investment in objects which life time will be short. |
|
|
|
Postponed till we start redesign of manual pop-ups. |
|
|
|
This feature request will be taken into account when re factoring this manual screens using SmartClient technology |
|
|
(0044728)
|
hgbot
|
2012-01-31 10:55
|
|
Repository: erp/devel/pi
Changeset: a295858d32324b96de3f03b99685da9096f3c38a
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Mon Jan 30 19:11:21 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a295858d32324b96de3f03b99685da9096f3c38a [^]
Fixes issue 17231: Instead of showing the invoice once, it is showing as many times as orders gathers
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentGrid.srpt
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentGrid.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
---
|
|
|
|
|
|
|
|