snipe
1394424760
Merge branch 'hotfixes/customfields_in_asset_report' into develop
...
# Conflicts:
# resources/views/models/custom_fields_form.blade.php
2016-09-28 19:28:55 -07:00
snipe
fc07753a5c
Use $customfields in closure
2016-09-28 19:18:01 -07:00
snipe
7bbe85801e
Fixed typo :(
2016-09-28 15:45:05 -07:00
snipe
8774927b91
PHPStorm lag = fail
2016-09-28 15:40:51 -07:00
snipe
48b52a0ccc
Merge branch 'hotfixes/p-typo' into develop
2016-09-28 08:59:07 -07:00
snipe
9ecb0e6ca1
Fixed errant typo
2016-09-28 08:58:16 -07:00
snipe
9091385182
Merge branch 'hotfixes/purchase_cost' into develop
...
# Conflicts:
# app/Http/Controllers/ReportsController.php
# config/version.php
2016-09-27 19:13:21 -07:00
snipe
b90c0de822
Fix companyable reult in maintenances
2016-09-27 19:07:45 -07:00
snipe
ee2522571c
Fixes #2673
2016-09-27 19:07:30 -07:00
snipe
67f199b09d
Added customfields to asset CSV export
2016-09-27 15:09:47 -07:00
snipe
f1c458185d
Client-side pagination on asset report for faster loading
2016-09-27 14:56:05 -07:00
snipe
fa72e64b98
Add checkout date to asset report
2016-09-27 08:42:48 -07:00
snipe
2a8ab06ca3
Remove escaping for CSV to prevent weird encoding
2016-09-27 07:25:28 -07:00
snipe
61d07bdc7c
Sigh.
2016-09-27 07:24:26 -07:00
snipe
3061ce2983
Missed delimiter for CSV
2016-09-27 07:23:30 -07:00
snipe
e9f3d622f5
Add company name to custom asset report
2016-09-27 07:19:52 -07:00
snipe
1e3244b2b3
Merge branch 'hotfixes/eol' into develop
...
# Conflicts:
# app/Http/Controllers/AssetModelsController.php
2016-09-27 07:04:45 -07:00
snipe
a92bfe8ade
Default EOL to null, not 0, if no value entered
2016-09-27 06:53:59 -07:00
snipe
c42dfadd17
Merge branch 'hotfixes/purchase_order' into develop
...
# Conflicts:
# app/Http/Controllers/LicensesController.php
2016-09-27 01:31:02 -07:00
snipe
0a391de09f
Fixes #2682 - search on purchase_order
2016-09-27 01:29:31 -07:00
snipe
b6cc7e7c14
Fixes bug where 12-hour fprmat for hours was used
2016-09-26 22:35:51 -07:00
snipe
819ca2921b
Fixes bug where 12-hour format was used for hours
2016-09-26 22:34:09 -07:00
Joris van Eijden
7d272e3c96
Fix pre-flight port number check. ( #2681 )
2016-09-26 18:23:56 -07:00
Andrés Núñez
40f00665b3
Translate emails ( #2652 )
...
* commit temporal
* final translation commit -- added email translations
* final translation commit -- removed file for spanish translations
* final translation commit -- removed file for spanish translations
* added missing translations
* method overrided and config files back to default
* config files back to default
* config files back to default
2016-09-26 14:13:07 -07:00
snipe
c3cd329604
Merge branch 'develop' of github.com:snipe/snipe-it into develop
2016-09-23 13:14:18 -07:00
snipe
2ba4986396
Updated history importer message
2016-09-23 13:14:11 -07:00
Eammon Hanlon
580091269d
mkdir not recursive ( #2460 )
...
* Fix path to snipeit-ssl.crt (#2428 )
* Modified 'recursive' part of the tuple to true
2016-09-21 12:05:06 -07:00
snipe
7fdd4fbe98
Updates to the history importer to make it a little less brittle and provide better feedback
2016-09-20 09:22:49 -07:00
snipe
aecef2618f
Add reply-to for mail
2016-09-20 07:20:40 -07:00
snipe
bd5e6d8551
Add reply-to config setting
2016-09-20 07:20:10 -07:00
snipe
5b0220ac1e
Fixed typo
2016-09-20 03:01:04 -07:00
snipe
aa92b93bd1
Fixes #2622 - add depreciation to license report
2016-09-20 02:58:08 -07:00
snipe
d3d36315d3
Hotfixes adding company name to custom report
2016-09-20 00:49:08 -07:00
snipe
3aa7c60765
Costometic cleanup
2016-09-20 00:45:25 -07:00
snipe
0962d770cf
Ajax activity report
2016-09-20 00:45:16 -07:00
snipe
5d8c06bc30
Eager loading for custom report
2016-09-19 23:52:20 -07:00
snipe
2597a7b896
Added Ajax reporting view
2016-09-19 23:52:01 -07:00
snipe
3741a93884
Added docblocks and cleaned up spacing
2016-09-19 23:51:45 -07:00
snipe
71be73781b
Add company name option to reports
2016-09-19 22:27:34 -07:00
tiagom62
e5098c3ba1
missing semicolon ( #2629 )
...
Rookie mistake. Fixes missing semicolon in previous pr #2624 .
2016-09-17 11:39:24 -07:00
tiagom62
46507c929a
Sort backups newest to oldest ( #2624 )
...
Viewing the backup list produces a seemingly random list.
This PR sorts the files newest to oldest.
2016-09-17 00:00:39 -07:00
tiagom62
06f174adf9
Allow uploading rtf files ( #2620 )
...
Microsoft Open License Order Confirmation's are sent in RTF format.
This change allows us to upload the RTF files under View License -> File Uploads.
2016-09-16 16:18:24 -07:00
Daniel Meltzer
2d8269ddcd
Checkout Improvements, and initial support for requesting an asset model ( #2573 )
...
* Create a new action_log table to replace asset_log. Use Polymorphism to generalize class and targets. Port everything I can find to use it. Add a migration to port the asset_logs table to action_logs.
* Initial work on requestable asset models
* Backend work for polymorphic requests table to store checkout requests.
* Add missing files
* Add a record to the db when requesting items. Build up a testing route for interfacing with this.
* Users can now toggle requests of items on the request page. Reformat page to use the same tab layout we use elsewhere
* Polymorphic request function. Implement requesting of asset models. Need to port mail/slack to notifications still.
* Implement requesting of asset models. Build up emails and notifications to support it. Allow specifying a quantity of model to request.
* Add view to show currently requested assets. Needs some work and cleanup, but it isn't accessible from anywhere yet.
2016-09-15 19:58:27 -07:00
snipe
b0a8a0427d
Merge branch 'hotfix/license-clone' into develop
...
# Conflicts:
# app/Http/Controllers/ReportsController.php
2016-09-14 19:08:06 -07:00
snipe
f384593e19
Fix license cloning
2016-09-14 19:04:52 -07:00
snipe
91a035ec5b
Text BOM text BOM, you’re my Text BOM….
2016-09-14 18:58:52 -07:00
snipe
d357326dc1
Use PHP streaming to generate asset report to prevent timeouts
2016-09-12 14:10:04 -07:00
snipe
5e2dbaffc4
Use streaming to handle large exports
2016-09-12 14:06:55 -07:00
snipe
7bde0f4f92
Fixes #2586
2016-09-08 20:01:46 -07:00
snipe
aa0ccf11fa
Only load the remote gravatar image if the server can talk to the outside world
2016-09-07 01:41:23 -07:00