Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xforever1313/assetmanager
- Owner: xforever1313
- License: bsl-1.0
- Created: 2019-03-03T19:48:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:28:31.000Z (about 2 years ago)
- Last Synced: 2023-10-08T13:50:13.820Z (over 1 year ago)
- Topics: asp-net-core, asset-management, dotnet-core, website
- Language: C#
- Homepage:
- Size: 1.3 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE_1_0.txt
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