From: Phil D. <ph...@lo...> - 2010-04-04 01:44:26
|
Well yes you could do periodic updates to the POS master data but maybe the POS master pricing was updated after the webERP master. To do a proper job of it after every sale on the POS the data needs to be propogated back to webERP and the stock at the POS location updated. Sales analysis tax GL etc all updated in as close to real time as possible. This is what Tim's API would allow if we could insert the calls to the webERP inside a queueing transactioninitiated from the java code that captured the return status to ensure the connection to webERP was live and the update happened. If the transaction was not processed by webERP it was logged for later processing. This way a live connection to webERP maybe not necessary but when one is the system could sync up to real time. I am sure a hack could be done more simply but there is no fun in half doing it! Phil Phil Daintree Logic Works Ltd - 0275 567890 -----Original Message----- From: Janvl <jv...@st...> Date: Sat, 3 Apr 2010 06:39:03 To: <web...@li...> Subject: Re: [WebERP-developers] POS Hi Phil, in my opinion one does not need to programm in Java, the database is a Mysql database and the tables have a very logical structure, so we just need to decide what needs to be imported to webERP and how. I have considered that maybe EDI is an option. But I am open to any idea. Main point is that if one is using both, the inventory should be done inside webERP because it has a much better structure to do so. BTW even openbravo itself only connects the databases using Kettle/Spoon in order to get the data from POS to ERP and in the forum one developer already made a PHP-script to interchange data with the POS. Kind regards, Jan -- View this message in context: http://n4.nabble.com/POS-tp1549501p1750164.html Sent from the web-erp-developers mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers |