Add editable fields to main tenement list

active
Total logged
12h 15m
Uninvoiced
0h 0m
Entries
6
Invoices
0
Time by team member
Team memberEntriesHours
Caleb Harvey612h 15m
Recent time entries
Last 6
DateDescriptionWhoDurationStatus
12 Oct 2023Tenements 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 fieldsCaleb Harvey1h 0minvoiced
27 June 2023- Remove area and unit fields from edit CARD - add tenement name, status and internal status to tenement CARDCaleb Harvey0h 15minvoiced
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 itCaleb Harvey0h 30minvoiced
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 tableCaleb Harvey5h 0minvoiced
9 June 2023Adding 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 Harvey1h 30minvoiced
9 June 2023Code 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 serverCaleb Harvey4h 0minvoiced
Edit