Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:31:20 +00:00
f137f38cdd C3: Fix sequence_service.py — add delete_sequence function (soft-delete with audit)
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:30:09 +00:00
d13f82ae8b A/C1/C6: Register addresses+audit routers, add seed_default_data in lifespan
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:30:08 +00:00
4c415e8f37 C6: Add audit log route — admin-only, paginated, filterable
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:30:07 +00:00
fe2882689b C1: Add seeds.py — EUR currency, 19% and 7% tax rates, idempotent
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:30:06 +00:00
42db39cd31 Update app/services/sequence_service.py
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:30:05 +00:00
e594e8aa16 C3: Add DELETE endpoint to sequences route (admin-only, soft-delete)
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:30:04 +00:00
a925ca01e4 B2: Currency.code — remove unique=True, add tenant-scoped UniqueConstraint
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:30:03 +00:00
1a1b02c168 C2: Add all new services to services/__init__.py exports
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:30:03 +00:00
b7c8abd7aa A/C6: Add addresses and audit to routes/__init__.py
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:23:42 +00:00
9009135c74 B3: CSRF middleware — add X-CSRF-Token validation via Redis session lookup
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:23:41 +00:00
2bcf3e5c55 A: Add address routes — list, create, update, delete with entity filtering
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:23:41 +00:00
0a228ba982 A: Add address_service — CRUD with tenant isolation, set_default, migration helper
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:23:41 +00:00
944a90747f A: Add Address to models/__init__.py exports
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:22:07 +00:00
25ea973c1b A: Add Address schemas — create, update, response
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:22:07 +00:00
71e8c4aa86 A: Remove 5 address fields from Contact — addresses now via Address model
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:22:06 +00:00
bcc83c2f84 A: Remove 5 address fields from Company — addresses now via Address model
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:22:06 +00:00
426028b615 A: Add Address model — polymorphic multi-address support
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:21:21 +00:00
73601d17f8 B1: Fix duplicate __all__ in models/__init__.py — merged into single block with all models, no duplicates
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-07-04 01:07:36 +00:00
982fa119eb fix: CSS brace balance, upgrade deps (0 vulnerabilities), code-splitting
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 00:31:48 +00:00
432649080f feat(core): add alembic migration for soft-delete columns on core tables