433 lines
29 KiB
XML
433 lines
29 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.Group?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.DatePicker?>
|
|
<?import javafx.scene.control.ProgressIndicator?>
|
|
<?import javafx.scene.control.RadioButton?>
|
|
<?import javafx.scene.control.Tab?>
|
|
<?import javafx.scene.control.TabPane?>
|
|
<?import javafx.scene.control.TableColumn?>
|
|
<?import javafx.scene.control.TableView?>
|
|
<?import javafx.scene.control.TextField?>
|
|
<?import javafx.scene.control.ToggleGroup?>
|
|
<?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.Line?>
|
|
<?import javafx.scene.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<AnchorPane id="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/13" xmlns:fx="http://javafx.com/fxml/1">
|
|
<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="Traite">
|
|
<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" strokeType="OUTSIDE" strokeWidth="0.0" text="Gestion Traite / Détail">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Pane>
|
|
<AnchorPane fx:id="AnchorPaneLoadingTraite" layoutY="52.0" prefHeight="592.0" prefWidth="796.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="50.0">
|
|
<children>
|
|
<StackPane layoutX="299.0" layoutY="202.0" prefHeight="79.0" prefWidth="198.0" AnchorPane.bottomAnchor="306.4" AnchorPane.leftAnchor="299.0" AnchorPane.rightAnchor="299.8" AnchorPane.topAnchor="202.0">
|
|
<children>
|
|
<Group />
|
|
<ProgressIndicator fx:id="ProgressCheque" prefHeight="78.0" prefWidth="68.0" />
|
|
</children>
|
|
</StackPane>
|
|
<StackPane layoutX="299.0" layoutY="270.0" prefHeight="46.0" prefWidth="198.0" AnchorPane.bottomAnchor="270.79999999999995" AnchorPane.leftAnchor="299.0" AnchorPane.rightAnchor="298.8" AnchorPane.topAnchor="270.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="chargement en cours ...">
|
|
<font>
|
|
<Font name="Arial Bold" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</StackPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane fx:id="PaneDetailTraite" layoutX="14.0" layoutY="52.0" prefHeight="200.0" prefWidth="200.0" visible="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="52.0">
|
|
<children>
|
|
<GridPane layoutX="20.0" layoutY="21.0" prefHeight="80.0" prefWidth="749.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="10.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Etat:" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="18.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro:" GridPane.columnIndex="3" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="18.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Traite:" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="18.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextEtat" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="18.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextIdTraite" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="17.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextDate" strokeType="OUTSIDE" strokeWidth="0.0" text="vvvx" GridPane.columnIndex="7" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="17.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fill="#1eb945" strokeType="OUTSIDE" strokeWidth="0.0" text="Détail Traite">
|
|
<font>
|
|
<Font name="Arial" size="21.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Montant:" GridPane.columnIndex="9" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="18.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextMontant" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="10" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="17.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="45.0" minWidth="45.0" prefWidth="45.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="80.0" prefWidth="80.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="75.0" minWidth="75.0" prefWidth="75.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="60.0" prefWidth="60.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="90.0" prefWidth="90.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="75.0" minWidth="75.0" prefWidth="75.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="90.0" prefWidth="90.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="40.0" prefHeight="40.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="40.0" prefHeight="40.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<StackPane layoutX="20.0" layoutY="114.0" prefHeight="35.0" prefWidth="766.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0">
|
|
<children>
|
|
<Line endX="100.0" scaleX="3.0" startX="-100.0" strokeWidth="0.3" />
|
|
</children>
|
|
</StackPane>
|
|
<GridPane layoutX="20.0" layoutY="166.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="30.0">
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="95.0" prefWidth="95.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="80.0" prefWidth="80.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="50.0" minWidth="50.0" prefWidth="50.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="80.0" prefWidth="80.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="20.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="50.0" minWidth="50.0" prefWidth="50.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="120.0" prefWidth="120.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
<children>
|
|
<Text fill="#478fca" strokeType="OUTSIDE" strokeWidth="0.0" text="Détail Client">
|
|
<font>
|
|
<Font name="Arial" size="20.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type Client:" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="17.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" size="17.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextNomClt" 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" size="17.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextIdClient" 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" size="17.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextPrenomClt" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="10" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</GridPane>
|
|
<GridPane layoutX="20.0" layoutY="241.0" AnchorPane.leftAnchor="20.0">
|
|
<children>
|
|
<Text fill="#478fca" strokeType="OUTSIDE" strokeWidth="0.0" text="Détail Facture">
|
|
<font>
|
|
<Font name="Arial" size="20.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code:" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="17.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCodeFact" 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="Total:" GridPane.columnIndex="3" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="17.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextTotalFact" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="50.0" prefWidth="50.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="50.0" prefWidth="50.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<TabPane fx:id="TabPanePayement" layoutY="315.0" prefHeight="255.0" prefWidth="756.0" styleClass="Table-Pane" tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="20.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="315.0">
|
|
<tabs>
|
|
<Tab fx:id="TabPayerTraite" closable="false" text="Payer Traite">
|
|
<content>
|
|
<AnchorPane prefHeight="263.0" prefWidth="796.0">
|
|
<children>
|
|
<Button fx:id="ButtonPayerTraite" layoutX="29.0" layoutY="28.0" mnemonicParsing="false" prefHeight="35.0" prefWidth="130.0" styleClass="btn-primary" text="Payer Traite" />
|
|
<HBox layoutX="29.0" layoutY="92.0" spacing="80.0">
|
|
<children>
|
|
<RadioButton fx:id="RadioEspace" layoutX="32.0" layoutY="79.0" mnemonicParsing="false" selected="true" text="Espace">
|
|
<toggleGroup>
|
|
<ToggleGroup fx:id="TogglePayerTraite" />
|
|
</toggleGroup>
|
|
</RadioButton>
|
|
<RadioButton fx:id="RadioCheque" layoutX="150.0" layoutY="80.0" mnemonicParsing="false" text="Chèque" toggleGroup="$TogglePayerTraite" />
|
|
<RadioButton fx:id="RadioCarte" layoutX="244.0" layoutY="88.0" mnemonicParsing="false" text="Carte Bancaire" toggleGroup="$TogglePayerTraite" />
|
|
</children>
|
|
</HBox>
|
|
<GridPane fx:id="GridCheque" layoutX="7.0" layoutY="139.0" prefHeight="52.0" prefWidth="739.0" visible="false" AnchorPane.leftAnchor="7.0" AnchorPane.rightAnchor="8.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro:">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="MontantChequeNumero" prefHeight="30.0" prefWidth="149.0" GridPane.columnIndex="1" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Banque:" GridPane.columnIndex="6">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Montant:" GridPane.columnIndex="9">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="MontantChequeBanque" prefHeight="30.0" prefWidth="149.0" GridPane.columnIndex="7" />
|
|
<TextField fx:id="MontantCheque" prefHeight="30.0" prefWidth="149.0" GridPane.columnIndex="10" />
|
|
<Text fx:id="TextCtlBanque" fill="RED" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="10" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCtlNumCheque" fill="RED" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCtlNameBanque" fill="RED" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date:" GridPane.columnIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<DatePicker fx:id="DatePickerCheque" prefHeight="30.0" GridPane.columnIndex="4" />
|
|
<Text fx:id="TextCtlDateCheque" fill="RED" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="65.0" minWidth="65.0" prefWidth="65.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="93.0" prefWidth="93.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="37.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="37.0" minWidth="37.0" prefWidth="37.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="68.0" prefWidth="109.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="0.0" prefWidth="33.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="63.0" minWidth="62.0" prefWidth="63.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="92.0" prefWidth="92.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="34.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="62.0" minWidth="62.0" prefWidth="62.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="89.0" prefWidth="97.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="42.0" minHeight="10.0" prefHeight="42.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="25.0" minHeight="10.0" prefHeight="18.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<GridPane fx:id="GridEspace" layoutX="33.0" layoutY="139.0" prefHeight="30.0" prefWidth="415.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Montant:">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="MontantEspace" prefHeight="35.0" prefWidth="149.0" GridPane.columnIndex="1" />
|
|
<Text fx:id="TextCtlEspace" fill="RED" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2">
|
|
<font>
|
|
<Font name="Arial Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="81.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<GridPane fx:id="GridCarte" layoutX="43.0" layoutY="139.0" prefHeight="52.0" prefWidth="694.0" visible="false" AnchorPane.leftAnchor="30.0" AnchorPane.rightAnchor="30.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Carte:">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="MontantCarteNumero" prefHeight="35.0" prefWidth="149.0" GridPane.columnIndex="1" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Banque:" GridPane.columnIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Montant:" GridPane.columnIndex="6">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="MontantCarteBanque" prefHeight="35.0" prefWidth="149.0" GridPane.columnIndex="4" />
|
|
<TextField fx:id="MontantCarte" prefHeight="35.0" prefWidth="149.0" GridPane.columnIndex="7" />
|
|
<Text fx:id="TextCtlCarte" fill="RED" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCtlNameCarteBq" fill="RED" strokeType="OUTSIDE" strokeWidth="0.0" visible="false" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCtlNumCarte" fill="RED" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="3" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="110.0" minWidth="110.0" prefWidth="110.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="120.0" prefWidth="120.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="70.0" minWidth="70.0" prefWidth="70.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="120.0" prefWidth="120.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="70.0" minWidth="70.0" prefWidth="70.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="120.0" prefWidth="120.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="37.0" minHeight="10.0" prefHeight="37.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="25.0" minHeight="10.0" prefHeight="23.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
</children>
|
|
</AnchorPane>
|
|
</content>
|
|
</Tab>
|
|
<Tab fx:id="TabDetailPaiement" text="Detail de paiement">
|
|
<content>
|
|
<AnchorPane prefHeight="200.0" prefWidth="200.0">
|
|
<children>
|
|
<TableView fx:id="TableViewPaiement" layoutX="22.0" layoutY="15.0" prefHeight="171.0" prefWidth="717.0">
|
|
<columns>
|
|
<TableColumn fx:id="TabColTypePaiement" maxWidth="-1.0" minWidth="130.0" prefWidth="130.0" text="Type Payement" />
|
|
<TableColumn fx:id="TabColMontantPaiement" maxWidth="-1.0" minWidth="120.0" prefWidth="120.0" text="Montant Payer" />
|
|
<TableColumn fx:id="TabColDatePaiement" maxWidth="-1.0" minWidth="120.0" prefWidth="120.0" text="Date Payer" />
|
|
<TableColumn fx:id="TabColHeurPaiement" maxWidth="-1.0" minWidth="120.0" prefWidth="120.0" text="Heur Payer" />
|
|
<TableColumn fx:id="TabColBanquePaiement" maxWidth="-1.0" minWidth="120.0" prefWidth="105.0" text="Banque" />
|
|
<TableColumn fx:id="TabColNumeroPaiement" maxWidth="-1.0" minWidth="105.0" prefWidth="105.0" text="Numéro" />
|
|
</columns>
|
|
</TableView>
|
|
</children>
|
|
</AnchorPane>
|
|
</content>
|
|
</Tab>
|
|
</tabs>
|
|
</TabPane>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|