Commit Graph

378 Commits

Author SHA1 Message Date
Leopoldadmin e594e8aa16 C3: Add DELETE endpoint to sequences route (admin-only, soft-delete) 2026-07-04 01:30:04 +00:00
Leopoldadmin a925ca01e4 B2: Currency.code — remove unique=True, add tenant-scoped UniqueConstraint 2026-07-04 01:30:03 +00:00
Leopoldadmin 1a1b02c168 C2: Add all new services to services/__init__.py exports 2026-07-04 01:30:02 +00:00
Leopoldadmin b7c8abd7aa A/C6: Add addresses and audit to routes/__init__.py 2026-07-04 01:30:01 +00:00
Leopoldadmin 9009135c74 B3: CSRF middleware — add X-CSRF-Token validation via Redis session lookup 2026-07-04 01:23:41 +00:00
Leopoldadmin 2bcf3e5c55 A: Add address routes — list, create, update, delete with entity filtering 2026-07-04 01:23:40 +00:00
Leopoldadmin 0a228ba982 A: Add address_service — CRUD with tenant isolation, set_default, migration helper 2026-07-04 01:23:39 +00:00
Leopoldadmin 944a90747f A: Add Address to models/__init__.py exports 2026-07-04 01:23:38 +00:00
Leopoldadmin 25ea973c1b A: Add Address schemas — create, update, response 2026-07-04 01:22:07 +00:00
Leopoldadmin 71e8c4aa86 A: Remove 5 address fields from Contact — addresses now via Address model 2026-07-04 01:22:06 +00:00
Leopoldadmin bcc83c2f84 A: Remove 5 address fields from Company — addresses now via Address model 2026-07-04 01:22:06 +00:00
Leopoldadmin 426028b615 A: Add Address model — polymorphic multi-address support 2026-07-04 01:22:04 +00:00
Leopoldadmin 73601d17f8 B1: Fix duplicate __all__ in models/__init__.py — merged into single block with all models, no duplicates 2026-07-04 01:21:20 +00:00
Leopoldadmin 432649080f feat(core): add alembic migration for soft-delete columns on core tables 2026-07-04 00:31:47 +00:00
Leopoldadmin 3bf2adff86 feat(core): remove duplicate deleted_at from Attachment (inherited from SoftDeleteMixin) 2026-07-04 00:31:47 +00:00
Leopoldadmin 30a7f603b7 feat(core): remove duplicate deleted_at from SystemSettings (inherited from SoftDeleteMixin) 2026-07-04 00:31:46 +00:00
Leopoldadmin c87c125395 feat(core): remove duplicate deleted_at from Sequence (inherited from SoftDeleteMixin) 2026-07-04 00:31:46 +00:00
Leopoldadmin a6a4131e11 feat(core): remove duplicate deleted_at from TaxRate (inherited from SoftDeleteMixin) 2026-07-04 00:31:45 +00:00
Leopoldadmin ade9e01b4e feat(core): remove duplicate deleted_at from Currency (inherited from SoftDeleteMixin) 2026-07-04 00:31:45 +00:00
Leopoldadmin 99411fce35 feat(core): remove duplicate deleted_at from Contact (inherited from SoftDeleteMixin) 2026-07-04 00:31:45 +00:00
Leopoldadmin bc0f4e8223 feat(core): remove duplicate deleted_at from Company (inherited from SoftDeleteMixin) 2026-07-04 00:31:44 +00:00
Leopoldadmin 02d5195c1c feat(core): add SoftDeleteMixin to db base, TenantMixin inherits from it 2026-07-04 00:31:44 +00:00
Leopoldadmin d0817427c1 feat(core): add attachment API hooks 2026-07-04 00:29:39 +00:00
Leopoldadmin 3bacf1949b feat(core): register attachment router in main.py 2026-07-04 00:29:39 +00:00
Leopoldadmin 841234014a feat(core): register attachment routes 2026-07-04 00:29:38 +00:00
Leopoldadmin a31829f2ff feat(core): register Attachment model 2026-07-04 00:29:38 +00:00
Leopoldadmin 4c959914ad feat(core): add alembic migration for attachments table 2026-07-04 00:29:12 +00:00
Leopoldadmin e3e4e9e39d feat(core): add attachment routes 2026-07-04 00:29:12 +00:00
Leopoldadmin 1fdcc95ac5 feat(core): add attachment service 2026-07-04 00:29:12 +00:00
Leopoldadmin b844859da3 feat(core): add attachment schemas 2026-07-04 00:29:11 +00:00
Leopoldadmin b7dc05b7ee feat(core): add Attachment model 2026-07-04 00:29:11 +00:00
Leopoldadmin 1e03c84591 feat(core): add systemSettings i18n keys (en) 2026-07-04 00:27:21 +00:00
Leopoldadmin 0727e5a505 feat(core): add systemSettings i18n keys (de) 2026-07-04 00:27:20 +00:00
Leopoldadmin e59bbc7a11 feat(core): add system settings, currency, tax, sequence API hooks 2026-07-04 00:27:20 +00:00
Leopoldadmin d17615fa45 feat(core): add SettingsSystem route 2026-07-04 00:27:20 +00:00
Leopoldadmin 8bbc49fb12 feat(core): add System settings nav item 2026-07-04 00:27:19 +00:00
Leopoldadmin afbad3d7e4 feat(core): add SettingsSystem page 2026-07-04 00:26:22 +00:00
Leopoldadmin 3eeb1f4102 feat(core): register system_settings router in main.py 2026-07-04 00:26:22 +00:00
Leopoldadmin df623fde30 feat(core): register system_settings routes 2026-07-04 00:26:21 +00:00
Leopoldadmin dda4b157c7 feat(core): register SystemSettings model 2026-07-04 00:26:21 +00:00
Leopoldadmin b646a1be63 feat(core): add alembic migration for system_settings table 2026-07-04 00:25:39 +00:00
Leopoldadmin 207137feb2 feat(core): add system settings routes 2026-07-04 00:25:39 +00:00
Leopoldadmin a7fdaf21dc feat(core): add system settings service 2026-07-04 00:25:38 +00:00
Leopoldadmin 8b249b651f feat(core): add system settings schemas 2026-07-04 00:25:38 +00:00
Leopoldadmin 3431b0afed feat(core): add SystemSettings model 2026-07-04 00:25:37 +00:00
Leopoldadmin 72b2ac82ea feat(core): add sequence i18n keys (en) 2026-07-04 00:24:41 +00:00
Leopoldadmin 3031e81b2c feat(core): add sequence i18n keys (de) 2026-07-04 00:24:41 +00:00
Leopoldadmin 4b8562f1c1 feat(core): register sequence router in main.py 2026-07-04 00:24:41 +00:00
Leopoldadmin 3a7156cdcd feat(core): register sequence routes 2026-07-04 00:24:40 +00:00
Leopoldadmin c65f515b61 feat(core): register Sequence model 2026-07-04 00:24:40 +00:00