Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 07:17:08 +00:00
49dca39511 i18n: Add address type keys, address UI labels, currencies/taxes/sequences add+confirmDelete to en.json
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 07:17:07 +00:00
15a1175bcb i18n: Add address type keys, address UI labels, currencies/taxes/sequences add+confirmDelete to de.json
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:44:52 +00:00
bfd65af978 A: Fix hooks.ts — add address hooks (useAddresses, useCreateAddress, useUpdateAddress, useDeleteAddress), useUpdateSequence, useDeleteSequence, fix audit-log endpoint URL
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:42:12 +00:00
e3f8543102 Update frontend/src/api/hooks.ts
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:42:12 +00:00
a61531ca19 A: Add AddressList tab to ContactDetail.tsx
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:42:12 +00:00
afb9e86c50 A: Add AddressList tab to CompanyDetail.tsx
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:42:11 +00:00
d0375a990e A: Remove address fields from contact_service — dict, create, update
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:42:11 +00:00
1708c4d94a A: Remove address fields from company_service — dict, create, update, export
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:42:10 +00:00
1e3ee64431 A: Remove address fields from company schemas — addresses now via Address model
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:42:10 +00:00
7473efbb02 A: Remove address fields from contact schemas — addresses now via Address model
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:37:05 +00:00
300a9018c7 B4: Fix typo in 0015 migration (dends_on → depends_on)
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:37:04 +00:00
5319ac2538 C4: Update routes/index.tsx — add routes for currencies, taxes, sequences
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:37:04 +00:00
3b12c70a7e C4: Update Settings.tsx — add nav items for currencies, taxes, sequences
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:37:04 +00:00
9bde2d7e7a C4: Add SettingsSequences.tsx — CRUD UI for sequences (no edit of next_number)
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:37:03 +00:00
41b4b885dc C4: Add SettingsTaxes.tsx — CRUD UI for tax rates
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:37:02 +00:00
0cb36d6f2a C4: Add SettingsCurrencies.tsx — CRUD UI for currencies
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:37:02 +00:00
26a01f706f A: Add AddressList.tsx component — list, create, edit, delete, set default
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:32:15 +00:00
77c2e2265c B4: Migration 0015 — enable RLS with tenant isolation policies on all core tables
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:32:14 +00:00
0352762229 A: Migration 0013 — create addresses table, migrate data, drop old address columns
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-04 01:32:14 +00:00
6e0ab47f3a B2: Migration 0014 — drop global unique on currency.code, add tenant-scoped unique constraint