Commit Graph

9 Commits

Author SHA1 Message Date
s459315
dfa0927704 Updated Api and FroneEnd to .NET standard 2022-09-01 15:14:25 +02:00
s459315
f118635029 Added admin endpoints
Added inventory and sales api endpoints
2022-08-02 19:32:39 +02:00
s459315
43f647d9b7 Addition to transaction fix 2022-08-02 17:50:09 +02:00
s459315
db5e820841 Fixed transaction exception bug
transactinos that were explicitly closed, were throwing an exception, because it would be closing transaction twice
2022-08-02 17:49:27 +02:00
s459315
57b456b1e1 Created a transaction
compressed sale into one transaction, if something fails all changes in sale and saledetail are rollbacked.
2022-07-30 15:26:54 +02:00
s459315
f0bea75284 Add Saving Cart to the DB
All the changes necessary to save shopping cart to DB
2022-07-25 17:02:36 +02:00
s459315
0957963cad Added Taxable to Products
Added the ability to tax products for sale
2022-07-23 23:56:50 +02:00
s459315
57d2ab60a7 Created Sales View and Database prodecures for displaying items.
Created and binded a View, created logic behind Cart Product Model
2022-07-23 17:09:13 +02:00
s459315
aa98988db1 Added RMDataManageLibrary project
Added a way to communicate with database
2022-07-14 19:41:50 +02:00