Skip to content

SuperNinja-4965-Archive/Inventory-System-V2

Repository files navigation

Inventory-System-V2

This is the second version of my Inventory System.
This application can be used to keep an inventory of some items.
Compared to my first version this version uses an ID system for each item to prevent duplicate items to not work.
The CSV Files from version one are NOT compatible with this version. (To make them compatiable you will need to give each item an ID (in the first column))

Download

To download go to the releases on this project and download the latest version.
If there is not a version for your OS or architecture then you can compile it yourself by downloading the source code and compiling it yourself.
I will not document here how to compile Golang Code.

License

This Program is subject to the MIT License as shown below:

MIT License

Copyright (c) 2020 Joshua Glass

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.