full form parsing

This commit is contained in:
bronku 2025-02-07 09:27:20 +01:00
parent 0570e47be9
commit 475d79f16e
5 changed files with 68 additions and 19 deletions

View file

@ -16,6 +16,7 @@ type order struct {
Phone string
Location string
Date time.Time
Accepted time.Time
Paid int // increments of 0.01
Cakes []cake
}