Add editable fields to main tenement list
active
Total logged
12h 15m
Uninvoiced
0h 0m
Entries
6
Invoices
0
Time by team member
| Team member | Entries | Hours |
|---|---|---|
| Caleb Harvey | 6 | 12h 15m |
Recent time entries
Last 6
| Date | Description | Who | Duration | Status |
|---|---|---|---|---|
| 12 Oct 2023 | Tenements still appearing as Granted and Pending - Searched in the application table for the tenement status's with none showing - Finding them display still in the directory table info status field - Performed an update on those directory records which pulled through the correct information Some Granted statuses displaying with lowercase 'g' - creating a temporary calculation text field and making it equal to the status in application table - changing the language to unicode so the search is case sensitive - finding all lower case Granted statuses for STG - Changing them to a capital G - Doing the same find in the directory table with a temp calc field in unicode - Updating the relevant tenements to pull through the correct status - deleting the temporary fields | Caleb Harvey | 1h 0m | invoiced |
| 27 June 2023 | - Remove area and unit fields from edit CARD - add tenement name, status and internal status to tenement CARD | Caleb Harvey | 0h 15m | invoiced |
| 27 June 2023 | - Test that all changes with the final implementation of the edit button are working - Add a button to clear the region field if they wish to remove the region - Changes made in this field now automatically load in the tenement list without needing to refresh it | Caleb Harvey | 0h 30m | invoiced |
| 13 June 2023 | - Move logic into live version of AMETS ready for testing - Once working and confident I added a CARD window to pop up with the list of fields that are editable - Have tenement manager and holder options bring up a list similar to the tenement details screen when clicked on - Region displays a pop-button with all the regions in a quick to scroll list similar to the main tenement details screen - Have the area and the amount as editable details - Pressing the exit button will close the card - Test different methods to hold position in grid as data doesn't update without refreshing the table | Caleb Harvey | 5h 0m | invoiced |
| 9 June 2023 | Adding edit column in test AMETS server - Find AGRID report type relating to tenements - add in line of code to display an 'edit' field in the list - make edit display as blue and underlined - update all existing tenements to have this field show for all | Caleb Harvey | 1h 30m | invoiced |
| 9 June 2023 | Code javascript for aggrid - Use inspect element to review what the returned data is using console.log - Write if statement and if edit is clicked on then run the edit script in filemaker - Filemaker script returns javascript parameters of the script paramater and the id of the tenement clicked on - Proof of concept enough to transfer the same steps into live AMETS server | Caleb Harvey | 4h 0m | invoiced |
Edit