Commit Graph

1659 Commits

Author SHA1 Message Date
Thomas Ruoff
aafe849e6e add waiting on disabled button 2020-10-07 22:46:13 +02:00
Thomas Ruoff
59ab8b64fa type form event 2020-10-07 22:46:13 +02:00
Thomas Ruoff
64029ec06a fix rates enum name 2020-10-07 22:46:13 +02:00
Thomas Ruoff
c396cdcbf9 further work on billing 2020-10-07 22:46:13 +02:00
Thomas Ruoff
f8434233d9 further work on bills 2020-10-07 22:46:13 +02:00
Thomas Ruoff
ec1b2e9629 enable bill storing 2020-10-07 22:46:13 +02:00
Thomas Ruoff
df6ec51af9 small change on bill schema 2020-10-07 22:46:13 +02:00
Thomas Ruoff
4712167af9 add rough billing section 2020-10-07 22:46:13 +02:00
Thomas Ruoff
bf2ae41a4d fix enum 2020-10-07 22:46:13 +02:00
Thomas Ruoff
2b4d8833b9 remove unused import 2020-10-07 22:46:13 +02:00
Thomas Ruoff
367a16fabb remove obsolete existence check for milageStart/End 2020-10-07 22:46:13 +02:00
Thomas Ruoff
2e73875d37 first stab on bill model 2020-10-07 22:46:13 +02:00
Thomas Ruoff
7c6dc610b8 fix cursor on other than month views 2020-09-29 23:30:38 +02:00
Thomas Ruoff
fcd6e40b0d do not bail out if start and end are unordered 2020-09-29 23:30:38 +02:00
Thomas Ruoff
6dca729e18 remove border from calendar 2020-09-29 23:30:38 +02:00
Thomas Ruoff
c231646190 disable selection of range over other bookings 2020-09-29 23:30:38 +02:00
Thomas Ruoff
898e6b8295 enable to select dates in calendar 2020-09-29 23:30:38 +02:00
Thomas Ruoff
928d6b3d4e fix typing error 2020-09-29 23:30:38 +02:00
Thomas Ruoff
02c2b45747 replace momentjs (incl. calendar) 2020-09-29 23:30:38 +02:00
Thomas Ruoff
7f4604f0e6 simplify description 2020-09-18 00:53:10 +02:00
Thomas Ruoff
52917f7bbd set name of calendar 2020-09-18 00:53:10 +02:00
Thomas Ruoff
5e2f83bc0f ics is the correct suffix 2020-09-18 00:53:10 +02:00
Thomas Ruoff
da0ee84974 fix content type for ical 2020-09-18 00:53:10 +02:00
Thomas Ruoff
826dd44726 improve ical 2020-09-18 00:53:10 +02:00
Thomas Ruoff
c136b2d2e1 popuplate booker when getting bookings 2020-09-18 00:53:10 +02:00
Thomas Ruoff
cd5fa56807 add url helper 2020-09-18 00:53:10 +02:00
Thomas Ruoff
56c8263e90 firt attempt for an ics calendar 2020-09-18 00:53:10 +02:00
Thomas Ruoff
2b0cbe565f tailwind add removeDeprectatedGapUtilities 2020-09-17 23:22:13 +02:00
Thomas Ruoff
42e91c6f18 tailwind add purgeLayersByDefault 2020-09-17 23:22:13 +02:00
Thomas Ruoff
196c9b0e2e update dev deps 2020-09-17 23:12:02 +02:00
Thomas Ruoff
8a16f5f1fe update deps 2020-09-17 23:12:02 +02:00
Thomas Ruoff
ab6db69e87 rejuggle dev and regular deps 2020-09-17 23:12:02 +02:00
Thomas Ruoff
00d30a4459 throw custom ValidationError
contains an message formatter, displaying all messages concatinated.
2020-09-15 23:38:13 +02:00
Thomas Ruoff
e3a9da6efa improve server side validation error for double booking 2020-09-15 23:37:07 +02:00
Thomas Ruoff
e2e94d86a2 style error message better 2020-09-15 22:53:54 +02:00
Thomas Ruoff
9a0bf11749 add error notification next to send button 2020-09-14 23:25:18 +02:00
Thomas Ruoff
c081640eaa indicate loading daysBooked in calendar 2020-09-14 23:05:14 +02:00
Thomas Ruoff
b5742f389e add BookingBill model 2020-09-12 00:07:42 +02:00
Thomas Ruoff
17ca9e1ae4 make org, purpose, destination optional 2020-09-10 22:40:29 +02:00
Thomas Ruoff
feeec314d0 remove eslint 2020-09-10 22:38:46 +02:00
Thomas Ruoff
ec7fc60e4d move calendar, so it's not visible when stored 2020-09-09 00:44:31 +02:00
Thomas Ruoff
75969dc2ac add classnames types 2020-09-09 00:44:31 +02:00
dependabot[bot]
95b18c5a5e Bump bl from 2.2.0 to 2.2.1
Bumps [bl](https://github.com/rvagg/bl) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-09 00:32:04 +02:00
Thomas Ruoff
77a3410641 set min-width for all the things 2020-09-09 00:25:09 +02:00
Thomas Ruoff
eb82b9b292 render past days in gray 2020-09-09 00:25:09 +02:00
Thomas Ruoff
18337a7ac7 break start/end date fields together 2020-09-09 00:25:09 +02:00
Thomas Ruoff
8925a9ed7f style calendar a bit 2020-09-09 00:25:09 +02:00
Thomas Ruoff
451d0e2d78 re-use models when hot reloading 2020-09-09 00:25:09 +02:00
Thomas Ruoff
654b4d706c remove debugging output 2020-09-09 00:25:09 +02:00
Thomas Ruoff
038e2b2420 another try to fix types for models 2020-09-09 00:25:09 +02:00