From fcc34943922626e876c4003148520677b36dc30e Mon Sep 17 00:00:00 2001 From: Bartek Date: Mon, 27 Apr 2026 00:32:50 +0200 Subject: [PATCH] Travel: Init + widok index faktur --- header-travel.php | 151 +++++++++++++++ prototype/travel/app-invoice.php | 321 +++++++++++++++++++++++++++++++ prototype/travel/empty.php | 25 +++ prototype/travel/index.php | 25 +++ prototype/travel/menu.php | 91 +++++++++ 5 files changed, 613 insertions(+) create mode 100644 header-travel.php create mode 100644 prototype/travel/app-invoice.php create mode 100644 prototype/travel/empty.php create mode 100644 prototype/travel/index.php create mode 100644 prototype/travel/menu.php diff --git a/header-travel.php b/header-travel.php new file mode 100644 index 0000000..77de7e1 --- /dev/null +++ b/header-travel.php @@ -0,0 +1,151 @@ + + + + + + + + + + TravelManager + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +
+ + +
+ + + + \ No newline at end of file diff --git a/prototype/travel/app-invoice.php b/prototype/travel/app-invoice.php new file mode 100644 index 0000000..631ef6a --- /dev/null +++ b/prototype/travel/app-invoice.php @@ -0,0 +1,321 @@ + + +
+ +
+
+

+ Koszty / Faktury Zakupowe +

+

Zarządzaj fakturami od dostawców i przypisuj je do wycieczek.

+
+
+ + +
+
+ + + + + + + +
+ + + + + + \ No newline at end of file diff --git a/prototype/travel/empty.php b/prototype/travel/empty.php new file mode 100644 index 0000000..6400d51 --- /dev/null +++ b/prototype/travel/empty.php @@ -0,0 +1,25 @@ + + +
+ +

+ Travel Manager / Faktury +

+ + +
+ +
+ + + +
+ + + + + + \ No newline at end of file diff --git a/prototype/travel/index.php b/prototype/travel/index.php new file mode 100644 index 0000000..431cfa3 --- /dev/null +++ b/prototype/travel/index.php @@ -0,0 +1,25 @@ + + +
+ +

+ Travel Manager / Kokpit +

+ + +
+ +
+ + + +
+ + + + + + \ No newline at end of file diff --git a/prototype/travel/menu.php b/prototype/travel/menu.php new file mode 100644 index 0000000..a6e1371 --- /dev/null +++ b/prototype/travel/menu.php @@ -0,0 +1,91 @@ + + \ No newline at end of file