navgurukul / ghar

0 stars 1 forks source link

Total allocated Leaves filter not working #378

Open shashi-NG opened 3 months ago

shashi-NG commented 3 months ago

image

While applying for filter for the active students, it still shows dropouts as well.

ujjwal15718 commented 3 months ago

Lastly, spent time debugging it by finding and checking the data directly from reports, The filter is performing fine I tested it with Varsha too

ujjwal15718 commented 3 months ago

I went through the allocated leaves report and the student-managed page. I tested by updating the data, and I found that the status column was not updating. However, the leave record is updated automatically within 5-6 minutes for a single data entry. Additionally, I'm trying to find out why the regenerate button is not visible in production while it is visible in development, but I haven't succeeded yet.

ujjwal15718 commented 3 months ago

investigating why the pivot table regenerate key is not visible in prod, Also ask zoho support it is possible to update the automatic pivot table data and test it by updating few data

ujjwal15718 commented 3 months ago

coordinated with Kajal to check some function flow, ask some relevant question to zoho flow waiting for the response

ujjwal15718 commented 3 months ago

started to implement the report-based approach instead of pivot, created a function in zoho and continue to write the and test the code

ujjwal15718 commented 3 months ago

spend time on some functions that are around Leave and Attendance--> AddApprovedLeavesToAllotedLeaves, GetLeavesTaken, today started to write the code to calculate total leave and store in a report

ujjwal15718 commented 3 months ago

coordinated with Kajal related to allocated leave, updated the code with the help of Kajal Need to implemented some design related work and need to connect some function in button today will complete and test the entire work

ujjwal15718 commented 3 months ago

updated some design-related work and discussed all possible approaches with the team, the use of page faces an error and applied validation on it, continue to work...

ujjwal15718 commented 3 months ago

changes are ready Need to review the changes with Sashi and team

ujjwal15718 commented 3 months ago

Testing the changes and updated comments on functions, ready to push Once the changes will go into prod then test the feature again