File | Date | Author | Commit |
---|---|---|---|
.shared | 2017-09-26 |
![]() |
[9d0580] Add project files. |
Inventory Manager Setup | 2018-03-08 |
![]() |
[f6851f] setup project info updated |
Logic | 2018-03-07 |
![]() |
[baad15] adding setup project and logo |
LogicTests | 2018-02-20 |
![]() |
[d69520] removing useless unity reference |
Properties | 2017-09-26 |
![]() |
[9d0580] Add project files. |
Ui | 2018-03-07 |
![]() |
[baad15] adding setup project and logo |
temporary | 2018-02-11 |
![]() |
[d07cf2] Change in the model (Purchases and Sales doesn'... |
.gitattributes | 2017-09-26 |
![]() |
[4a79cb] Add .gitignore and .gitattributes. |
.gitignore | 2017-09-26 |
![]() |
[4a79cb] Add .gitignore and .gitattributes. |
Inventory Manager.sln | 2018-03-07 |
![]() |
[baad15] adding setup project and logo |
README.md | 2018-03-07 |
![]() |
[748c30] Create README.md |
im-logo.ico | 2018-03-07 |
![]() |
[baad15] adding setup project and logo |
im-logo.png | 2018-03-07 |
![]() |
[baad15] adding setup project and logo |
Simple inventory manager that alows the user to manage multiple stores, it allows him to add/delete products and stores, edit the quantity of a particular product in a particular store, add sales and purchases and also display the sales and purchases history with filters to filter the information.
this is not intended to be a professional application or a complete solution.
the application is in english, you have to translate the StringResources.xaml file in the Ui/Ressources/ Folder to use the application in an another language.
this application was made with wpf using visual studio 2015
The Database is embded using Sql Server Compact and the database file will be created either in the debug folder or the appdata\Roaming folder if the application is deployed