Slit Coil Inventory Planner

Upload your on-hand master coil and slit coil inventories as CSV files. The Inventory Planner matches demand against available material and generates slitting plans to fulfill any shortfall.

Overview

The Inventory Planner bridges your physical stock with your production demand. Upload two CSV files — one for master coils, one for slit coils — and the system tells you which master coils to slit, which slit coils are already available, and what additional slitting is needed.

Both CSV templates are available to download directly from the Inventory Planner panel in the app.

Master Coils CSV

This file describes the master coils currently in your warehouse or available for processing.

Required columns

coil_number, lot_number, width, weight
ColumnDescription
coil_numberUnique identifier for each master coil (e.g., MC-001).
lot_numberLot number for traceability. It will be used to identify the coil for weight calculation purposes.
widthFull width of the master coil in your selected unit (inches or mm).
weightCoil weight in your selected weight unit (kg or lbs).
Click ↓ template in the Master Coils section of the app to download a starter CSV with the correct column headers pre-filled.

Uploading

1
Drag & drop or browse
Drag your CSV file onto the Master Coils upload zone, or click browse to open a file picker.
2
Preview confirms the data
A preview table appears below the upload zone showing the first few rows. Verify the columns parsed correctly before continuing.
3
Select a master coil
After upload, a selector appears allowing you to choose which master coil to base the slitting plan on.

Slit Coils CSV

This file describes your current slit coil inventory — what widths you have on hand, what's allocated, and what the production goal is.

Required columns

slit_id, master_coil_number, width, on_hand, allocated_to_jobs, goal
ColumnDescription
slit_idUnique identifier for this slit coil entry.
master_coil_numberWhich master coil this slit coil came from. Links back to the master coils file.
widthSlit width in your selected unit.
on_handQuantity currently in stock (weight — consistent with your unit preference).
allocated_to_jobsQuantity already committed to existing jobs. Subtracted from available inventory.
goalTarget quantity to have available. The planner calculates what additional slitting is needed to reach this goal.
Available quantity = on_hand − allocated_to_jobs. Only the net available amount is considered when checking if demand is already covered.

Running the Planner

Once both CSV files are uploaded:

1
Set edge trim (optional)
Enter the combined edge trim value if applicable — same as in Coil Slitting.
2
Click Plan
Press the Plan button. The system analyzes which widths have demand not yet covered by current inventory, then generates slitting plans to fill the gap.

Reading Results

Results appear in two sections:

Inventory Overview

A table showing each slit width, current on-hand stock, allocated quantity, available quantity, the production goal, and the shortfall (how much more needs to be produced).

Slitting Plans

For each shortfall, the system generates one or more cut patterns against the selected master coil — showing how to slit it to produce the needed widths with minimal scrap. Each plan card looks like a Coil Slitting result, with pattern details and a visual bar.

Exporting Plans

Two export options are available from the results section:

ExportDescription
↓ CSVDownloads the slitting plans as a CSV file for use in production tracking or ERP systems.
↓ PDFDownloads a formatted PDF of the slitting plans — ready to hand to the floor operator.

Tips & Best Practices

Export your ERP data to CSV
Most ERP or inventory systems can export to CSV. Map your columns to the required format using a spreadsheet before uploading.
Keep the "goal" column updated
The planner is only as good as the goals you set. Update the goal column whenever production requirements change to get accurate shortfall calculations.
Use lot numbers for traceability
Populating the lot_number column makes it easy to trace which specific coil to use to reach the requiered target.