Commit graph

22 commits

Author SHA1 Message Date
584d81f7bd
feat(i18n): add language toggle and localize views
Some checks failed
CI / checks (push) Has been cancelled
2026-01-09 16:09:20 -04:00
4bd47dc6e9
feat(deps): migrate from Echo to Chi, update Stripe/Sentry (#49)
Some checks failed
CI / checks (push) Has been cancelled
2025-11-02 21:45:37 +01:00
ac94faedb0
refactor: unify ID and API key naming conventions
This commit standardizes the naming of identifier and API key fields
across the codebase to use consistent camel case (e.g., `ID`, `APIKey`,
`DatabaseURL`). This includes updates to struct fields, method names,
function parameters, and environment variable references. The changes
improve code clarity and maintainability by reducing ambiguity and
aligning with Go naming conventions. No functional behavior is changed.
2025-10-03 19:47:41 +02:00
44cf04bac7
update report template (#43) 2025-02-22 12:28:56 +01:00
34ce10ff86
move booking to service layer 2024-09-12 22:18:12 +02:00
876d54d7bb
move pdf to driver layer 2024-09-11 11:04:34 +02:00
aa5dd17d07
move config and constant packages to internal 2024-09-08 21:34:36 +02:00
ac10e65097
Refactor service (#14)
* add comments to main file

* create health check handler

health check

* use naming convention for booking handler

* use naming convention for hamndlers

naming convention

* clean up
2024-08-07 09:12:50 +02:00
65423c176a
use std lib for time formatting 2024-04-12 17:31:24 +02:00
81647b7416
pdf report formatting 2024-03-20 15:53:27 +01:00
761719f1bf
rename packages to singular 2024-03-03 18:49:03 +01:00
575dc5ad7b
create report pdf 2024-03-03 14:03:23 +01:00
24799bd2db
add booking fees total 2024-02-29 16:02:18 +01:00
b8c83b2d2d
add card only revenue 2024-02-28 10:44:53 +01:00
584c30bdd4
add totals to the report 2024-02-26 18:36:30 +01:00
8ea51da144
add internal fee and profit 2024-02-26 17:41:28 +01:00
8c9886991e
fix booking total in report preview 2024-02-26 17:28:55 +01:00
d5654f808c
invoice number in place of db id 2024-02-26 17:17:29 +01:00
33ff39cdce
move booking folder 2024-02-16 15:37:43 +01:00
096e7fbf71
refactor report to booking service 2024-02-16 15:28:14 +01:00
bd09500dfc
auto month pre select 2024-02-16 13:13:49 +01:00
9bbd11588b
public handler 2024-02-16 13:07:18 +01:00