Feature #212
openRecurring Documents Summary
Start date:
06/27/2023
Due date:
% Done:
90%
Estimated time:
Owner(Agency):
Travvise
Time Taken(HH):
Module:
Recurring Documents Summary
Tested By:
Code Reviewed By:
Subtasks
Related issues
Updated by Anonymous over 1 year ago
GUI CHANGES
*ADD MANDATORY FIELD ON MAIN DOC PERIOD
*ADD BLUE STAR ON SUB DOC INCLUDED PERIOD
Updated by Anil KV 8 months ago
->Status Tick-Not Started(Document Creation) Tick-Part Completed(Some Documents Created) Tick-Fully Completed(Full Documents Created) Tick-Includ Canceled Documents UnTick-Deleted -> Add a colunsafter Pending - Cancel(Count) -> Pending to Pending(Count) -> last Column Details icon - redirect to 'Recurring Documents Details' -> Grid 'Status' Column value -Not Started(Document Creation) -Part Completed(Some Documents Created) -Fully Completed(Full Documents Created) -Deleted
SQL
-> Discus with Anil Ref: https://www.db-fiddle.com/f/2VWyUD9YnFcFCMbJkfz6YS/0 Select m.remarks, Count(d.status) filter (where d.status = 1) as status1_cnt, Count(d.status) filter (where d.status = 2) as status2_cnt, Count(d.status) filter (where d.status = 3) as status3_cnt From master m Inner Join details d ON( d.m_id = m.m_id ) Group By m.remarks
Updated by Shilpa Pavithran 5 months ago
- Status changed from Ready for Coding to Coding Started
- % Done changed from 20 to 30
Updated by Shilpa Pavithran 5 months ago
- Status changed from Coding Started to Ready for Coding
- % Done changed from 30 to 20
Updated by Shilpa Pavithran 4 months ago
- Status changed from Ready for Coding to Coding Started
- % Done changed from 20 to 30
Updated by Shilpa Pavithran 4 months ago
- Status changed from Coding Started to Coding Done
- % Done changed from 30 to 60
Updated by Theja Ponon about 2 months ago
- Status changed from Coding Done to Reopen Bugs
- % Done changed from 60 to 50
ISSUE FOUND
------------------
1)ISSUE ON STATUS FILTERING
2)ISSUE ON REDIRECTION TO DETAIL PAGE
3)DOCUMENT NUMBER IS NOT REDIRECTING TO DOCUMENT MODULE
Updated by Shilpa Pavithran about 1 month ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 70
Updated by Theja Ponon about 1 month ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs Testing Done
- % Done changed from 70 to 90