snipe
|
d93e399295
|
Merge pull request #13797 from Godmartinz/employeeid_search_add
adds employee number as a searchable field to the asset table
|
2023-10-25 21:04:54 +01:00 |
|
Godfrey M
|
1b614c13fb
|
ugh
|
2023-10-25 13:03:42 -07:00 |
|
Godfrey M
|
56fd41eee4
|
removed erroneous code
|
2023-10-25 13:03:12 -07:00 |
|
Godfrey M
|
33b45898b1
|
adds to advancedsearch
|
2023-10-25 12:59:58 -07:00 |
|
snipe
|
307f84dff8
|
Removed extraneous method
Signed-off-by: snipe <snipe@snipe.net>
|
2023-10-25 19:41:53 +01:00 |
|
snipe
|
08693f09b0
|
Added requests() method on Assets
Signed-off-by: snipe <snipe@snipe.net>
|
2023-10-25 17:22:12 +01:00 |
|
spencerrlongg
|
388e4c10c4
|
catch custom fields that are arrays
|
2023-10-17 19:03:58 -05:00 |
|
Ivan Nieto Vivanco
|
74ed32903f
|
Adds condition to check if parameter is of the proper type
|
2023-10-17 15:48:51 -06:00 |
|
snipe
|
93cccf4f5f
|
Handle case where value is deleted in history
Signed-off-by: snipe <snipe@snipe.net>
|
2023-10-13 19:32:09 +01:00 |
|
spencerrlongg
|
c48a47936c
|
add validation back in
|
2023-09-20 14:00:59 -05:00 |
|
spencerrlongg
|
6b4f8f1813
|
rm duplicate fillable
|
2023-09-19 18:07:15 -05:00 |
|
spencerrlongg
|
929e107a20
|
rm byod from casts
|
2023-09-19 18:04:16 -05:00 |
|
spencerrlongg
|
7047869367
|
cleanup
|
2023-09-12 18:03:13 -05:00 |
|
spencerrlongg
|
fb001caee4
|
fix conflicts
|
2023-09-11 17:33:31 -05:00 |
|
slong753
|
75d7e3e1a0
|
fix conflicts
|
2023-09-11 17:20:21 -05:00 |
|
slong753
|
774f21bb7f
|
some more cleanup
|
2023-09-11 17:17:59 -05:00 |
|
slong753
|
20367eecc9
|
fix conflicts
|
2023-09-11 17:17:59 -05:00 |
|
slong753
|
c1daabef08
|
progress
|
2023-09-11 17:10:41 -05:00 |
|
snipe
|
d6dd332b09
|
Merge pull request #13557 from johnson-yi/fixes/add_changes_to_checkinout_actionlog
Added/Fixed: track changes on asset checkin/out
|
2023-09-05 19:08:49 +01:00 |
|
snipe
|
a62e2f092b
|
Merge pull request #13498 from marcusmoore/feature/add-checkin-date-range-filter-to-custom-asset-report
Added last check in column and filter to custom asset report
|
2023-09-05 13:22:15 +01:00 |
|
Johnson Yi
|
09f7b3debe
|
Track changes on asset checkin/out
|
2023-09-01 13:12:07 +10:00 |
|
snipe
|
663faffcc1
|
Un-cast byod, validate as boolean
Signed-off-by: snipe <snipe@snipe.net>
|
2023-08-30 19:13:55 +01:00 |
|
Marcus Moore
|
489d30c685
|
Set last_checkin in ui and api controllers
|
2023-08-21 11:57:33 -07:00 |
|
Ivan Nieto Vivanco
|
b607a59875
|
Add query to search default locations in advanced search
|
2023-08-16 15:04:17 -06:00 |
|
snipe
|
540b09c506
|
Possible alternative to fixing #13296 - custom report failing when the model is busted
Related: https://github.com/snipe/snipe-it/pull/13297
Signed-off-by: snipe <snipe@snipe.net>
|
2023-07-20 17:45:45 +01:00 |
|
Brady Wetherington
|
76191a09ed
|
Improvements to asset_tag auto-incrementing, with auto-fixups for gaps
|
2023-07-12 16:39:45 +01:00 |
|
snipe
|
bcefe73c9c
|
Use proper alias for table scope
Signed-off-by: snipe <snipe@snipe.net>
|
2023-06-29 16:52:09 +01:00 |
|
snipe
|
4f7b2836b5
|
Set table alias for model number sort scope
Signed-off-by: snipe <snipe@snipe.net>
|
2023-06-26 08:27:17 +01:00 |
|
Ivan Nieto Vivanco
|
f9a20bc917
|
Replace join with left join in pertinent eloquent query
|
2023-06-01 12:08:51 -06:00 |
|
ak-piracha
|
1cdf089306
|
Fixes: issue #13073: deleted component addearing in asset component tab fixed
|
2023-05-31 00:11:11 +09:30 |
|
Marcus Moore
|
0a3d46824e
|
Automatically add table prefixes when building multi-column search string
|
2023-05-23 15:58:58 -07:00 |
|
Marcus Moore
|
b2b6f0cf96
|
Use new dynamic scope where possible
|
2023-05-23 13:38:50 -07:00 |
|
Marcus Moore
|
64e83ed9f5
|
Update scopeAssignedSearch in Asset
|
2023-05-22 16:54:54 -07:00 |
|
Marcus Moore
|
2d86c8f030
|
Update advancedTextSearch methods in Asset and User models
|
2023-05-18 17:06:41 -07:00 |
|
Ivan Nieto Vivanco
|
fbb7c55450
|
Tweak 'exist' rule in Asset->model_id field so it ignores soft-deleted models
|
2023-05-04 03:12:36 -06:00 |
|
Godfrey M
|
bd212b3108
|
adds component costs to asset view
|
2023-04-19 16:35:06 -07:00 |
|
slong753
|
8c1c0e81b6
|
rm deplicates
|
2023-03-30 13:31:58 -05:00 |
|
slong753
|
e126a75f7a
|
pretty sure this was it
|
2023-03-29 21:37:26 -05:00 |
|
snipe
|
ea54f540de
|
Dynamically determine target route for expected checkin emails
Signed-off-by: snipe <snipe@snipe.net>
|
2023-03-07 13:42:51 -08:00 |
|
snipe
|
1f7ae08d76
|
Merge branch 'develop' into features/make_eol_sortable
|
2023-02-28 18:05:09 -08:00 |
|
snipe
|
c7106a1df2
|
Added table aliases to fix ambiguous SQL clause
Signed-off-by: snipe <snipe@snipe.net>
|
2023-02-27 13:24:09 -08:00 |
|
snipe
|
5a1e5f740d
|
Merge pull request #12537 from inietov/fixes/expected_checkin_date_validation
Fixed #12531 Expected Checkin Date on Asset Checkout throws an error
|
2023-02-22 16:03:51 -08:00 |
|
Ivan Nieto Vivanco
|
6e994c209f
|
Adds setter to model Asset class for expected checkin
|
2023-02-19 12:31:10 -06:00 |
|
snipe
|
754842f620
|
FML - this is a hotfix and I don’t know why this is causing problems
Signed-off-by: snipe <snipe@snipe.net>
|
2023-02-16 16:58:00 -08:00 |
|
snipe
|
de4f7bd274
|
Merge pull request #12408 from snipe/fixes/stricter_date_rectrictions_on_validation
Enforce Y-m-d as date format for date fields
|
2023-02-15 12:54:22 -08:00 |
|
snipe
|
25461caa2c
|
Removed date validation rule
Signed-off-by: snipe <snipe@snipe.net>
|
2023-02-15 12:53:55 -08:00 |
|
snipe
|
d52d32fed9
|
Fixed visibility for constants and methods
Signed-off-by: snipe <snipe@snipe.net>
|
2023-02-06 12:44:02 -08:00 |
|
snipe
|
9c79fc19cb
|
Tightened up and removed some validation that wasn’t needed
Signed-off-by: snipe <snipe@snipe.net>
|
2023-01-24 17:37:15 -08:00 |
|
snipe
|
fd2a057d38
|
Make audit dates fillable
Signed-off-by: snipe <snipe@snipe.net>
|
2023-01-24 17:36:58 -08:00 |
|
snipe
|
3c4f254583
|
Enforce Y-m-d as date format for date fields
Signed-off-by: snipe <snipe@snipe.net>
|
2023-01-24 13:38:53 -08:00 |
|