From e94a0a4b859458eb3fbf3c7d8985e922285435fc Mon Sep 17 00:00:00 2001 From: s459315 Date: Sun, 24 Jul 2022 00:23:37 +0200 Subject: [PATCH] Add additional item info Added quantity and retail price for products in UI --- RMWPFUserInterface/Views/SalesView.xaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/RMWPFUserInterface/Views/SalesView.xaml b/RMWPFUserInterface/Views/SalesView.xaml index 83ab146..c9f499f 100644 --- a/RMWPFUserInterface/Views/SalesView.xaml +++ b/RMWPFUserInterface/Views/SalesView.xaml @@ -35,7 +35,19 @@ MinHeight="200" MinWidth="150" SelectedItem="{Binding SelectedProduct}"> - + + + + + + + + + + + + +