On 04/03/2011 05:48 PM, gnordli wrote:

> Is Tryton able to handle the payment transaction management?


That's what I use it for:

manage partners, contact information, etc.
manage products, prices, product descriptions,
generate invoices and invoice lines
generate account moves when a payment is confirmed, and set the invoice
status to paid, or create a canceling credit note when the payment fails.
generate PDF versions of the invoices using reportlab which are showable
in the web-client.

I chose proteus to connect the shop to tryton over xmlrpc, but you can
also use trytond directly as an egg if you use a python web framework.

Haven't yet tested the jsonrpc interface... should be interesting.

Tryton also has support for multiple companies in a single database,
which I also use - though I only track two companies, nothing fancy.

Would be interesting to see if it would scale up to say hundreds of
completely unrelated companies... Performance on the ORM layer would
probably be the main roadblock - I suspect.


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

-- 
[email protected] mailing list

Reply via email to