Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005296Openbravo ERP07. Sales managementpublic2008-09-29 10:192009-05-10 19:48
jarek_wozniak 
anthony_wolski 
normaltrivialhave not tried
closedfixed 
5
2.40beta 
 
No
Core
No
0005296: 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.
blocks defect 0005253 closed anthony_wolski An additional web service is needed to get Location web services 
Issue History
2008-09-29 10:19psarobeNew Issue
2008-09-29 10:19psarobeAssigned To => iperdomo
2008-09-29 10:19psarobeStatusnew => scheduled
2009-02-03 17:06iperdomoAssigned Toiperdomo => anthony_wolski
2009-02-10 16:31anthony_wolskiStatusscheduled => resolved
2009-02-10 16:31anthony_wolskiFixed in Version => 2.50
2009-02-10 16:31anthony_wolskisvn_revision => N/A
2009-02-10 16:31anthony_wolskiResolutionopen => fixed
2009-02-10 16:31anthony_wolskiNote Added: 0013314
2009-03-03 17:31psarobeFixed in Version2.50 => 2.40MP3
2009-03-24 11:02psarobeFixed in Version2.40MP3 => 2.40MP4
2009-05-10 19:48psarobeRegression testing => No
2009-05-10 19:48psarobeStatusresolved => closed

Notes
(0013314)
anthony_wolski   
2009-02-10 16:31   
Resolved with 2.50 web services