Compare commits
No commits in common. "e817a7caa11ca7d783f89933f9f2d882723830b6" and "feba2a14b2b9bc4886709677805e9a35e9bf4f03" have entirely different histories.
e817a7caa1
...
feba2a14b2
@ -4,6 +4,7 @@ import Logik.Tagesplan;
|
|||||||
import RestAPISchnittstelle.RestApiClient;
|
import RestAPISchnittstelle.RestApiClient;
|
||||||
import javafx.event.ActionEvent;
|
import javafx.event.ActionEvent;
|
||||||
import javafx.fxml.FXML;
|
import javafx.fxml.FXML;
|
||||||
|
import javafx.geometry.Pos;
|
||||||
import javafx.scene.control.Label;
|
import javafx.scene.control.Label;
|
||||||
import javafx.scene.layout.GridPane;
|
import javafx.scene.layout.GridPane;
|
||||||
import javafx.scene.text.TextAlignment;
|
import javafx.scene.text.TextAlignment;
|
||||||
@ -12,7 +13,6 @@ import java.text.DateFormat;
|
|||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
public class HauptmenueMitarbeiterView {
|
public class HauptmenueMitarbeiterView {
|
||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
private GridPane wochenplan;
|
private GridPane wochenplan;
|
||||||
private String date;
|
private String date;
|
||||||
@ -61,9 +61,8 @@ public class HauptmenueMitarbeiterView {
|
|||||||
t = new RestApiClient().getGerichteOnTag(date);
|
t = new RestApiClient().getGerichteOnTag(date);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onAbmelden(ActionEvent actionEvent) {
|
public void onAbmelden(ActionEvent actionEvent) {
|
||||||
VerwaltungApplication.abmelden();
|
//VerwaltungApplication.abmelden();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onAccountAnlegenClick(ActionEvent actionEvent) {
|
public void onAccountAnlegenClick(ActionEvent actionEvent) {
|
||||||
|
@ -27,11 +27,12 @@
|
|||||||
<Button text="Alle Bestellungen anzeigen" onAction="#onBestellungenAnzeigen"/>
|
<Button text="Alle Bestellungen anzeigen" onAction="#onBestellungenAnzeigen"/>
|
||||||
<Button text="Rechnungen herunterladen"/>
|
<Button text="Rechnungen herunterladen"/>
|
||||||
<Button text="Daten importieren/Exportieren"/>
|
<Button text="Daten importieren/Exportieren"/>
|
||||||
<Button text="Account anlegen" onAction="#onAccountAnlegenClick"/>
|
<Button text="Accounts verwalten" onAction="#onAccountAnlegenClick"/>
|
||||||
</VBox>
|
</VBox>
|
||||||
</left>
|
</left>
|
||||||
<right>
|
<right>
|
||||||
<GridPane fx:id="wochenplan" styleClass="hauptmenue_wochenuebersicht">
|
<GridPane fx:id="wochenplan" styleClass="hauptmenue_wochenuebersicht">
|
||||||
|
|
||||||
</GridPane>
|
</GridPane>
|
||||||
</right>
|
</right>
|
||||||
</BorderPane>
|
</BorderPane>
|
||||||
|
Loading…
Reference in New Issue
Block a user