snipe-it/resources/views
snipe a914dacf8e Adds drawn signature to asset acceptance (#2846)
* Adds digital signature to asset acceptance

This is still a little broken - the history is displaying “Deleted user”, since there is no item type listed. Saving the item_type as App\Models\User tries to update accepted on the users table, which obviously doesn’t exist.

* Use asset facade for folks in subdirs

* Possible fix for weird accepted/declined display

* Display signature in modal popup if sigs are required

* Wrap that display file in auth middleware, just to be sure.

It shoudl fail if you’re not authorized since you’re not logged in, but better safe than sorry

* Fixed header section of layout

* Removed extra drop from migration rollback
2016-10-31 21:00:30 -07:00
..
accessories
account Adds drawn signature to asset acceptance (#2846) 2016-10-31 21:00:30 -07:00
admin Checkout Improvements, and initial support for requesting an asset model (#2573) 2016-09-15 19:58:27 -07:00
asset_maintenances
auth Moved CSRF token 2016-10-31 13:25:50 -07:00
categories
companies
components Fixes #2809 - adds serial number to components 2016-10-27 15:33:48 -07:00
consumables When checking out a consumable, don't say asset (#2718) 2016-09-29 22:20:58 -07:00
custom_fields
depreciations
emails Translate emails (#2652) 2016-09-26 14:13:07 -07:00
errors
groups
hardware Adds drawn signature to asset acceptance (#2846) 2016-10-31 21:00:30 -07:00
layouts Merge branch 'develop' of github.com:snipe/snipe-it into develop 2016-10-12 12:50:35 -07:00
licenses Fixes #2713 - error displayed with license checked out to asset 2016-10-12 14:32:21 -07:00
locations
manufacturers
models Fixes #2838 - removed duplicate requestabe field in asset models 2016-10-29 05:53:50 -07:00
paginator
partials
reports Fixes #2817 - adds EOL to custom report 2016-10-27 14:20:55 -07:00
settings Adds drawn signature to asset acceptance (#2846) 2016-10-31 21:00:30 -07:00
setup
statuslabels
suppliers
users Let superadmins edit their own groups 2016-10-31 19:18:06 -07:00
vendor
dashboard.blade.php Fixes #2763 - added missing translations methods for dashboard 2016-10-12 13:01:29 -07:00
notifications.blade.php