Commit Graph

4 Commits

Author SHA1 Message Date
s459315
f118635029 Added admin endpoints
Added inventory and sales api endpoints
2022-08-02 19:32:39 +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