first commit

This commit is contained in:
2025-10-30 13:23:53 +01:00
commit 433e47e385
1619 changed files with 106327 additions and 0 deletions

View File

@@ -0,0 +1,298 @@
<?xml version="1.0" encoding="UTF-8"?>
<?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="AnchorPrincipal" minHeight="662.0" minWidth="816.0" prefHeight="662.0" prefWidth="816.0" style="-fx-background-color: rgba(0,0,0,0.6);" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml/1">
<children>
<StackPane prefHeight="593.0" prefWidth="757.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<AnchorPane maxHeight="662.0" maxWidth="816.0" minHeight="662.0" minWidth="816.0" prefHeight="662.0" prefWidth="816.0" style="-fx-background-color: #FFFFFF;">
<children>
<AnchorPane fx:id="AnchorSecondaire" prefHeight="662.0" prefWidth="816.0" visible="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<StackPane layoutX="-8.0" layoutY="1.0" prefHeight="48.0" prefWidth="200.0" AnchorPane.leftAnchor="-8.0" AnchorPane.rightAnchor="8.0">
<children>
<Group>
<children>
<Text fx:id="TextNumCheque1" fill="#478fca" layoutX="223.0" layoutY="77.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial Bold" size="22.0" />
</font>
</Text>
<Text fx:id="Monprofilenomprenom1" fill="#478fca" layoutX="125.0" layoutY="77.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Chèque N°">
<font>
<Font name="Arial" size="20.0" />
</font>
</Text>
</children>
</Group>
</children>
</StackPane>
<AnchorPane id="AnchorPane" layoutX="-74.0" layoutY="52.0" prefHeight="595.0" prefWidth="786.0" styleClass="panel-balck" AnchorPane.bottomAnchor="15.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="52.0">
<children>
<AnchorPane prefHeight="40.0" prefWidth="600.0" styleClass="panel-balck-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="31.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Détail Chèques">
<font>
<Font name="Verdana Bold" size="15.0" />
</font>
</Text>
<Group>
<children>
<Line endX="10.0" layoutX="10.0" layoutY="26.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="16.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="21.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</Group>
</children>
</AnchorPane>
<AnchorPane layoutX="2.0" layoutY="42.0" prefHeight="560.0" prefWidth="784.0" styleClass="AnchorPane-Default" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="40.0">
<children>
<GridPane layoutX="15.0" layoutY="6.0" prefHeight="110.0" prefWidth="754.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="6.0">
<children>
<Text fill="#478fca" strokeType="OUTSIDE" strokeWidth="0.0" text="Détail Client">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type Client:" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextTypeClt" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom:" GridPane.columnIndex="6" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextNom" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code:" GridPane.columnIndex="3" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextCode" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text fx:id="TxtPrenomMatricule" strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom:" GridPane.columnIndex="9" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextPrenom" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="10" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Tele 1:" GridPane.rowIndex="2">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextTele1" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Tele 2:" GridPane.columnIndex="3" GridPane.rowIndex="2">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextTele2" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="4" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adress:" GridPane.columnIndex="6" GridPane.rowIndex="2">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextAdress" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="7" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="98.0" prefWidth="98.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="90.0" prefWidth="90.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="50.0" minWidth="55.0" prefWidth="55.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="75.0" prefWidth="75.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="20.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="65.0" minWidth="65.0" prefWidth="65.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="120.0" prefWidth="120.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="110.0" prefWidth="110.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="40.0" prefHeight="40.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<GridPane layoutX="15.0" layoutY="129.0" prefHeight="76.0" prefWidth="754.0">
<children>
<Text fill="#478fca" strokeType="OUTSIDE" strokeWidth="0.0" text="Détail Chèque">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro:" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextNumCheque2" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date:" GridPane.columnIndex="6" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextDateCheque" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Banque:" GridPane.columnIndex="3" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextBanque" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text fx:id="TxtPrenomMatricule1" strokeType="OUTSIDE" strokeWidth="0.0" text="Montant:" GridPane.columnIndex="9" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextMontant" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="10" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Utilisateur:" GridPane.columnIndex="3" GridPane.rowIndex="2">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextFacture" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Facture:" GridPane.rowIndex="2">
<font>
<Font name="Arial Bold" size="16.0" />
</font>
</Text>
<Text fx:id="TextUtilisateur" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="4" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="16.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="70.0" prefWidth="70.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="110.0" prefWidth="110.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="50.0" minWidth="85.0" prefWidth="85.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="130.0" prefWidth="130.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="20.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="65.0" minWidth="45.0" prefWidth="45.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="90.0" prefWidth="90.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="70.0" prefWidth="70.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="40.0" prefHeight="40.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<Text fill="#478fca" layoutX="15.0" layoutY="278.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Etat Chèque">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<TableView fx:id="TableViewChequeCltHistorique" editable="true" layoutX="15.0" layoutY="290.0" prefHeight="201.0" prefWidth="501.0">
<columns>
<TableColumn fx:id="TabColDate" maxWidth="95.0" minWidth="95.0" prefWidth="95.0" text="Date" />
<TableColumn fx:id="TabColHeur" maxWidth="95.0" minWidth="95.0" prefWidth="95.0" text="Heur" />
<TableColumn fx:id="TabColEtat" maxWidth="164.0" minWidth="164.0" prefWidth="164.0" text="Etat" />
<TableColumn fx:id="TabColUtili" maxWidth="145.0" minWidth="145.0" prefWidth="145.0" text="Utilisateur" />
</columns>
</TableView>
<GridPane layoutX="535.0" layoutY="298.0" prefHeight="136.0" prefWidth="235.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.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>
<RadioButton fx:id="RadioVerser" mnemonicParsing="false" text="Verser">
<toggleGroup>
<ToggleGroup fx:id="ToggleEtatCheque" />
</toggleGroup>
<font>
<Font name="Arial" size="17.0" />
</font>
</RadioButton>
<RadioButton fx:id="RadioSansProvision" mnemonicParsing="false" text="Chèque sans provision" toggleGroup="$ToggleEtatCheque" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="17.0" />
</font>
</RadioButton>
<RadioButton fx:id="RadioContreCheque" mnemonicParsing="false" text="Contre chèque (espace)" toggleGroup="$ToggleEtatCheque" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="17.0" />
</font>
</RadioButton>
</children>
</GridPane>
<Button fx:id="UpdateEtatButton" layoutX="561.0" layoutY="449.0" mnemonicParsing="false" prefHeight="33.0" prefWidth="176.0" styleClass="btn-success" text="Valider" />
<Button fx:id="ButtonExitChequeCltDetail" layoutX="337.0" layoutY="509.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="110.0" styleClass="btn-default" text="Quiter" />
</children>
</AnchorPane>
</children>
</AnchorPane>
</children>
</AnchorPane>
<ProgressIndicator fx:id="ProgressCheque" layoutX="353.0" layoutY="276.0" prefHeight="110.0" prefWidth="110.0" />
</children>
</AnchorPane>
</children>
</StackPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,258 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import com.gluonhq.charm.glisten.control.ProgressBar?>
<?import javafx.scene.Group?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.control.DatePicker?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.shape.Circle?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane fx:id="PaneChequeCltGestion" 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.ChequeClt.ChequeCltGestionController">
<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="Chèque">
<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="Gestion">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<ProgressBar fx:id="ProgressBarChequeCltGestion" layoutY="52.0" prefHeight="5.0" prefWidth="795.0" scaleShape="false" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
<Button layoutX="215.0" layoutY="62.0" mnemonicParsing="false" onAction="#ChequeCltProvisionButtonAction" prefHeight="35.0" prefWidth="183.0" styleClass="btn-danger" text="Chèque sans provision" />
<Button layoutX="15.0" layoutY="62.0" mnemonicParsing="false" onAction="#ChequeCltVerserButtonAction" prefHeight="35.0" prefWidth="183.0" styleClass="btn-primary" text="Chèque a verser" />
<AnchorPane layoutX="35.0" layoutY="128.0" prefHeight="165.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="108.0">
<children>
<AnchorPane prefHeight="30.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Button fx:id="ButtonSearchChequeCltGestion" mnemonicParsing="false" prefHeight="30.0" prefWidth="162.0" styleClass="btn-icon-search" text="Filtre de recherche" />
</children>
</AnchorPane>
<GridPane layoutX="10.0" layoutY="45.0" prefHeight="65.0" prefWidth="748.0" AnchorPane.leftAnchor="9.0" AnchorPane.rightAnchor="9.0" AnchorPane.topAnchor="44.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Chèque">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Banque" GridPane.columnIndex="3">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Chèque" GridPane.columnIndex="6">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="CIN Client" GridPane.columnIndex="3" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code Client" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Facture" GridPane.columnIndex="6" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<TextField fx:id="TextFieldNumeroCheque" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="1" />
<TextField fx:id="TextFieldBanque" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="4" />
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7">
<children>
<DatePicker fx:id="DatePickerCheque" layoutX="-24.0" layoutY="2.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children>
</AnchorPane>
<TextField fx:id="TextFieldCodeClt" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
<TextField fx:id="TextFieldCINClt" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="4" GridPane.rowIndex="2" />
<TextField fx:id="TextFieldIdFacture" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="7" GridPane.rowIndex="2" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Client" GridPane.rowIndex="4">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom Client" GridPane.columnIndex="3" GridPane.rowIndex="4">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<TextField fx:id="TextFieldNomClt" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="1" GridPane.rowIndex="4" />
<TextField fx:id="TextFieldPrenomClt" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="4" GridPane.rowIndex="4" />
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="90.0" minWidth="90.0" prefWidth="90.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="140.0" prefWidth="140.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="30.0" prefWidth="30.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="90.0" minWidth="90.0" prefWidth="90.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="140.0" prefWidth="140.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="30.0" prefWidth="30.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="150.0" prefWidth="150.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="10.0" minHeight="10.0" prefHeight="10.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="10.0" minHeight="10.0" prefHeight="10.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<AnchorPane id="AnchorPane" layoutX="30.0" layoutY="289.0" prefHeight="338.0" prefWidth="766.0" styleClass="panel-balck" AnchorPane.bottomAnchor="15.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="289.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="600.0" styleClass="panel-balck-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des Chèques">
<font>
<Font name="Verdana Bold" size="12.0" />
</font>
</Text>
<Line endX="10.0" layoutX="10.0" layoutY="12.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="17.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="22.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</AnchorPane>
<TableView fx:id="TableViewChequeCltGestion" editable="true" layoutX="3.0" layoutY="36.0" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="40.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="33.0">
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
<columns>
<TableColumn fx:id="TabColChequeClt" maxWidth="-1.0" minWidth="100.0" prefWidth="100.0" text="Chèque">
<columns>
<TableColumn fx:id="TabColNumeroCheque" minWidth="25.0" prefWidth="25.0" text="Numéro" />
<TableColumn fx:id="TabColBanque" minWidth="20.0" prefWidth="20.0" text="Banque" />
<TableColumn fx:id="TabColDateCheque" minWidth="30.0" prefWidth="30.0" text="Date " />
<TableColumn fx:id="TabColMontant" minWidth="25.0" prefWidth="25.0" text="Montant" />
</columns>
</TableColumn>
<TableColumn fx:id="TabColClient" prefWidth="75.0" style="-fx-border-color: #428BCA; -fx-border-width: 0 2 0 2; -fx-border-insets: 2;" text="Client">
<columns>
<TableColumn fx:id="TabColCodeClt" minWidth="15.0" prefWidth="15.0" text="Code" />
<TableColumn fx:id="TabColTypeClt" minWidth="20.0" prefWidth="20.0" text="Type" />
<TableColumn fx:id="TabColNomClt" minWidth="15.0" prefWidth="15.0" text="Nom" />
<TableColumn fx:id="TabColPrenomClt" minWidth="20.0" prefWidth="20.0" text="Prénom" />
</columns>
</TableColumn>
<TableColumn fx:id="TabColIdFacture" minWidth="20.0" prefWidth="20.0" text="Facture" />
<TableColumn fx:id="TabColEtat" minWidth="20.0" prefWidth="20.0" text="Etat" />
<TableColumn fx:id="TabColDetail" prefWidth="10.0" text="Détail" />
</columns>
</TableView>
<Group AnchorPane.bottomAnchor="7.0">
<children>
<Label fx:id="LabelCount" layoutX="80.0" layoutY="334.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" textFill="WHITE">
<font>
<Font name="Verdana Bold" size="11.0" />
</font>
</Label>
<Text layoutX="14.0" layoutY="349.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total Count" AnchorPane.bottomAnchor="12.0" />
</children>
</Group>
<StackPane fx:id="ListerPages" layoutX="102.0" layoutY="297.0" prefHeight="41.0" prefWidth="664.0" AnchorPane.bottomAnchor="1.0" AnchorPane.leftAnchor="100.0" AnchorPane.rightAnchor="100.0">
<children>
<Group>
<children>
<Text layoutX="134.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<Group fx:id="avancergroupe" layoutX="254.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#80808f" strokeDashOffset="3.0" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-0.5" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-5.5" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<HBox layoutX="150.0" layoutY="13.0" spacing="5.0">
<children>
<Text fx:id="ActuellePage" layoutX="149.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text layoutX="165.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="/">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="NbrPage" layoutX="177.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
<Group fx:id="nextgroupe" layoutX="224.0" layoutY="20.0">
<children>
<Circle fx:id="nextcercle" fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Text layoutX="196.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<Group fx:id="retourgroupe" layoutX="80.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="lastgroupe" layoutX="112.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<ChoiceBox fx:id="NbrLigne" layoutX="280.0" layoutY="8.0" prefHeight="25.0" prefWidth="41.0" style="-fx-background-color: #FFFFFFFF;" />
</children>
</Group>
</children>
</StackPane>
</children>
</AnchorPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,242 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import com.gluonhq.charm.glisten.control.ProgressBar?>
<?import javafx.scene.Group?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.control.DatePicker?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.shape.Circle?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane fx:id="AnchorPaneChequeCltProvision" 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.ChequeClt.ChequeCltProvisionController">
<children>
<Pane fx:id="TitrePane" layoutX="20.0" layoutY="20.0" 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="Chèque">
<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="Chèque sans provision">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<ProgressBar fx:id="ProgressBarChequeCltProvision" layoutY="52.0" prefHeight="5.0" prefWidth="795.0" scaleShape="false" visible="false" />
<AnchorPane layoutX="12.0" layoutY="109.0" prefHeight="127.0" prefWidth="771.0" styleClass="panel-default" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
<children>
<AnchorPane prefHeight="30.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Button fx:id="ButtonSearchChequeCltProvision" mnemonicParsing="false" prefHeight="30.0" prefWidth="162.0" styleClass="btn-icon-search" text="Filtre de recherche" />
</children>
</AnchorPane>
<GridPane layoutX="10.0" layoutY="45.0" prefHeight="65.0" prefWidth="748.0" AnchorPane.leftAnchor="9.0" AnchorPane.rightAnchor="9.0" AnchorPane.topAnchor="44.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Banque" GridPane.columnIndex="6">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Début">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="CIN Client" GridPane.columnIndex="3" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code Client" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<TextField fx:id="TextFieldBanque" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="7" />
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1">
<children>
<DatePicker fx:id="DatePickerCheque" layoutX="-28.0" layoutY="2.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children>
</AnchorPane>
<TextField fx:id="TextFieldCodeClt" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
<TextField fx:id="TextFieldCINClt" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="4" GridPane.rowIndex="2" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Prénom" GridPane.columnIndex="6" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<TextField fx:id="TextFieldNomPrenomClt" prefHeight="30.0" prefWidth="164.0" GridPane.columnIndex="7" GridPane.rowIndex="2" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Local" GridPane.columnIndex="3">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<ChoiceBox fx:id="ChoiceBoxLocal" minHeight="30.0" prefHeight="30.0" prefWidth="150.0" styleClass="liste-select" GridPane.columnIndex="4" />
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="90.0" minWidth="90.0" prefWidth="90.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="140.0" prefWidth="140.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="30.0" prefWidth="30.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="90.0" minWidth="90.0" prefWidth="90.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="140.0" prefWidth="140.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="30.0" prefWidth="30.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="150.0" prefWidth="150.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="10.0" minHeight="10.0" prefHeight="10.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<AnchorPane id="AnchorPane" layoutX="14.0" layoutY="241.2" prefHeight="391.0" prefWidth="776.0" style="-fx-border-color: #cd0505; -fx-border-radius: 5px 5px 0px 0px; -fx-background-color: #e0e0e0;" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="241.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="600.0" style="-fx-background-color: #cd0505; -fx-background-radius: 5px 5px 0px 0px;" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des Chèques sans provision">
<font>
<Font name="Verdana Bold" size="12.0" />
</font>
</Text>
<Line endX="10.0" layoutX="10.0" layoutY="12.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="17.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="22.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</AnchorPane>
<TableView fx:id="TableViewChequeCltAvercer" editable="true" layoutX="2.4" layoutY="39.2" prefHeight="282.0" prefWidth="774.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="41.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="33.0">
<columns>
<TableColumn fx:id="TabColNumeroCheque" maxWidth="200.0" minWidth="85.0" prefWidth="85.0" text="Numéro" />
<TableColumn fx:id="TabColBanque" maxWidth="500.0" minWidth="90.0" prefWidth="90.0" text="Banque" />
<TableColumn fx:id="TabColDateCheque" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" text="Date Chèque" />
<TableColumn fx:id="TabColMontant" maxWidth="500.0" minWidth="90.0" prefWidth="90.0" text="Montant" />
<TableColumn fx:id="TabColTypeClt" maxWidth="120.0" minWidth="90.0" prefWidth="90.0" text="Type Client" />
<TableColumn fx:id="TabColNomClt" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" text="Nom" />
<TableColumn fx:id="TabColPrenomClt" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" text="Prénom" />
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</TableView>
<StackPane fx:id="ListerPages" prefHeight="41.0" prefWidth="664.0" AnchorPane.bottomAnchor="-1.0" AnchorPane.leftAnchor="100.0" AnchorPane.rightAnchor="100.0">
<children>
<Group>
<children>
<Text layoutX="134.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<Group fx:id="avancergroupe" layoutX="254.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#80808f" strokeDashOffset="3.0" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-0.5" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-5.5" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<HBox layoutX="150.0" layoutY="13.0" spacing="5.0">
<children>
<Text fx:id="ActuellePage" layoutX="149.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text layoutX="165.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="/">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="NbrPage" layoutX="177.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
<Group fx:id="nextgroupe" layoutX="224.0" layoutY="20.0">
<children>
<Circle fx:id="nextcercle" fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Text layoutX="196.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<Group fx:id="retourgroupe" layoutX="80.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="lastgroupe" layoutX="112.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<ChoiceBox fx:id="NbrLigne" layoutX="280.0" layoutY="8.0" prefHeight="25.0" prefWidth="41.0" style="-fx-background-color: #FFFFFFFF;" />
</children>
</Group>
</children>
</StackPane>
<Group AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="10.0">
<children>
<Label fx:id="LabelCount" layoutX="80.0" layoutY="334.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" text="0" textFill="WHITE">
<font>
<Font name="Verdana Bold" size="11.0" />
</font>
</Label>
<Text layoutX="14.0" layoutY="349.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total Count" AnchorPane.bottomAnchor="12.0" />
</children>
</Group>
</children>
</AnchorPane>
<GridPane layoutX="692.0" layoutY="63.0" prefHeight="35.0" prefWidth="111.0" AnchorPane.rightAnchor="0.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="171.60003662109375" minWidth="10.0" prefWidth="102.599951171875" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="95.20001220703125" minWidth="8.200048828125006" prefWidth="8.200048828125006" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Button fx:id="ButtonPrintChequeCltProvision" mnemonicParsing="false" prefHeight="35.0" prefWidth="105.0" styleClass="btn-icon-Print" text="Imprimer" />
</children>
</GridPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane id="AnchorPane" prefHeight="487.0" prefWidth="734.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.ChequeClt.ChequeCltProvisionPrintController">
<children>
<Text layoutX="204.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des chèques sans provision">
<font>
<Font name="Arial Bold" size="20.0" />
</font>
</Text>
<HBox layoutX="14.0" layoutY="30.0" spacing="4.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nombre:">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text fx:id="TextNbr" strokeType="OUTSIDE" strokeWidth="0.0" text="----------">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
</children>
</HBox>
<HBox layoutX="633.0" layoutY="31.0" spacing="4.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Page:">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<Text fx:id="TextPage" strokeType="OUTSIDE" strokeWidth="0.0" text="-------">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
</children>
</HBox>
<TableView fx:id="TableViewChequeCltProvision" editable="true" layoutY="54.0" prefHeight="433.0" prefWidth="734.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
<columns>
<TableColumn fx:id="TabColNumeroCheque" maxWidth="200.0" minWidth="85.0" prefWidth="85.0" text="Numéro" />
<TableColumn fx:id="TabColBanque" maxWidth="500.0" minWidth="90.0" prefWidth="90.0" text="Banque" />
<TableColumn fx:id="TabColDateCheque" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" text="Date Chèque" />
<TableColumn fx:id="TabColMontant" maxWidth="500.0" minWidth="90.0" prefWidth="90.0" text="Montant" />
<TableColumn fx:id="TabColNomClt" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" text="Nom" />
<TableColumn fx:id="TabColPrenomClt" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" text="Prénom" />
<TableColumn fx:id="TabColLocal" maxWidth="120.0" minWidth="90.0" prefWidth="90.0" text="Magasin" />
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</TableView>
</children>
</AnchorPane>

