856d4d52a9
Fixed a regression where customer and contacts of an invoice haven’t been set when opening an invoice for editing as these fields aren't in the summary that now get’s loaded with inertia
vollstock2025-11-19 12:48:21 +01:00
327e82a4a6
Fixed a regression, where the position column widths the line item table would get messed up of a section title was the first element
vollstock2025-11-19 12:47:22 +01:00
7bea820649
Line item sections in PDF template, fixes#41vollstock2025-11-19 11:42:54 +01:00
d1656b56a0
Add title sections to invoices backend and frontend, #41vollstock2025-11-19 10:12:45 +01:00
250c4538aa
Move REST calls from invoice table to invoice dialog, fixes#56vollstock2025-11-18 20:46:40 +01:00
eda81628e5
Make NumberInput accept strings
vollstock2025-11-18 20:46:11 +01:00
f1dc964d21
Prefetch dashboard on logo link
vollstock2025-11-18 20:44:52 +01:00
0f145f5f53
Replace normal space with no breaking space in toCurrency directive to avoid line breaks prices in pdf export
vollstock2025-11-04 13:50:09 +01:00
6cfd694a3c
Add 'pressed' state to button component
vollstock2025-11-04 13:48:55 +01:00
8756d81ea2
Make toast titles use normal font weight
vollstock2025-11-04 13:48:30 +01:00
9603b100f5
Add 'cancelled' status to invoices
vollstock2025-10-30 15:38:41 +01:00
cacc3d5943
Fix: add missing salutation field to contact interface
vollstock2025-10-30 10:15:37 +01:00
f688e3fb17
Add confirm dialog to reminder button. Add a show function in alertStore so we can use alerts in a defined way everywhere. #12#33vollstock2025-10-30 10:15:02 +01:00
f76d55f4f0
Added initial order confirmation e-mail template #48vollstock2025-10-29 12:07:30 +01:00
42127077aa
Fixed an error where toFixed() wouldn't round correctly. Added a util function that does a better job (at least for 2 digits precision)
vollstock2025-10-29 10:24:39 +01:00
519a91d65c
remove white space from invoice pagination
vollstock2025-10-29 09:29:55 +01:00
a1c56ad5a5
Add route and logic to create a new invoice directly from the sidebar
vollstock2025-10-22 16:52:16 +02:00
914a085e25
Fix: hide scrollbars in collapsing sidebar, mak separators visible, improve new sidebartrigger position
vollstock2025-10-22 16:51:28 +02:00
71f58b38bb
Add text editor to invoice dialog Fixes#42vollstock2025-10-22 16:13:52 +02:00
abda810df2
FIX: saving new invoices was broken because changing a customer would only store billingData, but not a customerId
vollstock2025-10-22 16:13:01 +02:00
3087e5fcd4
Fix: growing textarea now working properly. Placeholder wasn't working before Preparation for #42vollstock2025-10-22 16:11:52 +02:00