Files
PowerPME_maven/target/classes/Views/Reglement/ReglementDialogConfirmation.fxml
2025-10-30 13:23:53 +01:00

417 lines
29 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane fx:id="AnchorPrincipal" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" style="-fx-background-color: rgba(0,0,0,0.6);" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns:fx="http://javafx.com/fxml/1">
<children>
<StackPane prefHeight="150.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<AnchorPane maxHeight="642.0" maxWidth="796.0" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" style="-fx-background-radius: 10 10 0 0; -fx-border-color: #000000; -fx-border-radius: 10 10 0 0;" styleClass="AnchorPane-Default">
<children>
<Pane maxHeight="30.0" maxWidth="796.0" minHeight="30.0" minWidth="796.0" prefHeight="30.0" prefWidth="796.0" style="-fx-background-color: linear-gradient(to bottom, #585858, #333333); -fx-background-radius: 10 10 0 0;">
<children>
<Text fill="WHITE" layoutX="22.0" layoutY="21.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Dialog de confirmation">
<font>
<Font name="Arial Bold" size="14.0" />
</font>
</Text>
</children>
</Pane>
<ImageView layoutX="29.0" layoutY="39.0">
<image>
<Image url="@../../Public/icon/dialoginform.png" />
</image>
</ImageView>
<Text layoutX="91.0" layoutY="57.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Règlement">
<font>
<Font name="Arial Bold" size="17.0" />
</font>
</Text>
<Text layoutX="91.0" layoutY="82.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Êtes-vous sûr de vouloir enregistrer ce réglement">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<AnchorPane layoutX="15.0" layoutY="97.0" prefHeight="109.0" prefWidth="766.0" style="-fx-border-color: #000000; -fx-border-radius: 10 10 0 0;">
<children>
<AnchorPane layoutX="2.0" layoutY="1.0" prefHeight="30.0" prefWidth="764.0" style="-fx-background-color: linear-gradient(to bottom, #585858, #333333); -fx-background-radius: 10 10 0 0;" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="39.0" layoutY="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information Réglement">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
<ImageView fitHeight="18.0" fitWidth="18.0" layoutX="13.0" layoutY="7.0">
<image>
<Image url="@../../Public/icon/iconedit.png" />
</image>
</ImageView>
</children>
</AnchorPane>
<GridPane layoutX="12.0" layoutY="34.0" prefHeight="59.0" prefWidth="744.0" AnchorPane.leftAnchor="11.0" AnchorPane.rightAnchor="11.0" AnchorPane.topAnchor="33.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Mode Paiement:" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type Paiement:">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="3" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="6" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="TextTypePaiement" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextModePaiement" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Profile:" GridPane.columnIndex="6" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Total Réglement:" GridPane.columnIndex="3" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nombre Fact:" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="TextNombreFact" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextTotalReglement" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextDateCreation" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextCodeDevis" strokeType="OUTSIDE" strokeWidth="0.0" text="Code Devis:" visible="false" GridPane.columnIndex="6" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="CodeDevis" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" visible="false" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Création:" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="TextProfile" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="55.0" prefWidth="97.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="109.0" minWidth="100.0" prefWidth="106.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="25.0" minWidth="25.0" prefWidth="25.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="126.0" minWidth="55.0" prefWidth="104.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="153.0" minWidth="99.0" prefWidth="153.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="69.0" minWidth="25.0" prefWidth="44.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="90.0" minWidth="55.0" prefWidth="90.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="125.0" minWidth="100.0" prefWidth="118.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="45.0" minHeight="35.0" prefHeight="45.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<AnchorPane layoutX="14.0" layoutY="227.0" prefHeight="119.0" prefWidth="766.0" style="-fx-border-color: #35aa47;" styleClass="panel-default">
<children>
<AnchorPane layoutX="2.0" layoutY="2.0" prefHeight="30.0" prefWidth="764.0" style="-fx-background-color: #35aa47;" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="60.0" layoutY="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information Fournisseur">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
<ImageView fitHeight="19.0" fitWidth="30.0" layoutX="12.0" layoutY="6.0">
<image>
<Image url="@../../Public/icon/Client.png" />
</image>
</ImageView>
</children>
</AnchorPane>
<GridPane layoutX="12.0" layoutY="34.0" prefHeight="59.0" prefWidth="744.0" AnchorPane.leftAnchor="11.0" AnchorPane.rightAnchor="11.0" AnchorPane.topAnchor="33.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom:" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="TextPrenom" strokeType="OUTSIDE" strokeWidth="0.0" text="Formes:" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Télé 1:" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Télé 2:" GridPane.columnIndex="3" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Email:" GridPane.columnIndex="6" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code:">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="TextCodeFrs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextTele1Frs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextNomFrs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="4">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextTele2Frs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextFormesFrs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="7">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextmailFrs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextMatricule" strokeType="OUTSIDE" strokeWidth="0.0" text="Matricule:" visible="false" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="76.0" minWidth="17.0" prefWidth="46.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="198.0" minWidth="100.0" prefWidth="138.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="132.0" minWidth="25.0" prefWidth="38.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="192.0" minWidth="45.0" prefWidth="45.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="260.0" minWidth="100.0" prefWidth="211.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="78.0" minWidth="12.0" prefWidth="29.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="128.0" minWidth="49.0" prefWidth="51.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="172.0" minWidth="100.0" prefWidth="170.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="45.0" minHeight="35.0" prefHeight="45.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<AnchorPane id="AnchorPane" fx:id="AnchorDetailReglement" layoutX="15.0" layoutY="362.0" prefHeight="222.0" prefWidth="766.0" styleClass="panel-bleu">
<children>
<AnchorPane prefHeight="30.0" prefWidth="600.0" styleClass="panel-bleu-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Détail Réglement">
<font>
<Font name="Verdana Bold" size="12.0" />
</font>
</Text>
<Line endX="10.0" layoutX="10.0" layoutY="10.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="15.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="20.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</AnchorPane>
<GridPane fx:id="GridPaneCheque" layoutX="14.0" layoutY="31.0" prefHeight="178.0" prefWidth="548.0" visible="false">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Chéque" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Complé" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Chéque" GridPane.rowIndex="3">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text fx:id="TextChequeNomBanque" strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque" GridPane.columnIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextChequeNumero" strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextChequeNomComple" strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextChequeDate" strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque" GridPane.columnIndex="1" GridPane.rowIndex="3">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="132.0" minWidth="10.0" prefWidth="126.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="250.0" prefWidth="250.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<GridPane fx:id="GridPaneCarte" layoutX="14.0" layoutY="38.0" prefHeight="165.0" prefWidth="533.0" visible="false">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque:">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Carte:" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Transaction:" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Heur Transaction:" GridPane.rowIndex="3">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text fx:id="TextCartNomBanque" strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque:" GridPane.columnIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextCartNumeroCart" strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque:" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextCartNumeroTransaction" strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque:" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextCartDateHeurTransaction" strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque:" GridPane.columnIndex="1" GridPane.rowIndex="3">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="170.0" minWidth="10.0" prefWidth="170.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="200.0" prefWidth="219.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<TableView fx:id="TableViewListeCheque" layoutX="25.0" layoutY="38.0" prefHeight="165.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" visible="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="30.0">
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
<columns>
<TableColumn fx:id="TabColDateCheque" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Date" />
<TableColumn fx:id="TabColNumeroCheque" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Numéro Chéque" />
<TableColumn fx:id="TabColBanqueCheque" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Banque" />
<TableColumn fx:id="TabColMontantCheque" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Montant" />
</columns>
</TableView>
<TableView fx:id="TableViewListeTraite" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" visible="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="30.0">
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
<columns>
<TableColumn fx:id="TabColDateTraite" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Date" />
<TableColumn fx:id="TabColMontantTraite" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Montant" />
</columns>
</TableView>
</children>
</AnchorPane>
<Button fx:id="Enregister" layoutX="673.0" layoutY="596.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="110.0" styleClass="btn-success" text="Enregister" />
<Button layoutX="581.0" layoutY="603.0" mnemonicParsing="false" onAction="#ExitButtonAction" prefHeight="30.0" prefWidth="72.0" styleClass="btn-simple" text="Annuler" />
</children>
</AnchorPane>
</children>
</StackPane>
</children>
</AnchorPane>