Help needed in my mover app

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 :

  1. Order ID, it will automatically come out a serial number (5 digits) running numbers.
  2. Status - This could be, Open, Released, Work In progress, Completed and Closed. A drop down manual will be good.
  3. Date Received Order - The date and time of Order received.
  4. Person in charge, soruce…until other info all text field.
  5. Cost, down payment, balance - 2 digit float with a $ sign in front by default.
  6. 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.
  7. After GST, the rest are text field except if there is the word “time” need to capture as “time” instead of text.
  8. 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.

What have you tried so far? This question is asking too many things in one question and we don’t really have anything specific to help you with. You’ll be more likely to get a helpful response if you follow the question template:

1 Like

Noted. Guess I will have to ask question one by one. Thanks.