mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-05-08 09:38:55 -04:00
74f9696023
- Add taxDeductible boolean to expenses schema + migration 0002 - Update expenses router, form, and list to support tax-deductible flag - Fix invoice-view tax calculation (was hardcoded $0.00; now uses taxRate) - New Tax Summary tab in Reports: year selector, income/deductions breakdown, SE tax + federal income estimates, quarterly bar chart - CSV export for accountant with income + expense rows and tax summary https://claude.ai/code/session_012sqEgNQpx676isepeoX4Mi
27 lines
499 B
JSON
27 lines
499 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "postgresql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "7",
|
|
"when": 1775354242672,
|
|
"tag": "0000_glossy_magneto",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "7",
|
|
"when": 1775356013998,
|
|
"tag": "0001_supreme_the_enforcers",
|
|
"breakpoints": true
|
|
}
|
|
,{
|
|
"idx": 2,
|
|
"version": "7",
|
|
"when": 1775400000000,
|
|
"tag": "0002_tax_deductible",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |