diff --git a/Sources/IHM/Desktop/CV_DeletePlanification.xaml b/Sources/IHM/Desktop/CV_DeletePlanification.xaml
index 488d574..fb5e2be 100644
--- a/Sources/IHM/Desktop/CV_DeletePlanification.xaml
+++ b/Sources/IHM/Desktop/CV_DeletePlanification.xaml
@@ -29,10 +29,7 @@
-
-
-
-
+
diff --git a/Sources/IHM/Desktop/CV_EnregistrerEcheance.xaml b/Sources/IHM/Desktop/CV_EnregistrerEcheance.xaml
new file mode 100644
index 0000000..c66afe2
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_EnregistrerEcheance.xaml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/CV_EnregistrerEcheance.xaml.cs b/Sources/IHM/Desktop/CV_EnregistrerEcheance.xaml.cs
new file mode 100644
index 0000000..b2f2390
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_EnregistrerEcheance.xaml.cs
@@ -0,0 +1,19 @@
+namespace IHM.Desktop;
+
+public partial class CV_EnregistrerEcheance : ContentView
+{
+ public CV_EnregistrerEcheance()
+ {
+ InitializeComponent();
+ }
+
+ private void Button_Clicked(object sender, EventArgs e)
+ {
+
+ }
+
+ private void Button_Clicked_1(object sender, EventArgs e)
+ {
+
+ }
+}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/CV_HomePage.xaml b/Sources/IHM/Desktop/CV_HomePage.xaml
new file mode 100644
index 0000000..709f8dd
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_HomePage.xaml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/CV_HomePage.xaml.cs b/Sources/IHM/Desktop/CV_HomePage.xaml.cs
new file mode 100644
index 0000000..66e84eb
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_HomePage.xaml.cs
@@ -0,0 +1,9 @@
+namespace IHM.Desktop;
+
+public partial class CV_HomePage : ContentView
+{
+ public CV_HomePage()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/CV_Log.xaml b/Sources/IHM/Desktop/CV_Log.xaml
new file mode 100644
index 0000000..71efb29
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_Log.xaml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/CV_Log.xaml.cs b/Sources/IHM/Desktop/CV_Log.xaml.cs
new file mode 100644
index 0000000..82ec39c
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_Log.xaml.cs
@@ -0,0 +1,9 @@
+namespace IHM.Desktop;
+
+public partial class CV_Log : ContentView
+{
+ public CV_Log()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/CV_Planification.xaml b/Sources/IHM/Desktop/CV_Planification.xaml
index 8b35113..7bdfdcf 100644
--- a/Sources/IHM/Desktop/CV_Planification.xaml
+++ b/Sources/IHM/Desktop/CV_Planification.xaml
@@ -27,14 +27,14 @@
Clicked="Button_Clicked"
Grid.Column="0" Grid.Row="1"
x:Name="AddCredit"
- Text="Effectuer un crédit"
+ Text="Planifier une échéance"
Style="{StaticResource WindowsButton}"/>
diff --git a/Sources/IHM/Desktop/CV_Statistiques.xaml b/Sources/IHM/Desktop/CV_Statistiques.xaml
index 695d820..22b9599 100644
--- a/Sources/IHM/Desktop/CV_Statistiques.xaml
+++ b/Sources/IHM/Desktop/CV_Statistiques.xaml
@@ -20,7 +20,7 @@
diff --git a/Sources/IHM/Desktop/CV_SupprimerEcheance.xaml b/Sources/IHM/Desktop/CV_SupprimerEcheance.xaml
new file mode 100644
index 0000000..930b97a
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_SupprimerEcheance.xaml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/CV_SupprimerEcheance.xaml.cs b/Sources/IHM/Desktop/CV_SupprimerEcheance.xaml.cs
new file mode 100644
index 0000000..81fd2f1
--- /dev/null
+++ b/Sources/IHM/Desktop/CV_SupprimerEcheance.xaml.cs
@@ -0,0 +1,19 @@
+namespace IHM.Desktop;
+
+public partial class CV_SupprimerEcheance : ContentView
+{
+ public CV_SupprimerEcheance()
+ {
+ InitializeComponent();
+ }
+
+ private void Button_Clicked(object sender, EventArgs e)
+ {
+
+ }
+
+ private void Button_Clicked_1(object sender, EventArgs e)
+ {
+
+ }
+}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Compte.xaml b/Sources/IHM/Desktop/Compte.xaml
index 1fb4f64..67f8778 100644
--- a/Sources/IHM/Desktop/Compte.xaml
+++ b/Sources/IHM/Desktop/Compte.xaml
@@ -32,37 +32,47 @@
Text="Modifier le solde"
Style="{StaticResource WindowsButton}"/>
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/Compte.xaml.cs b/Sources/IHM/Desktop/Compte.xaml.cs
index 5ab2bbd..21ddac7 100644
--- a/Sources/IHM/Desktop/Compte.xaml.cs
+++ b/Sources/IHM/Desktop/Compte.xaml.cs
@@ -1,11 +1,19 @@
+using Model;
+
namespace IHM.Desktop;
public partial class Compte : ContentView
{
- public Compte()
+
+ public Compte()
{
InitializeComponent();
+ Model.Compte compte = new Model.Compte("compte courant", 2000);
+
+ BindingContext = compte;
+
+
}
private void AddCredit_Clicked(object sender, EventArgs e)
diff --git a/Sources/IHM/Desktop/DashBoard.xaml b/Sources/IHM/Desktop/DashBoard.xaml
index 9277a88..6e47998 100644
--- a/Sources/IHM/Desktop/DashBoard.xaml
+++ b/Sources/IHM/Desktop/DashBoard.xaml
@@ -28,15 +28,14 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/Dashboard.xaml.cs b/Sources/IHM/Desktop/Dashboard.xaml.cs
index 2080bec..80a436f 100644
--- a/Sources/IHM/Desktop/Dashboard.xaml.cs
+++ b/Sources/IHM/Desktop/Dashboard.xaml.cs
@@ -60,4 +60,21 @@ public partial class Dashboard
ButSta.BackgroundColor = Color.FromArgb("DF775C");
mainCV.Content = new CV_Statistiques();
}
+
+ private void ButAcc_Clicked(object sender, EventArgs e)
+ {
+ RetourFormeBase();
+ ButAcc.TextColor = Colors.White;
+ ButAcc.BackgroundColor = Color.FromArgb("DF775C");
+ mainCV.Content = new CV_HomePage();
+ }
+
+ private void ButLog_Clicked(object sender, EventArgs e)
+ {
+ RetourFormeBase();
+ ButLog.TextColor = Colors.White;
+ ButLog.BackgroundColor = Color.FromArgb("DF775C");
+ mainCV.Content = new CV_Log();
+
+ }
}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Echeancier.xaml.cs b/Sources/IHM/Desktop/Echeancier.xaml.cs
index 1c2077f..faa423b 100644
--- a/Sources/IHM/Desktop/Echeancier.xaml.cs
+++ b/Sources/IHM/Desktop/Echeancier.xaml.cs
@@ -30,11 +30,11 @@ public partial class Echeancier : ContentView
private void SaveEcheance_Clicked(object sender, EventArgs e)
{
-
+ windowAjout.Content = new CV_EnregistrerEcheance();
}
private void DelEcheance_Clicked(object sender, EventArgs e)
{
-
+ windowAjout.Content = new CV_SupprimerEcheance();
}
}
\ No newline at end of file
diff --git a/Sources/IHM/IHM.csproj b/Sources/IHM/IHM.csproj
index 61fef93..480dc51 100644
--- a/Sources/IHM/IHM.csproj
+++ b/Sources/IHM/IHM.csproj
@@ -120,6 +120,15 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+
MSBuild:Compile
@@ -132,6 +141,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile