Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e312925
added on version-14
iamtalib13 Apr 1, 2025
d7bd467
fix(audit): Allow user responses after TAT expiry & send auto email
iamtalib13 Apr 3, 2025
e70ed45
Merge pull request #2 from iamtalib13/develop
iamtalib13 Apr 3, 2025
f05f458
add Latest changes according to BDR of audit
iamtalib13 Apr 15, 2025
bb88e6e
Merge pull request #4 from iamtalib13/develop
iamtalib13 Apr 15, 2025
635748c
live changes in mail
iamtalib13 May 28, 2025
d16cf41
Merge pull request #5 from arshadqureshi93/version-14
iamtalib13 May 28, 2025
8549620
fix: resolve missing employee info by fetching and setting data from …
arshadqureshi93 Jun 2, 2025
08a5755
Merge pull request #7 from arshadqureshi93/fix/query_creator_details
arshadqureshi93 Jun 2, 2025
239a0fa
fix:add custom button for admin to fetch query creator details
arshadqureshi93 Jun 2, 2025
6ebc912
Merge pull request #9 from arshadqureshi93/fix/query_creator_details
arshadqureshi93 Jun 2, 2025
522d18f
fix:add color to custom fetch query creator button
arshadqureshi93 Jun 2, 2025
3252606
Merge pull request #10 from arshadqureshi93/fix/query_creator_details
arshadqureshi93 Jun 2, 2025
7577ee5
feat:add patch for making audit role and custom_html
arshadqureshi93 Jun 5, 2025
ac9a2c6
Merge pull request #12 from arshadqureshi93/feat/create_patch_for_rol…
arshadqureshi93 Jun 5, 2025
9d528bf
feat:add patch for giving permissions to all apropriate roles
arshadqureshi93 Jun 5, 2025
50ce6c2
Merge pull request #13 from arshadqureshi93/feat/create_patch_for_rol…
arshadqureshi93 Jun 5, 2025
e085241
feat:add patch for giving permissions to all apropriate roles-add bra…
arshadqureshi93 Jun 5, 2025
88702fb
Merge pull request #14 from arshadqureshi93/feat/create_patch_for_rol…
arshadqureshi93 Jun 5, 2025
df0d0f2
feat:add patch for giving permissions to all apropriate roles-add bra…
arshadqureshi93 Jun 5, 2025
fac15ba
Merge pull request #15 from arshadqureshi93/feat/create_patch_for_rol…
arshadqureshi93 Jun 5, 2025
6de5ae5
feat:add patch for giving permissions to all apropriate roles-add bra…
arshadqureshi93 Jun 6, 2025
7ca757f
Merge pull request #16 from arshadqureshi93/feat/create_patch_for_rol…
arshadqureshi93 Jun 6, 2025
68c83d3
Set role-based permissions for Audit Management doctypes
arshadqureshi93 Jul 3, 2025
781ce9f
Merge pull request #17 from arshadqureshi93/feat/audit_perms
arshadqureshi93 Jul 3, 2025
53e7dcf
refactor:whole audit dashboard
arshadqureshi93 Jul 4, 2025
b612dfe
Merge pull request #18 from arshadqureshi93/feat/audit_perms
arshadqureshi93 Jul 4, 2025
3a2ec15
fix:fetch employee data function and custom button
arshadqureshi93 Jul 7, 2025
8456be4
Merge pull request #19 from arshadqureshi93/feat/audit_perms
arshadqureshi93 Jul 7, 2025
09a8fe9
fix:Audit Management New Dashboard
arshadqureshi93 Jul 15, 2025
0ebddc4
Merge pull request #20 from arshadqureshi93/version-14
arshadqureshi93 Jul 15, 2025
876687c
feat:add subject and description fields in audit query report
arshadqureshi93 Aug 6, 2025
0a9c47c
Merge pull request #21 from arshadqureshi93/feat/report
arshadqureshi93 Aug 6, 2025
a6147b0
fix:audit attach box visibility
arshadqureshi93 Sep 25, 2025
e8ac868
fix:hide sidebar and toggle button for no admin users
arshadqureshi93 Sep 25, 2025
e215255
Merge pull request #22 from arshadqureshi93/fix/audit_attach_box
arshadqureshi93 Sep 25, 2025
2f09867
feat:hide side bar extra options except attachments
arshadqureshi93 Sep 26, 2025
c588666
Merge pull request #23 from arshadqureshi93/feat/hide_extra_options
arshadqureshi93 Sep 26, 2025
1e50b8c
fix:multiple attachment
arshadqureshi93 Sep 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2025-01-11 12:01:16.618294",
"modified": "2025-07-03 11:16:20.692305",
"modified_by": "Administrator",
"module": "Audit Management",
"name": "Audit Level",
Expand All @@ -600,11 +600,40 @@
"read": 1,
"report": 1,
"role": "System Manager",
"select": 1,
"share": 1,
"write": 1
},
{
"create": 1,
"email": 1,
"export": 1,
"read": 1,
"report": 1,
"role": "Audit Manager",
"select": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"read": 1,
"report": 1,
"role": "Audit Member",
"select": 1,
"write": 1
},
{
"read": 1,
"role": "Employee",
"select": 1
}
],
"row_format": "Dynamic",
"sort_field": "modified",
"sort_order": "DESC",
"states": []
"states": [],
"track_changes": 1
}
Loading
Loading