commit309772e67dAuthor: snipe <snipe@snipe.net> Date: Thu Oct 23 22:43:06 2014 -0400 Fixed operator for setting bool display commit139a0a2e2aMerge:88459b714a9500Author: snipe <snipe@snipe.net> Date: Thu Oct 23 22:39:55 2014 -0400 Merge branch 'develop' of github.com:snipe/snipe-it into develop commit88459b755fMerge:05fb2a4e17de3dAuthor: snipe <snipe@snipe.net> Date: Thu Oct 23 22:39:22 2014 -0400 Merge branch 'madd15-patch-2' into develop commite17de3d34fMerge:062d16ba6cd7c0Author: snipe <snipe@snipe.net> Date: Thu Oct 23 22:38:11 2014 -0400 Merge branch 'patch-2' of github.com:madd15/snipe-it into madd15-patch-2 commita6cd7c0babAuthor: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 13:07:57 2014 +1030 Changed to only one date for checkout date commit062d16b2c0Merge:05fb2a47f44d6dAuthor: snipe <snipe@snipe.net> Date: Thu Oct 23 22:22:55 2014 -0400 Merge branch 'patch-2' of github.com:madd15/snipe-it into madd15-patch-2 commit7f44d6dd47Author: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 12:48:04 2014 +1030 Add display_checkout_date to settings table commit9125def119Author: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 12:41:25 2014 +1030 Add checkout_date commit024972e239Author: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 12:35:42 2014 +1030 Add Checkout Date column commitb0e1ef6024Author: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 12:32:44 2014 +1030 Add Display Checkout Date commitd74bddb51fAuthor: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 12:32:06 2014 +1030 Add display_checkout_date commit189523a943Author: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 12:30:51 2014 +1030 Add Display Checkout Date Setting commit98b96d372dAuthor: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 12:29:58 2014 +1030 Add Display Checkout Date Setting commit14a9500c6fMerge:7bea50f0e9e659Author: snipe <snipe@snipe.net> Date: Thu Oct 23 20:12:45 2014 -0400 Merge pull request #293 from madd15/patch-5 Update Country, Change to Form::, Change state to max 32 commit0e9e659dc4Author: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 10:40:14 2014 +1030 Alter State to varchar(32) in Suppliers Table commit7bea50fecaMerge:05fb2a4fafd03fAuthor: snipe <snipe@snipe.net> Date: Thu Oct 23 20:08:31 2014 -0400 Merge pull request #294 from madd15/patch-4 Added DB Prefix to Migrations commit8f582f29e2Author: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 10:17:19 2014 +1030 Change state to max 32 commitcbf23fc455Author: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 24 10:16:08 2014 +1030 Update Country, Change to Form:: commitfafd03f00fAuthor: madd15 <joshdeakin@adam.com.au> Date: Thu Oct 23 11:47:46 2014 +1030 Added DB Prefix to Migrations Added DB::getTablePrefix(); to migrations to fix #284 not sure if there is another way to achieve this commit05fb2a434cMerge:255b618e43a945Author: snipe <snipe@snipe.net> Date: Sun Oct 19 18:47:12 2014 -0400 Merge pull request #283 from madd15/patch-3 Update table.action to table.actions commite43a94586bAuthor: madd15 <joshdeakin@adam.com.au> Date: Mon Oct 20 08:46:27 2014 +1030 Update table.action to table.action commit0d12428140Author: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 17 15:39:58 2014 +1030 Reordered, Changed title and added per_page Reordered, Changed title and added per_page commit692c861594Author: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 17 15:36:31 2014 +1030 Updated static text to Lang vars Updated static text to Lang vars commitc68d76870eAuthor: madd15 <joshdeakin@adam.com.au> Date: Fri Oct 17 15:35:56 2014 +1030 Change all form to use Form:: & update Lang Updated <input> to Form:: Update static text to Lang Vars
Snipe-IT - Asset Management For the Rest of Us
This is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.
It is built on Laravel 4.1 and uses the Sentry 2 package.
This project is being actively developed and we're releasing quite frequently. (Check out the live demo here.)
This is web-based software. This means there there is no executable file (aka no .exe files), and it must be run on a web server and accessed through a web browser. It runs on any Mac OSX, flavor of Linux, as well as Windows.
Documentation & Installation
Installation and configuration documentation for this project has been moved to http://docs.snipeitapp.com. This provides a more easily navigated, organized view of the documentation, and is based off of the documentation branch in this repo. Contributions and bugfixes to the documentation are always welcome!
We'll be adding a long-overdue user's manual soon as well.
To deploy on Ubuntu using Ansible and Vagrant, be sure to check out the Snipe-IT Installation scripts created by @GR360RY.
Bug Reports & Feature Requests
Feel free to check out the GitHub Issues for this project to open a bug report or see what open issues you can help with. Please search through existing issues (open and closed) to see if your question hasn't already been answered before opening a new issue.
We use Waffle.io to help better communicate our roadmap with users. Our project page there will show you the backlog, what's ready to be worked on, what's in progress, and what's completed.
Announcement List
To be notified of important news (such as new releases, security advisories, etc), sign up for our list. We'll never sell or give away your info, and we'll only email you when it's important.
Requirements
- PHP 5.4 or later
- MCrypt PHP Extension
Important Notes on Updating
Whenever you pull down a new version from master or develop, when you grab the latest official release, make sure to run the following commands via command line:
php composer.phar dump-autoload
php artisan migrate
Forgetting to do this can mean your DB might end up out of sync with the new files you just pulled, or you may have some funky cached autoloader values. It's a good idea to get into the habit of running these every time you pull anything new down. If there are no database changes to migrate, it won't hurt anything to run migrations anyway.


