299 lines
24 KiB
XML
299 lines
24 KiB
XML
<?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>
|