Vincent Sposato
95f8e9fbe8
Added all of the language items needed
2015-06-27 14:35:37 -04:00
Vincent Sposato
1befbfee6f
Updated the left sidebar of the layout to include the new Improvements area
2015-06-27 13:51:39 -04:00
Vincent Sposato
9316b2bed0
Needed to fix nullable issues
2015-06-27 13:42:42 -04:00
Vincent Sposato
58ce44c935
Fixed the datetime fields to be date fields only
2015-06-27 13:16:25 -04:00
Vincent Sposato
c59c5e35f8
Fixed the need to only be a date instead of a date time
2015-06-27 13:15:08 -04:00
Vincent Sposato
90da6ba364
Created the index page using datatables
2015-06-27 12:47:43 -04:00
Vincent Sposato
0f190e094d
One last fix to the migration to add the supplier relationship
2015-06-27 12:41:40 -04:00
Vincent Sposato
0c63dac5e7
Updated the Improvement and Supplier relationship
2015-06-27 12:41:16 -04:00
Vincent Sposato
3a86c53b49
Added the relation to the improvement to the model, so that we can reference these items
2015-06-27 12:27:15 -04:00
Vincent Sposato
a5292d4b71
Fixed issue with migration that left off the deleted_at field
2015-06-27 12:26:40 -04:00
Vincent Sposato
cd7a7fa3d2
Updated migration to reflect relation to the asset
2015-06-27 11:02:41 -04:00
Vincent Sposato
255a492db6
Added the improvements table migration to create the improvements table
2015-06-27 10:51:22 -04:00
snipe
c3c4e9def2
Fixes #852 - localized string for file types, added zip and rar for asset upload
2015-06-16 12:54:53 -07:00
snipe
7820efc121
Fixes #822 and #847 - added notes field on import for MySQL strict mode
2015-06-15 11:20:09 -07:00
snipe
5a6fe6ccf8
Fixes #806
2015-06-09 02:20:00 -07:00
snipe
c69038d3ae
Fixes #836
2015-06-09 02:00:55 -07:00
snipe
5939e46eee
Bumped version for fixed 1.2.7
2015-06-01 17:52:03 -07:00
snipe
a8a0a59982
Fixes #825 - title bar spacing issue
2015-06-01 17:51:20 -07:00
snipe
73a08c031c
Fixes #818 , and randomizes password for dummy user
2015-05-27 11:45:44 -07:00
Tom Castleman
7a4299c724
Reassignable should default to true on create form
2015-05-24 13:35:28 +01:00
Tom Castleman
b161a38e9b
Add licenses.reassignable migration
...
Implement licenses.reassignable
View edit for licenses.reassignable
Add licenses.reassignable to LicensesController
Disable Check In when !license->reassignable
Validate license check-in post
2015-05-22 14:11:36 +01:00
Daniel Nemanic
6e8ad5b085
Generating Asset Name to Label Print
...
Added the Asset Name to the Label printing page.
2015-05-13 10:51:06 +02:00
Daniel Nemanic
20d8ad29e5
Updating Dashboard Link URL
...
Updating link to real application URL.
2015-05-07 09:38:16 +02:00
snipe
bbdbd5397c
Check for valid asset before attempting to get name
2015-05-04 00:46:26 -07:00
snipe
527650d03b
Merge branch 'patch-5' of https://github.com/DanielNemanic/snipe-it into DanielNemanic-patch-5
...
# Conflicts:
# app/views/backend/models/view.blade.php
2015-05-02 12:28:34 -07:00
snipe
7556f989df
Accessories Slack integration
2015-04-30 20:53:44 -07:00
snipe
8207597a58
Slack integration for Licenses
2015-04-30 20:37:23 -07:00
snipe
1137768f84
Escape notes
2015-04-30 19:23:41 -07:00
snipe
5f6925858b
Richer slack integrations
2015-04-30 18:54:34 -07:00
snipe
77d1d93ebc
Fixes #729 - CSS wordwrap for long licenses
2015-04-30 18:17:44 -07:00
snipe
c95af84452
Fixes #750 because @uberbrady can't code
2015-04-30 17:14:31 -07:00
snipe
62b5ec5b02
Slack field validation and placeholder text
2015-04-30 16:58:33 -07:00
snipe
9f9a9a51b3
Fixes #774 - layout issue on profiles
2015-04-29 23:21:04 -07:00
snipe
a2dd2509fd
Updated language strings for slack
2015-04-29 18:01:43 -07:00
snipe
3c00f38a0f
Slack integration for asset checkin/checkout
2015-04-29 17:38:22 -07:00
snipe
767e2c69f3
Fixes #751 - ignore whether depreciation was selected or not to display purchase cost
2015-04-29 16:31:38 -07:00
snipe
3b491d4a6b
Fixes #757 - use showAssetName method
2015-04-29 16:22:25 -07:00
snipe
179ef7f060
Removed unsupport languages
2015-04-29 16:17:13 -07:00
snipe
a0fce2e0fb
Fixes #766
...
Should be refactored to make the Action logger into a base class and to use polymorphic relationships for the IDs, and migrate accessory_id into asset_id in the log table. This was quick and dirty.
2015-04-29 16:14:08 -07:00
snipe
bce06543b2
Merge remote-tracking branch 'origin/master' into develop
2015-04-29 15:28:38 -07:00
snipe
9841dbbbc4
Fixed HTML so settings are saved correctly
2015-04-29 15:28:11 -07:00
snipe
d61506fcf7
Fixes for #766 - add activity report
2015-04-29 14:50:12 -07:00
snipe
6a7fcd5c40
Fixes #769 - set sort order for Accessory Category
2015-04-29 13:54:54 -07:00
snipe
b4b273fc43
Fixed typo
2015-04-28 16:42:08 -07:00
Fei Song
1c2e5ecc0f
Remove space after concat to fix SQL FUNCTION CONCAT NOT EXIST error
2015-04-28 15:19:00 +08:00
madd15
c6419e1c07
Update link to Documentation in footer
2015-04-17 16:01:44 +09:30
snipe
ba58e718b4
Resolved some deps from vendor changes
2015-04-16 22:18:35 -07:00
snipe
30c8fffa0a
Loading string
2015-04-15 09:51:48 -07:00
Daniel Nemanic
fe72139410
Update view.blade.php
...
Added class="img-responsive" to Model Image on Line 116.
2015-04-15 09:05:02 +02:00
Daniel Nemanic
6f9daa28eb
Update view.blade.php
...
Added {{ Config::get('app.url') }} in Line 116 to avoid no Image in SubFolder. ( http://domain.com/snipe-it/ ... )
2015-04-15 08:53:50 +02:00