0
I am developing an internal tool to control travel expenses of employees, however I am with a great doubt.
I will explain the steps I followed to the moment.
--> first the person enters the portal and asks for a trip with date of departure, date of return, destination and some more information.
--> this person’s superior receives a notification email that the same is requesting a trip, he can authorize or deny the trip.
--> assuming the superior authorized the trip, the employee will receive a new email notifying that his trip has been authorized.
--> at this time the collaborator has already made the trip and comes to account for the trip he made.
my doubt is here
--> the journey is divided by days, one-way day to the return day EX: 01/01/2018 until 01/03/2018, and I have to fill in the travel information as shown in the attached image
What better way to work with this layout in html? Someone knows a tool or can give me an idea of how to proceed. Thank you all.
This is a picture of the spreadsheet that people use today
It would not be better to make a Form than a Table?
– hugocsl
You can do this within a form, using Labels and Inputs... and to stay with table appearance, you can use the bootstrap column system
– Calvin Nunes