539 lines
35 KiB
XML
539 lines
35 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.ProgressBar?>
|
|
<?import javafx.scene.control.RadioButton?>
|
|
<?import javafx.scene.control.Separator?>
|
|
<?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.Circle?>
|
|
<?import javafx.scene.shape.Line?>
|
|
<?import javafx.scene.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<AnchorPane fx:id="PaneStep3FactureClt" 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:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/13" fx:controller="Controllers.VenteRapideClt.Step3FactureCltController">
|
|
<children>
|
|
<Pane fx:id="TitrePane" layoutX="30.0" layoutY="30.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="Vente Rapide">
|
|
<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="Créer une Facture">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Pane>
|
|
<AnchorPane layoutX="34.0" layoutY="88.0" prefHeight="101.0" prefWidth="776.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="50.0">
|
|
<children>
|
|
<ProgressBar layoutX="85.0" layoutY="61.0" prefHeight="18.0" prefWidth="627.0" progress="0.76" AnchorPane.leftAnchor="50.0" AnchorPane.rightAnchor="80.0" />
|
|
<GridPane layoutX="31.0" layoutY="10.0" prefHeight="74.0" prefWidth="717.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
|
<children>
|
|
<Group>
|
|
<children>
|
|
<Group layoutX="89.0" layoutY="-96.0">
|
|
<children>
|
|
<Circle fill="#5fc65f" layoutX="51.0" layoutY="161.0" radius="17.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="100.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Commande">
|
|
<font>
|
|
<Font name="Arial Bold" size="16.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="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="110.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Facture">
|
|
<font>
|
|
<Font name="Arial Bold" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text layoutX="112.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>
|
|
<Group GridPane.columnIndex="6">
|
|
<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 Vente">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text layoutX="113.0" layoutY="23.0" strokeType="OUTSIDE" strokeWidth="0.0" text="étape 4">
|
|
<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="100.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Bon Livraison">
|
|
<font>
|
|
<Font name="Arial Bold" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text layoutX="125.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>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" minWidth="10.0" prefWidth="133.0" />
|
|
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" minWidth="90.0" prefWidth="100.0" />
|
|
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" minWidth="115.0" prefWidth="143.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="83.0" prefWidth="83.0" />
|
|
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" minWidth="10.0" prefWidth="113.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="61.0" />
|
|
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" minWidth="150.0" prefWidth="173.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<StackPane layoutX="112.0" layoutY="179.0" prefHeight="52.0" prefWidth="756.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="140.0">
|
|
<children>
|
|
<Group>
|
|
<children>
|
|
<Button layoutX="398.0" layoutY="159.0" mnemonicParsing="false" onAction="#NextFactureCltButtonAction" prefHeight="35.0" prefWidth="120.0" styleClass="btn-primary" text="Suivant" />
|
|
<Button layoutX="318.0" layoutY="164.0" mnemonicParsing="false" onAction="#LastFactureCltButtonAction" styleClass="btn-default" text="Précédent" />
|
|
</children>
|
|
</Group>
|
|
</children>
|
|
</StackPane>
|
|
<Separator layoutX="50.0" layoutY="235.0" prefWidth="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="200.0" />
|
|
<AnchorPane layoutX="40.0" layoutY="213.0" prefHeight="439.0" prefWidth="796.0" style="-fx-border-color: #428BCA;" visible="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="200.0" />
|
|
<GridPane layoutX="8.0" layoutY="215.0" prefHeight="52.0" prefWidth="756.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type de paiement:">
|
|
<font>
|
|
<Font name="Arial Bold" size="19.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextNetaPayer" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7">
|
|
<font>
|
|
<Font name="Arial" size="19.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="Monprofilenomprenom" fill="#478fca" strokeType="OUTSIDE" strokeWidth="0.0" text="Net A Payer:" wrappingWidth="121.5185546875" GridPane.columnIndex="6">
|
|
<font>
|
|
<Font name="Arial" size="21.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextTypeRegement" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2">
|
|
<font>
|
|
<Font name="Arial Bold" size="18.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="180.0" minWidth="170.0" prefWidth="170.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="5.0" minWidth="5.0" prefWidth="5.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="175.0" minWidth="100.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="200.0" minWidth="80.0" prefWidth="80.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="80.0" prefWidth="80.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="120.0" minWidth="120.0" prefWidth="120.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="180.0" minWidth="160.0" prefWidth="160.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<AnchorPane fx:id="PaneTypeReglementComptant" prefHeight="200.0" prefWidth="200.0" style="-fx-border-color: #e0e0e0; -fx-border-radius: 5px 5px 0px 0px;" AnchorPane.bottomAnchor="15.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="268.0">
|
|
<children>
|
|
<GridPane layoutX="20.0" layoutY="14.0" prefHeight="38.0" prefWidth="576.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Payer Par:">
|
|
<font>
|
|
<Font name="Arial Bold" size="19.0" />
|
|
</font>
|
|
</Text>
|
|
<Group GridPane.columnIndex="1">
|
|
<children>
|
|
<RadioButton layoutX="431.0" layoutY="338.0" mnemonicParsing="false" onAction="#RadioCarteAction" text="Carte électronique">
|
|
<font>
|
|
<Font name="Arial Bold" size="15.0" />
|
|
</font>
|
|
<toggleGroup>
|
|
<ToggleGroup fx:id="payer" />
|
|
</toggleGroup>
|
|
</RadioButton>
|
|
<RadioButton layoutX="296.0" layoutY="338.0" mnemonicParsing="false" onAction="#RadioChequeAction" text="Chèque" toggleGroup="$payer">
|
|
<font>
|
|
<Font name="Arial Bold" size="15.0" />
|
|
</font>
|
|
</RadioButton>
|
|
<RadioButton layoutX="155.0" layoutY="338.0" mnemonicParsing="false" onAction="#RadioEspaceAction" selected="true" text="Espèce" toggleGroup="$payer">
|
|
<font>
|
|
<Font name="Arial Bold" size="15.0" />
|
|
</font>
|
|
</RadioButton>
|
|
</children>
|
|
</Group>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="320.0" minWidth="10.0" prefWidth="104.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="519.0" minWidth="10.0" prefWidth="472.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<AnchorPane fx:id="PaneCheque" layoutX="20.0" layoutY="65.0" prefHeight="226.0" prefWidth="711.0" style="-fx-border-color: #428BCA;" visible="false" AnchorPane.leftAnchor="19.0" AnchorPane.topAnchor="64.0">
|
|
<children>
|
|
<GridPane layoutX="26.0" layoutY="8.0" prefHeight="217.0" prefWidth="548.0" AnchorPane.leftAnchor="25.0" AnchorPane.topAnchor="7.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Chéque" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Complé" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Chéque" GridPane.rowIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="FactureCltChequeNomBanque" prefHeight="30.0" GridPane.columnIndex="1" />
|
|
<TextField fx:id="FactureCltChequeNumero" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
|
|
<TextField fx:id="FactureCltChequeNomComple" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
|
|
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="3">
|
|
<children>
|
|
<DatePicker fx:id="FactureCltChequeDatePaiement" layoutY="12.0" prefHeight="30.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<Text fx:id="MsgCltChequeNumero" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="MsgCltChequeNomBanque" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="MsgCltChequeNomComple" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="MsgCltChequeDatePaiement" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="3">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="132.0" minWidth="10.0" prefWidth="126.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="250.0" prefWidth="250.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="200.0" minWidth="150.0" prefWidth="150.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane fx:id="PaneCarte" layoutX="22.0" layoutY="67.0" prefHeight="225.0" prefWidth="711.0" style="-fx-border-color: #428BCA;" visible="false" AnchorPane.leftAnchor="21.0" AnchorPane.topAnchor="66.0">
|
|
<children>
|
|
<GridPane layoutX="27.2" layoutY="33.2" prefHeight="165.0" prefWidth="683.0" AnchorPane.leftAnchor="26.0" AnchorPane.rightAnchor="2.0" AnchorPane.topAnchor="32.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque:" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro sur la Carte:" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Complé:" GridPane.rowIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldCarteNomBanque" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
|
|
<TextField fx:id="TextFieldCarteNumero" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
|
|
<TextField fx:id="TextFieldCarteNomComplet" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro duTransaction:">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldCarteNumeroTransation" prefHeight="30.0" GridPane.columnIndex="1" />
|
|
<Text fx:id="MsgCltCarteNumeroTransation" fill="#ec0630" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="3">
|
|
<font>
|
|
<Font name="Arial Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="MsgCltCarteNumeroCarte" fill="#ec0630" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="3" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="Arial Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="176.5999755859375" minWidth="10.0" prefWidth="167.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="159.4000244140625" prefWidth="266.59996337890624" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="18.200036621093773" prefWidth="18.200036621093773" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="159.4000244140625" prefWidth="226.9999572753906" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane fx:id="PaneTypeReglementFacilite" layoutX="14.0" layoutY="295.0" prefHeight="200.0" prefWidth="200.0" style="-fx-border-color: #e0e0e0; -fx-border-radius: 5px 5px 0px 0px;" visible="false" AnchorPane.bottomAnchor="15.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="268.0">
|
|
<children>
|
|
<GridPane layoutX="14.0" layoutY="25.0" prefHeight="52.0" prefWidth="627.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Avance:">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldAvance" alignment="CENTER" prefHeight="30.0" GridPane.columnIndex="1" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nbr Traite:" GridPane.columnIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldNbrTraite" alignment="CENTER" prefHeight="30.0" GridPane.columnIndex="4" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Taux d'intérêt" GridPane.columnIndex="6">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldTauxIntere" alignment="CENTER" prefHeight="30.0" promptText="\%" GridPane.columnIndex="7" />
|
|
<Text fx:id="TextAvance" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextNbrTraite" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextTauxIntere" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="231.0" minWidth="10.0" prefWidth="55.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="30.0" minWidth="30.0" prefWidth="30.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="241.0" minWidth="10.0" prefWidth="74.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="30.0" minWidth="30.0" prefWidth="30.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="241.0" minWidth="10.0" prefWidth="90.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="36.0" minHeight="10.0" prefHeight="36.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="25.0" minHeight="10.0" prefHeight="23.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<Button layoutX="667.0" layoutY="25.0" mnemonicParsing="false" onAction="#FactureCltAjouterTraitementButtonAction" prefHeight="30.0" prefWidth="84.0" styleClass="btn-success" text="Valider" />
|
|
<GridPane layoutX="17.0" layoutY="77.0" prefHeight="27.0" prefWidth="711.0">
|
|
<children>
|
|
<Text fx:id="TextMontant_Traite" strokeType="OUTSIDE" strokeWidth="0.0" text="Total Montant Traite:" visible="false" GridPane.columnIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextMontant_Interet" strokeType="OUTSIDE" strokeWidth="0.0" text="Montant d'intérêt:" visible="false" GridPane.columnIndex="6">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextMontantTraite" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4">
|
|
<font>
|
|
<Font name="Arial Bold" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextMontantInteret" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7">
|
|
<font>
|
|
<Font name="Arial Bold" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
<RadioButton mnemonicParsing="false" onAction="#FactureCltAjouterTraiteButtonAction" selected="true" text="Traite">
|
|
<font>
|
|
<Font name="System Bold" size="15.0" />
|
|
</font>
|
|
<toggleGroup>
|
|
<ToggleGroup fx:id="Paiement2" />
|
|
</toggleGroup>
|
|
</RadioButton>
|
|
<RadioButton mnemonicParsing="false" onAction="#FactureCltAjouterChequeButtonAction" text="Chèque" toggleGroup="$Paiement2" GridPane.columnIndex="1">
|
|
<font>
|
|
<Font name="System Bold" size="15.0" />
|
|
</font>
|
|
</RadioButton>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="140.0" minWidth="140.0" prefWidth="140.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="50.0" minWidth="50.0" prefWidth="50.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="136.0" minWidth="10.0" prefWidth="119.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<AnchorPane id="AnchorPane" fx:id="PaneTableViewCheque" layoutX="14.0" layoutY="129.0" maxHeight="220.0" maxWidth="766.0" minHeight="203.0" minWidth="736.0" prefHeight="203.0" prefWidth="744.0" styleClass="panel-bleu" visible="false" AnchorPane.bottomAnchor="20.0" AnchorPane.leftAnchor="10.0" AnchorPane.topAnchor="120.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="TableViewListeCheque" 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="TabColDateCheque" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Date" />
|
|
<TableColumn fx:id="TabColNumeroCheque" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Numéro Chéque" />
|
|
<TableColumn fx:id="TabColBanqueCheque" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Banque" />
|
|
<TableColumn fx:id="TabColMontantCheque" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Montant" />
|
|
</columns>
|
|
</TableView>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane id="AnchorPane" fx:id="PaneTableViewTraite" layoutX="11.0" layoutY="122.0" maxHeight="220.0" maxWidth="766.0" minHeight="203.0" minWidth="742.0" prefHeight="203.0" prefWidth="742.0" styleClass="panel-bleu" visible="false" AnchorPane.bottomAnchor="20.0" AnchorPane.leftAnchor="10.0" AnchorPane.topAnchor="120.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="TableViewListeTraite" 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="TabColDateTraite" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Date" />
|
|
<TableColumn fx:id="TabColMontantTraite" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Montant" />
|
|
</columns>
|
|
</TableView>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|