View File

@@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import com.gluonhq.charm.glisten.control.ProgressBar?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.CheckBox?>
<?import javafx.scene.control.DatePicker?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane 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" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.ChequeClt.ChequeCltVercerController">
<children>
<Pane fx:id="TitrePane" layoutX="10.0" layoutY="10.0" 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="Chèque">
<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="Chèque a verser">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<Button fx:id="ButtonVerserSelection" disable="true" layoutX="11.0" layoutY="70.0" mnemonicParsing="false" opacity="0.82" prefHeight="35.0" prefWidth="147.0" styleClass="btn-success" text="Verser la sélection" />
<CheckBox fx:id="CheckboxSelectionner" layoutX="14.0" layoutY="130.0" mnemonicParsing="false" text="Tout sélectionner" />
<GridPane layoutX="190.0" layoutY="120.0" prefHeight="35.0" prefWidth="550.0" AnchorPane.rightAnchor="10.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date début" wrappingWidth="70.8828125" GridPane.columnIndex="3" />
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4">
<children>
<DatePicker fx:id="DatePickerDateDebut" layoutY="3.0" prefHeight="30.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
</children>
</AnchorPane>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date fin" wrappingWidth="44.8828125" GridPane.columnIndex="6" />
<DatePicker fx:id="DatePickerDateFin" prefHeight="30.0" GridPane.columnIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Total Count" />
<Label fx:id="LabelNbrSelectionner" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" text="0" textFill="WHITE" GridPane.columnIndex="1">
<font>
<Font name="Verdana Bold" size="11.0" />
</font>
</Label>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="66.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="50.0" prefWidth="50.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="40.0" prefWidth="40.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="66.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="150.0" minWidth="120.0" prefWidth="150.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="50.0" prefWidth="50.0" />
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="150.0" minWidth="120.0" prefWidth="150.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<AnchorPane id="AnchorPane" layoutX="25.0" layoutY="160.0" prefHeight="472.0" prefWidth="776.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="160.0">
<children>
<AnchorPane prefHeight="35.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="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des Chèques a verser">
<font>
<Font name="Verdana Bold" size="12.0" />
</font>
</Text>
<Line endX="10.0" layoutX="10.0" layoutY="12.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="17.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="22.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</AnchorPane>
<AnchorPane layoutY="36.0" prefHeight="391.0" prefWidth="774.0" styleClass="AnchorPane-Default" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0">
<children>
<ProgressBar fx:id="ProgressBarVerser" prefWidth="200.0" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
<TableView fx:id="TableViewChequeCltVerser" editable="true" prefHeight="264.0" prefWidth="774.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="3.0">
<columns>
<TableColumn fx:id="TabColSelectionner" maxWidth="150.0" minWidth="95.0" prefWidth="95.0" text="Sélectionner" />
<TableColumn fx:id="TabColNumeroCheque" maxWidth="200.0" minWidth="85.0" prefWidth="85.0" text="Numéro" />
<TableColumn fx:id="TabColBanque" maxWidth="500.0" minWidth="90.0" prefWidth="90.0" text="Banque" />
<TableColumn fx:id="TabColDateCheque" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" text="Date Chèque" />
<TableColumn fx:id="TabColMontant" maxWidth="500.0" minWidth="90.0" prefWidth="90.0" text="Montant" />
<TableColumn fx:id="TabColTypeClt" maxWidth="120.0" minWidth="90.0" prefWidth="90.0" text="Type Client" />
<TableColumn fx:id="TabColNomClt" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" text="Nom" />
<TableColumn fx:id="TabColPrenomClt" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" text="Prénom" />
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</TableView>
</children>
</AnchorPane>
</children>
</AnchorPane>
</children>
</AnchorPane>