Finance-Accounts/ar-aging-app/backend/app
Talha Ahmed 367a64b59d
Deploy to S3 / deploy (push) Successful in 23s Details
Audit trail: record who uploads, processes, exports, deletes; admin-only log view
Every business action now lands in a new append-only audit_log table with the
verified signed-in identity: logins, closing create/delete/reopen, file upload
(incl. replacements) and delete, processing runs, export generation and
downloads. Rows carry no FK so history survives a closing's deletion.

Admins (new users.is_admin flag, granted via `manage.py set-admin <username>`)
can read it at /api/audit and in a new Audit Log page in the sidebar; everyone
else gets 403 and no nav entry. login/me responses now carry is_admin.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-09-01 21:01:58 +05:00
..
api Audit trail: record who uploads, processes, exports, deletes; admin-only log view 2026-09-01 21:01:58 +05:00
core Aging report: selectable band width (weekly / monthly / 6 months / yearly) 2026-08-24 22:09:55 +05:00
db Audit trail: record who uploads, processes, exports, deletes; admin-only log view 2026-09-01 21:01:58 +05:00
services Audit trail: record who uploads, processes, exports, deletes; admin-only log view 2026-09-01 21:01:58 +05:00
__init__.py Initial commit: AR aging app with root gitignore. 2026-07-29 18:07:21 +05:00
config.py Convert at the transaction date's FX rate, auto-fetched from the API 2026-08-25 15:23:59 +05:00