Commit Graph

80 Commits

Author SHA1 Message Date
Jon
e35a2300e2 fix(settings): Add correct permissions for software category add
!13
2024-05-29 07:16:18 +09:30
Jon
0aa78a4c51 fix(settings): Add correct permissions for software category view/update
!13
2024-05-29 07:16:00 +09:30
Jon
84d895c214 fix(settings): Add correct permissions for device type delete
!13
2024-05-29 07:02:04 +09:30
Jon
cba28108e0 fix(settings): Add correct permissions for device type add
!13
2024-05-29 07:01:48 +09:30
Jon
18339547ba fix(settings): Add correct permissions for device type view/update
!13
2024-05-29 07:00:57 +09:30
Jon
97d38275a4 test(device_model): unit testing device model permissions
!13 #15
2024-05-29 06:46:58 +09:30
Jon
d2e9e1070e fix(settings): Add correct permissions for device model delete
!13
2024-05-29 06:46:26 +09:30
Jon
6880c5e90b fix(settings): Add correct permissions for device model add
!13
2024-05-29 06:46:06 +09:30
Jon
608a38384d fix(settings): Add correct permissions for device model view/update
!13
2024-05-29 06:45:10 +09:30
Jon
7f7f719731 feat(access): during organization permission check, check to ensure user is logged on
!13
2024-05-29 06:22:24 +09:30
Jon
bc18a1b2bb test(operating_system): unit testing operating system permissions
!13 #15
2024-05-29 05:07:20 +09:30
Jon
6b37c952f8 fix(itam): Add correct permissions for operating system delete
!13
2024-05-29 05:06:41 +09:30
Jon
d81d1ba32a fix(itam): Add correct permissions for operating system add
!13
2024-05-29 05:06:28 +09:30
Jon
01c6cd4bdf fix(itam): Add correct permissions for operating system view/update
!13
2024-05-29 05:06:10 +09:30
Jon
729a36ae40 test(software): unit testing software permissions
!13 #15
2024-05-29 04:52:26 +09:30
Jon
8805823405 fix(itam): Add correct permissions for software delete
!13
2024-05-29 04:50:41 +09:30
Jon
7dd2634fac fix(itam): Add correct permissions for software add
!13
2024-05-29 04:50:26 +09:30
Jon
b1cfb9fa59 fix(itam): for non-admin user use correct order by fields for software view/update
!13
2024-05-29 04:50:10 +09:30
Jon
550e6f4080 fix(itam): Add correct permissions for software view/update
!13
2024-05-29 04:49:23 +09:30
Jon
94116fa173 fix(itam): ensure permission_required parameter for view is a list
!13
2024-05-29 04:48:12 +09:30
Jon
6dd6a33707 test(device): unit testing device permissions
!13 #15
2024-05-29 04:09:46 +09:30
Jon
6cb69c627f fix(access): during permission check use post request params for an add action
!13
2024-05-29 03:24:32 +09:30
Jon
9d6bd6db83 fix(itam): ensure only user with change permission can change a device
!13
2024-05-29 01:21:36 +09:30
Jon
353117aa74 feat(itam): device uuid must be unique
!13
2024-05-28 16:05:19 +09:30
Jon
c4fe218592 feat(itam): device serial number must be unique
!13
2024-05-28 16:05:07 +09:30
Jon
ece6b9e354 feat(setting): Enable super admin to set ALL device types as global
sets is_global=true and creates device types in global organization

!12 closes #31
2024-05-27 14:29:43 +09:30
Jon
abbda7b400 feat(setting): Enable super admin to set ALL device models as global
sets is_global=true and creates device models in global organization

!12 closes #29
2024-05-27 14:20:10 +09:30
Jon
935e119e64 feat(setting): Enable super admin to set ALL software categories as global
sets is_global=true and creates software categories in global organization

!12 closes #30
2024-05-27 13:59:40 +09:30
Jon
668e871e4f refactor(itam): relocation item delete from list to inside device
!11 #23
2024-05-25 19:30:01 +09:30
Jon
af809183c8 chore: set if device has no type, return '-' for listview
!11
2024-05-25 18:38:11 +09:30
Jon
e66e9b8dca feat(itam): Populate initial organization value from user default organization for software category creation
!11 #28
2024-05-25 18:25:59 +09:30
Jon
4c002bc259 feat(itam): Populate initial organization value from user default organization for device type creation
!11 #28
2024-05-25 18:25:43 +09:30
Jon
90f95672aa feat(itam): Populate initial organization value from user default organization for device model creation
!11 #28
2024-05-25 18:25:26 +09:30
Jon
7f3bf95b46 feat(api): Populate initial organization value from user default organization inventory
!11 #28
2024-05-25 18:21:31 +09:30
Jon
9f5e5d25ec feat(itam): Populate initial organization value from user default organization for Software creation
!11 #28
2024-05-25 17:47:33 +09:30
Jon
62c0bb77fe feat(itam): Populate initial organization value from user default organization for operating system creation
!11 #28
2024-05-25 17:46:05 +09:30
Jon
7f4a036a32 fix(device): OS form trying to add last inventory date when empty
!11
2024-05-25 17:42:15 +09:30
Jon
abbd6a49d6 feat(device): Populate initial organization value from user default organization
!11 #28
2024-05-25 17:41:35 +09:30
Jon
f36400dbb9 feat(setting): Enable super admin to set ALL software as global
sets is_global=true and creates software in global organization

!11 closes #27
2024-05-25 14:18:01 +09:30
Jon
23e661cef0 refactor(itam): software index does not require created and modified date
info belongs inside item view as a detail

!10
2024-05-23 22:23:06 +09:30
Jon
2fcbb1ead7 feat(itam): Add publisher to software
!10 #12
2024-05-23 22:21:10 +09:30
Jon
53baeb59c9 feat(itam): Add publisher to operating system
!10 #12
2024-05-23 22:20:40 +09:30
Jon
99a559fe6d feat(itam): Add device model
!10 closes #12
2024-05-23 21:42:03 +09:30
Jon
a6a0da72b2 refactor(organizations): set org field to null if not set
!10
2024-05-23 20:29:48 +09:30
Jon
bf0fa3f41d feat(settings): add dummy model for permissions
!10
2024-05-23 19:46:32 +09:30
Jon
66e8b29014 refactor(itam): move software categories to settings app
!10
2024-05-23 19:26:09 +09:30
Jon
9e1a024a12 test: adjust test layout and update contributing
!9 #15
2024-05-23 15:45:30 +09:30
Jon
b5470f2cef feat(software): Save changes to history
!9 #5
2024-05-23 12:43:30 +09:30
Jon
e16a4212cc feat(operating_system): Save changes to history
!9 #5
2024-05-23 12:43:25 +09:30
Jon
6cbcd4aa56 feat(device): Save changes to history
!9 #5
2024-05-23 12:43:19 +09:30