13 Commits

Author SHA1 Message Date
a6e7baf087 fix printjob execution
All checks were successful
Go / build (push) Successful in 13m33s
two bugs here:
- accidently comparing with == instead != against error
- using return instead of continue during for loop
2025-07-02 14:14:36 +02:00
16c68cd0f8 set WasPrinted after printjob execution
All checks were successful
Go / build (push) Successful in 12m19s
2025-07-02 00:33:11 +02:00
9e638dcfc2 add tested/not tested indicator on print view
All checks were successful
Go / build (push) Successful in 12m19s
2025-07-02 00:10:37 +02:00
6c59d1233f show invoice after print
All checks were successful
Go / build (push) Successful in 12m16s
2025-07-01 23:45:27 +02:00
7025f526c1 add invoice view
All checks were successful
Go / build (push) Successful in 12m14s
2025-07-01 15:30:06 +02:00
992b9c17c3 store invoices and printjobs
All checks were successful
Go / build (push) Successful in 12m19s
2025-07-01 13:38:28 +02:00
4b0649439c update PrintJob model and add Invoice 2025-07-01 13:15:02 +02:00
8e1df934b3 WIP cost calculation 2025-06-29 16:57:51 +02:00
a1fc053fa8 give go module proper name 2025-04-11 17:31:46 +02:00
1da5e3e8b4 allow printing/editing orders 2025-04-11 16:06:41 +02:00
b14deeb24f add order/:token/print 2025-04-11 14:17:22 +02:00
f87a6352dd implement dummy printer 2025-04-10 14:26:20 +02:00
f39b6205d1 add basic print controller + view 2025-04-10 12:54:03 +02:00