README 750 B

123456789101112131415161718
  1. Tryton is a complete ERP. The main features are accounting (analytic
  2. and financial), stock management, sales and purchases management,
  3. POS, etc. Technical features include a distributed server, flexible
  4. workflows, an object database, a dynamic GUI, customizable reports, and
  5. SOAP and XML-RPC interfaces.
  6. This is the pygtk client for Tryton. Requires trytond available on
  7. either the same host or available via the network.
  8. If you want to integrate Google Calendar, then install GooCalendar
  9. (http://code.google.com/p/goocalendar/) - Not available on SBo.
  10. Optional is cdecimal (not available in SBo) to replace stock decimal
  11. module.
  12. If you want to install the documentation, optional dependency is Sphinx
  13. documentation program (development/Sphinx).