I can't believe I'm actually sitting in a McDonalds accessing a Tryton virtual machine on my laptop. So cool! Now I'm trying to work through a basic use case and wondering what's modules I will need.
- Manage list of project names and their "execute" dates. - Maintain products and bills-of-materials for assemblies (assemblies are things either we or a subcontractor builds), and "kits" (collections of serialized spare parts we loan out to field service crews for a project they are executing) - Receive serialized product (from a supplier, from our internal production team, or from a field service crew returning equipment). Generally material from a supplier is serialized by us when we receive it, but we might also use the original manufacturer's serial number. - Issue serialized product (to a field service crew for a specific project) I looked through the official 3.2 modules and came up with the following list. Does it look like I'm missing anything, or have anything extra I don't need? - trytond_company - trytond_dashboard - trytond_product - trytond_product_attribute - trytond_production - trytond_project - trytond_project_plan - trytond_purchase - trytond_sale - trytond_stock - trytond_stock_lot - trytond_stock_split The purchase module is included because I think I will need to purchase something to get it into the system. The sale module is included because I thin I will need to sell things to projects (and then return them through an RMA-type process). Please say so if there's a simpler way of doing this (even if only suitable for a prototype). Thanks!
