Commit Graph

40 Commits

Author SHA1 Message Date
Thomas Ruoff
460510e52b add retry for sending mail *sigh* 2020-11-11 23:24:43 +01:00
Thomas Ruoff
7630f56b70 only use VERCEL_URL when SITE_URL is missing 2020-11-11 00:02:59 +01:00
Thomas Ruoff
1b165ee0cf fix another ts build error 2020-11-10 00:30:40 +01:00
Thomas Ruoff
11e5f02aae fix ts build error that seems mysteric 2020-11-10 00:28:40 +01:00
Thomas Ruoff
eef34c6eaf attach cal entry to mail 2020-11-10 00:22:17 +01:00
Thomas Ruoff
cd6ae123bb daysbooked in timezone Europe/Berlin 2020-11-09 22:51:19 +01:00
Thomas Ruoff
bd32cfb90b enrich description in calendar 2020-11-08 23:10:18 +01:00
Thomas Ruoff
0f518138cc change link to admin in ical 2020-11-08 23:04:35 +01:00
Thomas Ruoff
eeb8beba0a show booking date in mails 2020-11-07 00:38:29 +01:00
Thomas Ruoff
195da65cd9 remove *Document intefaces from FE code 2020-11-06 23:37:04 +01:00
Thomas Ruoff
ecfa0c2c06 slight reject mail adjustments 2020-11-04 00:42:14 +01:00
Thomas Ruoff
b283ffe476 send mail when booking is confirmed or rejected 2020-11-03 21:50:12 +01:00
Thomas Ruoff
0a75eb0404 extract non-interactive calendar 2020-11-03 21:05:47 +01:00
Thomas Ruoff
8c252cca2b make getBookingStatus work without a booking 2020-11-02 23:24:30 +01:00
Thomas Ruoff
e2aab12cdf add email to customer as well 2020-10-26 23:43:39 +01:00
Thomas Ruoff
ef4d9e6ff1 pull emails from env vars 2020-10-26 22:59:02 +01:00
Thomas Ruoff
a5b47a7311 add booking status to bill 2020-10-10 01:01:46 +02:00
Thomas Ruoff
396e4b0a86 use fixed tarifs and add additional costs 2020-10-10 00:39:29 +02:00
Thomas Ruoff
2b4d8833b9 remove unused import 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
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
826dd44726 improve ical 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
90ac05a907 fix most type errors
still have a few things outstanding
2020-09-09 00:25:09 +02:00
Thomas Ruoff
c3d8c6f3e0 apply migration with ts-migrate 2020-09-09 00:25:09 +02:00
Thomas Ruoff
be1e22460d rename js/x ts/x 2020-09-09 00:25:09 +02:00
Thomas Ruoff
b19b557b6c add link to new bookings email for admin 2020-08-26 00:56:37 +02:00
Thomas Ruoff
1df26814ba use passed format instead of hard coded one 2020-08-22 00:09:57 +02:00
Thomas Ruoff
e9f4753fdc add /booking/uuid 2020-08-22 00:09:11 +02:00
Thomas Ruoff
fe10869ca0 fix typo when checking for sendgrid errors 2020-08-20 00:31:49 +02:00
Thomas Ruoff
194ac0aca1 improve booking received mail 2020-08-18 23:45:28 +02:00
Thomas Ruoff
d86f438f80 send mail 2020-08-18 00:22:03 +02:00
Thomas Ruoff
70d78427b1 date format 2020-08-18 00:21:39 +02:00
Thomas Ruoff
f6c2d0d6b6 add clear stored data 2020-08-12 00:36:20 +02:00
Thomas Ruoff
559412b3ac add array test 2020-08-06 23:37:06 +02:00
Thomas Ruoff
5dac8f20a3 fix range selection issue 2020-08-06 23:29:38 +02:00
Thomas Ruoff
95242403c5 move helpers out again
seems anything under pages, besides api needs to be a react component
2020-08-01 16:23:48 +02:00