.. |
Auth
|
Use updated redirect() reference
|
2016-04-28 21:06:41 -07:00 |
AccessoriesController.php
|
asset_id is not allowed to be null in asset_log according to db schema. 0 it out here to make sqlite happy.
|
2016-05-31 19:41:14 -05:00 |
AssetMaintenancesController.php
|
Remove remaining DB::Raw(concat) calls to make things more sqlite friendly. This adds one new method to the Asset Model to return the formatted string that was used by the license and asset maintence controller. It also fixes a potential sqlite-only issue where '' and null are different.
|
2016-05-31 19:41:14 -05:00 |
AssetModelsController.php
|
Add clone icon to Assetmodels index page.
|
2016-06-05 10:00:31 -05:00 |
AssetsController.php
|
Fix image processing when editing an existing asset. Also reenable the image scaling on the server, but boost limit to 800x800
|
2016-05-31 19:50:58 -05:00 |
CategoriesController.php
|
Fixes #2110
|
2016-06-03 11:48:20 -07:00 |
CompaniesController.php
|
Use updated redirect() reference
|
2016-04-28 21:06:41 -07:00 |
ComponentsController.php
|
Use updated redirect() reference
|
2016-04-28 21:06:41 -07:00 |
ConsumablesController.php
|
asset_id is not allowed to be null in asset_log according to db schema. 0 it out here to make sqlite happy.
|
2016-05-31 19:41:14 -05:00 |
Controller.php
|
Updated docblocks
|
2016-04-07 13:21:09 -07:00 |
CustomFieldsController.php
|
[Feature] Re-order custom fields (drag and drop)
|
2016-05-14 14:06:59 -07:00 |
DashboardController.php
|
More dashboard fixes
|
2016-05-18 19:48:19 -07:00 |
DepreciationsController.php
|
Use updated redirect() reference
|
2016-04-28 21:06:41 -07:00 |
GroupsController.php
|
Fixed group error message
|
2016-06-02 02:46:49 -07:00 |
LicensesController.php
|
Remove remaining DB::Raw(concat) calls to make things more sqlite friendly. This adds one new method to the Asset Model to return the formatted string that was used by the license and asset maintence controller. It also fixes a potential sqlite-only issue where '' and null are different.
|
2016-05-31 19:41:14 -05:00 |
LocationsController.php
|
Use updated redirect() reference
|
2016-04-28 21:06:41 -07:00 |
ManufacturersController.php
|
Use updated redirect() reference
|
2016-04-28 21:06:41 -07:00 |
ProfileController.php
|
Use updated redirect() reference
|
2016-04-28 21:06:41 -07:00 |
ReportsController.php
|
Better handling for show/hide columns in depreciation report
|
2016-05-18 16:06:29 -07:00 |
SettingsController.php
|
Fixed erronerously removed save methods
|
2016-06-02 17:22:23 -07:00 |
StatuslabelsController.php
|
Make regular and highlight colors the same, since we're not using highlight colors in the pie chart yet
|
2016-05-24 16:19:44 -07:00 |
SuppliersController.php
|
Use updated redirect() reference
|
2016-04-28 21:06:41 -07:00 |
UsersController.php
|
Fixes groups for cloning users
|
2016-06-02 00:41:10 -07:00 |
ViewAssetsController.php
|
Eager loading for requestable assets account page
|
2016-06-02 02:57:22 -07:00 |