bffaca1d63
feat(orders): add rejected status to order schema and admin table views
DanielS
2026-07-08 10:13:21 +02:00
cc7445e4c5
feat(multiselect): support multi-select categories and free items limits in category config and order wizard
DanielS
2026-07-07 16:56:24 +02:00
00d1be3e4f
fix(order-wizard): pass selectedCompanyId when creating end customer as admin
DanielS
2026-07-07 13:17:15 +02:00
98c030cd82
fix(end-customers): allow admin to create end customers without company_id
DanielS
2026-07-07 12:32:11 +02:00
32c2842dbd
feat: enable company-wide order viewing and editing
DanielS
2026-07-04 15:41:48 +02:00
149eae59c9
feat: restrict order creation to users assigned to a company
DanielS
2026-07-04 15:33:44 +02:00
5f65f890ee
feat: link end customers directly to companies
DanielS
2026-07-04 15:17:04 +02:00
d3bf4b1db9
feat(admin): set default partner_id to companyId in end-customer dialog
DanielS
2026-07-03 16:22:59 +02:00
553ec7eadd
fix(admin-orders): make PDF download/view always available by generating PDF dynamically on the fly if missing
DanielS
2026-07-03 15:14:34 +02:00
4c6fde326b
refactor(order): change order prefix from BE to AE for Anfragenummer
DanielS
2026-07-03 14:58:43 +02:00
23be8bcb52
refactor(wording): change 'Angebot' to 'Anfrage' in client views and order emails
DanielS
2026-07-03 14:55:56 +02:00
5c28fbdea5
feat(wizard): support OR logic for requirements (at least one dependency satisfies requirements)
DanielS
2026-07-03 14:21:15 +02:00
90ec351d96
fix(db-tools): resolve REINDEX transaction error by executing directly via pg client, and dynamically support all database tables in integrity dashboard
DanielS
2026-07-03 14:01:27 +02:00
38651037bc
fix(users): refactor user admin actions to return status objects instead of throwing to prevent production error obfuscation
DanielS
2026-07-03 13:51:00 +02:00
12d06e46ad
feat(email): improve password reset emails, onboarding templates, and handle server action errors without production obfuscation
DanielS
2026-07-03 13:34:43 +02:00
4cf1ac0eb7
fix: resolve invitation link expiration by adding verification landing page
DanielS
2026-06-30 16:21:13 +02:00
10f8683d7f
style(admin): improve company dropdown layout in user list component
DanielS
2026-06-30 15:45:00 +02:00
19e9733144
feat(admin): add API endpoint to download order confirmation PDF securely as attachment
DanielS
2026-06-30 15:36:42 +02:00
fc51d53aa3
style(admin): align company dropdown in user list to the right to avoid horizontal scrolling
DanielS
2026-06-30 15:32:08 +02:00
4b07e68aa0
style(admin): improve user dialog company dropdown layout
DanielS
2026-06-30 15:24:02 +02:00
19b4ac2729
refactor: rename middleware.ts to proxy.ts per Next.js 16 spec
DanielS
2026-06-30 15:23:57 +02:00
5b7ccfd8d9
fix(dsgvo): correctly anonymize last name and street for end customers
DanielS
2026-06-30 15:23:44 +02:00
fbb75567cf
refactor(admin): rename partner to user in company assignment pages
DanielS
2026-06-30 15:23:39 +02:00
8f4f05a3cd
refactor: rename orders to inquiries and update PDF and email text
DanielS
2026-06-30 15:23:33 +02:00
bdc9e6541c
feat(admin): filter dashboard revenue KPI by current month and completed status
DanielS
2026-06-30 15:23:28 +02:00
e25344a185
docs: update imprint and privacy policy for CASPOS
DanielS
2026-06-30 15:23:21 +02:00
ccdfa7402b
refactor(order): rename Bestellbestaetigung to Angebotsbestaetigung
DanielS
2026-06-26 09:06:45 +02:00
fbab22506b
feat(admin): edit order status with dropdown and notify partner by email
DanielS
2026-06-26 09:04:06 +02:00
c9ae185fdf
Fix Supabase URL for staging environment and update admin recent orders polling
DanielS
2026-06-25 23:46:03 +02:00
da7bd91b6f
fix: query orders using admin client in admin routes to bypass RLS and show all orders to admin
DanielS
2026-06-25 23:30:29 +02:00
45fb87d589
feat: add admin dashboard revenue chart and fix empty customer order bug
DanielS
2026-06-25 23:23:53 +02:00
71c6ad3721
fix: make last license date input only applicable to one-time purchases and ensure multiplier only affects one_time products
DanielS
2026-06-25 23:07:14 +02:00
1a2ace937c
feat: add update price modifier for existing customers based on last license date
DanielS
2026-06-25 23:04:48 +02:00
16fb713665
feat: rename invoice (RE-) to order confirmation (BE-) throughout the application
DanielS
2026-06-25 22:43:17 +02:00
52f2a78753
fix: resolve client-side supabase auth session visibility on page.tsx by querying server-side and passing to HomeClient client component
DanielS
2026-06-25 22:34:14 +02:00
e93cf7805c
feat: modernize landing page design, localize login/forgot password forms, and add public privacy/imprint pages
DanielS
2026-06-25 22:25:11 +02:00
08382ff4a1
sec: Add form-action to CSP and remove duplicate HSTS header based on ZAP report
DanielS
2026-06-25 17:20:27 +02:00
f44cf1a5f6
sec: Add HTTP security headers and disable X-Powered-By header based on ZAP report
DanielS
2026-06-25 15:49:40 +02:00
d3df9998f0
feat: Add database backup export and import as ZIP in admin settings
DanielS
2026-06-25 15:18:41 +02:00
47928fad3f
feat: Add product dependencies (requirements and exclusions) to database, admin UI and wizard validation
DanielS
2026-06-25 14:38:30 +02:00
5a292a8ddc
feat: Add action and dialog to copy/transfer modules between products
DanielS
2026-06-25 14:03:26 +02:00