I want to add an audit button to the view asset page. Once clicked, it will pop open a modal that will ask for details of what was audited and a once submitted, it will mark the audit as complete and change the audit schedule field to do be due another 3 months.
I want to add a maintenance button to the view asset page. Once clicked, it will open a modal that will ask for details of what was done during maintenance and once submitted, will just mark the maintenance complete and put the current date.
Implementation
This could be done with one table in the database. Asking for similar details.
Requests
Implementation
Database Table Fields (Table name: event_log)