3aff97ace1
Remove the previous user hashed password
2022-09-06 18:43:35 -05:00
dcbd407698
Merge pull request #11661 from inietov/fixes/notifications_asset_acceptance
...
Send notifications when Acceptance Assets actions occur [sc-9917]
2022-08-30 12:14:58 -07:00
96ec96ff7f
Merge pull request #11737 from inietov/fixes/validation_error_still_without_required_rule
...
Fixed Validation error when empty default customfield values
2022-08-25 17:54:04 -07:00
0d4e9c183b
Save correct id in action log if the bulk-checkin is of type license
2022-08-25 19:16:48 -05:00
1ff2d15c4a
Replace 'required' rule with 'nullable' to allow blank default customfields values
2022-08-25 18:16:50 -05:00
482a7b2a3a
Merge pull request #11700 from inietov/fixes/unaccepted_assets_reminder_500
...
Fixed 500 error when sending unaccepted assets reminder
2022-08-25 14:00:00 -07:00
6f0f6c8042
Don’t prevent deletion if user has consumables checked out
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-25 12:51:02 -07:00
6fde72a693
Log user out of other devices when they change their password
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-25 12:24:26 -07:00
6e85c2e5cb
Delete unused import
2022-08-24 16:30:25 -05:00
30d0125cbd
Remove the rule 'required' for default values, if custom field is obligatory
2022-08-24 16:18:11 -05:00
906a36dc1a
Merge pull request #11703 from julian-piehl/fixes/wrong-trans-string
...
Fixed Translation String: wrong key at request canceled message
2022-08-22 16:16:10 -07:00
ba7d6dde3f
Fixed #11706 : changes the display of managers username to First Last name
2022-08-19 10:17:25 -07:00
94bbf2bf2f
fixed translation string for canceled requests
2022-08-19 13:59:01 +02:00
e5cc6ec972
Fixes error 500 if checkout_acceptances table have a created_at null column
2022-08-17 22:02:13 -05:00
91e824c5b0
Check for nullifying checkboxes
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-11 18:25:07 -07:00
a33ca39237
Figure out declined notifications
2022-08-11 16:00:21 -05:00
814992eb7d
allows company and location ids to be null
2022-08-11 12:47:40 -07:00
267997f0a6
Customize the notifications with the needed data
2022-08-11 14:01:11 -05:00
ef099aa644
Reverted notes to note since pivot
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-10 16:09:56 -07:00
acd666fdf5
Added notes to user consumables tab
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-10 15:34:07 -07:00
512348cc5a
Added withInput()
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-10 15:15:09 -07:00
e3293151a2
Added note on checkout
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-10 15:04:59 -07:00
3ec77724d8
Added note pivot
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-10 15:04:34 -07:00
024a014298
Changed notes to note
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-10 15:04:19 -07:00
e7c47408a7
Derp
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-10 13:57:42 -07:00
637604dfaf
Fixed #8928 - add URL and ID to custom asset report
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-10 13:51:47 -07:00
92e6ea96b2
if eol is missing from asset model monthly depreciation will be recalculated
2022-08-09 15:05:15 -07:00
9acfceba29
Added relations to report search
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-02 23:50:10 -07:00
cc92d342ea
Added deleted at value
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-02 19:58:37 -07:00
02caa13222
Removed debugging
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-02 19:58:30 -07:00
975b4dee2f
Added deleted header
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-02 19:58:17 -07:00
8e18ce74b2
Update method name
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-02 19:12:18 -07:00
1b657ee995
Merge pull request #11601 from vickyjaura183/bugfix/error_404_bulkcheckout
...
Error 404 fixed on submitting without mandatory field
2022-08-02 17:19:22 -07:00
e3b13143bf
Merge pull request #11594 from Godmartinz/adds_deleted_asset_options_to_custom_reports
...
Adds options to include Deleted assets to custom asset reports
2022-08-02 10:33:57 -07:00
ff080a2d8f
replace checkboxes with radiobuttons
2022-08-02 10:27:55 -07:00
96b40a5edd
Error 404 fixed on sumitting witout mandtory field
2022-08-02 18:44:16 +05:30
af7ccf3beb
Handle logout route names
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-01 16:17:40 -07:00
53ff28d2b0
Handle consumables route names
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-01 16:07:56 -07:00
4a4636bd03
Handle accessories route names
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-01 16:06:28 -07:00
b035003546
Handled hardware route names
...
Signed-off-by: snipe <snipe@snipe.net >
2022-08-01 15:59:54 -07:00
842dafefec
adds options to include Deleted assets to custom asset reports
2022-08-01 14:52:12 -07:00
78097df7ff
Aplpies current time to checkin date
...
Signed-off-by: snipe <snipe@snipe.net >
2022-07-21 21:45:25 -07:00
7313bca403
Checkin without deleting
...
Signed-off-by: snipe <snipe@snipe.net >
2022-07-20 17:57:19 -07:00
6428dc5cd2
Removed duplicate supplier_id
...
Signed-off-by: snipe <snipe@snipe.net >
2022-07-13 13:08:15 -07:00
f21824a8e2
Changed comparing the action type from translated in presenter to actual value
2022-07-12 17:59:03 -05:00
0ccd7e09de
Merge pull request #11488 from Godmartinz/feature/sc-19107/add-box-to-custom-reports-to-not-include
...
adds a checkbox to exclude archived assets from custom reports
2022-07-12 12:59:18 -07:00
27039325f3
removed comments, because I forgot
2022-07-12 12:41:07 -07:00
58c54cc3dc
uses notArchived scope instead now
2022-07-12 12:20:11 -07:00
48349071ed
accounts for status_id as well
2022-07-12 09:46:44 -07:00
5efe45226d
Fixes Email List of All Assigned being "successful" when the user has no email
...
Added check in view to disable button if there is no email
Added translation for title on disabled button and for email check in controller
Fixed missing trans for user not found message
2022-07-11 20:02:10 -05:00