Re: How to automatically update inventory ?

2008-04-01 Thread Bruno Busco
Thank you for your quick replay, i will study [ i really need to study ;-) ] and elaborate on your suggestions. - Bruno 2008/4/2, BJ Freeman <[EMAIL PROTECTED]>: > > there maybe other suggestions: > these are mine > 1) create a seperate service to read you external DB using then enitites > for tho

Re: How to automatically update inventory ?

2008-04-01 Thread BJ Freeman
there maybe other suggestions: these are mine 1) create a seperate service to read you external DB using then enitites for those, and the service to update the ofbiz entity 2) write a helper that converts you entity to a map the service to update ofbiz entities and calls then service to update the

Re: How to automatically update inventory ?

2008-04-01 Thread Bruno Busco
BJ, thank you for your suggestion... to be sincere i am not sure to have well understood how this could be done. In any case i do not want to delete and rebuild the DB but i am looking for the cleanest way to update a facility inventory using a script and taking the information from an external db

Re: How to automatically update inventory ?

2008-03-31 Thread BJ Freeman
Just a thought any thing you use will effect other modules like accounting. so if at some point you are going to delete and rebuild the DB for ofbiz you will have a large task on your hands. you may want to write your own service directly effects the information you are making a copy of in ofbiz.

How to automatically update inventory ?

2008-03-31 Thread Bruno Busco
Hi All, for the moment i need to use OFBIZ as an ecommerce webapp that interfaces to a legacy warehouse management application. (As a further step we aim to replace the whole ERP) I have configured a couple of entitities and built a view-entity to access the legacy database and I have now all the