Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 329 Bytes

File metadata and controls

14 lines (10 loc) · 329 Bytes

Invoice Example

This example focuses on:

  • Repeatable groups (lineItems)
  • Per-row calculation (lineItems[*].lineTotal)
  • Multi-hop totals calculation (subtotal → tax/discount → grand total)
  • CSV export via invoice.mapping.json

Validate artifacts:

PYTHONPATH=src python3 examples/invoice/validate.py