Pallet Labels

Lidl Pallet Label Generator

Lidl Pallet Label Generator

Enter the pallet details, check the preview, then print at 100% scale on A4. GS1-128 barcodes are created automatically.

Shipment
Purchase order details
Product
Supplier:
Order Number (Lidl):
Warehouse (RDC):
Country:
Logistics:
Number of Pallets:  
Pallet Number:  
Delivery to Forwarder:
Item:
Lidl Item No.:
Unit GTIN:
Delivery Date:
Supplier No.:
Supplier Ref.:
PO Batch/Ref.:
Content (Case-GTIN):
Best Before:
Batch/Lot:
Count:
Gross weight (kg):
Net weight (kg):
SSCC:
SSCC
`);doc.close();setTimeout(()=>{frame.contentWindow.focus();frame.contentWindow.print();setTimeout(()=>frame.remove(),1000)},250)} ids.forEach(id=>$(id).addEventListener('input',update));$('rdc').addEventListener('change',()=>{const d=rdcDetails[val('rdc')];if(d){$('country').value=d.country;$('deliver').value=d.address}update()});$('save').onclick=()=>{const data={};ids.forEach(id=>data[id]=$(id).value);localStorage.setItem('lidlPalletLabel',JSON.stringify(data));$('save').textContent='Saved';setTimeout(()=>$('save').textContent='Save details',1200)};$('clear').onclick=()=>{localStorage.removeItem('lidlPalletLabel');location.reload()};try{const saved=JSON.parse(localStorage.getItem('lidlPalletLabel'));if(saved)ids.forEach(id=>{if(saved[id]!=null)$(id).value=saved[id]})}catch(e){}update();