Initial commit
This commit is contained in:
143
target/classes/Views/Stock/BondeEnterPrint.fxml
Normal file
143
target/classes/Views/Stock/BondeEnterPrint.fxml
Normal file
@@ -0,0 +1,143 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.ColumnConstraints?>
|
||||
<?import javafx.scene.layout.GridPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.RowConstraints?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" maxHeight="734.0" maxWidth="487.0" minHeight="734.0" minWidth="487.0" prefHeight="734.0" prefWidth="487.0" stylesheets="@../../Public/CSS/StylePrincipal.css" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Stock.BondeEnterPrintController">
|
||||
<children>
|
||||
<StackPane layoutX="6.0" layoutY="3.0" prefHeight="22.0" prefWidth="487.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text fx:id="TextTitreBon" strokeType="OUTSIDE" strokeWidth="0.0" text="Bon d'entrée pour ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextLocale" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<GridPane layoutX="6.0" layoutY="24.0" prefHeight="133.0" prefWidth="390.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="95.0" minWidth="10.0" prefWidth="86.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="325.0" minWidth="300.0" prefWidth="304.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 minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code: ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextCode" strokeType="OUTSIDE" strokeWidth="0.0" text="----" GridPane.columnIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextValSource" strokeType="OUTSIDE" strokeWidth="0.0" text="----" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date:" GridPane.rowIndex="2">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDate" strokeType="OUTSIDE" strokeWidth="0.0" text="----" GridPane.columnIndex="1" GridPane.rowIndex="2">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Créer par:" GridPane.rowIndex="3">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextTypeSource" strokeType="OUTSIDE" strokeWidth="0.0" text="Emetteur:" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextUser" strokeType="OUTSIDE" strokeWidth="0.0" text="----" GridPane.columnIndex="1" GridPane.rowIndex="3">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextTransporteur" strokeType="OUTSIDE" strokeWidth="0.0" text="----" GridPane.columnIndex="1" GridPane.rowIndex="4">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Transporteur:" GridPane.rowIndex="4">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</GridPane>
|
||||
<AnchorPane id="AnchorPane" layoutY="169.0" prefHeight="538.0" prefWidth="487.0" styleClass="panel-bleu">
|
||||
<children>
|
||||
<TableView fx:id="TableViewProduit" layoutX="2.0" layoutY="2.0" prefHeight="205.0" prefWidth="485.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColReference" maxWidth="95.0" minWidth="95.0" prefWidth="95.0" resizable="false" text="Référence" />
|
||||
<TableColumn fx:id="TabColDesignation" maxWidth="200.0" minWidth="200.0" prefWidth="200.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColTVA" maxWidth="48.0" minWidth="48.0" prefWidth="48.0" text="TVA" />
|
||||
<TableColumn fx:id="TabColTotalTTC" maxWidth="70.0" minWidth="70.0" prefWidth="70.0" text="Prix TTC" />
|
||||
<TableColumn fx:id="TabColQuantite" maxWidth="70.0" minWidth="70.0" prefWidth="70.0" text="Quantité" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<StackPane layoutX="144.0" layoutY="712.0" prefHeight="22.0" prefWidth="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="page ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPagination" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
229
target/classes/Views/Stock/BondeEntrer.fxml
Normal file
229
target/classes/Views/Stock/BondeEntrer.fxml
Normal file
@@ -0,0 +1,229 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.ProgressBar?>
|
||||
<?import javafx.geometry.Insets?>
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.ComboBox?>
|
||||
<?import javafx.scene.control.DatePicker?>
|
||||
<?import javafx.scene.control.SplitPane?>
|
||||
<?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.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="AnchorPaneBondentree" 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.BondeEntrerController">
|
||||
<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="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="Bon d'entrée">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<ProgressBar fx:id="ProgressBarStockBonEnter" layoutY="52.0" prefHeight="5.0" prefWidth="796.0" scaleShape="false" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
||||
<SplitPane dividerPositions="0.5" layoutX="184.0" layoutY="145.0" orientation="VERTICAL" prefHeight="497.0" prefWidth="796.0" snapToPixel="false" styleClass="deleteligne" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="145.0">
|
||||
<items>
|
||||
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0" style="-fx-background-color: #FFFFFF;">
|
||||
<children>
|
||||
<AnchorPane layoutX="11.0" layoutY="6.0" prefHeight="238.0" prefWidth="774.0" style="-fx-background-color: #FFFFFF;" styleClass="panel-default" AnchorPane.bottomAnchor="1.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="6.0">
|
||||
<children>
|
||||
<AnchorPane prefHeight="38.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="24.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="25.0" rotate="35.0" startX="10.0" stroke="#555555" strokeWidth="2.0" />
|
||||
<Circle fill="#ededed" layoutX="17.0" layoutY="18.0" radius="8.0" stroke="#555555" strokeType="INSIDE" strokeWidth="2.0" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<GridPane layoutX="18.0" layoutY="38.0" AnchorPane.leftAnchor="18.0" AnchorPane.rightAnchor="20.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Référence">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="ReferenceBE" prefHeight="35.0" prefWidth="74.0" GridPane.rowIndex="1" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Désignation" GridPane.columnIndex="2">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="DesignatonBE" prefHeight="35.0" prefWidth="63.0" GridPane.columnIndex="2" GridPane.rowIndex="1" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Marque" GridPane.columnIndex="4" />
|
||||
<TextField fx:id="MarqueBE" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" GridPane.rowIndex="1" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Catégorie" GridPane.columnIndex="6" />
|
||||
<TextField fx:id="TextFieldCategorie" prefHeight="30.0" prefWidth="99.0" GridPane.columnIndex="6" GridPane.rowIndex="1" />
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.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="TableViewListeProduitRechercher" editable="true" layoutX="16.0" layoutY="93.0" prefHeight="137.0" prefWidth="742.0" style="-fx-border-color: DDDDDD;" AnchorPane.bottomAnchor="9.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="17.0" AnchorPane.topAnchor="92.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColRechReference" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Rédérence" />
|
||||
<TableColumn fx:id="TabColRechDesignaton" maxWidth="400.0" minWidth="170.0" prefWidth="170.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColRechMarque" maxWidth="200.0" minWidth="110.0" prefWidth="110.0" text="Marque" />
|
||||
<TableColumn fx:id="TabColRechCategorie" maxWidth="200.0" minWidth="110.0" prefWidth="110.0" text="Catégorie" />
|
||||
<TableColumn fx:id="TabColRechTVA" maxWidth="70.0" minWidth="70.0" prefWidth="70.0" text="TVA" />
|
||||
<TableColumn fx:id="TabColRechPrixTTC" maxWidth="150.0" minWidth="90.0" prefWidth="90.0" text="Prix TTC" />
|
||||
<TableColumn fx:id="TabColRechAddAction" maxWidth="90.0" minWidth="70.0" prefWidth="70.0" text="Action" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0">
|
||||
<children>
|
||||
<AnchorPane id="AnchorPane" layoutX="14.0" prefHeight="259.0" prefWidth="762.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="3.0">
|
||||
<children>
|
||||
<AnchorPane prefHeight="35.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 ( Entrée )">
|
||||
<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="TableViewListeProduitBE" 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="TabColBEReference" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Référence" />
|
||||
<TableColumn fx:id="TabColBEDesignaton" maxWidth="400.0" minWidth="170.0" prefWidth="170.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColBEMarque" maxWidth="200.0" minWidth="100.0" prefWidth="100.0" text="Marque" />
|
||||
<TableColumn fx:id="TabColBECategorie" maxWidth="200.0" minWidth="110.0" prefWidth="130.0" text="Catégorie" />
|
||||
<TableColumn fx:id="TabColBETVA" maxWidth="70.0" minWidth="63.0" prefWidth="63.0" text="TVA" />
|
||||
<TableColumn fx:id="TabColBEPrixTTC" maxWidth="150.0" minWidth="79.0" prefWidth="86.0" text="Prix TTC" />
|
||||
<TableColumn fx:id="TabColBEQuantiteTTC" maxWidth="101.0" minWidth="70.0" prefWidth="74.0" text="Quantité" />
|
||||
<TableColumn fx:id="TabColBEAddAction" maxWidth="90.0" minWidth="60.0" prefWidth="60.0" text="Action" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</items>
|
||||
</SplitPane>
|
||||
<GridPane layoutX="10.0" layoutY="110.0" prefHeight="30.0" prefWidth="760.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="62.0" minWidth="62.0" prefWidth="62.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="104.0" prefWidth="140.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="66.0" prefWidth="66.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="272.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="66.0" prefWidth="66.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="102.0" minWidth="89.0" prefWidth="102.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="104.0" prefWidth="104.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<HBox spacing="10.0" GridPane.columnIndex="3">
|
||||
<children>
|
||||
<Text fx:id="LocalRecepteur" layoutX="244.0" layoutY="272.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Source">
|
||||
<font>
|
||||
<Font name="Arial" size="21.0" />
|
||||
</font>
|
||||
<HBox.margin>
|
||||
<Insets top="2.0" />
|
||||
</HBox.margin>
|
||||
</Text>
|
||||
<Group layoutX="-203.0" layoutY="-262.0">
|
||||
<children>
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="528.0" layoutY="523.0" rotate="-30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="573.0" layoutY="523.0" rotate="-30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="551.0" layoutY="522.0" rotate="-30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="551.0" layoutY="532.0" rotate="30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="528.0" layoutY="532.0" rotate="30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="573.0" layoutY="532.0" rotate="30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
</children>
|
||||
<HBox.margin>
|
||||
<Insets top="4.0" />
|
||||
</HBox.margin>
|
||||
</Group>
|
||||
<ComboBox fx:id="ComboLocale" layoutX="409.0" layoutY="251.0" prefHeight="32.0" prefWidth="209.0" styleClass="liste-select" />
|
||||
</children>
|
||||
</HBox>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Transporteur" GridPane.columnIndex="5">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="BonEnteeTransporteur" prefHeight="32.0" GridPane.columnIndex="6" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code">
|
||||
<font>
|
||||
<Font name="Arial" size="21.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="CodeBE" prefHeight="30.0" prefWidth="125.0" GridPane.columnIndex="1" />
|
||||
</children>
|
||||
</GridPane>
|
||||
<Button layoutX="14.0" layoutY="64.0" mnemonicParsing="false" onAction="#CreerBonEnterButtonAction" prefHeight="35.0" prefWidth="171.0" styleClass="btn-success" text="Créer la bon d'entrée" />
|
||||
<GridPane layoutX="643.0" layoutY="62.0" prefHeight="30.0" prefWidth="143.0" AnchorPane.rightAnchor="10.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="10.0" prefWidth="35.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="149.0" minWidth="104.0" prefWidth="104.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<DatePicker fx:id="DateBE" prefHeight="32.0" prefWidth="106.0" GridPane.columnIndex="1" />
|
||||
</children>
|
||||
</GridPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
194
target/classes/Views/Stock/BondeEntrerDetail.fxml
Normal file
194
target/classes/Views/Stock/BondeEntrerDetail.fxml
Normal file
@@ -0,0 +1,194 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?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.shape.Line?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" fx:id="BondeEntrerDetail" 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.BondeEntrerDetailController">
|
||||
<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="Bon d'entrée / Détail">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<AnchorPane layoutX="10.0" layoutY="62.0" prefHeight="70.0" prefWidth="776.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 5; -fx-border-color: #2ECC71; -fx-border-radius: 5;" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="83.0" layoutY="27.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Succès:">
|
||||
<font>
|
||||
<Font name="Arial" size="26.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<ImageView fitHeight="29.0" fitWidth="35.0" layoutX="21.0" layoutY="8.0">
|
||||
<image>
|
||||
<Image url="@../../Public/icon/icon-success.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
<Text fill="WHITE" layoutX="186.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="La bon d'entrée à été créer avec succées avec les paramétres suivant:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<GridPane layoutX="21.0" layoutY="43.0" prefHeight="26.0" prefWidth="750.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="0.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="122.0" prefWidth="122.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="179.0" prefWidth="179.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="139.0" prefWidth="139.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="121.0" prefWidth="121.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="208.0" prefWidth="208.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<HBox GridPane.columnIndex="4">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="581.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Transporteur: ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="transporteur" fill="WHITE" layoutX="694.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" translateY="1.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox GridPane.columnIndex="3">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="479.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Heur:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="heur" fill="WHITE" layoutX="530.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" translateY="1.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox spacing="2.0" GridPane.columnIndex="2">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="321.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Date:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="Textdate" fill="WHITE" layoutX="369.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" translateY="1.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox GridPane.columnIndex="1">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="112.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Emetteur:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="source" fill="WHITE" layoutX="206.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox prefHeight="26.0" prefWidth="106.0">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="112.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Code: ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="id" fill="WHITE" layoutX="206.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</GridPane>
|
||||
</children></AnchorPane>
|
||||
<AnchorPane id="AnchorPane" layoutX="17.0" layoutY="200.0" prefHeight="420.0" prefWidth="776.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="212.0">
|
||||
<children>
|
||||
<AnchorPane prefHeight="35.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 ( Entrée )">
|
||||
<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="TableViewListeProduitBE" 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="29.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColBEReference" maxWidth="400.0" minWidth="100.0" prefWidth="100.0" text="Référence" />
|
||||
<TableColumn fx:id="TabColBEDesignation" maxWidth="400.0" minWidth="170.0" prefWidth="170.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColBEMarque" maxWidth="300.0" minWidth="110.0" prefWidth="110.0" text="Marque" />
|
||||
<TableColumn fx:id="TabColBECategorie" maxWidth="300.0" minWidth="120.0" prefWidth="120.0" text="Catégorie" />
|
||||
<TableColumn fx:id="TabColBETVA" maxWidth="70.0" minWidth="70.0" prefWidth="70.0" text="TVA" />
|
||||
<TableColumn fx:id="TabColBEPrixTTC" maxWidth="150.0" minWidth="100.0" prefWidth="100.0" text="Prix TTC" />
|
||||
<TableColumn fx:id="TabColBEQuantiteTTC" maxWidth="80.0" minWidth="80.0" text="Quantité" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<GridPane layoutX="10.0" layoutY="143.0" prefHeight="52.0" prefWidth="776.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="269.0" minWidth="240.0" prefWidth="269.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="300.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="69.0" minWidth="69.0" prefWidth="69.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="69.0" minWidth="69.0" prefWidth="69.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="69.0" minWidth="69.0" prefWidth="69.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Button mnemonicParsing="false" onAction="#PrintBonEntreButtonAction" prefHeight="55.0" prefWidth="58.0" styleClass="icon-Print" GridPane.columnIndex="2" />
|
||||
<Button mnemonicParsing="false" prefHeight="55.0" prefWidth="58.0" styleClass="icon-Excel" visible="false" GridPane.columnIndex="3" />
|
||||
<Button mnemonicParsing="false" onAction="#PDFBonEntreButtonAction" prefHeight="55.0" prefWidth="58.0" styleClass="icon-PDF" GridPane.columnIndex="4" />
|
||||
<Button fx:id="RecreerBD" mnemonicParsing="false" onAction="#NewBonEnterButtonAction" prefHeight="44.0" prefWidth="259.0" styleClass="btn-primary" text="Créer une nouvelle bon d'entrée" />
|
||||
</children>
|
||||
</GridPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
240
target/classes/Views/Stock/BondeSortie.fxml
Normal file
240
target/classes/Views/Stock/BondeSortie.fxml
Normal file
@@ -0,0 +1,240 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.ProgressBar?>
|
||||
<?import javafx.geometry.Insets?>
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.ComboBox?>
|
||||
<?import javafx.scene.control.DatePicker?>
|
||||
<?import javafx.scene.control.SplitPane?>
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.control.TextField?>
|
||||
<?import javafx.scene.control.ToggleButton?>
|
||||
<?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.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="AnchorPaneBonSortie" 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.BondeSortieController">
|
||||
<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="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="Bonde de sortie">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<ProgressBar fx:id="ProgressBarStockBonSortie" layoutY="52.0" prefHeight="5.0" prefWidth="796.0" scaleShape="false" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
||||
<GridPane layoutX="640.0" layoutY="64.0" prefHeight="30.0" prefWidth="139.0" AnchorPane.rightAnchor="17.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="10.0" prefWidth="35.0" />
|
||||
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="149.0" minWidth="104.0" prefWidth="104.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<ToggleButton fx:id="Activate" mnemonicParsing="false" prefHeight="26.0" prefWidth="23.0" text="A" textAlignment="RIGHT" GridPane.columnIndex="1" />
|
||||
</children>
|
||||
</GridPane>
|
||||
<GridPane layoutX="15.0" layoutY="109.0" prefHeight="33.0" prefWidth="774.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="468.0" minWidth="10.0" prefWidth="133.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="25.0" prefWidth="25.0" />
|
||||
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="468.0" minWidth="10.0" prefWidth="368.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="25.0" prefWidth="25.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="211.0" minWidth="10.0" prefWidth="198.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Group GridPane.columnIndex="2">
|
||||
<children>
|
||||
<HBox layoutX="431.0" layoutY="248.0" spacing="11.0">
|
||||
<children>
|
||||
<Text fx:id="LocalEmetteur" layoutX="244.0" layoutY="272.0" lineSpacing="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="-----" translateY="1.0">
|
||||
<font>
|
||||
<Font name="Arial" size="21.0" />
|
||||
</font>
|
||||
<HBox.margin>
|
||||
<Insets top="3.0" />
|
||||
</HBox.margin>
|
||||
</Text>
|
||||
<Group layoutX="-203.0" layoutY="-262.0" translateY="1.0">
|
||||
<children>
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="528.0" layoutY="523.0" rotate="30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="573.0" layoutY="523.0" rotate="30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="551.0" layoutY="522.0" rotate="30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="551.0" layoutY="532.0" rotate="-30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="528.0" layoutY="532.0" rotate="-30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="4.0" layoutX="573.0" layoutY="532.0" rotate="-30.0" stroke="TRANSPARENT" strokeType="INSIDE" width="19.0" />
|
||||
</children>
|
||||
<HBox.margin>
|
||||
<Insets top="4.0" />
|
||||
</HBox.margin>
|
||||
</Group>
|
||||
<ComboBox fx:id="ComboLocale" layoutX="409.0" layoutY="251.0" prefHeight="32.0" prefWidth="130.0" styleClass="liste-select" />
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
<HBox GridPane.columnIndex="4">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Transporteur" translateY="8.0" GridPane.columnIndex="2">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="SortieTransporteur" prefHeight="33.0" prefWidth="111.0" GridPane.columnIndex="2" />
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date" translateY="8.0">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<DatePicker fx:id="DateBS" prefHeight="32.0" prefWidth="106.0" />
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</GridPane>
|
||||
<Button layoutX="13.0" layoutY="60.0" mnemonicParsing="false" onAction="#CreerBonSortieButtonAction" prefHeight="35.0" prefWidth="171.0" styleClass="btn-success" text="Créer la bon de sortie" />
|
||||
<SplitPane dividerPositions="0.5251046025104602" layoutX="182.0" layoutY="152.0" orientation="VERTICAL" prefHeight="480.0" prefWidth="786.0" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="152.0">
|
||||
<items>
|
||||
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0" style="-fx-background-color: #FFFFFF;">
|
||||
<children>
|
||||
<AnchorPane prefHeight="250.0" prefWidth="776.0" style="-fx-background-color: #FFFFFF;" styleClass="panel-default" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="5.0">
|
||||
<children>
|
||||
<AnchorPane prefHeight="38.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="24.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="25.0" rotate="35.0" startX="10.0" stroke="#555555" strokeWidth="2.0" />
|
||||
<Circle fill="#ededed" layoutX="17.0" layoutY="18.0" radius="8.0" stroke="#555555" strokeType="INSIDE" strokeWidth="2.0" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<GridPane layoutX="14.0" layoutY="42.0" AnchorPane.leftAnchor="14.0" AnchorPane.rightAnchor="14.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Référence">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="ReferenceBE" prefHeight="35.0" prefWidth="74.0" GridPane.rowIndex="1" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Désignation" GridPane.columnIndex="2">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="DesignatonBE" prefHeight="35.0" prefWidth="63.0" GridPane.columnIndex="2" GridPane.rowIndex="1" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Marque" GridPane.columnIndex="4" />
|
||||
<TextField fx:id="MarqueBE" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" GridPane.rowIndex="1" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Catégorie" GridPane.columnIndex="6" />
|
||||
<TextField fx:id="TextFieldCategorie" prefHeight="35.0" prefWidth="126.0" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</TextField>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.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="TableViewListeProduitRechercher" editable="true" layoutX="-159.0" layoutY="95.0" prefHeight="137.0" prefWidth="742.0" style="-fx-border-color: DDDDDD;" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="95.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColRechReference" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Rédérence" />
|
||||
<TableColumn fx:id="TabColRechDesignaton" maxWidth="400.0" minWidth="170.0" prefWidth="170.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColRechMarque" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Marque" />
|
||||
<TableColumn fx:id="TabColRechCategorie" maxWidth="300.0" minWidth="110.0" prefWidth="130.0" text="Catégorie" />
|
||||
<TableColumn fx:id="TabColRechTVA" maxWidth="100.0" minWidth="63.0" prefWidth="63.0" text="TVA" />
|
||||
<TableColumn fx:id="TabColRechPrixTTC" maxWidth="200.0" minWidth="79.0" prefWidth="86.0" text="Prix TTC" />
|
||||
<TableColumn fx:id="TabColRechQuantite" maxWidth="101.0" minWidth="70.0" prefWidth="74.0" text="Quantité" />
|
||||
<TableColumn fx:id="TabColRechAddAction" maxWidth="90.0" minWidth="60.0" prefWidth="60.0" text="Action" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0">
|
||||
<children>
|
||||
<AnchorPane id="AnchorPane" prefHeight="243.0" prefWidth="776.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="5.0">
|
||||
<children>
|
||||
<AnchorPane prefHeight="35.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="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des Produits ( Sortie )">
|
||||
<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="TableViewListeProduitBE" editable="true" layoutX="1.0" layoutY="37.0" prefHeight="178.0" prefWidth="576.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="36.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColBEReference" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Référence" />
|
||||
<TableColumn fx:id="TabColBEDesignaton" maxWidth="400.0" minWidth="170.0" prefWidth="170.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColBEMarque" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Marque" />
|
||||
<TableColumn fx:id="TabColBECategorie" maxWidth="300.0" minWidth="110.0" prefWidth="130.0" text="Catégorie" />
|
||||
<TableColumn fx:id="TabColBETVA" maxWidth="100.0" minWidth="63.0" prefWidth="63.0" text="TVA" />
|
||||
<TableColumn fx:id="TabColBEPrixTTC" maxWidth="200.0" minWidth="79.0" prefWidth="86.0" text="Prix TTC" />
|
||||
<TableColumn fx:id="TabColBEQuantiteTTC" maxWidth="101.0" minWidth="70.0" prefWidth="74.0" text="Quantité" />
|
||||
<TableColumn fx:id="TabColBEAddAction" maxWidth="90.0" minWidth="60.0" prefWidth="60.0" text="Action" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</items>
|
||||
</SplitPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
194
target/classes/Views/Stock/BondeSortieDetail.fxml
Normal file
194
target/classes/Views/Stock/BondeSortieDetail.fxml
Normal file
@@ -0,0 +1,194 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?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.shape.Line?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" fx:id="BonSortieDetail" 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/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Stock.BondeSortieDetailController">
|
||||
<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="Bon de sortie / Détail">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<AnchorPane layoutX="10.0" layoutY="62.0" prefHeight="70.0" prefWidth="776.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 5; -fx-border-color: #2ECC71; -fx-border-radius: 5;" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="83.0" layoutY="27.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Succès:">
|
||||
<font>
|
||||
<Font name="Arial" size="26.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<ImageView fitHeight="29.0" fitWidth="35.0" layoutX="21.0" layoutY="8.0">
|
||||
<image>
|
||||
<Image url="@../../Public/icon/icon-success.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
<Text fill="WHITE" layoutX="186.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="La bon de sortie à été créer avec succées avec les paramétres suivant:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<GridPane layoutX="21.0" layoutY="43.0" prefHeight="26.0" prefWidth="750.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="0.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="122.0" prefWidth="122.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="179.0" prefWidth="179.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="139.0" prefWidth="139.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="121.0" prefWidth="121.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="208.0" prefWidth="208.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<HBox GridPane.columnIndex="4">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="581.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Transporteur: ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="transporteur" fill="WHITE" layoutX="694.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" translateY="1.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox GridPane.columnIndex="3">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="479.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Heur: ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="heur" fill="WHITE" layoutX="530.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" translateY="1.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox spacing="2.0" GridPane.columnIndex="2">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="321.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Date: ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="date" fill="WHITE" layoutX="369.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" translateY="1.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox spacing="2.0" GridPane.columnIndex="1">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="112.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Récepteur: ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="recepteur" fill="WHITE" layoutX="206.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox prefHeight="26.0" prefWidth="106.0">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="112.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Code: ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="id" fill="WHITE" layoutX="206.0" layoutY="59.0" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</GridPane>
|
||||
</children></AnchorPane>
|
||||
<AnchorPane id="AnchorPane" layoutX="17.0" layoutY="200.0" prefHeight="420.0" prefWidth="776.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="212.0">
|
||||
<children>
|
||||
<AnchorPane prefHeight="35.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 ( Sortie )">
|
||||
<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="TableViewListeProduitBon" 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="29.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColBonReference" maxWidth="400.0" minWidth="100.0" prefWidth="100.0" text="Référence" />
|
||||
<TableColumn fx:id="TabColBonDesignaton" maxWidth="400.0" minWidth="170.0" prefWidth="170.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColBonMarque" maxWidth="300.0" minWidth="110.0" prefWidth="110.0" text="Marque" />
|
||||
<TableColumn fx:id="TabColBonCategorie" maxWidth="300.0" minWidth="120.0" prefWidth="120.0" text="Catégorie" />
|
||||
<TableColumn fx:id="TabColBonTVA" maxWidth="70.0" minWidth="70.0" prefWidth="70.0" text="TVA" />
|
||||
<TableColumn fx:id="TabColBonPrixTTC" maxWidth="150.0" minWidth="100.0" prefWidth="100.0" text="Prix TTC" />
|
||||
<TableColumn fx:id="TabColBonQuantiteTTC" maxWidth="80.0" minWidth="80.0" text="Quantité" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<GridPane layoutX="10.0" layoutY="143.0" prefHeight="52.0" prefWidth="776.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="269.0" minWidth="240.0" prefWidth="269.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="300.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="69.0" minWidth="69.0" prefWidth="69.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="69.0" minWidth="69.0" prefWidth="69.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="69.0" minWidth="69.0" prefWidth="69.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Button mnemonicParsing="false" onAction="#PrintBonSortieButtonAction" prefHeight="55.0" prefWidth="58.0" styleClass="icon-Print" GridPane.columnIndex="2" />
|
||||
<Button mnemonicParsing="false" prefHeight="55.0" prefWidth="58.0" styleClass="icon-Excel" visible="false" GridPane.columnIndex="3" />
|
||||
<Button mnemonicParsing="false" onAction="#PDFBonSortieButtonAction" prefHeight="55.0" prefWidth="58.0" styleClass="icon-PDF" GridPane.columnIndex="4" />
|
||||
<Button fx:id="RecreerBD" mnemonicParsing="false" onAction="#NewBonSortieButtonAction" prefHeight="44.0" prefWidth="259.0" styleClass="btn-primary" text="Créer une nouvelle bon de sortie" />
|
||||
</children>
|
||||
</GridPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
91
target/classes/Views/Stock/EtatStockCategorie.fxml
Normal file
91
target/classes/Views/Stock/EtatStockCategorie.fxml
Normal file
@@ -0,0 +1,91 @@
|
||||
<?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>
|
||||
220
target/classes/Views/Stock/MouvementStock.fxml
Normal file
220
target/classes/Views/Stock/MouvementStock.fxml
Normal file
@@ -0,0 +1,220 @@
|
||||
<?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.Label?>
|
||||
<?import javafx.scene.control.ProgressIndicator?>
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?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="BonSortieDetail" 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.MouvementStockController">
|
||||
<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="mouvement du stock">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<GridPane layoutX="10.0" layoutY="60.0" prefHeight="45.0" prefWidth="776.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="94.0" minWidth="50.0" prefWidth="86.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="308.0" minWidth="130.0" prefWidth="308.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="50.0" prefWidth="50.0" />
|
||||
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="69.0" minWidth="69.0" prefWidth="69.0" />
|
||||
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="69.0" minWidth="69.0" prefWidth="69.0" />
|
||||
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="69.0" minWidth="69.0" prefWidth="69.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Button fx:id="BtnPrintMouvement" mnemonicParsing="false" prefHeight="45.0" prefWidth="48.0" styleClass="icon-Print" GridPane.columnIndex="3" />
|
||||
<Button mnemonicParsing="false" prefHeight="45.0" prefWidth="48.0" styleClass="icon-Excel" visible="false" GridPane.columnIndex="5" />
|
||||
<Button fx:id="BtnExportPDFMouvement" mnemonicParsing="false" prefHeight="45.0" prefWidth="48.0" styleClass="icon-PDF" GridPane.columnIndex="4" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Début:">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<DatePicker fx:id="DatePickerDebut" prefHeight="32.0" prefWidth="151.0" GridPane.columnIndex="1" />
|
||||
</children>
|
||||
</GridPane>
|
||||
<GridPane layoutX="14.0" layoutY="124.0" prefHeight="60.0" prefWidth="569.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="95.0" minWidth="10.0" prefWidth="81.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="119.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="Réference:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Désignation:" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextReference" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDesignation" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</GridPane>
|
||||
<AnchorPane id="AnchorPane" layoutX="10.0" layoutY="207.0" prefHeight="440.0" prefWidth="786.0" styleClass="panel-success" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.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="Mouvement du Stock">
|
||||
<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>
|
||||
<Group AnchorPane.bottomAnchor="7.0">
|
||||
<children>
|
||||
<Label fx:id="count" layoutX="80.0" layoutY="334.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" textFill="WHITE">
|
||||
<font>
|
||||
<Font name="Verdana 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 fx:id="ListerPages" 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">
|
||||
<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">
|
||||
<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>
|
||||
<TableView fx:id="TableViewMouvement" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" visible="false" 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="TabColCode" maxWidth="400.0" minWidth="100.0" prefWidth="100.0" text="Code" />
|
||||
<TableColumn fx:id="TabColType" maxWidth="400.0" minWidth="170.0" prefWidth="170.0" text="Type de Mouvement" />
|
||||
<TableColumn fx:id="TabColMouvement" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Mouvement" />
|
||||
<TableColumn fx:id="TabColQuantite" maxWidth="300.0" minWidth="100.0" prefWidth="100.0" text="Quantité" />
|
||||
<TableColumn fx:id="TabColDate" maxWidth="200.0" minWidth="110.0" prefWidth="110.0" text="Date" />
|
||||
</columns>
|
||||
</TableView>
|
||||
<ProgressIndicator fx:id="ProgressLoading" layoutX="372.0" layoutY="164.0" prefHeight="500.0" prefWidth="500.0" AnchorPane.bottomAnchor="100.0" AnchorPane.leftAnchor="100.0" AnchorPane.rightAnchor="100.0" AnchorPane.topAnchor="100.0" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
86
target/classes/Views/Stock/PrintAllCategorie.fxml
Normal file
86
target/classes/Views/Stock/PrintAllCategorie.fxml
Normal file
@@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" maxHeight="734.0" maxWidth="487.0" minHeight="734.0" minWidth="487.0" prefHeight="734.0" prefWidth="487.0" stylesheets="@../../Public/CSS/StylePrincipal.css" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Stock.PrintAllCategorieController">
|
||||
<children>
|
||||
<StackPane layoutX="6.0" layoutY="3.0" prefHeight="22.0" prefWidth="487.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Les catégories en ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextLocale" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<HBox layoutX="4.0" layoutY="23.2314453125">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDateCreate" strokeType="OUTSIDE" strokeWidth="0.0" text=" ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<AnchorPane id="AnchorPane" layoutX="14.0" layoutY="46.0" prefHeight="667.0" prefWidth="487.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="21.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="46.0">
|
||||
<children>
|
||||
<TableView fx:id="TableViewCategorie" layoutX="2.0" layoutY="2.0" prefHeight="205.0" prefWidth="485.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColCategorie" maxWidth="360.0" minWidth="360.0" prefWidth="360.0" text="Catégories" />
|
||||
<TableColumn fx:id="TabColQuantite" maxWidth="120.0" minWidth="120.0" prefWidth="120.0" text="Quantité" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<StackPane layoutX="144.0" layoutY="712.0" prefHeight="22.0" prefWidth="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="page ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPagination" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
87
target/classes/Views/Stock/PrintAllProduit.fxml
Normal file
87
target/classes/Views/Stock/PrintAllProduit.fxml
Normal file
@@ -0,0 +1,87 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" maxHeight="734.0" maxWidth="487.0" minHeight="734.0" minWidth="487.0" prefHeight="734.0" prefWidth="487.0" stylesheets="@../../Public/CSS/StylePrincipal.css" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Stock.PrintAllProduitController">
|
||||
<children>
|
||||
<StackPane layoutX="6.0" layoutY="3.0" prefHeight="22.0" prefWidth="487.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Les produits en ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextLocale" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<HBox layoutX="4.0" layoutY="23.2314453125">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDateCreate" strokeType="OUTSIDE" strokeWidth="0.0" text=" 20/12/2011">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<AnchorPane id="AnchorPane" layoutX="14.0" layoutY="46.0" prefHeight="667.0" prefWidth="487.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="21.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="46.0">
|
||||
<children>
|
||||
<TableView fx:id="TableViewProduit" layoutX="2.0" layoutY="2.0" prefHeight="205.0" prefWidth="485.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColProduitReference" maxWidth="120.0" minWidth="120.0" prefWidth="120.0" resizable="false" text="Référence" />
|
||||
<TableColumn fx:id="TabColProduitDesignation" maxWidth="261.0" minWidth="261.0" prefWidth="261.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColProduitQuantite" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" text="Quantité" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<StackPane layoutX="144.0" layoutY="712.0" prefHeight="22.0" prefWidth="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="page ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPagination" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
117
target/classes/Views/Stock/PrintMouvementProduit.fxml
Normal file
117
target/classes/Views/Stock/PrintMouvementProduit.fxml
Normal file
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" maxHeight="734.0" maxWidth="487.0" minHeight="734.0" minWidth="487.0" prefHeight="734.0" prefWidth="487.0" stylesheets="@../../Public/CSS/StylePrincipal.css" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/13" fx:controller="Controllers.Stock.PrintMouvementProduitController">
|
||||
<children>
|
||||
<StackPane layoutX="6.0" layoutY="3.0" prefHeight="22.0" prefWidth="487.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Mouvement en ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextLocale" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<HBox layoutX="5.0" layoutY="42.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Début: ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDateDebut" strokeType="OUTSIDE" strokeWidth="0.0" text=" 20/12/2011">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="5.0" layoutY="70.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Référence:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextReference" strokeType="OUTSIDE" strokeWidth="0.0" text=" 20/12/2011">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="5.0" layoutY="100.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Désignation:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDesignation" strokeType="OUTSIDE" strokeWidth="0.0" text=" 20/12/2011">
|
||||
<font>
|
||||
<Font name="Arial" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<AnchorPane id="AnchorPane" layoutX="14.0" layoutY="130.0" prefHeight="583.0" prefWidth="487.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="21.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="130.0">
|
||||
<children>
|
||||
<TableView fx:id="TableViewMouvement" layoutX="2.0" layoutY="2.0" prefHeight="205.0" prefWidth="485.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColCode" maxWidth="80.0" minWidth="80.0" resizable="false" text="Code" />
|
||||
<TableColumn fx:id="TabColType" maxWidth="145.0" minWidth="145.0" prefWidth="145.0" text="Type de Mouvement" />
|
||||
<TableColumn fx:id="TabColMouvement" maxWidth="90.0" minWidth="90.0" prefWidth="90.0" text="Mouvement" />
|
||||
<TableColumn fx:id="TabColQuantite" maxWidth="75.0" minWidth="75.0" prefWidth="75.0" resizable="false" text="Quantité" />
|
||||
<TableColumn fx:id="TabColDate" maxWidth="93.0" minWidth="93.0" prefWidth="93.0" text="Date" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<StackPane layoutX="144.0" layoutY="712.0" prefHeight="22.0" prefWidth="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="page ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPagination" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
101
target/classes/Views/Stock/PrintSelProduit.fxml
Normal file
101
target/classes/Views/Stock/PrintSelProduit.fxml
Normal file
@@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" maxHeight="734.0" maxWidth="487.0" minHeight="734.0" minWidth="487.0" prefHeight="734.0" prefWidth="487.0" stylesheets="@../../Public/CSS/StylePrincipal.css" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Stock.PrintSelProduitController">
|
||||
<children>
|
||||
<StackPane layoutX="6.0" layoutY="3.0" prefHeight="22.0" prefWidth="487.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Les produits en ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextLocale" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<HBox layoutX="4.0" layoutY="23.2314453125">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDateCreate" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="4.0" layoutY="47.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Catégorie:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextCategory" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<AnchorPane id="AnchorPane" layoutX="14.0" layoutY="72.0" prefHeight="641.0" prefWidth="487.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="21.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="72.0">
|
||||
<children>
|
||||
<TableView fx:id="TableViewProduit" layoutX="2.0" layoutY="2.0" prefHeight="205.0" prefWidth="485.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColProduitReference" maxWidth="120.0" minWidth="120.0" prefWidth="120.0" resizable="false" text="Référence" />
|
||||
<TableColumn fx:id="TabColProduitDesignation" maxWidth="261.0" minWidth="261.0" prefWidth="261.0" text="Désignation" />
|
||||
<TableColumn fx:id="TabColProduitQuantite" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" text="Quantité" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<StackPane layoutX="144.0" layoutY="712.0" prefHeight="22.0" prefWidth="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<HBox>
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="page ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPagination" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
Reference in New Issue
Block a user