snipe-it/resources/views/hardware
Daniel Meltzer 276e0a7114 Importer: Implement item update and interface improvments (#2507)
* Add support for updating assets to the importer.

If an asset with a matching asset tag is found, and the --update flag is
passed to the importer, we edit the matching asset with any
asset-specific values, and persist to the database.  Any missing/blank
values are skipped.

TODO: Add to web interface, add support in consumables/accessories

* Allow deleting of files on the import page.

* Extend web interface to allow updating of imported items.

This adds a modal dialog to the import process.  Currently the dialog
allows the choice of update vs ignore, and choosing the item type to
import (Accessory, Asset, Consumable).

Also use Helper::ParseFloat() for purchase_cost processing.  It exists,
and fixes issues on my end at least.

* Implement editing of consumables and accessories.

* Rename getProcessImportFile to postProcessImportFile to reflect how it's now used

* Fix copy-pasta error.
2016-08-29 15:49:32 -07:00
..
bulk-checkout.blade.php Fixed feedback on #2349 (#2359) 2016-07-29 13:59:50 -07:00
bulk-delete.blade.php Nicer bulk delete layout 2016-06-29 04:30:21 -07:00
bulk.blade.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
checkin.blade.php Cleanup checkin blade 2016-07-22 02:34:25 -07:00
checkout.blade.php Cleanup checkout form 2016-07-22 02:20:05 -07:00
clone.blade.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
edit.blade.php Rename parseCurrencyString to formatCurrencyOutput to clarify what it does better. 2016-08-16 20:47:53 -05:00
history.blade.php Small tweaks to history 2016-08-12 19:03:32 -07:00
import.blade.php Importer: Implement item update and interface improvments (#2507) 2016-08-29 15:49:32 -07:00
index.blade.php Only decrypt if the user is an admin 2016-08-25 21:03:24 -07:00
labels.blade.php Merge pull request #2172 from ddreier/v3-label-changes 2016-06-17 17:14:28 -07:00
qr-view.blade.php Fixes #2140 2016-06-13 12:07:01 -07:00
view.blade.php Only decrypt if the user is an admin 2016-08-25 21:03:24 -07:00