|
|
@ -38,51 +38,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout VerticalOptions="Center">
|
|
|
|
<VerticalStackLayout VerticalOptions="Center">
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Grid.Column="1"
|
|
|
|
Text="{Binding Sum, StringFormat='{0} €'}"
|
|
|
|
Text="Prix"
|
|
|
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
FontSize="Large"
|
|
|
|
FontSize="Large"
|
|
|
|
Margin="0, 0, 0, 50"/>
|
|
|
|
Margin="0, 0, 0, 20"/>
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
|
|
|
Text="poiuytreza"
|
|
|
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
|
|
|
Margin="0, 50, 0, 50"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
Grid.Column="1"
|
|
|
|
Grid.Column="1"
|
|
|
|
Text="Categorie"
|
|
|
|
Text="{Binding Category}"
|
|
|
|
FontSize="Medium"
|
|
|
|
FontSize="Medium"
|
|
|
|
Margin="0, 50, 0, 50"
|
|
|
|
Margin="0, 50, 0, 50"
|
|
|
|
Clicked="Categ_Clicked"/>
|
|
|
|
Clicked="Categ_Clicked"/>
|
|
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="auto, *, auto"
|
|
|
|
<Grid RowDefinitions="auto, *, auto, auto"
|
|
|
|
ColumnDefinitions="*, auto, *"
|
|
|
|
ColumnDefinitions="*, auto, *"
|
|
|
|
Margin="0, 50, 0, 50">
|
|
|
|
Margin="0, 50, 0, 50">
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Column="1"
|
|
|
|
Grid.Column="1"
|
|
|
|
Text=" Paiment par carte 
4859 **** **** 9985"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
|
|
|
Text="{Binding InvolvedAccounts.Name, StringFormat='Paiment expédié par Compte {0}'}"
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
|
|
|
|
|
|
|
|
<BoxView
|
|
|
|
<Label
|
|
|
|
Grid.Row="1"
|
|
|
|
Grid.Row="1"
|
|
|
|
Grid.Column="1"
|
|
|
|
Grid.Column="1"
|
|
|
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
|
|
|
Text="{Binding InvolvedAccounts.IBANHide, StringFormat='{0}'}"
|
|
|
|
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<BoxView
|
|
|
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
|
|
|
Grid.Column="1"
|
|
|
|
HorizontalOptions="FillAndExpand"
|
|
|
|
HorizontalOptions="FillAndExpand"
|
|
|
|
HeightRequest="1.3"
|
|
|
|
HeightRequest="1.3"
|
|
|
|
Margin="0, 5, 0, 5"/>
|
|
|
|
Margin="0, 5, 0, 5"/>
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Grid.Row="2"
|
|
|
|
Grid.Row="3"
|
|
|
|
Grid.Column="1"
|
|
|
|
Grid.Column="1"
|
|
|
|
Text="En date du 15/06/2023"/>
|
|
|
|
Text="{Binding Date, StringFormat='En date du {0:MM/dd/yy}'}"
|
|
|
|
|
|
|
|
HorizontalOptions="Center"/>
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
Grid.Column="1"
|
|
|
|
|
|
|
|
Text="Faire opposition"
|
|
|
|
Text="Faire opposition"
|
|
|
|
Margin="0, 50, 0, 0"
|
|
|
|
Margin="0, 50, 0, 0"
|
|
|
|
Clicked="Objection_Clicked"/>
|
|
|
|
Clicked="Objection_Clicked"/>
|
|
|
|