Files
PowerPME_maven/target/classes/Views/BonLivraisonClt/BonLivraisonCltAjouterEtape2.fxml
2025-10-30 13:23:53 +01:00

414 lines
28 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.collections.*?>
<?import javafx.scene.web.*?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane fx:id="AnchorPaneBLCltAjouterEtape2" 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.BonLivraisonClt.BonLivraisonCltAjouterEtape2Controller">
<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 Livraison">
<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="Nouveau Bon de livraison">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<AnchorPane layoutX="10.0" layoutY="52.0" prefHeight="101.0" prefWidth="776.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
<children>
<ProgressBar layoutX="76.0" layoutY="61.0" prefHeight="18.0" prefWidth="600.0" progress="0.55" AnchorPane.leftAnchor="76.0" AnchorPane.rightAnchor="100.0" />
<GridPane layoutX="7.0" layoutY="10.0" prefHeight="74.0" prefWidth="741.0" AnchorPane.leftAnchor="7.0" AnchorPane.rightAnchor="28.0">
<children>
<Group>
<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="71.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Sectionnner une Commande">
<font>
<Font name="Arial" size="14.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="2">
<children>
<Group layoutX="112.0" layoutY="-95.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="107.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Création Bon Livraison">
<font>
<Font name="Arial Bold" size="14.0" />
</font>
</Text>
<Text layoutX="143.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>
<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="67.0" layoutY="43.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Enregistrer Bon Livraison">
<font>
<Font name="Arial" size="14.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>
</children>
<columnConstraints>
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="154.0" minWidth="10.0" prefWidth="146.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="150.0" prefWidth="150.0" />
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="154.0" minWidth="10.0" prefWidth="154.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="121.0" />
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="170.0" minWidth="150.0" prefWidth="144.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<Separator layoutX="10.0" layoutY="155.0" prefWidth="200.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" />
<Button layoutX="14.0" layoutY="165.0" mnemonicParsing="false" onAction="#CreateBonLivraisonCltButtonAction" prefHeight="35.0" prefWidth="127.0" styleClass="btn-black" text="Valider" />
<TabPane layoutX="14.0" layoutY="214.0" prefHeight="156.0" prefWidth="776.0" styleClass="Table-Pane" tabClosingPolicy="UNAVAILABLE" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
<tabs>
<Tab text="Détail Bon de Livraison">
<content>
<AnchorPane prefHeight="200.0" prefWidth="200.0">
<children>
<GridPane layoutY="10.0" prefHeight="74.0" prefWidth="756.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
<children>
<Text fx:id="TextPrenom" strokeType="OUTSIDE" strokeWidth="0.0" text="Date de livraison" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Num Télé 2" GridPane.columnIndex="3" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Heur de livraison">
<font>
<Font name="Arial" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Num Télé 1" GridPane.columnIndex="3">
<font>
<Font name="Arial" size="13.0" />
</font>
</Text>
<TextField fx:id="TextFieldHeurLivraison" prefHeight="30.0" prefWidth="122.0" promptText="00:00" text="00:00" GridPane.columnIndex="1" />
<TextField fx:id="TextFieldNumTele1" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="4" />
<TextField fx:id="TextFieldTransporteur" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="7" />
<Text fx:id="CltExistNom" strokeType="OUTSIDE" strokeWidth="0.0" visible="false" GridPane.columnIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="CltExistPrenom" strokeType="OUTSIDE" strokeWidth="0.0" visible="false" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="CltExistTELE1" strokeType="OUTSIDE" strokeWidth="0.0" visible="false" GridPane.columnIndex="4">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="CltExistTELE2" strokeType="OUTSIDE" strokeWidth="0.0" visible="false" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextMatricule" strokeType="OUTSIDE" strokeWidth="0.0" text="Matricule" visible="false" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Transporteur" GridPane.columnIndex="6">
<font>
<Font name="Arial" size="13.0" />
</font>
</Text>
<TextField fx:id="TextFieldNumTele2" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="1" />
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<children>
<DatePicker fx:id="DatePickerDateLivraison" layoutX="-16.0" layoutY="15.0" prefHeight="30.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
</children>
</AnchorPane>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="125.0" minWidth="85.0" prefWidth="125.0" />
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" minWidth="130.0" prefWidth="130.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="75.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="130.0" prefWidth="130.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="75.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="130.0" prefWidth="130.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="53.0" minHeight="35.0" prefHeight="41.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="97.0" minHeight="35.0" prefHeight="43.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
</content>
</Tab>
<Tab text="Détail Client">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="447.0" prefWidth="796.0">
<children>
<GridPane prefHeight="108.0" prefWidth="762.0" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="10.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom:" GridPane.columnIndex="2">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TxtPrenom" strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom:" GridPane.columnIndex="4">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TxtDateNaissance" strokeType="OUTSIDE" strokeWidth="0.0" text="Date Naissonce:" GridPane.columnIndex="6" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="TELE 1:" GridPane.columnIndex="2" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextCode" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TextCltExistCode" strokeType="OUTSIDE" strokeWidth="0.0" text="Code" visible="false">
<font>
<Font name="Arial" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type:" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse:" GridPane.columnIndex="6">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="TELE 2:" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code:">
<font>
<Font name="Arial Bold" size="13.0" />
</font>
</Text>
<Text fx:id="TextType" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TextNom" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="3">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TextTele1" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="3" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TextPrenom" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="5">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TextTele2" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="5" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TextDateNaissance" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TextAdresse" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="45.0" minWidth="45.0" prefWidth="45.0" />
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" minWidth="110.0" prefWidth="110.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="60.0" minWidth="60.0" prefWidth="60.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="110.0" prefWidth="110.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="70.0" minWidth="70.0" prefWidth="70.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="110.0" prefWidth="110.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="120.0" minWidth="110.0" prefWidth="120.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="180.0" prefWidth="180.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="71.0" minHeight="30.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="65.0" minHeight="10.0" prefHeight="63.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
</content>
</Tab>
<Tab text="Détail de Livraison">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="447.0" prefWidth="796.0">
<children>
<SplitPane dividerPositions="0.5" layoutX="101.0" layoutY="2.0" prefHeight="101.0" prefWidth="200.0" style="-fx-border-color: #FFFFFF;" styleClass="deleteligne" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="5.0">
<items>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0" style="-fx-background-color: #FFFFFF;">
<children>
<GridPane layoutX="14.0" layoutY="9.0" prefHeight="87.0" prefWidth="289.0" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="70.0" AnchorPane.topAnchor="10.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="107.0" minWidth="100.0" prefWidth="107.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="182.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Frais de transport">
<font>
<Font name="Arial" size="13.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Poid Produit" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="13.0" />
</font>
</Text>
<TextField fx:id="TextFieldFraisTransport" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="1" />
<TextField fx:id="TextFieldPoidProduit" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
</children>
</GridPane>
</children>
</AnchorPane>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0" style="-fx-background-color: #FFFFFF;">
<children>
<Text layoutX="7.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Adress de Livraison">
<font>
<Font name="Arial" size="13.0" />
</font>
</Text>
<TextArea fx:id="TextAreaAdressLivraison" layoutX="138.0" layoutY="10.0" prefHeight="87.0" prefWidth="236.0" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="130.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="5.0" />
</children>
</AnchorPane>
</items>
</SplitPane>
</children>
</AnchorPane>
</content>
</Tab>
</tabs>
</TabPane>
<AnchorPane id="AnchorPane" layoutX="10.0" layoutY="382.0" prefHeight="251.0" prefWidth="776.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="380.0">
<children>
<AnchorPane prefHeight="35.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="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="TableViewBonLivraisonCltProduitList" editable="true" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="35.0">
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
<columns>
<TableColumn fx:id="TabColReference" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Référence" />
<TableColumn fx:id="TabColDesignation" maxWidth="400.0" minWidth="150.0" prefWidth="160.0" text="Désignation" />
<TableColumn fx:id="TabColMarque" maxWidth="200.0" minWidth="100.0" prefWidth="100.0" text="Marque" />
<TableColumn fx:id="TabColCategorie" maxWidth="200.0" minWidth="100.0" prefWidth="120.0" text="Catégorie" />
<TableColumn fx:id="TabColProdDisponible" maxWidth="120.0" minWidth="100.0" prefWidth="110.0" text="Disponible" />
<TableColumn fx:id="TabColQuantite" maxWidth="100.0" minWidth="65.0" prefWidth="65.0" text="Quantité" />
<TableColumn fx:id="TabColPrixTTC" maxWidth="200.0" minWidth="70.0" prefWidth="74.0" text="Prix TTC" />
</columns>
</TableView>
</children>
</AnchorPane>
</children>
</AnchorPane>