rentease/internal/server
Ruidy d4e6b35a96
Create taxes for taxable items automatically (#16)
* refactor return error when building booking service

* fix the description

* set taxable item by amount

* auto create tax items if the item is taxable

* fix linter

* remove legacy tax entry

* display multiple items

* use the price from the form

* improve item sorting

* lintfix
2024-08-26 21:44:31 +02:00
..
auth.go use constants 2024-06-20 18:34:57 +02:00
handle_api_sync.go cleanup 2024-08-23 08:21:22 +02:00
handle_auth.go use constants 2024-06-20 18:34:57 +02:00
handle_bookings.go Create taxes for taxable items automatically (#16) 2024-08-26 21:44:31 +02:00
handle_health.go Refactor service (#14) 2024-08-07 09:12:50 +02:00
handle_pdf.go Refactor service (#14) 2024-08-07 09:12:50 +02:00
handle_public.go fix linter errors 2024-07-14 23:43:14 +02:00
handle_reports.go Refactor service (#14) 2024-08-07 09:12:50 +02:00
helper.go add helper file 2024-06-08 12:27:05 +02:00
middleware.go upgrade to Go 1.23 2024-08-21 07:41:54 +02:00
option.go refactor: server option to own filed 2024-08-15 23:48:35 +02:00
routes.go add calendars as we use them 2024-08-17 00:59:45 +02:00
server.go add static assets caching 2024-08-19 15:00:38 +02:00
tracing.go basic tracing middleware 2024-03-11 22:11:08 +01:00