272 lines
18 KiB
XML
272 lines
18 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.Group?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.ChoiceBox?>
|
|
<?import javafx.scene.control.DatePicker?>
|
|
<?import javafx.scene.control.ProgressBar?>
|
|
<?import javafx.scene.control.ProgressIndicator?>
|
|
<?import javafx.scene.control.Separator?>
|
|
<?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.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<AnchorPane id="AnchorPane" fx:id="AnchorPaneReglementAjouter1" 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" fx:controller="Controllers.Reglement.ReglementAjouter1Controller">
|
|
<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="Réglement">
|
|
<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="Achat / Réglement / Ajouter (sélectionner les factures)">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Pane>
|
|
<AnchorPane prefHeight="101.0" prefWidth="776.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="50.0">
|
|
<children>
|
|
<ProgressBar layoutX="97.0" layoutY="61.0" prefHeight="18.0" prefWidth="599.0" progress="0.13" AnchorPane.leftAnchor="97.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="150.0" layoutY="-96.0">
|
|
<children>
|
|
<Circle fill="#5fc65f" layoutX="51.0" layoutY="161.0" radius="16.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="Sélectionner les Factures">
|
|
<font>
|
|
<Font name="Arial Bold" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text layoutX="160.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="6">
|
|
<children>
|
|
<Group layoutX="120.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 le Réglement">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text layoutX="113.0" layoutY="23.0" strokeType="OUTSIDE" strokeWidth="0.0" text="étape 3">
|
|
<font>
|
|
<Font name="Verdana" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</Group>
|
|
</children>
|
|
</Group>
|
|
<Group GridPane.columnIndex="3">
|
|
<children>
|
|
<Group layoutX="100.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="Détail Réglement">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text layoutX="130.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" maxWidth="130.0" minWidth="92.0" prefWidth="92.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="157.0" minWidth="83.0" prefWidth="157.0" />
|
|
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="101.0" minWidth="10.0" prefWidth="62.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 layoutY="133.0" prefHeight="52.0" prefWidth="743.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="133.0">
|
|
<children>
|
|
<Group>
|
|
<children>
|
|
<Button layoutX="398.0" layoutY="159.0" mnemonicParsing="false" onAction="#DetailReglementButtonAction" prefHeight="35.0" prefWidth="120.0" styleClass="btn-primary" text="Suivant" />
|
|
<Button disable="true" layoutX="318.0" layoutY="164.0" mnemonicParsing="false" styleClass="btn-default" text="Précédent" />
|
|
</children>
|
|
</Group>
|
|
</children>
|
|
</StackPane>
|
|
<Separator layoutY="186.0" prefWidth="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="186.0" />
|
|
<AnchorPane prefHeight="230.0" prefWidth="786.0" style="-fx-background-color: #FFFFFF;" styleClass="panel-default" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="195.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>
|
|
<Text fontSmoothingType="LCD" layoutX="41.0" layoutY="19.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Filtre de recherche">
|
|
<font>
|
|
<Font name="System Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
<Line layoutX="23.0" layoutY="20.0" rotate="35.0" startX="10.0" stroke="#555555" strokeWidth="2.0" />
|
|
<Circle fill="#ededed" layoutX="17.0" layoutY="13.0" radius="8.0" stroke="#555555" strokeType="INSIDE" strokeWidth="2.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<GridPane layoutX="15.0" layoutY="31.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Fournisseur" GridPane.columnIndex="2">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date" GridPane.columnIndex="6">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Local Réception" GridPane.columnIndex="4">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Net A Payer" GridPane.columnIndex="8">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldNumero" prefHeight="30.0" GridPane.rowIndex="1" />
|
|
<TextField fx:id="TextFieldFournisseu" prefHeight="30.0" GridPane.columnIndex="2" GridPane.rowIndex="1" />
|
|
<AnchorPane GridPane.columnIndex="4" GridPane.rowIndex="1">
|
|
<children>
|
|
<ChoiceBox fx:id="ChoiceBoxLocalReception" prefHeight="30.0" prefWidth="150.0" styleClass="liste-select" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane prefHeight="200.0" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
|
<children>
|
|
<DatePicker fx:id="DatePickerDateReception" prefHeight="30.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<TextField fx:id="TextFieldNetAPayer" prefHeight="30.0" GridPane.columnIndex="8" GridPane.rowIndex="1" />
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="50.0" minWidth="50.0" prefWidth="50.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" minWidth="10.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="50.0" minWidth="50.0" prefWidth="50.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" minWidth="10.0" prefWidth="100.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="20.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<TableView fx:id="TableViewFactureFrs" editable="true" prefHeight="266.0" prefWidth="764.0" style="-fx-border-color: DDDDDD;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="88.0">
|
|
<columnResizePolicy>
|
|
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
|
</columnResizePolicy>
|
|
<columns>
|
|
<TableColumn fx:id="TabColNumero" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Numéro" />
|
|
<TableColumn fx:id="TabColFrs" maxWidth="400.0" minWidth="120.0" prefWidth="120.0" text="Fournisseur" />
|
|
<TableColumn fx:id="TabColLocalReception" maxWidth="400.0" minWidth="120.0" prefWidth="120.0" text="Local Réception" />
|
|
<TableColumn fx:id="TabColDate" maxWidth="200.0" minWidth="100.0" prefWidth="100.0" text="Date" />
|
|
<TableColumn fx:id="TabColNetPayer" maxWidth="300.0" minWidth="120.0" prefWidth="120.0" text="Net A Payer" />
|
|
<TableColumn fx:id="TabColDetail" maxWidth="80.0" minWidth="80.0" text="Détail" />
|
|
</columns>
|
|
</TableView>
|
|
<ProgressIndicator fx:id="ProgressFactureFrs" layoutX="367.0" layoutY="112.0" prefHeight="72.0" prefWidth="85.0" visible="false" AnchorPane.bottomAnchor="21.0" AnchorPane.leftAnchor="367.0" AnchorPane.rightAnchor="366.0" AnchorPane.topAnchor="112.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane id="AnchorPane" layoutX="14.0" layoutY="432.0" prefHeight="205.0" prefWidth="786.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="432.0">
|
|
<children>
|
|
<AnchorPane prefHeight="30.0" prefWidth="600.0" styleClass="panel-bleu-titre" AnchorPane.leftAnchor="0.1" AnchorPane.rightAnchor="0.1" AnchorPane.topAnchor="0.0">
|
|
<children>
|
|
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="17.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des Factures Fournisseur">
|
|
<font>
|
|
<Font name="Verdana Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Line endX="10.0" layoutX="10.0" layoutY="7.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
|
|
<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" />
|
|
</children>
|
|
</AnchorPane>
|
|
<TableView fx:id="TableViewSeleFactureFrs" editable="true" prefHeight="266.0" prefWidth="764.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="30.0">
|
|
<columnResizePolicy>
|
|
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
|
</columnResizePolicy>
|
|
<columns>
|
|
<TableColumn fx:id="TabColSeleNumero" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Numéro" />
|
|
<TableColumn fx:id="TabColSeleFrs" maxWidth="400.0" minWidth="120.0" prefWidth="120.0" text="Fournisseur" />
|
|
<TableColumn fx:id="TabColSeleLocalReception" maxWidth="400.0" minWidth="120.0" prefWidth="120.0" text="Local Réception" />
|
|
<TableColumn fx:id="TabColSeleDate" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" text="Date" />
|
|
<TableColumn fx:id="TabColSeleHeur" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" text="Heur" />
|
|
<TableColumn fx:id="TabColSeleNetPayer" maxWidth="300.0" minWidth="120.0" prefWidth="120.0" text="Net A Payer" />
|
|
<TableColumn fx:id="TabColSeleSupprimer" maxWidth="80.0" minWidth="80.0" text="Supprimer" />
|
|
</columns>
|
|
</TableView>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|