On 19 Mar 11:41, Todd Blum wrote: > Hello, > > I sell both computer equipment to offices, as well as monthly support > contracts to service that equipment. > > I need to keep track of what equipment is in each of my client offices, as > well as what it's serial number, manufacture warranty, antivirus license > key, monthly support fee, etc. > > I tried this with Odoo, but the only unique field in Odoo is serial number, > nothing else. > > It would also be nice to be able to generate monthly invoices for the > office's support contracts. > > Can Tryton do any of this?
Tryton has lot number: http://doc.tryton.org/3.4/modules/stock_lot/doc/index.html It is by design very simple because the idea is to customize/extend it with module. So with a simple module, you could add the fields you need. For support contract, we don't have yet something. We had already some discussion about how to implement such module but nothing yet coded. In the meantime, it still possible to just duplicate previous invoice each month if the numbers are not to high. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
