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 javafx.event.ActionEvent;
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.geometry.Pos;
|
||||
import javafx.scene.control.Label;
|
||||
import javafx.scene.layout.GridPane;
|
||||
import javafx.scene.text.TextAlignment;
|
||||
@ -12,7 +13,6 @@ import java.text.DateFormat;
|
||||
import java.util.Date;
|
||||
|
||||
public class HauptmenueMitarbeiterView {
|
||||
|
||||
@FXML
|
||||
private GridPane wochenplan;
|
||||
private String date;
|
||||
@ -25,7 +25,7 @@ public class HauptmenueMitarbeiterView {
|
||||
* @author Max Heer
|
||||
*/
|
||||
public void initialize(){
|
||||
wochenuebersichtFuellen();
|
||||
wochenuebersichtFuellen();
|
||||
}
|
||||
|
||||
/**
|
||||
@ -61,9 +61,8 @@ public class HauptmenueMitarbeiterView {
|
||||
t = new RestApiClient().getGerichteOnTag(date);
|
||||
}
|
||||
}
|
||||
|
||||
public void onAbmelden(ActionEvent actionEvent) {
|
||||
VerwaltungApplication.abmelden();
|
||||
//VerwaltungApplication.abmelden();
|
||||
}
|
||||
|
||||
public void onAccountAnlegenClick(ActionEvent actionEvent) {
|
||||
|
@ -27,11 +27,12 @@
|
||||
<Button text="Alle Bestellungen anzeigen" onAction="#onBestellungenAnzeigen"/>
|
||||
<Button text="Rechnungen herunterladen"/>
|
||||
<Button text="Daten importieren/Exportieren"/>
|
||||
<Button text="Account anlegen" onAction="#onAccountAnlegenClick"/>
|
||||
<Button text="Accounts verwalten" onAction="#onAccountAnlegenClick"/>
|
||||
</VBox>
|
||||
</left>
|
||||
<right>
|
||||
<GridPane fx:id="wochenplan" styleClass="hauptmenue_wochenuebersicht">
|
||||
|
||||
</GridPane>
|
||||
</right>
|
||||
</BorderPane>
|
||||
|
Loading…
Reference in New Issue
Block a user