From 44096eb29cc09cef4e5dfc33473051caeec7c2ee Mon Sep 17 00:00:00 2001 From: Edmond Teh Date: Fri, 25 Sep 2020 15:59:41 +0800 Subject: [PATCH] fix invoices documentation --- fixinvoice.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fixinvoice.txt diff --git a/fixinvoice.txt b/fixinvoice.txt new file mode 100644 index 00000000..d857f15b --- /dev/null +++ b/fixinvoice.txt @@ -0,0 +1,9 @@ +1. create migration field service_charge in bookings. (nullable, default null, double) +2. create migration field adjustment in invoices. (nullable, default null, double) +3. save service charge on confirm +4. pass service from backend +5. display in frontend. +6. When RMB value match auto adjustment. +7. Vue validation before post and edit. +8. post and edit invoice needs to have adjustment. validate. +9. change pdf documents.