first commit
This commit is contained in:
183
target/classes/Views/Caisse/CaisseEntre.fxml
Normal file
183
target/classes/Views/Caisse/CaisseEntre.fxml
Normal file
@@ -0,0 +1,183 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import com.gluonhq.charm.glisten.control.ProgressBar?>
|
||||
<?import javafx.geometry.Insets?>
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.CheckBox?>
|
||||
<?import javafx.scene.control.DatePicker?>
|
||||
<?import javafx.scene.control.Tab?>
|
||||
<?import javafx.scene.control.TabPane?>
|
||||
<?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.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane fx:id="AnchorPaneCaisseClt" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Caisse.CaisseEntreController">
|
||||
<children>
|
||||
<Pane fx:id="TitrePane" layoutX="10.0" layoutY="10.0" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<HBox alignment="BOTTOM_LEFT" layoutX="23.0" layoutY="13.1787109375">
|
||||
<children>
|
||||
<Text fx:id="TitrePrincipale" layoutX="23.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Caisse">
|
||||
<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="Détaille des entrées">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<StackPane layoutX="219.2" layoutY="125.0" prefHeight="35.0" prefWidth="468.0" AnchorPane.leftAnchor="219.2" AnchorPane.rightAnchor="109.60000000000014">
|
||||
<children>
|
||||
<Group>
|
||||
<StackPane.margin>
|
||||
<Insets />
|
||||
</StackPane.margin>
|
||||
</Group>
|
||||
<Group>
|
||||
<children>
|
||||
<CheckBox fx:id="CheckBoxEspace" mnemonicParsing="false" selected="true" text="Paiement Espèce" />
|
||||
<CheckBox fx:id="CheckBoxChequeClt" layoutX="130.0" layoutY="1.0" mnemonicParsing="false" selected="true" text="Paiement Chèque" />
|
||||
<CheckBox fx:id="CheckBoxCarteBancaire" layoutX="270.0" layoutY="2.0" mnemonicParsing="false" selected="true" text="Paiement Carte Bancaire" />
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<ProgressBar fx:id="ProgressBarCaisseEnterClt" layoutX="129.0" layoutY="165.0" prefHeight="5.0" prefWidth="200.0" scaleShape="false" visible="false" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="163.0" />
|
||||
<StackPane layoutX="244.0" layoutY="57.0" prefHeight="61.0" prefWidth="542.0" AnchorPane.leftAnchor="244.0" AnchorPane.rightAnchor="10.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<AnchorPane layoutY="0.2109375" prefHeight="51.0" prefWidth="210.0" style="-fx-background-color: #4F4F4F;">
|
||||
<children>
|
||||
<AnchorPane layoutY="3.0" prefHeight="62.0" prefWidth="62.0" style="-fx-background-color: #428BCA;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<Text fill="WHITE" layoutX="18.0" layoutY="39.0" strokeType="OUTSIDE" strokeWidth="0.0" text="+">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="40.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<Text fill="WHITE" layoutX="87.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total des entrées">
|
||||
<font>
|
||||
<Font name="Arial" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<StackPane layoutX="63.0" layoutY="2.0" prefHeight="26.0" prefWidth="149.0" AnchorPane.rightAnchor="0.0">
|
||||
<children>
|
||||
<Text fx:id="TotalEnter" fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="--">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<Text layoutX="11.0" layoutY="80.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Date Début">
|
||||
<font>
|
||||
<Font name="Arial" size="14.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<DatePicker fx:id="DatePickerDebut" layoutX="85.0" layoutY="61.0" prefHeight="28.0" prefWidth="132.0" />
|
||||
<Text layoutX="14.0" layoutY="115.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Date Fin">
|
||||
<font>
|
||||
<Font name="Arial" size="14.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<DatePicker fx:id="DatePickerFin" layoutX="85.0" layoutY="98.0" prefHeight="28.0" prefWidth="132.0" />
|
||||
<Button fx:id="ButtonEnter" layoutX="11.0" layoutY="131.0" mnemonicParsing="false" prefHeight="29.0" prefWidth="129.0" styleClass="btn-success" text="Afficher" />
|
||||
<TabPane fx:id="TabPaneCommande" layoutX="10.0" layoutY="168.0" prefHeight="469.0" prefWidth="776.0" styleClass="Table-Pane" tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="168.0">
|
||||
<tabs>
|
||||
<Tab text="Détail des Entées (+)">
|
||||
<content>
|
||||
<AnchorPane prefHeight="200.0" prefWidth="200.0">
|
||||
<children>
|
||||
<StackPane layoutX="10.0" layoutY="9.0" prefHeight="35.0" prefWidth="619.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="148.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<CheckBox fx:id="CheckBoxVenteComptant" mnemonicParsing="false" selected="true" text="Vente Comptant " />
|
||||
<CheckBox fx:id="CheckBoxVenteFaciliteAvance" layoutX="132.0" mnemonicParsing="false" selected="true" text="Vente Facilité Avance" />
|
||||
<CheckBox fx:id="CheckBoxVenteCommandeAvance" layoutX="294.0" mnemonicParsing="false" selected="true" text="Vente Commande Avance" />
|
||||
<CheckBox fx:id="CheckBoxPaiementTraite" layoutX="477.0" mnemonicParsing="false" selected="true" text="Traite" />
|
||||
<CheckBox fx:id="CheckBoxVersementCheque" layoutX="550.0" mnemonicParsing="false" selected="true" text="Chèque" />
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<GridPane layoutX="646.0" layoutY="12.0" prefHeight="30.0" prefWidth="110.0" AnchorPane.rightAnchor="14.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Button fx:id="ButtonPrintCaisseEntre" mnemonicParsing="false" prefHeight="26.0" prefWidth="105.0" styleClass="btn-icon-Print" text="Imprimer" />
|
||||
</children>
|
||||
</GridPane>
|
||||
<AnchorPane layoutY="58.0" minHeight="177.0" minWidth="751.0" prefHeight="372.0" prefWidth="754.0" styleClass="panel-bleu-titre" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="58.0">
|
||||
<children>
|
||||
<TableView fx:id="TableViewCaisseCltEnter" editable="true" layoutX="2.0" layoutY="-32.0" prefHeight="385.0" prefWidth="752.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="TabColIdCaisse" minWidth="20.0" prefWidth="20.0" text="Code" />
|
||||
<TableColumn fx:id="TabColType" minWidth="20.0" prefWidth="20.0" text="Type" />
|
||||
<TableColumn fx:id="TabColDate" minWidth="20.0" prefWidth="20.0" text="Date" />
|
||||
<TableColumn fx:id="TabColMontant" minWidth="20.0" prefWidth="20.0" text="Montant" />
|
||||
<TableColumn fx:id="TabColChequeClt" maxWidth="-1.0" minWidth="100.0" prefWidth="100.0" sortable="false" text="Chèque">
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColChequeCltNumero" minWidth="20.0" prefWidth="20.0" text="Numéro" />
|
||||
<TableColumn fx:id="TabColChequeCltBanque" minWidth="30.0" prefWidth="30.0" text="Banque" />
|
||||
</columns>
|
||||
</TableColumn>
|
||||
<TableColumn fx:id="TabColEspace" prefWidth="75.0" sortable="false" text="Espèce">
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColEspaceNom" minWidth="15.0" prefWidth="15.0" text="Nom" />
|
||||
<TableColumn fx:id="TabColEspacePrenom" minWidth="20.0" prefWidth="20.0" text="Prénom" />
|
||||
</columns>
|
||||
</TableColumn>
|
||||
<TableColumn fx:id="TabColCarteBancaire" maxWidth="-1.0" minWidth="100.0" prefWidth="100.0" sortable="false" text="Carte Bancaire">
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColCateBancaireNumero" minWidth="20.0" prefWidth="20.0" text="Numéro" />
|
||||
<TableColumn fx:id="TabColCateBancaireBanque" minWidth="20.0" prefWidth="20.0" text="Banque" />
|
||||
</columns>
|
||||
</TableColumn>
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</content>
|
||||
</Tab>
|
||||
</tabs>
|
||||
</TabPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
116
target/classes/Views/Caisse/CaisseEntrePrint.fxml
Normal file
116
target/classes/Views/Caisse/CaisseEntrePrint.fxml
Normal file
@@ -0,0 +1,116 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" prefHeight="487.0" prefWidth="734.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Caisse.CaisseEntrePrintController">
|
||||
<children>
|
||||
<Text layoutX="209.0" layoutY="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Rapport des entrées en caisse">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="20.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<HBox layoutY="39.13671875" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDate" strokeType="OUTSIDE" strokeWidth="0.0" text="----------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutY="64.13671875" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Magasin:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextLocal" strokeType="OUTSIDE" strokeWidth="0.0" text="--------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="263.0" layoutY="37.4208984375" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Montant:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextMontant" strokeType="OUTSIDE" strokeWidth="0.0" text="--------">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="491.0" layoutY="63.13671875" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Page:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPage" strokeType="OUTSIDE" strokeWidth="0.0" text="-------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="491.0" layoutY="38.0" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Paiement:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPaiement" strokeType="OUTSIDE" strokeWidth="0.0" text="----------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="1.0" layoutY="87.0" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextType" strokeType="OUTSIDE" strokeWidth="0.0" text="------------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<TableView fx:id="TableViewCaisseCltEnter" editable="true" layoutY="114.0" prefHeight="373.0" prefWidth="734.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="114.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColIdCaisse" minWidth="20.0" prefWidth="20.0" text="Code" />
|
||||
<TableColumn fx:id="TabColType" minWidth="50.0" prefWidth="50.0" text="Type" />
|
||||
<TableColumn fx:id="TabColDate" minWidth="30.0" prefWidth="30.0" text="Date" />
|
||||
<TableColumn fx:id="TabColMontant" minWidth="25.0" prefWidth="25.0" text="Montant" />
|
||||
<TableColumn fx:id="TabColChequeClt" minWidth="30.0" prefWidth="30.0" sortable="false" text="Chèque" />
|
||||
<TableColumn fx:id="TabColEspece" minWidth="30.0" prefWidth="30.0" sortable="false" text="Espèce" />
|
||||
<TableColumn fx:id="TabColCateBancaire" minWidth="30.0" prefWidth="30.0" sortable="false" text="Carte Bancaire" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
164
target/classes/Views/Caisse/CaisseSortie.fxml
Normal file
164
target/classes/Views/Caisse/CaisseSortie.fxml
Normal file
@@ -0,0 +1,164 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import com.gluonhq.charm.glisten.control.ProgressBar?>
|
||||
<?import javafx.geometry.Insets?>
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.CheckBox?>
|
||||
<?import javafx.scene.control.DatePicker?>
|
||||
<?import javafx.scene.control.Tab?>
|
||||
<?import javafx.scene.control.TabPane?>
|
||||
<?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.Line?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane fx:id="AnchorPaneCaisseClt" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Caisse.CaisseSortieController">
|
||||
<children>
|
||||
<Pane fx:id="TitrePane" layoutX="10.0" layoutY="10.0" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<HBox alignment="BOTTOM_LEFT" layoutX="23.0" layoutY="13.1787109375">
|
||||
<children>
|
||||
<Text fx:id="TitrePrincipale" layoutX="23.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Caisse">
|
||||
<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="Détaille des Sortie">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<StackPane layoutX="219.2" layoutY="125.0" prefHeight="35.0" prefWidth="468.0" AnchorPane.leftAnchor="219.2" AnchorPane.rightAnchor="109.60000000000014">
|
||||
<children>
|
||||
<Group>
|
||||
<StackPane.margin>
|
||||
<Insets />
|
||||
</StackPane.margin>
|
||||
</Group>
|
||||
<Group>
|
||||
<children>
|
||||
<CheckBox fx:id="CheckBoxEspace" mnemonicParsing="false" selected="true" text="Paiement Espèce" />
|
||||
<CheckBox fx:id="CheckBoxChequeClt" layoutX="130.0" layoutY="1.0" mnemonicParsing="false" selected="true" text="Paiement Chèque" />
|
||||
<CheckBox fx:id="CheckBoxCarteBancaire" layoutX="270.0" layoutY="2.0" mnemonicParsing="false" selected="true" text="Paiement Carte Bancaire" />
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<ProgressBar fx:id="ProgressBarCaisseEnterClt" layoutX="129.0" layoutY="165.0" prefHeight="5.0" prefWidth="200.0" scaleShape="false" visible="false" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="163.0" />
|
||||
<StackPane layoutX="219.0" layoutY="57.0" prefHeight="61.0" prefWidth="567.0" AnchorPane.leftAnchor="219.0" AnchorPane.rightAnchor="10.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<AnchorPane layoutX="315.0" layoutY="0.2109375" prefHeight="51.0" prefWidth="210.0" style="-fx-background-color: #4F4F4F;">
|
||||
<children>
|
||||
<AnchorPane layoutY="3.0" prefHeight="62.0" prefWidth="62.0" style="-fx-background-color: #4DAE4D;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<Line endX="44.0" layoutX="-7.0" layoutY="25.0" startX="30.0" stroke="WHITE" strokeDashOffset="10.0" strokeMiterLimit="6.0" strokeWidth="7.0" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<Text fill="WHITE" layoutX="86.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total des sorties">
|
||||
<font>
|
||||
<Font name="Arial" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<StackPane layoutX="63.0" layoutY="2.0" prefHeight="26.0" prefWidth="149.0" AnchorPane.rightAnchor="0.0">
|
||||
<children>
|
||||
<Text fx:id="TotalSortie" fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="--">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<Text layoutX="11.0" layoutY="80.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Date Début">
|
||||
<font>
|
||||
<Font name="Arial" size="14.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<DatePicker fx:id="DatePickerDebut" layoutX="85.0" layoutY="61.0" prefHeight="28.0" prefWidth="132.0" />
|
||||
<Text layoutX="14.0" layoutY="115.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Date Fin">
|
||||
<font>
|
||||
<Font name="Arial" size="14.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<DatePicker fx:id="DatePickerFin" layoutX="85.0" layoutY="98.0" prefHeight="28.0" prefWidth="132.0" />
|
||||
<TabPane fx:id="TabPaneCommande" layoutX="10.0" layoutY="168.0" prefHeight="469.0" prefWidth="776.0" styleClass="Table-Pane" tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="168.0">
|
||||
<tabs>
|
||||
<Tab text="Détail des Sorties (-)">
|
||||
<content>
|
||||
<AnchorPane fx:id="AnchorPaneModierProduit" prefHeight="200.0" prefWidth="200.0">
|
||||
<children>
|
||||
<ProgressBar fx:id="ProgressBarCaisseSortieFrs" prefWidth="200.0" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
||||
<StackPane layoutX="11.0" layoutY="11.0" prefHeight="35.0" prefWidth="638.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="126.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<CheckBox fx:id="CheckBoxAchatFrs" layoutX="-14.0" mnemonicParsing="false" selected="true" text="Achat" />
|
||||
<CheckBox fx:id="CheckBoxFraisFrs" layoutX="71.0" mnemonicParsing="false" selected="true" text="Frais" />
|
||||
<CheckBox fx:id="CheckBoxTraiteFrs" layoutX="155.0" mnemonicParsing="false" selected="true" text="Traite" />
|
||||
<CheckBox fx:id="CheckBoxAvoirV" layoutX="250.0" mnemonicParsing="false" selected="true" text="Avoir" />
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
<GridPane layoutX="620.0" layoutY="14.0" prefHeight="30.0" prefWidth="104.0" AnchorPane.rightAnchor="14.0">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Button fx:id="ButtonPrintCaisseSortie" mnemonicParsing="false" prefHeight="26.0" prefWidth="105.0" styleClass="btn-icon-Print" text="Imprimer" />
|
||||
</children>
|
||||
</GridPane>
|
||||
<AnchorPane id="AnchorPane" layoutY="21.0" prefHeight="291.0" prefWidth="754.0" styleClass="panel-success" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="58.0">
|
||||
<children>
|
||||
<TableView fx:id="TableViewCaisseFrsSortie" editable="true" style="-fx-border-color: #FFFFFF;" 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="TabColIdCaisseFrs" minWidth="80.0" text="Code" />
|
||||
<TableColumn fx:id="TabColTypeFrs" minWidth="80.0" text="Type" />
|
||||
<TableColumn fx:id="TabColDateFrs" minWidth="90.0" prefWidth="90.0" text="Date" />
|
||||
<TableColumn fx:id="TabColMontantFrs" minWidth="100.0" prefWidth="100.0" text="Montant" />
|
||||
<TableColumn fx:id="TabColEspeceFrs" minWidth="100.0" prefWidth="100.0" text="Espèce" />
|
||||
<TableColumn fx:id="TabColChequeFrs" minWidth="100.0" prefWidth="100.0" text="Chèque" />
|
||||
<TableColumn fx:id="TabColCarteBancaireFrs" minWidth="120.0" prefWidth="120.0" text="Carte Bancaire" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children></AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</content>
|
||||
</Tab>
|
||||
</tabs>
|
||||
</TabPane>
|
||||
<Button fx:id="ButtonSortie" layoutX="12.0" layoutY="132.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="132.0" styleClass="btn-primary" text="Afficher" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
116
target/classes/Views/Caisse/CaisseSortiePrint.fxml
Normal file
116
target/classes/Views/Caisse/CaisseSortiePrint.fxml
Normal file
@@ -0,0 +1,116 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" prefHeight="487.0" prefWidth="734.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Caisse.CaisseSortiePrintController">
|
||||
<children>
|
||||
<Text layoutX="209.0" layoutY="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Rapport des Sorties en caisse">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="20.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<HBox layoutY="39.13671875" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDate" strokeType="OUTSIDE" strokeWidth="0.0" text="----------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutY="64.13671875" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Magasin:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextLocal" strokeType="OUTSIDE" strokeWidth="0.0" text="--------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="263.0" layoutY="37.4208984375" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Montant:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextMontant" strokeType="OUTSIDE" strokeWidth="0.0" text="--------">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="491.0" layoutY="63.13671875" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Page:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPage" strokeType="OUTSIDE" strokeWidth="0.0" text="-------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="491.0" layoutY="38.0" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Paiement:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPaiement" strokeType="OUTSIDE" strokeWidth="0.0" text="----------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="1.0" layoutY="87.0" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextType" strokeType="OUTSIDE" strokeWidth="0.0" text="------------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<TableView fx:id="TableViewCaisseCltSortie" editable="true" layoutY="114.0" prefHeight="373.0" prefWidth="734.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="114.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColIdCaisse" minWidth="20.0" prefWidth="20.0" text="Code" />
|
||||
<TableColumn fx:id="TabColType" minWidth="40.0" prefWidth="40.0" text="Type" />
|
||||
<TableColumn fx:id="TabColDate" minWidth="30.0" prefWidth="30.0" text="Date" />
|
||||
<TableColumn fx:id="TabColMontant" minWidth="25.0" prefWidth="25.0" text="Montant" />
|
||||
<TableColumn fx:id="TabColChequeClt" minWidth="30.0" prefWidth="30.0" sortable="false" text="Chèque" />
|
||||
<TableColumn fx:id="TabColEspece" minWidth="30.0" prefWidth="30.0" sortable="false" text="Espèce" />
|
||||
<TableColumn fx:id="TabColCarteBancaire" minWidth="30.0" prefWidth="30.0" sortable="false" text="Carte Bancaire" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
255
target/classes/Views/Caisse/FraisAjouter.fxml
Normal file
255
target/classes/Views/Caisse/FraisAjouter.fxml
Normal file
@@ -0,0 +1,255 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.DatePicker?>
|
||||
<?import javafx.scene.control.ProgressIndicator?>
|
||||
<?import javafx.scene.control.RadioButton?>
|
||||
<?import javafx.scene.control.TextArea?>
|
||||
<?import javafx.scene.control.TextField?>
|
||||
<?import javafx.scene.control.ToggleGroup?>
|
||||
<?import javafx.scene.image.Image?>
|
||||
<?import javafx.scene.image.ImageView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.ColumnConstraints?>
|
||||
<?import javafx.scene.layout.GridPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?import javafx.scene.layout.RowConstraints?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane fx:id="PaneAjouterFrais" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Caisse.FraisAjouterController">
|
||||
<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="Frais">
|
||||
<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="Ajouter un Frais">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<AnchorPane fx:id="AnchorPaneFrais" layoutY="52.0" prefHeight="590.0" prefWidth="796.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="50.0">
|
||||
<children>
|
||||
<AnchorPane layoutX="10.0" layoutY="28.0" prefHeight="179.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
||||
<children>
|
||||
<Text layoutX="25.0" layoutY="33.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Montant">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldMontant" layoutX="91.0" layoutY="13.0" prefHeight="30.0" prefWidth="151.0" />
|
||||
<Text fx:id="ErreurMontant" fill="#f20606" layoutX="250.0" layoutY="32.0" strokeType="OUTSIDE" strokeWidth="0.0">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text layoutX="25.0" layoutY="77.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Payer En:">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<HBox layoutX="99.0" layoutY="64.0" spacing="25.0">
|
||||
<children>
|
||||
<RadioButton fx:id="RadioEspace" mnemonicParsing="false" selected="true" text="Espèce">
|
||||
<toggleGroup>
|
||||
<ToggleGroup fx:id="TypePaiement" />
|
||||
</toggleGroup>
|
||||
</RadioButton>
|
||||
<RadioButton fx:id="RadioCheque" mnemonicParsing="false" text="Chèque" toggleGroup="$TypePaiement" />
|
||||
<RadioButton fx:id="RadioCarte" mnemonicParsing="false" text="Carte Bancaire" toggleGroup="$TypePaiement" />
|
||||
</children>
|
||||
</HBox>
|
||||
<GridPane fx:id="GridPaneCheque" layoutX="29.0" layoutY="118.0" prefHeight="52.0" prefWidth="727.0" visible="false" AnchorPane.leftAnchor="28.0" AnchorPane.rightAnchor="21.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="ErreurNomComplet11" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="2">
|
||||
<font>
|
||||
<Font name="System Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldNumeroCheque" prefHeight="30.0" prefWidth="151.0" GridPane.columnIndex="1" />
|
||||
<DatePicker fx:id="DatePickerDateCheque" prefHeight="30.0" GridPane.columnIndex="7" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Chèque" GridPane.columnIndex="6">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Banque" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldBanqueCheque" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="4" />
|
||||
<Text fx:id="ErreurNumeroCheque" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="ErreurBanqueCheque" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="ErreurDateCheque" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="66.0" minWidth="10.0" prefWidth="66.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="95.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="300.0" minWidth="70.0" prefWidth="70.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="138.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="300.0" minWidth="70.0" prefWidth="70.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="123.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" valignment="TOP" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="23.0" minHeight="1.0" prefHeight="23.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
<GridPane fx:id="GridPaneCarte" layoutX="39.0" layoutY="128.0" prefHeight="52.0" prefWidth="727.0" visible="false" AnchorPane.leftAnchor="28.0" AnchorPane.rightAnchor="20.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Transaction">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldNumeroTransation" prefHeight="30.0" prefWidth="151.0" GridPane.columnIndex="1" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Banque" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldBanqueCarte" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="4" />
|
||||
<Text fx:id="ErreurTransaction" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="ErreurBanqueCart" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="130.0" minWidth="130.0" prefWidth="130.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="95.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="300.0" minWidth="70.0" prefWidth="70.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="138.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" valignment="TOP" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="23.0" minHeight="1.0" prefHeight="23.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<AnchorPane layoutX="10.0" layoutY="232.0" prefHeight="311.0" prefWidth="776.0" styleClass="panel-default" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="232.0">
|
||||
<children>
|
||||
<GridPane layoutX="12.0" layoutY="25.0" prefHeight="41.0" prefWidth="754.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="24.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Object">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldObject" prefHeight="30.0" prefWidth="264.0" GridPane.columnIndex="1" />
|
||||
<Text fx:id="ErreurObject" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="System Bold" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldPersonne" prefHeight="30.0" prefWidth="151.0" GridPane.columnIndex="4" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Personne " GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="ErreurObject" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="60.0" minWidth="60.0" prefWidth="60.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="314.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
|
||||
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="200.0" prefWidth="200.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" valignment="TOP" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
<TextArea fx:id="TextAreaContenu" layoutX="15.0" layoutY="111.0" prefHeight="164.0" prefWidth="753.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</TextArea>
|
||||
<Text layoutX="14.0" layoutY="100.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Contenu ">
|
||||
<font>
|
||||
<Font name="Verdana" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<StackPane layoutX="10.0" layoutY="556.0" prefHeight="30.0" prefWidth="776.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="556.0">
|
||||
<children>
|
||||
<Button fx:id="ButtonAjouterFrais" mnemonicParsing="false" onAction="#AjouterFraisButtonAction" prefHeight="38.0" prefWidth="122.0" styleClass="btn-primary" text="Valider" />
|
||||
<ProgressIndicator fx:id="ProgrssLoading" maxHeight="32.0" maxWidth="32.0" minHeight="32.0" minWidth="32.0" prefHeight="32.0" prefWidth="32.0" styleClass="ProgressIndicator-Default" visible="false" />
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<StackPane fx:id="StackPaneSucces" layoutX="78.0" layoutY="105.0" prefHeight="390.0" prefWidth="641.0" visible="false" AnchorPane.bottomAnchor="147.0" AnchorPane.leftAnchor="70.0" AnchorPane.rightAnchor="70.0" AnchorPane.topAnchor="105.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<ImageView layoutX="93.0">
|
||||
<image>
|
||||
<Image url="@../../Public/icon/successfully.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
<Text layoutY="167.0" strokeType="OUTSIDE" strokeWidth="0.0" text="l'ajouter a été effectuée avec succès">
|
||||
<font>
|
||||
<Font name="Arial" size="20.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Button layoutX="136.0" layoutY="202.0" mnemonicParsing="false" onAction="#AfficherAjouterFraisButtonAction" prefHeight="30.0" prefWidth="62.0" styleClass="btn-primary" text="ok" />
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
210
target/classes/Views/Caisse/FraisDetail.fxml
Normal file
210
target/classes/Views/Caisse/FraisDetail.fxml
Normal file
@@ -0,0 +1,210 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.ProgressIndicator?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.ColumnConstraints?>
|
||||
<?import javafx.scene.layout.GridPane?>
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?import javafx.scene.layout.RowConstraints?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
<?import javafx.scene.web.HTMLEditor?>
|
||||
|
||||
<AnchorPane fx:id="AnchorPrincipal" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" style="-fx-background-color: rgba(0,0,0,0.6);" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<children>
|
||||
<StackPane prefHeight="150.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<AnchorPane maxHeight="642.0" maxWidth="796.0" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" style="-fx-background-radius: 10 10 0 0; -fx-border-color: #000000; -fx-border-radius: 10 10 0 0;" styleClass="AnchorPane-Default">
|
||||
<children>
|
||||
<Pane maxHeight="30.0" maxWidth="796.0" minHeight="30.0" minWidth="796.0" prefHeight="30.0" prefWidth="796.0" style="-fx-background-color: linear-gradient(to bottom, #585858, #333333); -fx-background-radius: 10 10 0 0;" />
|
||||
<ProgressIndicator fx:id="ProgressFrais" layoutX="246.0" layoutY="237.0" prefHeight="202.0" prefWidth="315.0" AnchorPane.bottomAnchor="150.0" AnchorPane.leftAnchor="240.0" AnchorPane.rightAnchor="240.0" AnchorPane.topAnchor="150.0" />
|
||||
<AnchorPane fx:id="PaneDetailFrais" layoutY="30.0" minWidth="796.0" prefHeight="561.0" prefWidth="796.0" visible="false">
|
||||
<children>
|
||||
<GridPane layoutX="25.0" layoutY="256.0" prefHeight="39.0" prefWidth="745.0">
|
||||
<children>
|
||||
<Text fx:id="TextObject" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Object:">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="79.0" minWidth="50.0" prefWidth="52.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="701.0" minWidth="50.0" prefWidth="693.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
<Text fill="#478fca" layoutX="14.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information Frais">
|
||||
<font>
|
||||
<Font name="Arial" size="18.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text layoutX="24.0" layoutY="66.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Montant:">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextMontant" layoutX="92.0" layoutY="66.0" strokeType="OUTSIDE" strokeWidth="0.0" text="100">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text layoutX="24.0" layoutY="101.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Payer en:">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPaiement" layoutX="96.0" layoutY="101.0" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<GridPane fx:id="GridPaneCheque" layoutX="25.0" layoutY="125.0" prefHeight="30.0" prefWidth="745.0" visible="false">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Banque:" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Chèque:" GridPane.columnIndex="6">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextChequeNumero" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextChequeBanque" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="4">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Chèque:">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextChequeDate" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="7">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="120.0" minWidth="50.0" prefWidth="120.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="111.0" minWidth="50.0" prefWidth="91.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="57.0" minWidth="50.0" prefWidth="57.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="140.0" minWidth="100.0" prefWidth="138.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="99.0" minWidth="60.0" prefWidth="99.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="127.0" minWidth="80.0" prefWidth="120.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
<GridPane fx:id="GridPaneCarte" layoutX="26.0" layoutY="125.0" prefHeight="30.0" prefWidth="745.0" visible="false">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Banque:" GridPane.columnIndex="2">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextCarteTransation" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextCarteBanque" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Transaction:">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="149.0" minWidth="50.0" prefWidth="145.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="351.0" minWidth="50.0" prefWidth="320.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="312.0" minWidth="50.0" prefWidth="57.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="433.0" minWidth="193.0" prefWidth="223.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
<Text fill="#478fca" layoutX="14.0" layoutY="202.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Détail Frais">
|
||||
<font>
|
||||
<Font name="Arial" size="18.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<HTMLEditor fx:id="HTMLEditorContext" htmlText="<html><head></head><body contenteditable="true"></body></html>" layoutX="14.0" layoutY="311.0" prefHeight="234.0" prefWidth="744.0" />
|
||||
<GridPane layoutX="26.0" layoutY="221.0" prefHeight="30.0" prefWidth="745.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Création:" GridPane.columnIndex="2">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Créer par:" GridPane.columnIndex="4">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPersonne" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="1">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDateCreation" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Personne:">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextProfile" strokeType="OUTSIDE" strokeWidth="0.0" text="vvv" GridPane.columnIndex="5">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="120.0" minWidth="38.0" prefWidth="69.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="246.0" minWidth="50.0" prefWidth="219.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="134.0" minWidth="50.0" prefWidth="93.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="155.0" minWidth="100.0" prefWidth="155.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="99.0" minWidth="60.0" prefWidth="65.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="127.0" minWidth="80.0" prefWidth="120.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<Button layoutX="701.0" layoutY="598.0" mnemonicParsing="false" onAction="#ExitButtonAction" prefHeight="30.0" prefWidth="72.0" styleClass="btn-simple" text="Annuler" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
253
target/classes/Views/Caisse/FraisGestion.fxml
Normal file
253
target/classes/Views/Caisse/FraisGestion.fxml
Normal file
@@ -0,0 +1,253 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import com.gluonhq.charm.glisten.control.ProgressBar?>
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.ChoiceBox?>
|
||||
<?import javafx.scene.control.ComboBox?>
|
||||
<?import javafx.scene.control.DatePicker?>
|
||||
<?import javafx.scene.control.Label?>
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.control.TextField?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.ColumnConstraints?>
|
||||
<?import javafx.scene.layout.GridPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?import javafx.scene.layout.RowConstraints?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.shape.Circle?>
|
||||
<?import javafx.scene.shape.Line?>
|
||||
<?import javafx.scene.shape.Rectangle?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane fx:id="PaneGestionFrais" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Caisse.FraisGestionController">
|
||||
<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="Frais">
|
||||
<font>
|
||||
<Font name="Arial" size="23.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text layoutX="176.0" layoutY="31.0" strokeType="OUTSIDE" strokeWidth="0.0" text=" ">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TitreSecondaire" layoutX="163.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Gestion">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
</children>
|
||||
</Pane>
|
||||
<ProgressBar fx:id="ProgressBarFraisGestion" layoutY="52.0" minWidth="796.0" prefHeight="5.0" prefWidth="796.0" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
||||
<Button layoutX="14.0" layoutY="60.0" mnemonicParsing="false" onAction="#AjouterFraisButtonAction" prefHeight="35.0" prefWidth="144.0" styleClass="btn-black" text="Ajouter un Frais" />
|
||||
<AnchorPane prefHeight="129.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="108.0">
|
||||
<children>
|
||||
<AnchorPane prefHeight="30.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<Button fx:id="ButtonSearchFraisGestion" mnemonicParsing="false" prefHeight="30.0" prefWidth="162.0" styleClass="btn-icon-search" text="Filtre de recherche" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<GridPane layoutX="10.0" layoutY="45.0" prefHeight="30.0" prefWidth="748.0" AnchorPane.leftAnchor="9.0" AnchorPane.rightAnchor="9.0" AnchorPane.topAnchor="44.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code Frais">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldCodeFrais" prefHeight="30.0" prefWidth="70.0" GridPane.columnIndex="1" />
|
||||
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4">
|
||||
<children>
|
||||
<ComboBox fx:id="ComboBoxLocale" layoutX="-24.0" layoutY="-9.0" prefHeight="32.0" prefWidth="209.0" styleClass="liste-select" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<ComboBox fx:id="ComboBoxPaiement" prefHeight="30.0" prefWidth="209.0" styleClass="liste-select" GridPane.columnIndex="7" />
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Paiement" GridPane.columnIndex="6">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Création" GridPane.columnIndex="9">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Local" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="10">
|
||||
<children>
|
||||
<DatePicker fx:id="DatePickerCreate" layoutX="14.0" layoutY="-7.0" minHeight="30.0" prefHeight="30.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="60.0" minWidth="60.0" prefWidth="60.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="80.0" prefWidth="80.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="55.0" minWidth="55.0" prefWidth="55.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
<GridPane layoutX="9.0" layoutY="87.0" prefHeight="30.0" prefWidth="748.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Object">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Personne" GridPane.columnIndex="3">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<TextField fx:id="TextFieldObject" prefHeight="30.0" prefWidth="70.0" GridPane.columnIndex="1" />
|
||||
<TextField fx:id="TextFieldPresonne" prefHeight="30.0" prefWidth="70.0" GridPane.columnIndex="4" />
|
||||
</children>
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="130.0" prefWidth="130.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="5.0" prefWidth="5.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="55.0" minWidth="55.0" prefWidth="55.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="120.0" prefWidth="120.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="5.0" prefWidth="5.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<AnchorPane id="AnchorPane" prefHeight="377.0" prefWidth="766.0" styleClass="panel-success" AnchorPane.bottomAnchor="15.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="250.0">
|
||||
<children>
|
||||
<AnchorPane prefHeight="35.0" prefWidth="600.0" styleClass="panel-success-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des Frais">
|
||||
<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="TableViewFrais" editable="true" layoutX="2.0" layoutY="42.0" prefHeight="295.0" prefWidth="764.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="41.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColIdFrais" maxWidth="200.0" minWidth="30.0" prefWidth="30.0" text="Code" />
|
||||
<TableColumn fx:id="TabColObject" maxWidth="500.0" minWidth="90.0" prefWidth="90.0" text="Object" />
|
||||
<TableColumn fx:id="TabColPaiement" maxWidth="300.0" minWidth="60.0" prefWidth="60.0" text="Paiement" />
|
||||
<TableColumn fx:id="TabColMontant" maxWidth="300.0" minWidth="50.0" prefWidth="50.0" text="Montant" />
|
||||
<TableColumn fx:id="TabColProfile" maxWidth="300.0" minWidth="80.0" text="Profile" />
|
||||
<TableColumn fx:id="TabColDateCreation" maxWidth="400.0" minWidth="35.0" prefWidth="35.0" text="Date" />
|
||||
<TableColumn fx:id="TabColLocalNom" maxWidth="300.0" minWidth="80.0" prefWidth="102.0" text="Local" />
|
||||
<TableColumn fx:id="TabColDetail" maxWidth="50.0" minWidth="50.0" prefWidth="50.0" text="Détail" />
|
||||
</columns>
|
||||
</TableView>
|
||||
<Group AnchorPane.bottomAnchor="7.0">
|
||||
<children>
|
||||
<Label fx:id="LabelCount" layoutX="80.0" layoutY="334.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" text="0" textFill="WHITE">
|
||||
<font>
|
||||
<Font name="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 layoutX="102.0" layoutY="297.0" prefHeight="41.0" prefWidth="664.0" AnchorPane.bottomAnchor="1.0" AnchorPane.leftAnchor="100.0" AnchorPane.rightAnchor="100.0">
|
||||
<children>
|
||||
<Group>
|
||||
<children>
|
||||
<Text layoutX="134.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
|
||||
<font>
|
||||
<Font name="Arial" size="17.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Group fx:id="avancergroupe" layoutX="254.0" layoutY="20.0">
|
||||
<children>
|
||||
<Circle fill="WHITE" radius="11.0" stroke="#80808f" strokeDashOffset="3.0" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-0.5" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-5.5" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
</children>
|
||||
</Group>
|
||||
<HBox layoutX="150.0" layoutY="13.0" spacing="5.0">
|
||||
<children>
|
||||
<Text fx:id="ActuellePage" layoutX="149.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text layoutX="165.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="/">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="NbrPage" layoutX="177.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
|
||||
<font>
|
||||
<Font name="Arial" size="15.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<Group fx:id="nextgroupe" layoutX="224.0" layoutY="20.0">
|
||||
<children>
|
||||
<Circle fx:id="nextcercle" fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
</children>
|
||||
</Group>
|
||||
<Text layoutX="196.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
|
||||
<font>
|
||||
<Font name="Arial" size="17.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Group fx:id="retourgroupe" layoutX="80.0" layoutY="20.0">
|
||||
<children>
|
||||
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
</children>
|
||||
</Group>
|
||||
<Group fx:id="lastgroupe" layoutX="112.0" layoutY="20.0">
|
||||
<children>
|
||||
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
|
||||
</children>
|
||||
</Group>
|
||||
<ChoiceBox fx:id="NbrLigne" layoutX="280.0" layoutY="8.0" prefHeight="25.0" prefWidth="41.0" style="-fx-background-color: #FFFFFFFF;" />
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
Reference in New Issue
Block a user