move customer statements feature into it's own app. #25

Merged
norman merged 2 commits from feature/customer-statements into production 2026-09-14 09:07:09 +00:00

2 Commits

Author SHA1 Message Date
1784d3819b refactor: move customer statements into its own app
Customer statements + late-fee billing now live in the standalone
`customer_statements` app, so they can be versioned and deployed
independently of the NMI payment integration.

Removed here: api/statements.py, setup.py (its custom fields existed only
for late fees), customer_statements.js, customer_list.js, the statement
template, and the feature doc. hooks.py drops the statements JS,
doctype_list_js, and after_migrate accordingly.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-25 04:53:43 -04:00
48eb1b86a9 chore: add .gitignore for Python, Frappe, and editor artifacts
Keeps __pycache__/ and ns_app.egg-info/ out of the working tree status,
plus the usual bench, node, OS, and local-secret noise.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 05:13:02 -04:00