snipe
ca27ef6741
Check for eol value or return false on eol_date()
2016-02-17 03:05:02 -08:00
snipe
e228577936
Removed model uniqueness constraint
...
Weird regression issue :(
2016-02-17 02:31:48 -08:00
snipe
e5b2163ffe
Use helper for company selectlist, added missing language strings
2016-02-12 14:08:35 -08:00
snipe
f1a4608faf
Fixes #1757 - pass item_serial to blade
2016-02-11 12:09:40 -08:00
snipe
1b1a733043
Basic boolean search, defaults to AND, can use OR
2016-01-27 20:43:18 -08:00
snipe
e70dab64a2
Fixes #1686 - added notes to model
2016-01-27 20:39:19 -08:00
snipe
c779034e41
Better fix for model uniqueness
2016-01-13 07:44:00 -08:00
snipe
8ff7a6ce21
Fixes #1572 - remove unique constraint for models
2016-01-13 07:41:11 -08:00
snipe
f1b2ba5c51
Additional comments
2016-01-13 03:56:05 -08:00
snipe
298a938db2
Fix for company scoping bug
2016-01-05 13:20:49 -08:00
snipe
6c389298f8
Suppress errors when the file doesn't exist
2016-01-05 13:20:38 -08:00
Brady Wetherington
e392c87250
Experimental fix for Company scope issue.
2016-01-05 13:08:14 -08:00
snipe
6f04cf9f61
Merge pull request #1554 from snipe/final_custom_fields_tweaks
...
Final custom fields tweaks
2015-12-30 16:32:16 -08:00
Brady Wetherington
ad144e127c
Pertains to one of the elements in #1397 - timestamps and user_id's for Custom Fields
2015-12-30 15:58:51 -08:00
snipe
2f4e54c8a6
Merge remote-tracking branch 'origin/develop'
2015-12-30 15:47:00 -08:00
snipe
f89176d500
WTF I don't even.
2015-12-29 18:48:06 -08:00
Hereward Mills
0cb3a9265e
Fix PHPDocs that contained incorrect params tags.
2015-12-24 11:20:05 +00:00
Daniel Meltzer
3b7da8f379
Fix consumable count in categories. This adds new methods to Category, consumables consumablesCount and a generic count. It also refactors CatgoriesController to use the count method rather than having it determine the category type.
2015-12-23 20:02:09 -05:00
snipe
8dab50edc6
Fixes #1498 - better regex for characters in custom field name
2015-12-17 18:19:35 -05:00
snipe
775ea95458
Fix inability to edit models (unique constraint)
2015-12-15 05:35:14 -08:00
snipe
5c698d7cfd
Fixes #1469 - don't require currency at model level
2015-12-15 05:17:44 -08:00
snipe
cac254ded6
Fixes #1371 - problem saving new models with non-latin characters
2015-12-15 04:15:28 -08:00
snipe
be3c8e4515
Fixes #1440 - make employee number searchable/sortable
2015-12-03 02:07:20 -08:00
Brady Wetherington
9316af7ed8
Deletion support for fields and fieldsets
2015-11-30 17:09:57 -08:00
snipe
8158c12242
Merge branch 'hotfixes/EOL' into develop
...
# Conflicts:
# app/controllers/admin/AssetsController.php
2015-11-29 17:11:55 -08:00
snipe
36ecf3032f
Fixes #1402 - remoe warranty date from EOL calc
2015-11-29 17:09:02 -08:00
snipe
a44c56c937
Merge branch 'hotfixes/fix_1413' into develop
...
# Conflicts:
# app/config/version.php
# app/models/Company.php
2015-11-29 16:49:34 -08:00
snipe
078750726f
Set default value for company_id to fix seeder
2015-11-26 14:11:56 -08:00
snipe
b925c5766f
Set company_id to null if no logged in user to fix seeder
2015-11-26 14:03:29 -08:00
Brady Wetherington
10086479b7
Better erroring, return previous input on error.
2015-11-25 20:38:22 -08:00
Brady Wetherington
c0e988b6b1
Basic validation on customFieldset
2015-11-25 20:14:26 -08:00
Brady Wetherington
c6f8d3e6f2
A little bit of basic, terrible navigation for Custom Fields.
2015-11-25 15:40:58 -08:00
Brady Wetherington
d653126a2a
Merge branch 'develop' into custom_fields
...
Conflicts:
app/controllers/admin/AssetsController.php
app/views/backend/hardware/index.blade.php
app/views/backend/hardware/view.blade.php
2015-11-25 14:22:22 -08:00
snipe
99391d0179
Fixes #1332 - added location to accessories
2015-11-24 22:43:13 -08:00
snipe
b39c53a5ea
Closes #1375 - More data in consumables detail view
2015-11-24 21:58:30 -08:00
snipe
1202ce4a81
Compound search for consumables
2015-11-24 20:34:10 -08:00
snipe
406e077c1e
Fixed indenting
2015-11-24 20:34:00 -08:00
snipe
4be046a675
Fixes #1387 - adds server-side compound search
2015-11-24 20:33:51 -08:00
snipe
29bb6a3c4f
Fixed issue where deleted asset tags could not be re-used
...
This was by-design to start off with, since it would b weird to re-use an asset tag that legitimately belonged to someone else, however sometimes when assets are accidentally deleted and users don't restore them (or if there were weird duplicates), this can be problematic.
2015-11-24 20:20:28 -08:00
snipe
a777499c0b
Fixes #1376 - added new fields to consumables view
2015-11-24 13:30:05 -08:00
snipe
b99c138cb0
Fixes #1369 - fixed searching/sorting on location
2015-11-24 12:48:41 -08:00
snipe
256f33e6b4
Company/category search on accessories
2015-11-24 12:08:49 -08:00
snipe
f6e2654609
Added searching on company name, ordering on company name for PR #1321
2015-11-24 11:47:34 -08:00
snipe
cc17862eae
Back out the encryption constructor for now
2015-11-23 18:18:49 -08:00
snipe
c80f1789d4
Set default hasher in constructor
2015-11-23 17:43:53 -08:00
Abdullah Alansari
86a174201e
Only users with no company or supers can manage users' companies
2015-11-21 04:30:15 +03:00
Abdullah Alansari
7a03a56498
Fix: company field required
2015-11-21 03:59:12 +03:00
Abdullah Alansari
e82ede5d44
Fix: some Company functions throw when seeding the DB
2015-11-19 09:44:06 +03:00
Abdullah Alansari
e91a22fce0
Fix assumeng Setting::getSettings() is not null in Company
...
Breaks the TravisCI build:
> php artisan db:seed --no-interaction -vvv
[ErrorException]
Trying to get property of non-object
2015-11-19 09:32:36 +03:00
Abdullah Alansari
dbdc2c8e64
Fix some typos (e.g: companayable)
2015-11-19 08:48:43 +03:00