π¦ ClawHub
Vendor Compliance 1099
by @samledger67-dotcom
1099 vendor compliance pipeline for accounting firms. Pulls full-year General Ledger from QBO, aggregates vendor payments, applies IRS $600 threshold, classi...
π‘ Examples
# Standard run
python3 scripts/pipelines/vendor-compliance-1099.py --slug my-client --year 2025QBO sandbox
python3 scripts/pipelines/vendor-compliance-1099.py --slug my-client --year 2025 --sandboxCustom output directory
python3 scripts/pipelines/vendor-compliance-1099.py --slug my-client --year 2025 --out ~/Desktop/1099sSkip GL pull (empty vendor list β testing only)
python3 scripts/pipelines/vendor-compliance-1099.py --slug my-client --year 2025 --skip-gl
Arguments:
| Flag | Required | Default | Notes |
|------|----------|---------|-------|
| --slug | β
| β | QBO client slug |
| --year | β
| β | Tax year (e.g. 2025) |
| --sandbox | β | false | Use QBO sandbox |
| --skip-gl | β | false | Skip GL pull (empty output β testing only) |
| --out | β | ~/Desktop | Output directory |
TERMINAL
clawhub install vendor-compliance-1099