diff --git a/prototype/invoice/app-purchase-add.php b/prototype/invoice/app-purchase-add.php index ede6753..adcba76 100644 --- a/prototype/invoice/app-purchase-add.php +++ b/prototype/invoice/app-purchase-add.php @@ -62,7 +62,23 @@ include '../../header-invoice.php'; - + +
+
+
Notatki wewnętrzne i Tagi
+
+
+
+ + +
+
+ + + Ułatwiają wyszukiwanie i grupowanie faktur w systemie. +
+
+
@@ -186,7 +202,6 @@ include '../../header-invoice.php'; -
diff --git a/prototype/invoice/app-purchase-list.php b/prototype/invoice/app-purchase-list.php index c4c5142..4158013 100644 --- a/prototype/invoice/app-purchase-list.php +++ b/prototype/invoice/app-purchase-list.php @@ -395,8 +395,15 @@ include '../../header-invoice.php'; 1 - FZ/2026/02/001 - Podstawowa | Hosting i domeny + + FZ/2026/02/001 + + + Podstawowa | Hosting i domeny +
+ IT + Koszty stałe +
OVH Sp. z o.o. @@ -433,6 +440,7 @@ include '../../header-invoice.php'; class="bx bx-money me-1"> Rozlicz fakturę + Tagi i Komentarz Duplikuj jako nową Rozlicz fakturę + Tagi i Komentarz Duplikuj jako nową Rozlicz fakturę + Tagi i Komentarz Duplikuj jako nową Rozlicz fakturę + Tagi i Komentarz Duplikuj jako nową
+
  • +
    Komentarz wewnętrzny i Tagi
    +

    + Notatka: Sprawdzić czy na pewno to jest roczna opłata. +

    +
    + IT + Koszty stałe +
    +
    Opis zdarzenia

    Opłata roczna za usługi hostingowe dla domeny @@ -1184,6 +1205,32 @@ include '../../header-invoice.php'; + +

    diff --git a/prototype/travel/app-orders.php b/prototype/travel/app-orders.php new file mode 100644 index 0000000..8dfe128 --- /dev/null +++ b/prototype/travel/app-orders.php @@ -0,0 +1,317 @@ + + +
    + +

    + Aplikacja dostawcy / Zlecenia +

    + + +
    +
    +
    +
    + + +
    +
    +
    + + + + + +
    +
    +
    + + +
    +
    +
    +
    Wycieczka #1024 - Włochy Klasyczne
    +
    + 45 osób +
    +
    + Logo +
    + Biuro Podróży "Słoneczko" +
    +
    +
    +
    + Aktywna +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + +
    Data OdData DoStatusAkcje
    2024-05-10 08:002024-05-12 18:00 + + + +
    2024-05-15 09:002024-05-17 20:00 + + + +
    +
    +
    + + +
    +
    +
    +
    Wycieczka #1080 - Złota Praga
    +
    + 30 osób +
    +
    + Logo +
    + Biuro Podróży "Adventure" +
    +
    +
    +
    + Zaplanowana +
    +
    +
    + + + + + + + + + + + + + + + + + +
    Data OdData DoStatusAkcje
    2024-06-01 06:002024-06-03 22:00 + + + +
    +
    +
    + +
    + + +
    + + + + + + diff --git a/prototype/travel/app-travel-agencies.php b/prototype/travel/app-travel-agencies.php new file mode 100644 index 0000000..7c04574 --- /dev/null +++ b/prototype/travel/app-travel-agencies.php @@ -0,0 +1,25 @@ + + +
    + +

    + Aplikacja dostawcy / Biura podróży +

    + + +
    + +
    + + + +
    + + + + + + diff --git a/prototype/travel/assets/logo-adventure.png b/prototype/travel/assets/logo-adventure.png new file mode 100644 index 0000000..523e619 Binary files /dev/null and b/prototype/travel/assets/logo-adventure.png differ diff --git a/prototype/travel/assets/logo-sloneczko.png b/prototype/travel/assets/logo-sloneczko.png new file mode 100644 index 0000000..dc2d298 Binary files /dev/null and b/prototype/travel/assets/logo-sloneczko.png differ diff --git a/prototype/travel/menu.php b/prototype/travel/menu.php index a6e1371..7f80ca5 100644 --- a/prototype/travel/menu.php +++ b/prototype/travel/menu.php @@ -3,6 +3,7 @@ $currentPage = basename($_SERVER['PHP_SELF']); $clientsPages = ['app-organization.php', 'app-client.php']; $systemPages = ['app-dictionary.php', 'app-template.php', 'app-employee.php', 'app-settings.php']; +$supplierAppPages = ['app-orders.php', 'app-travel-agencies.php']; ?> \ No newline at end of file