A free open source IT asset/license management system
Find a file
Daniel Meltzer d722ed3823 Partialize forms (#2884)
* Consolidate edit form elements into reusable partials.

This is a large code change that doesn't do much immediately.  It
refactors all of the various edit.blade.php files to reference
standardized partials, so that they all reference the same base html
layout. This has the side effect of moving everything to the new fancy
"required" indicators, and making things look consistent.

In addition, I've gone ahead and renamed a few database fields.  We had
Assetmodel::modelno and Consumable::model_no, I've renamed both to
model_number.  We had items using ::note and ::notes, I've standardized
on ::notes.  Component used total_qty where consumables and accessories
used qty, so I've moved everything to qty (And fixed a few bugs in the
helper file in the process.

TODO includes looking at how/where to place the modal javascripts to
allow for on the fly creation from all places, rather than just the
asset page.

Rename assetmodel::modelno to model_number for clarity and consistency

Rename consumable::model_no to model_number for clarity and consistency

Rename assetmodel::note to notes for clarity and consistency

Port asset and assetmodel to new partials layout.  Adapt all code to the renamed model_number and notes database changes.  Fix some stying.

* Share a settings variable with all views.

* Allow editing the per_page setting.  We showed the value, but we never showed it on the edit page..

* use snipeSettings in all views instead of the long ugly path.

* War on partials. Centralize all bootstrap table javascript

* Use model_number instead of modelno in importer

* Codacy fix.

* More unification/deduplication.  Create an edit form template layout that we use as the base for all edit forms.  This gives the same interface for editing everything and makes the edit.blade.* files much easier to read.

* Use a ViewComposer instead of sharing the variable directly.  Fixes artisan optimize trying to hit the db--which ruins new installs

* Fix DB seeder.

* Base sql dump and csv's to import data from for tests.

* Start some functional tests for creating items.

* Add functional tests for all create methods.  Still need to do tests for edits, deletes, and lots of other things

* Improvements to functional tests.

Use the built in DB seeding mechanism instead of doing it ourselves.
Break the tests into multiple units, rather than testing everything in
each function.

* Some improvements to acceptance tests.

Make sure we're only looking at the "trs" within the bootstrap table.
Creation of assets is now tested at the functional level (and is faster)
so ignore it here.

I'm testing acceptance tests with the
IMPORT_{ASSETS,ACCESSORIES,CONSUMABLES}.csv in the tests/_data folder
imported.

* A few things to make acceptance tests work.  Add a name to the companies table, and make the locations table have the correct name

* Use a .env.tests file for testing functional and unit to allow a separate database.

* Add functional tests for compoents, groups, and licenses.

* Now that the config is in the functional.yml, this just confuses things.

* Start some functional tests for creating items.

* Add functional tests for all create methods.  Still need to do tests for edits, deletes, and lots of other things

* Improvements to functional tests.

Use the built in DB seeding mechanism instead of doing it ourselves.
Break the tests into multiple units, rather than testing everything in
each function.

* Some improvements to acceptance tests.

Make sure we're only looking at the "trs" within the bootstrap table.
Creation of assets is now tested at the functional level (and is faster)
so ignore it here.

I'm testing acceptance tests with the
IMPORT_{ASSETS,ACCESSORIES,CONSUMABLES}.csv in the tests/_data folder
imported.

* update db dump

* Update tests to new reality

* env for the test setup

* only load the database at beginning of tests, not between each Functional test.

* Fix a miss from renaming note to notes.

* Set Termination date when creating an asset.  It was only set on edit.

* Rename serial_number to serial in components for consistency.

* Update validation rules to match limits in database.  Currently we just accepted the values and they were truncated when adding to DB.

* Much more detailed functional testing of creating items.  This checks to make sure all values on form have been successfully persisted to database.
2016-11-16 16:56:57 -08:00
.github Updated Github issue template with correct doc URL 2016-10-29 06:06:49 -07:00
app Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
bootstrap Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
config Bumped version 2016-11-15 17:49:24 -08:00
database Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
docker Merge remote-tracking branch 'origin/develop' 2016-09-06 10:35:33 -07:00
public Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
resources Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
storage Adds drawn signature to asset acceptance (#2846) 2016-10-31 21:00:30 -07:00
tests Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
.dockerignore Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
.env.example Add reply-to config setting 2016-09-20 07:20:10 -07:00
.env.testing I don't think we need all this for the login page 2016-04-13 05:01:13 -07:00
.env.testing-ci I don't think we need all this for the login page 2016-04-13 05:01:13 -07:00
.env.tests Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
.gitattributes Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
.gitignore Ignore uploaded barcodes 2016-08-02 01:26:44 -07:00
.htaccess Prevent direct viewing of .env file if installed in a subdirectory 2016-04-19 19:44:09 -07:00
.travis.yml Updated travis with new cli commands 2016-04-19 02:30:59 -07:00
artisan Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
c3.php [Security] Updating Guzzle to address CVE-2016-5385 2016-07-19 00:36:50 -07:00
circle.yml Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
codeception.yml Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
composer.json Fixes #106 - adds Google Authenticator support (#2842) 2016-10-29 05:50:55 -07:00
composer.lock Fixes #106 - adds Google Authenticator support (#2842) 2016-10-29 05:50:55 -07:00
docker.env Add reply-to config setting 2016-09-20 07:20:10 -07:00
Dockerfile Fixes dockerfile for persistent assets 2016-11-11 20:30:04 -08:00
gh-changelog.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
gulpfile.js Fixes #2363 and #1097 2016-08-02 00:54:38 -07:00
index.html Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
install.sh Fetch the installer from master instead of v3 branch. (#2266) 2016-07-19 09:41:00 -07:00
LICENSE Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
phpunit.xml Try using the testing-ci version of phpunit.xml 2016-04-13 02:19:50 -07:00
README.md Codacity badge 2016-06-15 21:23:58 -07:00
server.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
snipeit.sh Apologies. Still learning Git, and CentOS isn't a big strength for me. (#2701) 2016-09-29 22:37:05 -07:00

Build Status Stories in Ready Maintenance Crowdin Gitter Docker Pulls Twitter Follow Zenhub Codacy Badge

Snipe-IT - Open Source Asset Management System

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 5.2.

Snipe-IT is 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, and we have a Docker image available if that's what you're into.


Installation

For instructions on installing and configuring Snipe-IT on your server, check out the installation manual. (Please see the requirements documentation for full requirements.)

If you're having trouble with the installation, please check the Common Issues and Getting Help documentation, and search this repository's open and closed issues for help.


User's Manual

For help using Snipe-IT, check out the user's manual.


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.


Upgrading

Please see the upgrading documentation for instructions on upgrading Snipe-IT.


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.


Translations!

Please see the translations documentation for information about available languages and how to add translations to Snipe-IT.


Contributing

Please see the documentation on contributing and developing for Snipe-IT.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.