Re: Point of Sale

2005-01-27 Thread Andreas Pauley
On Thu, 27 Jan 2005, Evan Simpson wrote: You may want to check out the Spread Toolkit, at www.spread.org, whose Python wrapper lives at http://www.python.org/other/spread/doc.html. It's used by the Zope Replication Service, for example. Cheers, Evan @ 4-am Thanks a lot, I need components like t

Re: Point of Sale

2005-01-27 Thread Evan Simpson
Andreas Pauley wrote: If the network is down each POS station should still be able to function without interruption. At the moment the current POS system uses an inhouse developed message queing system to communicate with the ERP/Retail backend. A POS station submits each transaction (and other

Re: Point of Sale

2005-01-27 Thread Andreas Pauley
On Thu, 27 Jan 2005, Peter Hansen wrote: Andreas Pauley wrote: My company has given me a rather cool project: I have to provide them with an open-source python-based point-of-sale / cash register system that can integrate with their existing ERP backend. Do you have information about the interfac

Re: Point of Sale

2005-01-27 Thread Andreas Pauley
On Thu, 27 Jan 2005, Cameron Laird wrote: In article <[EMAIL PROTECTED]>, Andreas Pauley <[EMAIL PROTECTED]> wrote: Hi, My company has given me a rather cool project: I have to provide them with an open-source python-based point-of-sale / cash register system that can integrate with their existin

Re: Point of Sale

2005-01-27 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Andreas Pauley <[EMAIL PROTECTED]> wrote: >Hi, > >My company has given me a rather cool project: >I have to provide them with an open-source python-based point-of-sale / >cash register system that can integrate with their existing ERP backend. > >The project will i

RE: Point of Sale

2005-01-27 Thread Gabriel Cosentino de Barros
Title: RE: Point of Sale Hi, i'm curently doing a POS. But mine is a small scale and stand alone. Are you planing on developing in house and then opening? develop at open or simple use open source tools and keep it closed? I'm going to post my progress at source forge next w

Re: Point of Sale

2005-01-27 Thread Peter Hansen
Andreas Pauley wrote: My company has given me a rather cool project: I have to provide them with an open-source python-based point-of-sale / cash register system that can integrate with their existing ERP backend. Do you have information about the interface to the ERP back end? It could be anythin