NK

Production Management

Track panel manufacturing from sales order to wiring, testing, QC and dispatch readiness.

Total Jobs
0
๐Ÿ—๏ธ
In Progress
0
โš™๏ธ
QC Pending
0
๐Ÿงช
Ready Dispatch
0
๐Ÿšš

Production Jobs

Add / Edit / View / Delete / Print
Job NoCustomer / ProjectSO / PanelStartTargetSupervisorProgressPriorityStatusActions

Manufacturing Board

Live Stages

Production Workflow

Planning โ†’ Material โ†’ Fabrication โ†’ Wiring โ†’ Testing โ†’ QC โ†’ Dispatch
Material Issue

BOM material availability and purchase dependency.

Fabrication

Enclosure, busbar, assembly and mechanical fitting.

Wiring & Testing

Control wiring, power wiring and functional testing.

QC & Dispatch

Inspection checklist, FAT status and dispatch clearance.

Production Details

Job profile, checklist and actions

`);w.document.close()}function exportProdCSV(){let rows=filteredProd(),head=['Job No','SO No','Customer','Project','Panel','Rating','Start','Target','Supervisor','Progress','Priority','Status'];let csv=[head.join(','),...rows.map(x=>[x.jobNo,x.soNo,x.customer,x.project,x.panel,x.rating,x.startDate,x.targetDate,x.supervisor,x.progress,x.priority,x.status].map(v=>'"'+String(v||'').replaceAll('"','""')+'"').join(','))].join('\n');let a=document.createElement('a');a.href=URL.createObjectURL(new Blob([csv],{type:'text/csv'}));a.download='aspl-production-jobs.csv';a.click()}document.addEventListener('DOMContentLoaded',prodInit);if(location.hash==='#new')setTimeout(newProduction,400)