Commit Graph

308 Commits

Author SHA1 Message Date
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
Leopoldadmin 1d8fcbaac2 feat(core): add alembic migration for sequences table 2026-07-04 00:24:18 +00:00
Leopoldadmin 95bacb5810 feat(core): add sequence routes 2026-07-04 00:24:17 +00:00
Leopoldadmin 3677324c4d feat(core): add sequence service with SELECT FOR UPDATE locking 2026-07-04 00:24:17 +00:00
Leopoldadmin b540f16cf2 feat(core): add sequence schemas 2026-07-04 00:24:16 +00:00
Leopoldadmin b43748d837 feat(core): add Sequence model 2026-07-04 00:24:16 +00:00
Leopoldadmin f799d11950 feat(core): register tax router in main.py 2026-07-04 00:23:36 +00:00
Leopoldadmin 2a027a7f17 feat(core): register tax routes 2026-07-04 00:23:35 +00:00
Leopoldadmin 3d3133a7d0 feat(core): register TaxRate model 2026-07-04 00:23:35 +00:00
Leopoldadmin 88b4e614ae feat(core): add alembic migration for tax_rates table 2026-07-04 00:23:15 +00:00
Leopoldadmin ff5fa179e8 feat(core): add tax rate routes 2026-07-04 00:23:14 +00:00
Leopoldadmin 1c209371a8 feat(core): add tax rate service 2026-07-04 00:23:14 +00:00
Leopoldadmin 5fce677096 feat(core): add tax rate schemas 2026-07-04 00:23:14 +00:00
Leopoldadmin 1cb0b5ddfe feat(core): add TaxRate model 2026-07-04 00:23:13 +00:00
Leopoldadmin 74a81b147c feat(core): add currency and tax i18n keys (en) 2026-07-04 00:22:27 +00:00
Leopoldadmin b26e2e3c5d feat(core): add currency and tax i18n keys (de) 2026-07-04 00:22:26 +00:00
Leopoldadmin d3033056fd feat(core): register currency router in main.py 2026-07-04 00:22:08 +00:00
Leopoldadmin 7d23815856 feat(core): register currency routes 2026-07-04 00:22:07 +00:00
Leopoldadmin 61a53ff794 feat(core): register Currency model 2026-07-04 00:22:07 +00:00
Leopoldadmin c45d93038d feat(core): add alembic migration for currencies table 2026-07-04 00:21:43 +00:00
Leopoldadmin 592f890817 feat(core): add currency routes 2026-07-04 00:21:42 +00:00