DanielS
fb61f5f396
style: remove text gradients and centered badges
2026-07-14 23:42:28 +02:00
DanielS
fa93e060c2
feat(admin): LicServer config manageable via admin settings UI
...
Staging Build / build (push) Has been cancelled
- Migration: add licserver_base_url/api_key cols to settings table
- New: lib/actions/licserver-config.ts (read/write/test server actions)
- Updated: proxy routes read config from DB with env-var fallback
- Updated: admin/einstellungen adds LicServer card with URL + API key
input, show/hide toggle, Save and Connection Test buttons
2026-07-14 17:30:37 +02:00
DanielS
be4e9204a3
feat(licserver): add partner API proxy routes and types
...
Staging Build / build (push) Successful in 2m54s
- New: lib/types/licserver.ts (PartnerDto, paged result, problem)
- New: app/api/licserver/partners/route.ts (GET search/list)
- New: app/api/licserver/partners/[id]/route.ts (GET by UUID)
- Updated: .env.example with LICSERVER_BASE_URL + LICSERVER_API_KEY
Auth-guarded via Supabase session. API key is server-side only.
Upstream: http://192.168.178.174:9980 (internal container network)
2026-07-14 17:24:00 +02:00
DanielS
43e6a92663
feat: implement category flags, drop global tables, fix sidebar sticky layout
Staging Build / build (push) Successful in 2m48s
2026-07-10 15:27:55 +02:00
DanielS
6d6bb4dfe6
style(css): remove text-gradient in favor of solid blue color
Staging Build / build (push) Successful in 2m53s
2026-07-10 14:54:24 +02:00
DanielS
993c817dff
fix(checkout): correct import path for buildEmailItemsSection
Staging Build / build (push) Successful in 2m43s
2026-07-10 10:02:52 +02:00
DanielS
c252fa11d0
fix(checkout): scope fileName correctly in checkout route
Staging Build / build (push) Failing after 25s
2026-07-10 09:55:49 +02:00
DanielS
1a7a765d72
fix(checkout): use full email template with PDF attachment for checkout API route
Staging Build / build (push) Failing after 26s
2026-07-10 09:54:02 +02:00
DanielS
ec1ad4d444
fix(checkout): use full email template with PDF attachment for checkout confirmations
Staging Build / build (push) Failing after 24s
2026-07-10 09:45:21 +02:00
DanielS
dc5465e289
chore: align device terminology to cash register across wizard and success pages
Staging Build / build (push) Successful in 2m46s
2026-07-10 00:55:12 +02:00
DanielS
a95afbf443
fix: attach device_name to order items in API checkout route
Staging Build / build (push) Successful in 2m47s
2026-07-10 00:45:20 +02:00
DanielS
6821b4e8d9
fix: group success page order items by device name
Staging Build / build (push) Failing after 28s
2026-07-10 00:20:32 +02:00
DanielS
1e7112fa3c
feat: group items by device name in pdf quotation confirmation
Staging Build / build (push) Successful in 2m47s
2026-07-09 23:53:58 +02:00
DanielS
100ad254cb
perf: decouple pdf and mail generation from synchronous checkout flow
2026-07-09 23:06:00 +02:00
DanielS
21c4aa859e
fix: rename invoice terminology to request and quotation confirmation across pdf and mail services
2026-07-09 22:58:29 +02:00
DanielS
926650d3b6
feat: implement checkout server action with idempotency guard and split
2026-07-09 21:53:42 +02:00
DanielS
f71fc7f88d
feat: create checkout API route with checkout split logic
2026-07-09 21:50:42 +02:00
DanielS
6b35917a06
feat(category): add resets_others option
Staging Build / build (push) Successful in 2m46s
2026-07-09 17:27:16 +02:00
DanielS
567d1f226b
feat(admin): add product dependencies and clean up labels
...
Staging Build / build (push) Successful in 2m43s
- Add addProductDependency and removeProductDependency actions
- Create DependencyPopover and integrate in live editor UI
- Render green requirements and red exclusions badges
- Remove technical parentheses from category checkbox labels
2026-07-09 16:12:57 +02:00
DanielS
215da5f25b
style(admin): align sidebar link style
Staging Build / build (push) Successful in 2m46s
2026-07-09 15:57:37 +02:00
DanielS
d05274700a
feat(admin): extend wysiwyg live editor
...
Staging Build / build (push) Successful in 2m46s
- Add is_required and allow_multiselect category toggles
- Implement module-popover for product module assignment
- Add cascade-protected deletion for categories and products
- Add sidebar link with AdminNavLink active states
2026-07-09 15:52:47 +02:00
DanielS
16917bcbdc
feat(admin): add wysiwyg editor for order wizard
Staging Build / build (push) Successful in 2m49s
2026-07-09 15:39:14 +02:00
DanielS
bffaca1d63
feat(orders): add rejected status to order schema and admin table views
Staging Build / build (push) Successful in 2m49s
2026-07-08 10:13:21 +02:00
DanielS
2d44dd4c58
security: fix 6 critical RLS vulns, SHA-256 hash, DSGVO [GELÖSCHT], completed status
Staging Build / build (push) Has been cancelled
2026-07-06 22:39:05 +02:00
DanielS
a64b6790c6
feat: Add partner account settings page under /account-kunden
Staging Build / build (push) Successful in 3m33s
2026-07-04 21:06:46 +02:00
DanielS
060aa97ce5
fix: PDF headers with filename, email download button via protected route
Staging Build / build (push) Successful in 3m29s
2026-07-04 17:50:02 +02:00
DanielS
80abbfe566
security: replace public PDF URLs with authenticated API route, private bucket
Staging Build / build (push) Successful in 3m33s
2026-07-04 17:43:33 +02:00
DanielS
6a0e882cc9
feat: enforce company authorization on order details and success pages
Staging Build / build (push) Successful in 3m45s
2026-07-04 16:44:53 +02:00
DanielS
305af64fd6
feat: assign orders to companies directly and support admin reassignment
Staging Build / build (push) Successful in 3m36s
2026-07-04 16:08:31 +02:00
DanielS
32c2842dbd
feat: enable company-wide order viewing and editing
Staging Build / build (push) Successful in 3m31s
2026-07-04 15:41:48 +02:00
DanielS
149eae59c9
feat: restrict order creation to users assigned to a company
Staging Build / build (push) Successful in 3m31s
2026-07-04 15:33:44 +02:00
DanielS
5f65f890ee
feat: link end customers directly to companies
Staging Build / build (push) Successful in 3m37s
2026-07-04 15:17:04 +02:00
DanielS
d3bf4b1db9
feat(admin): set default partner_id to companyId in end-customer dialog
Staging Build / build (push) Successful in 3m28s
2026-07-03 16:22:59 +02:00
DanielS
553ec7eadd
fix(admin-orders): make PDF download/view always available by generating PDF dynamically on the fly if missing
Staging Build / build (push) Successful in 3m33s
2026-07-03 15:14:34 +02:00
DanielS
23be8bcb52
refactor(wording): change 'Angebot' to 'Anfrage' in client views and order emails
2026-07-03 14:55:56 +02:00
DanielS
90ec351d96
fix(db-tools): resolve REINDEX transaction error by executing directly via pg client, and dynamically support all database tables in integrity dashboard
2026-07-03 14:01:27 +02:00
DanielS
4f69fd7e44
feat(role): add 'verwaltung' role with gated access to settings and tools
Staging Build / build (push) Successful in 3m26s
2026-07-03 10:10:57 +02:00
DanielS
6dc1b1c00c
feat(setup): add initial setup wizard for admin account and SMTP configuration
2026-07-03 09:55:24 +02:00
DanielS
f5f577ea73
feat(customer): add bank account details support
2026-07-03 09:46:47 +02:00
DanielS
7a61002ef5
feat(order): add net/tax/gross breakdown for one-time and monthly totals
Staging Build / build (push) Successful in 3m28s
2026-07-03 08:50:28 +02:00
DanielS
4b3ba63e2c
fix: resolve Supabase storage pdf URLs on client and server
Staging Build / build (push) Has been cancelled
2026-07-03 00:49:11 +02:00
DanielS
78a16607f9
feat: allow quote editing for all statuses except completed
Staging Build / build (push) Successful in 3m35s
2026-07-03 00:30:25 +02:00
DanielS
2dcc20eb3a
style: force dark mode globally and remove theme switcher
2026-07-03 00:26:37 +02:00
DanielS
081baf15ee
style: improve accessibility contrast and set default theme to dark
2026-07-03 00:22:10 +02:00
DanielS
e3cdf6683a
feat: implement quote editing for admins and creators
2026-07-03 00:22:10 +02:00
DanielS
541a9651ec
Fix recent orders component UI and styling
Staging Build / build (push) Successful in 3m40s
2026-06-30 22:00:38 +02:00
DanielS
4cf1ac0eb7
fix: resolve invitation link expiration by adding verification landing page
Staging Build / build (push) Successful in 3m35s
2026-06-30 16:21:13 +02:00
DanielS
19e9733144
feat(admin): add API endpoint to download order confirmation PDF securely as attachment
2026-06-30 15:36:42 +02:00
DanielS
fbb75567cf
refactor(admin): rename partner to user in company assignment pages
2026-06-30 15:23:39 +02:00
DanielS
8f4f05a3cd
refactor: rename orders to inquiries and update PDF and email text
2026-06-30 15:23:33 +02:00