Dear All Anvil Experts,
I had done the attached app (half way). Need help if anyone can help me to complete the code portion. Basically I had done only the UI design portion and stuck don’t how to proceed anymore as I am not a programmer myself. See the attached file. Basically all I want is for :
- Order ID, it will automatically come out a serial number (5 digits) running numbers.
- Status - This could be, Open, Released, Work In progress, Completed and Closed. A drop down manual will be good.
- Date Received Order - The date and time of Order received.
- Person in charge, soruce…until other info all text field.
- Cost, down payment, balance - 2 digit float with a $ sign in front by default.
- GST - User key in by themself. let say if 9%, it will calculate +9% into the total cost. By default, it is always 9% until if user change it.
- After GST, the rest are text field except if there is the word “time” need to capture as “time” instead of text.
- Last one is the picture proof where the user can upload a picture from his computer.
This should be a CRUD app where user can create, read, update and delete the entry they created.