first commit
This commit is contained in:
214
target/classes/Views/BonReceptionFrs/BonReceptionAjouterFrs.fxml
Normal file
214
target/classes/Views/BonReceptionFrs/BonReceptionAjouterFrs.fxml
Normal file
@@ -0,0 +1,214 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.ChoiceBox?>
|
||||
<?import javafx.scene.control.DatePicker?>
|
||||
<?import javafx.scene.control.ProgressIndicator?>
|
||||
<?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.Line?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" fx:id="PaneBonReceptionAjouterFrs" 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/22" fx:controller="Controllers.BonReceptionFrs.BonReceptionAjouterFrsController">
|
||||
<children>
|
||||
<Pane fx:id="TitrePane" layoutY="7.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="Bon de Réception">
|
||||
<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 / Ajouter">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<Button fx:id="ButtonBonReceptionAjouter" layoutX="10.0" layoutY="72.0" mnemonicParsing="false" prefHeight="35.0" prefWidth="230.0" styleClass="btn-success" text="Enregister La Bon de Réception" />
|
||||
<GridPane layoutX="640.0" layoutY="69.0" prefHeight="60.0" prefWidth="141.0" AnchorPane.rightAnchor="15.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Net A Payer">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="NetAPayer" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="150.0" minWidth="10.0" prefWidth="147.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
<AnchorPane layoutX="10.0" layoutY="132.0" prefHeight="160.0" prefWidth="770.0" styleClass="panel-default" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="132.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="14.0" layoutY="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information Bon de Réception">
|
||||
<font>
|
||||
<Font name="System Bold" size="14.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<GridPane layoutX="11.0" layoutY="57.0" prefHeight="91.0" prefWidth="752.0" AnchorPane.bottomAnchor="14.0" AnchorPane.leftAnchor="11.0" AnchorPane.rightAnchor="11.0" AnchorPane.topAnchor="57.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Fournissueur" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Transporteur" GridPane.columnIndex="6">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Heur Réception" GridPane.columnIndex="3" GridPane.rowIndex="3">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Local Réception" GridPane.columnIndex="6" GridPane.rowIndex="3">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Réception" GridPane.rowIndex="3">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldNumero" prefHeight="30.0" prefWidth="70.0" GridPane.columnIndex="1" />
|
||||
<TextField fx:id="TextFieldFournisseur" prefHeight="30.0" prefWidth="70.0" GridPane.columnIndex="4" />
|
||||
<TextField fx:id="TextFieldTransporteur" prefHeight="30.0" prefWidth="70.0" GridPane.columnIndex="7" />
|
||||
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="3">
|
||||
<children>
|
||||
<DatePicker fx:id="DatePickerDateReception" layoutX="-38.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="TextFieldHeur" prefHeight="30.0" prefWidth="70.0" promptText="00:00" GridPane.columnIndex="4" GridPane.rowIndex="3" />
|
||||
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7" GridPane.rowIndex="3">
|
||||
<children>
|
||||
<ChoiceBox fx:id="ChoiceBoxLocalReception" layoutX="3.0" layoutY="-2.0" prefWidth="150.0" styleClass="liste-select" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<Text fx:id="TextNumero" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextFournisseur" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDateReception" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="4">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextHeur" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="4">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextLocalReception" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="4">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="85.0" prefWidth="85.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="85.0" prefWidth="85.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="150.0" prefWidth="150.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<StackPane layoutX="76.0" layoutY="332.0" prefHeight="35.0" prefWidth="665.0" AnchorPane.leftAnchor="76.0" AnchorPane.rightAnchor="76.0">
|
||||
<children>
|
||||
<Button fx:id="RechercheProduit" mnemonicParsing="false" onAction="#RechercheProduitButtonAction" prefHeight="35.0" prefWidth="180.0" styleClass="btn-black" text="Rechercher Produit" />
|
||||
</children>
|
||||
</StackPane>
|
||||
<Button layoutX="14.0" layoutY="334.0" minHeight="-Infinity" minWidth="-Infinity" mnemonicParsing="false" onAction="#AddLigneButtonAction" prefHeight="30.0" prefWidth="30.0" styleClass="btn-black" text="+">
|
||||
<font>
|
||||
<Font size="13.0" />
|
||||
</font>
|
||||
</Button>
|
||||
<AnchorPane id="AnchorPane" layoutX="10.0" layoutY="370.0" prefHeight="258.0" prefWidth="776.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="374.0">
|
||||
<children>
|
||||
<AnchorPane prefHeight="30.0" prefWidth="600.0" styleClass="panel-bleu-titre" AnchorPane.leftAnchor="1.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 Produits">
|
||||
<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="TableViewListeProduit" 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="TabColReference" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Référence" />
|
||||
<TableColumn fx:id="TabColDesignaton" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColQuantite" maxWidth="225.0" minWidth="75.0" prefWidth="75.0" text="Quantité" />
|
||||
<TableColumn fx:id="TabColPrixHT" maxWidth="222.0" minWidth="74.0" prefWidth="74.0" text="P.U.H.T" />
|
||||
<TableColumn fx:id="TabColTotalHT" maxWidth="210.0" minWidth="70.0" prefWidth="70.0" text="Total H.T" />
|
||||
<TableColumn fx:id="TabColTVA" maxWidth="132.0" minWidth="44.0" prefWidth="44.0" text="TVA" />
|
||||
<TableColumn fx:id="TabColTotalTTC" maxWidth="261.0" minWidth="87.0" prefWidth="87.0" text="Total TTC" />
|
||||
<TableColumn fx:id="TabColAddAction" maxWidth="180.0" minWidth="59.0" prefWidth="59.0" text="Action" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<ProgressIndicator fx:id="ProgressIndicatorSaveBonReception" layoutX="110.0" layoutY="75.0" prefHeight="30.0" prefWidth="30.0" styleClass="ProgressIndicator-Default" visible="false" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
342
target/classes/Views/BonReceptionFrs/BonReceptionDetailFrs.fxml
Normal file
342
target/classes/Views/BonReceptionFrs/BonReceptionDetailFrs.fxml
Normal file
@@ -0,0 +1,342 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.ProgressIndicator?>
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.image.Image?>
|
||||
<?import javafx.scene.image.ImageView?>
|
||||
<?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.layout.VBox?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" fx:id="PaneBonReceptionGestion" 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.BonReceptionFrs.BonReceptionDetailFrsController">
|
||||
<children>
|
||||
<Pane fx:id="TitrePane" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="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="Bon de Réception ">
|
||||
<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 / Bon de Réception / Détail">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<AnchorPane fx:id="AnchorPaneLoading" layoutY="50.0" minHeight="592.0" minWidth="796.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="PaneBonReceptionDetailFrs" layoutY="51.0" prefHeight="591.0" prefWidth="796.0" visible="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="50.0">
|
||||
<children>
|
||||
<AnchorPane fx:id="PaneSucessFrs" layoutX="15.0" layoutY="8.0" prefHeight="58.0" prefWidth="766.0" style="-fx-background-color: #d0f8d5;" visible="false" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0">
|
||||
<children>
|
||||
<Pane layoutY="-7.0" prefHeight="91.0" prefWidth="5.0" style="-fx-background-color: #35aa47;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
||||
<AnchorPane fx:id="AnchorPaneSucces" layoutX="15.0" layoutY="6.0" prefHeight="40.0" prefWidth="47.0" style="-fx-background-color: #35aa47; -fx-background-radius: 5; -fx-border-color: #2ECC71; -fx-border-radius: 5;" AnchorPane.leftAnchor="15.0">
|
||||
<children>
|
||||
<ImageView fitHeight="29.0" fitWidth="35.0" layoutX="7.0" layoutY="4.0">
|
||||
<image>
|
||||
<Image url="@../../Public/icon/icon-success.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<Text fx:id="TextSucces" fill="#197926" layoutX="72.0" layoutY="37.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Succès:">
|
||||
<font>
|
||||
<Font name="Arial" size="29.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDescSucces" fill="#0e5416" layoutX="184.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="La bon de réception à été créer avec succées" wrappingWidth="361.65625">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<AnchorPane fx:id="AnchorPaneDetailInformation" layoutY="74.0" prefHeight="503.0" prefWidth="766.0" style="-fx-border-color: #337ab7; -fx-border-radius: 10 10 0 0;" AnchorPane.bottomAnchor="15.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="70.0">
|
||||
<children>
|
||||
<AnchorPane layoutX="2.0" layoutY="1.0" prefHeight="30.0" prefWidth="764.0" style="-fx-background-color: #337ab7; -fx-background-radius: 10 10 0 0;" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="39.0" layoutY="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Détail Information">
|
||||
<font>
|
||||
<Font name="System Bold" size="14.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<ImageView fitHeight="18.0" fitWidth="18.0" layoutX="13.0" layoutY="7.0">
|
||||
<image>
|
||||
<Image url="@../../Public/icon/iconedit.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<GridPane layoutX="28.0" layoutY="60.0" prefHeight="58.0" prefWidth="712.0" AnchorPane.leftAnchor="27.0" AnchorPane.rightAnchor="27.0" AnchorPane.topAnchor="59.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Réception:" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Heur Réception:" GridPane.columnIndex="6">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="3" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="DevisReglement" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDateReception" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="4">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextHeurReception" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="7">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Local de Réception:" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Transporteur:" GridPane.columnIndex="3" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro:">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextLocalReception" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextTransporteur" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextNumero" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Profile:" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextProfile" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="7" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="125.0" minWidth="81.0" prefWidth="125.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="134.0" minWidth="91.0" prefWidth="91.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="25.0" prefWidth="25.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="126.0" minWidth="100.0" prefWidth="100.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="136.0" minWidth="110.0" prefWidth="136.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="25.0" prefWidth="25.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="103.0" minWidth="75.0" prefWidth="103.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="134.0" minWidth="111.0" prefWidth="111.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
<Text fill="#0665ae" layoutX="14.0" layoutY="55.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Bon de Réception">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fill="#0665ae" layoutX="12.0" layoutY="143.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fournisseur">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<GridPane layoutX="25.0" layoutY="146.0" prefHeight="59.0" prefWidth="744.0" AnchorPane.leftAnchor="25.0" AnchorPane.rightAnchor="25.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Spécialité:" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="DevisTextPrenom" strokeType="OUTSIDE" strokeWidth="0.0" text="Formes:" GridPane.columnIndex="6">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse:" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Télé 1:" GridPane.columnIndex="3" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Télé 2:" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom:">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextNomFrs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextAdresseFrs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextSpecialiteFrs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="4">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextTele1Frs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextFormesFrs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="7">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextTele2Frs" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="7" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="DevisTextMatricule" strokeType="OUTSIDE" strokeWidth="0.0" text="Matricule:" visible="false" GridPane.columnIndex="6">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="81.0" minWidth="40.0" prefWidth="55.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="186.0" minWidth="139.0" prefWidth="170.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="25.0" prefWidth="25.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="126.0" minWidth="68.0" prefWidth="68.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="161.0" minWidth="100.0" prefWidth="161.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="25.0" prefWidth="25.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="75.0" minWidth="50.0" prefWidth="50.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="166.0" minWidth="139.0" prefWidth="166.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
<AnchorPane id="AnchorPane" layoutX="16.0" layoutY="289.0" prefHeight="200.0" prefWidth="736.0" style="-fx-border-color: #35aa47;" styleClass="panel-bleu" AnchorPane.bottomAnchor="15.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="288.0">
|
||||
<children>
|
||||
<TableView fx:id="TableViewListeProduit" layoutX="2.0" layoutY="14.0" prefHeight="200.0" prefWidth="734.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="1.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="0.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColReference" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Référence" />
|
||||
<TableColumn fx:id="TabColDesignation" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColQuantite" maxWidth="225.0" minWidth="75.0" prefWidth="75.0" text="Quantité" />
|
||||
<TableColumn fx:id="TabColPrixHT" maxWidth="222.0" minWidth="74.0" prefWidth="74.0" text="P.U.H.T" />
|
||||
<TableColumn fx:id="TabColTotalHT" maxWidth="210.0" minWidth="70.0" prefWidth="70.0" text="Total H.T" />
|
||||
<TableColumn fx:id="TabColTVA" maxWidth="132.0" minWidth="44.0" prefWidth="44.0" text="TVA" />
|
||||
<TableColumn fx:id="TabColTotalTTC" maxWidth="261.0" minWidth="87.0" prefWidth="87.0" text="Total TTC" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<VBox layoutX="655.765625" layoutY="211.0" />
|
||||
<GridPane layoutX="616.0" layoutY="211.0" prefHeight="60.0" prefWidth="136.0" AnchorPane.rightAnchor="14.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" valignment="CENTER" vgrow="SOMETIMES" />
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" valignment="CENTER" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Text fill="#0665ae" strokeType="OUTSIDE" strokeWidth="0.0" text="Total TTC">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextNetPayer" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" textAlignment="CENTER" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</GridPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
246
target/classes/Views/BonReceptionFrs/BonReceptionGestionFrs.fxml
Normal file
246
target/classes/Views/BonReceptionFrs/BonReceptionGestionFrs.fxml
Normal file
@@ -0,0 +1,246 @@
|
||||
<?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.ProgressIndicator?>
|
||||
<?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 id="AnchorPane" fx:id="PaneBonReceptionGestion" 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.BonReceptionFrs.BonReceptionGestionFrsController">
|
||||
<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="Bon Réception">
|
||||
<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="ProgressBarBonReceptionFrs" layoutY="52.0" prefHeight="5.0" prefWidth="795.0" scaleShape="false" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
||||
<Button layoutX="15.0" layoutY="67.0" mnemonicParsing="false" onAction="#BonReceptionAjouterFrsButtonAction" prefHeight="35.0" prefWidth="210.0" styleClass="btn-black" text="Ajouter Bon de Réception" />
|
||||
<AnchorPane layoutX="15.0" layoutY="119.0" prefHeight="129.0" prefWidth="766.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="ButtonSearchBonReceptionFrs" mnemonicParsing="false" prefHeight="30.0" prefWidth="162.0" styleClass="btn-icon-search" text="Filtre de recherche">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Button>
|
||||
</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">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Fournissueur" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Transporteur" GridPane.columnIndex="6">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Facture" GridPane.columnIndex="3" GridPane.rowIndex="2">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Local Réception" GridPane.columnIndex="6" GridPane.rowIndex="2">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Réception" GridPane.rowIndex="2">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldNumero" prefHeight="30.0" prefWidth="70.0" GridPane.columnIndex="1" />
|
||||
<TextField fx:id="TextFieldFournisseur" prefHeight="30.0" prefWidth="70.0" GridPane.columnIndex="4" />
|
||||
<TextField fx:id="TextFieldTransporteur" prefHeight="30.0" prefWidth="70.0" GridPane.columnIndex="7" />
|
||||
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="2">
|
||||
<children>
|
||||
<DatePicker fx:id="DatePickerDateReception" layoutX="-38.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="TextFieldFacture" prefHeight="30.0" prefWidth="70.0" GridPane.columnIndex="4" GridPane.rowIndex="2" />
|
||||
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7" GridPane.rowIndex="2">
|
||||
<children>
|
||||
<ChoiceBox fx:id="ChoiceBoxLocalReception" layoutX="3.0" layoutY="-2.0" prefWidth="150.0" styleClass="liste-select" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="85.0" prefWidth="85.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="85.0" prefWidth="85.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="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="15.0" layoutY="265.0" prefHeight="367.0" prefWidth="776.0" styleClass="panel-success" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="265.0">
|
||||
<children>
|
||||
<AnchorPane prefHeight="35.0" prefWidth="600.0" styleClass="panel-success-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 Bon de Réception">
|
||||
<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 fx:id="PaneProgressBonReception" prefHeight="200.0" prefWidth="200.0" visible="false" AnchorPane.bottomAnchor="40.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0">
|
||||
<children>
|
||||
<ProgressIndicator prefHeight="129.0" prefWidth="272.0" AnchorPane.bottomAnchor="80.0" AnchorPane.leftAnchor="252.0" AnchorPane.rightAnchor="252.0" AnchorPane.topAnchor="80.0" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<TableView fx:id="TableViewBonReceptionGestion" 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="TabColNumero" maxWidth="300.0" minWidth="80.0" text="Numéro" />
|
||||
<TableColumn fx:id="TabColFournisseur" maxWidth="300.0" minWidth="110.0" prefWidth="110.0" text="Fourniseur" />
|
||||
<TableColumn fx:id="TabColDate" maxWidth="300.0" minWidth="90.0" prefWidth="90.0" text="Date" />
|
||||
<TableColumn fx:id="TabColHeur" maxWidth="200.0" minWidth="80.0" text="Heur" />
|
||||
<TableColumn fx:id="TabColLocalReception" maxWidth="300.0" minWidth="130.0" prefWidth="130.0" text="Local réception" />
|
||||
<TableColumn fx:id="TabColTransporteur" maxWidth="300.0" minWidth="120.0" prefWidth="120.0" text="Transporteur" />
|
||||
<TableColumn fx:id="TabColFacture" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Facture" />
|
||||
<TableColumn fx:id="TabColDetail" maxWidth="150.0" minWidth="60.0" prefWidth="60.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;" text="0" textFill="WHITE">
|
||||
<font>
|
||||
<Font name="Arial 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 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" 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>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
Reference in New Issue
Block a user