Pallet Calculator

Pails

Lids

Example

Input:

{
  "5_gallon_pails": 4884,
  "1_gallon_pails": 3888,
  "20L_lids": [720, 1200, 240, 480]
}

Output:

{
  "total_pallets": 25,
  "ltl_or_full": "Full Load",
  "pails_pallets": {
    "5_gallon": 19,
    "1_gallon": 3
  },
  "lids_pallets": {
    "20L": 3
  },
  "notes": "Example is for illustration; real totals depend on specific order inputs."
}