From 5d98c1d30601354376fca4a4397f9ce7cb42a0fa Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 25 Nov 2016 14:48:11 +0100 Subject: [PATCH] WIP estimate --- BookAStar/BookAStar/BookAStar.csproj | 46 ++++++++--- BookAStar/BookAStar/Pages/DocSigning.xaml | 18 ++++- BookAStar/BookAStar/Pages/DocSigning.xaml.cs | 43 +++++++++- .../BookQueriesPage.xaml | 8 +- .../BookQueriesPage.xaml.cs | 0 .../BookQueryPage.xaml | 8 +- .../BookQueryPage.xaml.cs | 21 +++-- .../EditBillingLinePage.xaml | 16 +++- .../EditBillingLinePage.xaml.cs | 0 .../EditEstimatePage.xaml | 2 + .../EditEstimatePage.xaml.cs | 6 +- .../EstimatePages/EstimatesClientPage.xaml | 7 ++ .../EstimatePages/EstimatesClientPage.xaml.cs | 18 +++++ .../EstimatePages/EstimatesProviderPage.xaml | 40 ++++++++++ .../EstimatesProviderPage.xaml.cs | 29 +++++++ .../Pages/EstimatePages/ViewEstimatePage.xaml | 79 +++++++++++++++++++ .../EstimatePages/ViewEstimatePage.xaml.cs | 25 ++++++ BookAStar/BookAStar/Strings.Designer.cs | 36 ++++++--- BookAStar/BookAStar/Strings.resx | 12 ++- .../EstimateAndBilling/BookQueryViewModel.cs | 24 +++++- .../EditEstimateViewModel.cs | 14 ++-- ...SignaturePad.cs => DocSigningViewModel.cs} | 7 +- 22 files changed, 407 insertions(+), 52 deletions(-) rename BookAStar/BookAStar/Pages/{Estimate => EstimatePages}/BookQueriesPage.xaml (96%) rename BookAStar/BookAStar/Pages/{Estimate => EstimatePages}/BookQueriesPage.xaml.cs (100%) rename BookAStar/BookAStar/Pages/{Estimate => EstimatePages}/BookQueryPage.xaml (78%) rename BookAStar/BookAStar/Pages/{Estimate => EstimatePages}/BookQueryPage.xaml.cs (87%) rename BookAStar/BookAStar/Pages/{Estimate => EstimatePages}/EditBillingLinePage.xaml (92%) rename BookAStar/BookAStar/Pages/{Estimate => EstimatePages}/EditBillingLinePage.xaml.cs (100%) rename BookAStar/BookAStar/Pages/{Estimate => EstimatePages}/EditEstimatePage.xaml (98%) rename BookAStar/BookAStar/Pages/{Estimate => EstimatePages}/EditEstimatePage.xaml.cs (96%) create mode 100644 BookAStar/BookAStar/Pages/EstimatePages/EstimatesClientPage.xaml create mode 100644 BookAStar/BookAStar/Pages/EstimatePages/EstimatesClientPage.xaml.cs create mode 100644 BookAStar/BookAStar/Pages/EstimatePages/EstimatesProviderPage.xaml create mode 100644 BookAStar/BookAStar/Pages/EstimatePages/EstimatesProviderPage.xaml.cs create mode 100644 BookAStar/BookAStar/Pages/EstimatePages/ViewEstimatePage.xaml create mode 100644 BookAStar/BookAStar/Pages/EstimatePages/ViewEstimatePage.xaml.cs rename BookAStar/BookAStar/ViewModels/Signing/{EstimateSignaturePad.cs => DocSigningViewModel.cs} (52%) diff --git a/BookAStar/BookAStar/BookAStar.csproj b/BookAStar/BookAStar/BookAStar.csproj index 9451ba1a..86ee64c2 100644 --- a/BookAStar/BookAStar/BookAStar.csproj +++ b/BookAStar/BookAStar/BookAStar.csproj @@ -43,6 +43,7 @@ + @@ -58,6 +59,15 @@ + + EstimatesClientPage.xaml + + + EstimatesProviderPage.xaml + + + ViewEstimatePage.xaml + UserFiles.xaml @@ -79,7 +89,7 @@ DocSigning.xaml - + @@ -110,16 +120,16 @@ - + BookQueriesPage.xaml - + BookQueryPage.xaml ChatPage.xaml - + EditBillingLinePage.xaml @@ -170,7 +180,7 @@ - + EditEstimatePage.xaml @@ -336,7 +346,7 @@ - + MSBuild:UpdateDesignTimeXaml Designer @@ -348,19 +358,19 @@ - + MSBuild:UpdateDesignTimeXaml Designer - + MSBuild:UpdateDesignTimeXaml Designer - + MSBuild:UpdateDesignTimeXaml Designer @@ -450,6 +460,24 @@ Designer + + + MSBuild:UpdateDesignTimeXaml + Designer + + + + + MSBuild:UpdateDesignTimeXaml + Designer + + + + + MSBuild:UpdateDesignTimeXaml + Designer + + diff --git a/BookAStar/BookAStar/Pages/DocSigning.xaml b/BookAStar/BookAStar/Pages/DocSigning.xaml index 3b3290b5..fe1dec3e 100644 --- a/BookAStar/BookAStar/Pages/DocSigning.xaml +++ b/BookAStar/BookAStar/Pages/DocSigning.xaml @@ -1,6 +1,22 @@  -