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

144 lines
7.1 KiB
XML

<?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/22" 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>