Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005253Openbravo ERP07. Sales managementpublic2008-09-25 10:112009-04-21 10:54
jarek_wozniak 
anthony_wolski 
normaltrivialhave not tried
closedfixed 
5
2.40beta 
2.50 
No
Core
No
0005253: An additional web service is needed to get Location web services
It is not possible to call the method below in web services since the contactId is required.

public Contact getCustomerContact(int clientId, int customerId, int contactId, String username, String password)
An additional method is needed similar to this one:

public int[] getCustomerAddresses(int clientId, int customerId, String username, String password)

just getting an array with contacts' ids,
No tags attached.
depends on backport 0005296 closed anthony_wolski An additional web service is needed to get Location web services 
Issue History
2008-09-25 10:11jarek_wozniakNew Issue
2008-09-25 10:11jarek_wozniakAssigned To => cromero
2008-09-25 10:11jarek_wozniaksf_bug_id0 => 2127875
2008-09-29 10:19psarobeStatusnew => scheduled
2008-09-29 10:19psarobeAssigned Tocromero => iperdomo
2008-09-29 10:19psarobefix_in_branch => trunk
2009-02-03 17:06iperdomoAssigned Toiperdomo => anthony_wolski
2009-02-10 16:32anthony_wolskiStatusscheduled => resolved
2009-02-10 16:32anthony_wolskiFixed in Version => 2.50
2009-02-10 16:32anthony_wolskisvn_revision => N/A
2009-02-10 16:32anthony_wolskiResolutionopen => fixed
2009-02-10 16:32anthony_wolskiNote Added: 0013316
2009-04-21 10:54psarobeStatusresolved => closed

Notes
(0013316)
anthony_wolski   
2009-02-10 16:32   
Resolved with 2.50 web services.