92 lines
6.6 KiB
XML
92 lines
6.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.control.ProgressBar?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.ComboBox?>
|
|
<?import javafx.scene.control.TableColumn?>
|
|
<?import javafx.scene.control.TableView?>
|
|
<?import javafx.scene.control.TextField?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.shape.Line?>
|
|
<?import javafx.scene.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<AnchorPane id="AnchorPane" fx:id="AnchorPaneEtatStockCategorie" prefHeight="642.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Stock.EtatStockCategorieController">
|
|
<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="Stock">
|
|
<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="Etat de stock">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Pane>
|
|
<ProgressBar fx:id="BarLoading" layoutY="52.0" prefHeight="3.0" prefWidth="796.0" visible="false" />
|
|
<Button fx:id="BtnPrintAllCategory" layoutX="268.0" layoutY="65.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="222.0" styleClass="btn-icon-Print" text="Imprimer tous les catégories" />
|
|
<Button fx:id="BtnPrintAllProduit" layoutX="14.0" layoutY="65.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="210.0" styleClass="btn-icon-Print" text="Imprimer tous les produits" />
|
|
<Button fx:id="BtnPrintSelectProduit" layoutX="530.0" layoutY="65.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="242.0" styleClass="btn-icon-Print" text="Imprimer produits sélectionnés" />
|
|
<TextField fx:id="TextFieldCategory" layoutX="11.0" layoutY="112.0" prefHeight="30.0" prefWidth="264.0" promptText="chercher catégorie" />
|
|
<ComboBox fx:id="ComboLocale" layoutX="339.0" layoutY="111.0" prefHeight="32.0" prefWidth="130.0" styleClass="liste-select" />
|
|
<AnchorPane id="AnchorPane" layoutX="10.0" layoutY="153.0" prefHeight="161.0" prefWidth="585.0" styleClass="panel-bleu">
|
|
<children>
|
|
<TableView fx:id="TableViewCategorie" layoutX="2.0" prefHeight="124.0" prefWidth="583.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="1.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="1.0">
|
|
<columnResizePolicy>
|
|
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
|
</columnResizePolicy>
|
|
<columns>
|
|
<TableColumn fx:id="TabColNomCategorie" maxWidth="400.0" minWidth="299.0" prefWidth="302.0" text="Catégorie" />
|
|
<TableColumn fx:id="TabColQuantiteCategorie" maxWidth="400.0" minWidth="156.0" prefWidth="156.0" text="Produits" />
|
|
<TableColumn fx:id="TabColDetailAction" maxWidth="300.0" minWidth="50.0" prefWidth="50.0" text="Détail" />
|
|
</columns>
|
|
</TableView>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane id="AnchorPane" layoutX="17.0" layoutY="324.0" prefHeight="308.0" prefWidth="787.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="324.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>
|
|
<TextField fx:id="TextFieldReference" layoutX="8.0" layoutY="39.0" prefHeight="28.0" prefWidth="154.0" promptText="chercher par référence" />
|
|
<TableView fx:id="TableViewProduit" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="1.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="70.0">
|
|
<columnResizePolicy>
|
|
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
|
</columnResizePolicy>
|
|
<columns>
|
|
<TableColumn fx:id="TabColProduitReference" maxWidth="200.0" minWidth="200.0" prefWidth="200.0" text="Référence" />
|
|
<TableColumn fx:id="TabColProduitDesignation" maxWidth="600.0" minWidth="200.0" prefWidth="200.0" text="Désignation" />
|
|
<TableColumn fx:id="TabColProduitQuantite" maxWidth="300.0" minWidth="110.0" prefWidth="110.0" text="Quantité" />
|
|
<TableColumn fx:id="TabColProduitDetailAction" maxWidth="120.0" minWidth="120.0" prefWidth="120.0" text="Détail" />
|
|
</columns>
|
|
</TableView>
|
|
<TextField fx:id="TextFieldDesignation" layoutX="207.0" layoutY="40.0" prefHeight="28.0" prefWidth="242.0" promptText="chercher par désignation" />
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|