Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029519 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2015-04-08 09:42 | 2015-04-16 13:37 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | malsasua | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 7bff7c538c54 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | adrianromero | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | 35487 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0029519: Created invoice in the cash up has not got the correct address | |||||||
Description | Created invoice in the cash up has not got the correct address, you can create an order with one address and invoice this order and it should have the same address but it is not happening that. | |||||||
Steps To Reproduce | -Go to Web POS -Create an address for the BP -Create an order -Verify that new order has this address -Do the cash up -Verify that generated invoice has the first address of the possible addresses If you check JAVA modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java and you verify line invoice.setPartnerAddress(order.getBusinessPartner().getBusinessPartnerLocationList().get(0)); you will see that we are not doing properly. P.S.:the client needs and script to fix the wrong invoices | |||||||
Proposed Solution | We should check that the address is marked as invoicing address. Also we should think in the case where we group all the orders in one invoice. Probably we should group by BP and also might be necessary to group by address. It is something that must be evaluated and think properly what is the solution that we want to apply. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0076386) hgbot (developer) 2015-04-08 18:21 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 7bff7c538c5489efc0133275604444ef0bce0943 Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Wed Apr 08 18:21:30 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7bff7c538c5489efc0133275604444ef0bce0943 [^] fixed issue 29519: added group by invoice address to order grouping process in cashup and the invoice address asigned to invoice is the invoice address of order --- M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java --- |
(0076401) hgbot (developer) 2015-04-09 09:51 |
Repository: retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal Changeset: 7bff7c538c5489efc0133275604444ef0bce0943 Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Wed Apr 08 18:21:30 2015 +0200 URL: http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal/rev/7bff7c538c5489efc0133275604444ef0bce0943 [^] fixed issue 29519: added group by invoice address to order grouping process in cashup and the invoice address asigned to invoice is the invoice address of order --- M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java --- |
(0076587) adrianromero (viewer) 2015-04-16 13:37 |
Verified |
![]() |
|||
Date Modified | Username | Field | Change |
2015-04-08 09:42 | jecharri | New Issue | |
2015-04-08 09:42 | jecharri | Assigned To | => Retail |
2015-04-08 09:42 | jecharri | OBNetwork customer | => Yes |
2015-04-08 09:42 | jecharri | Support ticket | => 35487 |
2015-04-08 09:42 | jecharri | Resolution time | => 1428616800 |
2015-04-08 09:42 | jecharri | Triggers an Emergency Pack | => No |
2015-04-08 09:43 | jecharri | Steps to Reproduce Updated | View Revisions |
2015-04-08 18:21 | hgbot | Checkin | |
2015-04-08 18:21 | hgbot | Note Added: 0076386 | |
2015-04-08 18:21 | hgbot | Status | new => resolved |
2015-04-08 18:21 | hgbot | Resolution | open => fixed |
2015-04-08 18:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7bff7c538c5489efc0133275604444ef0bce0943 [^] |
2015-04-09 09:51 | hgbot | Checkin | |
2015-04-09 09:51 | hgbot | Note Added: 0076401 | |
2015-04-09 09:51 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7bff7c538c5489efc0133275604444ef0bce0943 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal/rev/7bff7c538c5489efc0133275604444ef0bce0943 [^] |
2015-04-13 19:02 | marvintm | Assigned To | Retail => malsasua |
2015-04-16 13:37 | adrianromero | Review Assigned To | => adrianromero |
2015-04-16 13:37 | adrianromero | Note Added: 0076587 | |
2015-04-16 13:37 | adrianromero | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |