- Make request generic
You can create any type of request by combining different request fields, the only fixed fields for request is work order and request status. - Make work order global wide
Work order now are automatic generate for each request. The base format for work order is last two digit of current year – work order number, for example 24-00001, the old system use 3 digit work order number, in the new system I extend it to 5 - Upload files functions
Add upload files functions both on request and tab, you can limited the single file size, file format, max upload files number, etc. Also, compared to the old system, the new system can upload multiple files - Add Single Instance feature on request fields
Some request fields only can have one instance on each request page, like File, Municipality, etc. So I add this single Instance feature on request field - Add Is For Review for request fields
On the Request page, we have two field categories, one is for client user submit request, one is for CS and admin user review the request. So when you add request field, if you select “Is For Review” is true, then this field will be only for review use. - Add Is Required for request fields
This function already added on admin site, will finish the client side in next update. - Create a dedicate page for review request
When you clicking the work order number on request list, it will take you to a dedicate review request page. Here client user will allow update their own request, and view the Review part of the request. CS and admin user can update the Review part of the request. - Add more Request field types
Include Date, DateTime, Time, File and Municipality, etc - Add System settings
You can see current work order here and define upload file settings. - Remove Name field for project and page
We do not need a name field for project and page, if you want, we can add a description field for project and page. - Add duplicate page function
Will duplicate current page and page’s tabs - Change main UI to save more space
Based on Don’s request, I adjust the main UI, change the title position to save more space - Fix the iFrame not load full page bugs
Now the iFrame have 100% width and auto height, based on page size. - Other bug fix
More results...
Changelog-2024-01-26