Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #29519 All Revisions ] Back to Issue ]
Summary 0029519: Created invoice in the cash up has not got the correct address
Revision 2015-04-08 09:43 by jecharri
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
Revision 2015-04-08 09:42 by jecharri
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.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker