Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xforever1313/assetmanager

A simple way to track assets
https://github.com/xforever1313/assetmanager

asp-net-core asset-management dotnet-core website

Last synced: 30 days ago
JSON representation

A simple way to track assets

Awesome Lists containing this project

README

        

Asset Manager
==========

Asset Manager is a simple asset management system.

[![Build status](https://ci.appveyor.com/api/projects/status/gj2kkkn0jybrw78p?svg=true)](https://ci.appveyor.com/project/xforever1313/assetmanager)

Packages
--------
There are none avaiable yet, this software is still a work-in-progress. Therefore, you have to compile it yourself.
For this reason, probably do not use this in production environments yet, there's still a lot of work that needs to be done!

About
--------
This web application allows a user to create their own "Asset Types" and add Assets to each type to track them.

Assets can be anything, from house plants, to computers on a network. Each asset contains various user-defined attributes which allows flexibility.

Features
--------
* Can dynamically create asset types that contain user-defined attributes.
* Able to connect to multiple database sources.
* Able to connect to multiple database types (e.g. can do both SqLite and MS SqlServer).

Screenshots
--------
Here's a screenshot of the "Asset View" Window, the window that displays all of the assets: [Click](https://files.shendrick.net/projects/assetmanager/media/assetview.png).

Here's a screenshot of the "Asset Type Adder" Window, the window that allows the user to define an asset type that can then have assets added to it: [Click](https://files.shendrick.net/projects/assetmanager/media/addassettype.png).

Configuration
--------
TODO