ProductionPlanModel constructor
ProductionPlanModel(
- String work_order,
- String sales_order,
- String production_item,
- String production_item_name,
- double qty_to_manufacture,
- String produced_qty,
- String warehouse,
- String item_code,
- double actual_qty,
- double ordered_qty,
- double projected_qty,
- String bom_no,
- String stock_uom,
- String name,
- String delivery_date,
- double base_grand_total,
- String for_warehouse,
- int available_qty,
- String parent,
- String raw_material_name,
- double required_qty_per_unit,
- double required_qty,
- double remaining_qty,
- int allotted_qty,
- String arrival_date,
- double arrival_qty,
Implementation
ProductionPlanModel(
this.work_order,
this.sales_order,
this.production_item,
this.production_item_name,
this.qty_to_manufacture,
this.produced_qty,
this.warehouse,
this.item_code,
this.actual_qty,
this.ordered_qty,
this.projected_qty,
this.bom_no,
this.stock_uom,
this.name,
this.delivery_date,
this.base_grand_total,
this.for_warehouse,
this.available_qty,
this.parent,
this.raw_material_name,
this.required_qty_per_unit,
this.required_qty,
this.remaining_qty,
this.allotted_qty,
this.arrival_date,
this.arrival_qty,
);