Commit graph

240 commits

Author SHA1 Message Date
9b4063618c
change theme 2025-01-05 17:09:06 +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
9f0b6e71cb
change theme 2025-01-05 01:10:41 +01:00
04d9e8c284
chore: upgrade dependencies 2025-01-04 13:19:01 +01:00
041b77c205
fix: only report the non canceled bookings 2024-12-24 18:17:45 +01:00
106aa475d6
fix: the card total reporting 2024-12-24 18:13:19 +01:00
aa436542c4
style: Improve page layout with wider container and added margin 2024-12-24 18:03:04 +01:00
65f921cf5a
fix: loading items for booking details 2024-12-10 08:58:57 +01:00
9edad056c6
refactor: booking creation 2024-12-08 21:52:13 +01:00
c6ec3a3a97
fix: dependencies 2024-12-08 17:45:47 +01:00
150e8380e6
feat: Add justfile to replace Makefile with Just task runner 2024-12-08 12:08:54 +01:00
7b0d63855f
test: add test for All 2024-12-08 12:08:54 +01:00
d07dc199b7
clean the cron job 2024-12-07 12:49:05 +01:00
c9380481cf
create a booking repo 2024-12-07 12:48:43 +01:00
025f31f79d
update dependencies 2024-12-07 12:31:51 +01:00
6e8ef3d1eb
feat: add plausible tracking
fd
2024-12-01 20:43:27 +01:00
c2d0ddc67a
improve layout 2024-11-25 14:58:18 +01:00
148dba120f
improve accessibility 2024-11-16 19:35:44 +01:00
ffa7f140d1
use daisyUI (#25)
* use tailwind and daisyui

* split the layout in multiple components

* remove unused code

* footer compoonent

* login form

log

* booking table

fd

* cancel style

* header

* booking form

* new booking

* line items

* line item

* report

* uniform headings
2024-11-16 19:24:26 +01:00
c8490bd803
improve readme 2024-11-15 10:20:07 +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
42764ab6cc
improve th esorting per item (#23) 2024-11-14 22:45:45 +01:00
5d826c21da
RE18 translation (#22)
* translate the item for display in the invoice

* add documentation to the makefile
2024-11-14 22:35:35 +01:00
620465f206
RE20 github link footer (#21)
* add a github logo link to the repository in the footer

* update deps

* remove useless css loading
2024-11-14 22:14:20 +01:00
3e7a07dc2a
improve month sync again 2024-09-28 09:01:48 +02:00
d7e6b7891d
error message consistency 2024-09-15 11:03:40 +02:00
9c6e5ff76e
cleanup 2024-09-13 18:55:35 +02:00
abfbe1ff1b
refactor authentication service 2024-09-13 17:32:18 +02:00
34ce10ff86
move booking to service layer 2024-09-12 22:18:12 +02:00
b073844772
move auth to service layer 2024-09-12 22:11:01 +02:00
876d54d7bb
move pdf to driver layer 2024-09-11 11:04:34 +02:00
916f2b1c47
move database to driver layer 2024-09-11 09:40:39 +02:00
78ca637807
call calendar driver from the booking service 2024-09-11 09:38:22 +02:00
4c209da0f6
move calendar to driver layer 2024-09-11 09:09:23 +02:00
49dde76af6
hx boost helper 2024-09-09 22:34:29 +02:00
3c31b142f6
nosec 2024-09-09 22:09:43 +02:00
26c8996f0f
rename private handler 2024-09-09 22:01:43 +02:00
6fbac3ec39
fix linter 2024-09-09 21:15:28 +02:00
701a32671a
fix search bug introduce isHxRequest helper 2024-09-09 17:42:57 +02:00
e02de4daa5
split repo 2024-09-08 23:16:50 +02:00
542dbf0f97
split the service layer 2024-09-08 23:12:13 +02:00
79873249d6
introduce booking store 2024-09-08 22:51:50 +02:00
aa5dd17d07
move config and constant packages to internal 2024-09-08 21:34:36 +02:00
4768e066e9
up templates 2024-09-08 21:16:13 +02:00
280470c385
up deps and add database package 2024-09-08 21:16:04 +02:00
1cf2ee4806
add ci security check 2024-09-04 16:46:38 +02:00
54c772a265
update deps 2024-09-04 16:12:12 +02:00
e78a370448
improve regex 2024-09-04 09:42:20 +02:00
f2e45dcbb3
fix typo 2024-09-02 16:02:27 +02:00