snipe-it/resources/views
Daniel Meltzer 638a7b2d91 Assetcontroller cleanup (#5858)
* Extract method/cleanup

* Remove apiStore method that is unusued since api controllers.

* Use proper model exception

* Remove old user importer.  This is now supported by the general importer framework.

* Refactor AssetsController methods.

This is a giant diff without many functional changes, mostly cosmetic.
I've pulled a number of methods out of assetscontroller, preferring
instead to create some more targetted controllers for related actions.
I think this cleans up the file some, and suggests some places for
future targetted improvement.

Fix weird missing things.

* Fix Unit test failing after date changes.

* Pass valid string to be translated.

* Some method cleanup for codacy.

* Extract trait for common checkout uses and codacy fixes.
2018-07-16 17:44:03 -07:00
..
accessories Added notes field to acessories and consumable checkout pages. Resolves request #5607. (#5608) 2018-05-28 14:30:18 -07:00
account Fixed inconsistent or incorrect comment labels (#5691) 2018-06-11 20:11:58 -07:00
asset_maintenances Create asset maintenance - Added orange bar for required asset to edit view (#5520) 2018-05-16 19:23:23 -07:00
auth
categories Added license categories 2018-05-04 21:01:38 -07:00
companies
components Removes the unused bulk operations for components (#5840) 2018-07-16 14:11:38 -07:00
consumables Added notes field to acessories and consumable checkout pages. Resolves request #5607. (#5608) 2018-05-28 14:30:18 -07:00
custom_fields Adds permission checks for custom fields and custom fieldsets (#5645) (#5795) 2018-07-12 18:28:20 -07:00
departments Make department columns sortable 2018-02-21 05:04:20 -08:00
depreciations
emails Fixed #5477 - added GDPR privacy policy link in email and webpage 2018-05-08 00:50:13 -07:00
errors
groups
hardware Assetcontroller cleanup (#5858) 2018-07-16 17:44:03 -07:00
importer
layouts Adds permission checks for custom fields and custom fieldsets (#5645) (#5795) 2018-07-12 18:28:20 -07:00
licenses Fixed #5501 - regression disallowing license files to be downloaded 2018-05-08 14:24:51 -07:00
locations
manufacturers Fixed #2402 - add ability to restore manufacturers 2018-03-03 18:46:19 -08:00
modals Remove old helpers (#5843) 2018-07-16 14:22:25 -07:00
models Remove old helpers (#5843) 2018-07-16 14:22:25 -07:00
notifications Added model name to expected checkin reminders 2018-05-08 05:59:34 -07:00
paginator
partials Fixing #5773: Refactoring the "clearing" of select2 lists (#5839) 2018-07-16 14:10:54 -07:00
reports Added manager to custom report 2018-06-27 00:45:09 -07:00
settings Added option to include model information on asset labels. (#5301) 2018-07-12 18:23:12 -07:00
setup Fixed #5423 - removed required text on preflight 2018-04-24 12:48:58 -07:00
statuslabels Fixed #5138 - added default_label flag to status labels 2018-03-05 22:04:16 -08:00
suppliers
users Assetcontroller cleanup (#5858) 2018-07-16 17:44:03 -07:00
vendor Use custom header color in emails 2018-05-29 10:23:39 -07:00
dashboard.blade.php Added license categories 2018-05-04 21:01:38 -07:00
notifications.blade.php