# -*- coding: utf-8 -*- { 'name': 'Tiruppur Garment Manufacturing ERP', 'version': '19.0.1.0.0', 'category': 'Manufacturing/Apparel', 'summary': 'End-to-End Garment Manufacturing ERP for Tiruppur Apparel Industry', 'sequence': 1, 'description': """ Tiruppur Garment Manufacturing ERP for Odoo 19 =============================================== A complete, industrial ERP suite specifically built for Tiruppur knitwear & apparel manufacturers. Features & Lifecycle Management: --------------------------------- 1. **Garment Master Data & Style Variants**: - Garment Style, Brand, Season, Gender, Garment Type - Knitwear Fabric Specifications (GSM, Tube/Open Width, Shrinkage %, Yarn Count) - Size & Color Master with Swatches - Point of Measurement (POM) Specs & Tech Pack management - Auto-generation of Product Variants (Style + Color + Size) 2. **Customer & Sales Order Management with Order Matrix**: - Dynamic 2D Size × Color × Quantity Order Matrix grid - Real-time HTML matrix calculation and synchronization with standard sale.order.line - Buyer PO & Customer Style tracking with delivery milestones 3. **Garment Bill of Materials (BOM) & Material Requisition**: - Knitwear fabric consumption breakdown (Body, Neck Rib, Collar, Pocket) with cutting wastage % - Trims & accessories (Labels, Tags, Polybags, Master Cartons, Threads) - Industrial Engineering SAM routing per operation - Material requirement calculator per order quantity 4. **Roll-Wise Fabric Inventory & 4-Point Inspection**: - Roll number, weight (gross/net/tare), length, GSM, width, shade/dyeing lot - 4-Point System quality defect scoring (1 to 4 points) with score per 100 sq. meters - Automated quality approval / quarantine status 5. **Garment Material Requirement Planning (MRP)**: - Order quantity vs on-hand fabric and trims comparison - Shortage calculation and one-click purchase RFQ generation 6. **Cutting & Lay Planning**: - Marker length, width, plies/layers, size ratio per ply - Fabric roll allocation and scrap/end-bit wastage tracking - One-click automatic Production Bundle generation 7. **Production Bundle Tracking with Barcode / QR**: - Serialized bundles with ply range and barcode/QR tickets - Stage-by-stage traveler through Cutting → Sewing → Job Work → Quality → Packing → Completed - Full movement history and operator audit trail 8. **Sewing Line & Hourly Production Efficiency**: - Line configuration with operator & helper counts - 8-hour floor logging (Target, Actual, Defects) - Real-time efficiency % formula: (Output × SAM) / (Operators × Minutes) × 100 9. **Tiruppur Subcontracting / Job Work (Delivery Challan)**: - External processing for Knitting, Dyeing, All-Over/Chest Printing, Embroidery, Bio-washing - GST-compliant Delivery Challan (DC) with Outward & Inward tracking - Automated process loss / shrinkage % audit 10. **Quality Control & Automatic Rework Routing**: - Stages: Fabric, Cutting, Sewing Inline, Sewing Endline, Job Work Inward, Final AQL - Defect master classification (Stitching, Fabric, Measurement, Finishing) - Automatic Rework Order creation on failed audits with repair & QA re-check 11. **Export Carton Packing & Finished Goods**: - Solid & Ratio (Assorted) carton packing - Breakdown by Size × Color per box with CBM and weights - Automatic stock transfer to Finished Goods inventory by variant 12. **Dispatch & Delivery**: - Shipping lines, Carrier, Container #, Seal #, B/L or AWB tracking - Deduction of finished goods inventory and sales order fulfillment 13. **Garment Pre-Costing & Post-Costing**: - Fabric + Trims + CM Labor + Value Addition + Packaging + Overheads = Total Garment Cost - Target selling price, gross margin amount and percentage 14. **Live Factory Dashboard & Traceability Explorer**: - Real-time KPI control room for orders, line efficiency, roll stock, and QC - Complete forward & backward traceability across all manufacturing stages - 9+ Professional QWeb PDF Reports and Bundle Barcode Tickets """, 'author': 'Chennora Technologies / Tiruppur Apparel ERP', 'website': 'https://www.chennora.com', 'license': 'LGPL-3', 'depends': [ 'base', 'mail', 'sale_management', 'stock', 'mrp', 'purchase', 'account', 'hr', ], 'data': [ # Security 'security/garment_security.xml', 'security/ir.model.access.csv', # Sequences 'data/garment_sequence_data.xml', # Menus 'views/garment_menus.xml', # Views 'views/garment_base_views.xml', 'views/garment_style_views.xml', 'views/sale_order_views.xml', 'views/garment_bom_views.xml', 'views/production_plan_views.xml', 'views/fabric_roll_views.xml', 'views/fabric_inspection_views.xml', 'views/mrp_requirement_views.xml', 'views/cutting_plan_views.xml', 'views/bundle_views.xml', 'views/sewing_line_views.xml', 'views/job_work_views.xml', 'views/quality_control_views.xml', 'views/rework_views.xml', 'views/packing_views.xml', 'views/finished_goods_views.xml', 'views/dispatch_views.xml', 'views/garment_costing_views.xml', 'views/garment_dashboard_views.xml', 'views/garment_traceability_views.xml', # Reports 'report/garment_report_actions.xml', 'report/report_sales_matrix_template.xml', 'report/report_production_plan_template.xml', 'report/report_bundle_barcode_template.xml', 'report/report_fabric_inspection_template.xml', 'report/report_cutting_plan_template.xml', 'report/report_job_work_challan_template.xml', 'report/report_quality_inspection_template.xml', 'report/report_packing_list_template.xml', 'report/report_garment_costing_template.xml', ], 'installable': True, 'application': True, 'auto_install': False, }