Commit graph

10 commits

Author SHA1 Message Date
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
b0198f7f9a
translate platform and payment method in invoices (#42) 2025-02-22 09:24:34 +01:00
49c49f4098
feat: add client parser to get response from LLM 2025-01-12 21:29:59 +01:00
cf7e1d4cb6
fix: parsing item name 2025-01-07 22:28:57 +01:00
8dcbd9679e
fix parsing 2025-01-05 17:13:17 +01:00
2a417096f7
fix:test 2025-01-05 16:15:35 +01:00
a2ce003299
parsing (#28)
* test: add test for booking parsing

* improve error handling

* fix: booking parsing

fix: guest number

fix: item name

fix: parsing

* refactor tests

* test: more
2025-01-05 16:04:44 +01:00
6376fbd234
RE19 taxes only for booking (#24)
* create taxes only ofr booking platform

* also for sync

sync
2024-11-14 23:29:20 +01:00
3e7a07dc2a
improve month sync again 2024-09-28 09:01:48 +02:00
34ce10ff86
move booking to service layer 2024-09-12 22:18:12 +02:00
Renamed from internal/booking/sync.go (Browse further)