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

364 lines
21 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.web.*?>
<?import javafx.scene.chart.*?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane id="AnchorPane" fx:id="PaneFactureCltAjouterDetailTraite" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" 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="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.FactureClt.FactureCltAjouterDetailTraiteController">
<children>
<Pane fx:id="TitrePane" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<HBox alignment="BOTTOM_LEFT" layoutX="23.0" layoutY="13.1787109375">
<children>
<Text fx:id="TitrePrincipale" layoutX="23.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Facture">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<Text layoutX="176.0" layoutY="31.0" strokeType="OUTSIDE" strokeWidth="0.0" text=" ">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TitreSecondaire" layoutX="163.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Facture / Ajouter / Detail Liste Traite">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<AnchorPane layoutX="10.0" layoutY="58.0" prefHeight="101.0" prefWidth="776.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
<children>
<ProgressBar layoutX="85.0" layoutY="61.0" prefHeight="18.0" prefWidth="627.0" progress="0.7" AnchorPane.leftAnchor="100.0" AnchorPane.rightAnchor="100.0" />
<GridPane layoutX="31.0" layoutY="10.0" prefHeight="74.0" prefWidth="717.0" AnchorPane.leftAnchor="31.0" AnchorPane.rightAnchor="28.0">
<children>
<Group>
<children>
<Group layoutX="89.0" layoutY="-96.0">
<children>
<Circle fill="#5fc65f" layoutX="51.0" layoutY="161.0" radius="15.0" stroke="TRANSPARENT" strokeType="INSIDE" />
<Circle fill="#4dae4d" layoutX="51.0" layoutY="161.0" radius="7.0" stroke="TRANSPARENT" strokeType="INSIDE" />
</children>
</Group>
<Group>
<children>
<Text layoutX="82.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Selection Commande">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text layoutX="112.0" layoutY="23.0" strokeType="OUTSIDE" strokeWidth="0.0" text="étape 1">
<font>
<Font name="Verdana" size="14.0" />
</font>
</Text>
</children>
</Group>
</children>
</Group>
<Group GridPane.columnIndex="2">
<children>
<Group layoutX="89.0" layoutY="-96.0">
<children>
<Circle fill="#5fc65f" layoutX="51.0" layoutY="161.0" radius="15.0" stroke="TRANSPARENT" strokeType="INSIDE" />
<Circle fill="#4dae4d" layoutX="51.0" layoutY="161.0" radius="7.0" stroke="TRANSPARENT" strokeType="INSIDE" />
</children>
</Group>
<Group>
<children>
<Text layoutX="107.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Paiement">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text layoutX="112.0" layoutY="23.0" strokeType="OUTSIDE" strokeWidth="0.0" text="étape 2">
<font>
<Font name="Verdana" size="14.0" />
</font>
</Text>
</children>
</Group>
</children>
</Group>
<Group GridPane.columnIndex="4">
<children>
<Group layoutX="89.0" layoutY="-96.0">
<children>
<Circle fill="#5fc65f" layoutX="51.0" layoutY="161.0" radius="15.0" stroke="TRANSPARENT" strokeType="INSIDE" />
<Circle fill="#4dae4d" layoutX="51.0" layoutY="161.0" radius="7.0" stroke="TRANSPARENT" strokeType="INSIDE" />
</children>
</Group>
<Group>
<children>
<Text layoutX="67.0" layoutY="43.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Enregistrer La Facture">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text layoutX="113.0" layoutY="23.0" strokeType="OUTSIDE" strokeWidth="0.0" text="étape 3">
<font>
<Font name="Verdana" size="14.0" />
</font>
</Text>
</children>
</Group>
</children>
</Group>
</children>
<columnConstraints>
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="154.0" minWidth="10.0" prefWidth="146.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="150.0" prefWidth="150.0" />
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="155.0" minWidth="10.0" prefWidth="102.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="160.0" />
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="170.0" minWidth="150.0" prefWidth="144.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<StackPane layoutX="82.0" layoutY="149.0" prefHeight="52.0" prefWidth="756.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0">
<children>
<Group>
<children>
<Button layoutX="398.0" layoutY="159.0" mnemonicParsing="false" onAction="#FactureCltSaveButtonAction" prefHeight="35.0" prefWidth="120.0" styleClass="btn-primary" text="Suivant" />
<Button layoutX="318.0" layoutY="164.0" mnemonicParsing="false" onAction="#FactureCltAjouterLastButtonAction" styleClass="btn-default" text="Précédent" />
</children>
</Group>
</children>
</StackPane>
<Separator layoutX="20.0" layoutY="205.0" prefWidth="200.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" />
<GridPane layoutX="20.0" layoutY="221.0" prefHeight="152.0" prefWidth="756.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="400.0" minWidth="180.0" prefWidth="180.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="150.0" minWidth="50.0" prefWidth="50.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="400.0" minWidth="180.0" prefWidth="180.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="150.0" minWidth="50.0" prefWidth="50.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="400.0" minWidth="180.0" prefWidth="180.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="67.0" minHeight="10.0" prefHeight="37.0" valignment="CENTER" vgrow="SOMETIMES" />
<RowConstraints maxHeight="110.0" minHeight="10.0" prefHeight="87.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="INFORMATION CLIENT ">
<font>
<Font name="Arial Bold" size="15.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="INFORMATION REGLEMENT" GridPane.columnIndex="2">
<font>
<Font name="Arial Bold" size="15.0" />
</font>
</Text>
<Text fx:id="TextDetail" strokeType="OUTSIDE" strokeWidth="0.0" text="DETAIL TRAITES" GridPane.columnIndex="4">
<font>
<Font name="Arial Bold" size="15.0" />
</font>
</Text>
<GridPane GridPane.rowIndex="1">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="60.0" minWidth="60.0" prefWidth="60.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="148.0" minWidth="10.0" prefWidth="148.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>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom:">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="TextPrenomMatricule" strokeType="OUTSIDE" strokeWidth="0.0" text="Prenom:" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adress:" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="TextNom" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="TextPrenom" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="TextAdress" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
</children>
</GridPane>
<GridPane GridPane.columnIndex="2" GridPane.rowIndex="1">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="120.0" minWidth="120.0" prefWidth="120.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="95.0" minWidth="10.0" prefWidth="70.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>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Avance">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type Règlement" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="TextAvance" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="TextTypeReglement" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Montant d'intéret" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="TextMontantInteret" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
</children>
</GridPane>
<GridPane GridPane.columnIndex="4" GridPane.rowIndex="1">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="96.0" minWidth="90.0" prefWidth="96.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="108.0" minWidth="10.0" prefWidth="107.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>
<children>
<Text fx:id="TextNbrTraite" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="TextBanque" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nombre Traite">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="Banque" strokeType="OUTSIDE" strokeWidth="0.0" text="Banque" visible="false" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
</children>
</GridPane>
</children>
</GridPane>
<GridPane layoutX="20.0" layoutY="393.0" prefHeight="30.0" prefWidth="403.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="248.0" minWidth="10.0" prefWidth="240.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="171.0" minWidth="10.0" prefWidth="141.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Text fx:id="ValMontantTraite" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1">
<font>
<Font name="Arial Bold" size="17.0" />
</font>
</Text>
<Text fx:id="TextMontantTraite" fill="#478fca" strokeType="OUTSIDE" strokeWidth="0.0" wrappingWidth="242.5185546875">
<font>
<Font name="Arial" size="21.0" />
</font>
</Text>
</children>
</GridPane>
<AnchorPane id="AnchorPane" fx:id="PaneTableViewCheques" layoutX="25.0" layoutY="429.0" maxHeight="220.0" maxWidth="766.0" minHeight="183.0" minWidth="766.0" prefHeight="183.0" prefWidth="766.0" styleClass="panel-bleu" visible="false" AnchorPane.bottomAnchor="20.0" AnchorPane.leftAnchor="15.0" AnchorPane.topAnchor="439.0">
<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="Chéque">
<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>
<TableView fx:id="TableViewListeCheques" editable="true" layoutX="1.0" layoutY="30.0" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="2.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="30.0">
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
<columns>
<TableColumn fx:id="TabColDateCheques" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Date" />
<TableColumn fx:id="TabColNumeroCheques" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Numéro Chéque" />
<TableColumn fx:id="TabColBanqueCheques" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Banque" />
<TableColumn fx:id="TabColMontantCheques" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Montant" />
</columns>
</TableView>
</children>
</AnchorPane>
<AnchorPane id="AnchorPane" fx:id="PaneTableViewTraites" layoutX="35.0" layoutY="439.0" maxHeight="220.0" maxWidth="766.0" minHeight="183.0" minWidth="766.0" prefHeight="183.0" prefWidth="766.0" styleClass="panel-bleu" visible="false" AnchorPane.bottomAnchor="20.0" AnchorPane.leftAnchor="15.0" AnchorPane.topAnchor="439.0">
<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="Traite">
<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>
<TableView fx:id="TableViewListeTraites" editable="true" layoutX="1.0" layoutY="30.0" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="2.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="30.0">
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
<columns>
<TableColumn fx:id="TabColDateTraites" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Date" />
<TableColumn fx:id="TabColMontantTraites" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Montant" />
</columns>
</TableView>
</children>
</AnchorPane>
</children>
</AnchorPane>