Commit Graph

25 Commits

Author SHA1 Message Date
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
7f6c33e87c Chenge in Identity lookup
use Scope identity rather than scope
2022-07-30 15:26:17 +02:00
s459315
5c2b914884 Fix Log Off Bug
fixes the bug where header was not being cleared on log off
2022-07-30 14:21:25 +02:00
s459315
2ed8e331ec Overall Bug Fixes 2022-07-27 16:41:36 +02:00
s459315
d6d7912c96 Add remove from Cart functionality 2022-07-27 15:43:26 +02:00
s459315
4a4fc708c7 Update Cart Quantites
Add AutoMapper and INotifyPropertyChanged to enable cart quantity changes to be reflected
2022-07-27 14:57:33 +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
e94a0a4b85 Add additional item info
Added quantity and retail price for products in UI
2022-07-24 00:23:37 +02:00
s459315
ea46f598bc Simplify Tax Calculation
converted foreach if into where statement
2022-07-24 00:10:49 +02:00
s459315
2b2897e128 Replace Container reference in shellViewModel
Replaced container reference with IoC instead
2022-07-24 00:08:22 +02:00
s459315
db546557fa Added Relations and changed name of Database 2022-07-23 23:57:12 +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
ff6653c1bd Added Sales Page
Added sales page xaml and supporting View Model.
Just scaffolds out the VM, does not add logic
2022-07-22 21:20:13 +02:00
s459315
4e6ec2c41b Added Model For Displaying LoggedInUsed and Catched Api call 2022-07-22 16:45:33 +02:00
s459315
aa98988db1 Added RMDataManageLibrary project
Added a way to communicate with database
2022-07-14 19:41:50 +02:00
s459315
7bbae1b17c Fixed bug in LoginView
fixed never appering erorr message in login form
2022-07-14 19:41:13 +02:00
s459315
ab827d849c Wired up login form to API
Connected the login form button to the Authentication endpoint (/token). Gets back bearer token or exception if failed
2022-07-08 17:31:58 +02:00
s459315
ad7cb45908 Created shell and login WPF forms 2022-07-08 16:27:24 +02:00
s459315
f582cf6653 Register DB Tables
Tables for the basic register system.
2022-07-05 13:54:10 +02:00
s459315
17286a5fc4 Added empty WPF project with Caliburn.Micro 2022-07-04 18:48:43 +02:00
s459315
04ec435d21 Added Empty DB Project 2022-07-01 18:11:39 +02:00
s459315
ac193f9128 Added Swagger to API project
added swagger with description of every api method and path
2022-07-01 16:03:30 +02:00
s459315
46b4a696cb Added web api project 2022-06-30 21:37:20 +02:00
s459315
c83860e9c5 Add VS solution file
Adds the blank solution for RetailManager application
2022-06-30 15:39:57 +02:00