Freight Invoice
Lane billing template for LTL/FTL invoices with surcharge lines.
freight · invoice · logistics · carrier
Template gallery
Freight Invoice
Lane billing template for LTL/FTL invoices with surcharge lines.
freight · invoice · logistics · carrier
Shopify Invoice
Clean e-commerce invoice layout with SKU and tax totals.
shopify · invoice · e-commerce · tax
Purchase Order
Supplier PO template with itemized quantities and unit prices.
purchase order · procurement · supplier · operations
Packing List
Warehouse packing list with box-level contents and references.
packing list · warehouse · fulfillment · shipping
Sales Quote
Client-ready quote template with pricing breakdown and terms.
quote · proposal · sales · pricing
Completion Certificate
Completion certificate for training, onboarding, and safety workflows.
certificate · completion · training · hr
Service Completion Report
Field-service completion report for work orders and signoff.
service report · work order · completion · ops
NDA Agreement
Simple mutual NDA structure for early vendor/client sharing.
nda · agreement · legal · contract
Technical Report (Math-Heavy)
Equation-ready report starter for technical and research docs.
technical report · math · research · latex
Shopify Invoice preview
{
"low_code_spec": {
"version": 1,
"meta": {
"page": "a4",
"margin": "18pt"
},
"blocks": [
{
"type": "header",
"props": {
"title": "{{invoice.title}}",
"subtitle": "{{invoice.customer}}",
"align": "left"
}
},
{
"type": "paragraph",
"props": {
"text": "{{invoice.store}}"
}
},
{
"type": "divider"
},
{
"type": "line_items_table",
"props": {
"title": "Order line items",
"items_path": "items",
"columns": [
"name",
"qty",
"price",
"total"
]
}
}
]
},
"data": {
"invoice": {
"title": "Shopify Invoice #SHP-21931",
"customer": "Maya Nelson",
"store": "DocuForge Supply"
},
"items": [
{
"name": "Premium notebook",
"qty": 2,
"price": 18,
"total": 36
},
{
"name": "Shipping",
"qty": 1,
"price": 8,
"total": 8
}
]
}
}Hint
Match SKUs to fulfillment exports.