From eed545736d72ea8e26b8e4e38ea2dcf309eb9325 Mon Sep 17 00:00:00 2001 From: Bartek Date: Sat, 7 Mar 2026 18:03:23 +0100 Subject: [PATCH] Nowa aplikacja: Company - widok informacji o firmie --- header-company.php | 80 +++++ prototype/company/app-company-info.php | 291 +++++++++++++++++ prototype/company/index.php | 131 ++++++++ prototype/company/menu.php | 73 +++++ prototype/invoice/app-report-customers.php | 349 +++++++++++++++++++++ prototype/invoice/app-reports.php | 47 +++ prototype/invoice/index.php | 9 +- 7 files changed, 972 insertions(+), 8 deletions(-) create mode 100644 header-company.php create mode 100644 prototype/company/app-company-info.php create mode 100644 prototype/company/index.php create mode 100644 prototype/company/menu.php create mode 100644 prototype/invoice/app-report-customers.php diff --git a/header-company.php b/header-company.php new file mode 100644 index 0000000..6199dab --- /dev/null +++ b/header-company.php @@ -0,0 +1,80 @@ + + + + + + + + + + company.magico + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +
+ + +
\ No newline at end of file diff --git a/prototype/company/app-company-info.php b/prototype/company/app-company-info.php new file mode 100644 index 0000000..fb28d30 --- /dev/null +++ b/prototype/company/app-company-info.php @@ -0,0 +1,291 @@ + + + + + + + + +
+ +

+ Zarządzanie firmą / Informacje o firmie +

+ +
+
+ +
+
Profil firmy
+ +
+
+ +
+ + +

Dozwolone formaty: JPG, GIF lub PNG. Max rozmiar 800K

+
+
+
+ +
+ +
+
+
+
+ + +
+
+
+
+
+ +
+
Dane rozliczeniowe
+
+
+
+
+ + +
+ +
+ + +
+ +
+ + +
Do użytku w rozliczeniach i fakturach
+
+ +
+ + +
+
+ + +
+ +
+ + +
+ +
+
+ + + + +
+
+ +
+ +
+
+
+ +
+
+
+ + + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/prototype/company/index.php b/prototype/company/index.php new file mode 100644 index 0000000..a31258b --- /dev/null +++ b/prototype/company/index.php @@ -0,0 +1,131 @@ + + +
+ +
+
+

Witaj w panelu firmy! 👋

+

Oto finansowe podsumowanie Twojego biznesu.

+
+ +
+ + + +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/prototype/company/menu.php b/prototype/company/menu.php new file mode 100644 index 0000000..b7a19c3 --- /dev/null +++ b/prototype/company/menu.php @@ -0,0 +1,73 @@ + + \ No newline at end of file diff --git a/prototype/invoice/app-report-customers.php b/prototype/invoice/app-report-customers.php new file mode 100644 index 0000000..8f3b034 --- /dev/null +++ b/prototype/invoice/app-report-customers.php @@ -0,0 +1,349 @@ + + +
+ + + + + +
+
+

+ Raporty / Ranking klientów +

+

Zestawienie kontrahentów generujących największy przychód (Top Nabywców).

+
+
+ + +
+
+ + +
+
+
+
+ +
+ + +
+
+
+ + +
+
+ +
+
+
+
+ +
+ +
+
+
+
Wykres Top 10 Odbiorców
+
+
+
+
+
+
+ + +
+
+
+
Szczegółowe zestawienie
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MiejsceKontrahentDokumentyKwota NettoUdział %
+
+ 1 +
+
+
+ TechSolutions Sp. z o.o. + NIP: 813-345-67-89 +
+
2464 500.00 zł +
+
+
+
+ 35% +
+
+
+ 2 +
+
+
+ Gmina Stalowa Wola + NIP: 865-123-44-55 +
+
842 800.00 zł +
+
+
+
+ 23% +
+
+
+ 3 +
+
+
+ Kwiaciarnia "Róża" + NIP: 734-111-22-33 +
+
4531 200.00 zł +
+
+
+
+ 17% +
+
4 +
+ F.H.U Jan Kowalski + NIP: 555-666-77-88 +
+
1218 500.00 zł +
+
+
+
+ 10% +
+
5 +
+ Piekarnia "Złoty Kłos" + NIP: 123-456-78-90 +
+
3115 400.00 zł +
+
+
+
+ 8% +
+
6 +
+ Sklep Rybny "Posejdon" + NIP: 987-654-32-10 +
+
410 150.00 zł +
+
+
+
+ 6% +
+
124182 550.00 zł100%
+
+
+
+
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/prototype/invoice/app-reports.php b/prototype/invoice/app-reports.php index 36ded15..fa5ef2a 100644 --- a/prototype/invoice/app-reports.php +++ b/prototype/invoice/app-reports.php @@ -64,6 +64,53 @@ include '../../header-invoice.php';
+ +
+
+
+
+ Przychody +
+ Ranking klientów +

+ Zbiorcze zestawienie wszystkich kontrahentów ułożonych od generujących największy przychód + do najmniejszego. + Pomaga szybko zidentyfikować kluczowych nabywców. +

+ +
+
+
+ + +
+
+
+
+ Przychody +
+ Historia kontrahenta +

+ Szczegółowa analiza sprzedaży dla wybranego, pojedynczego klienta. + Ukazuje trendy, zestawienie poszczególnych faktur i dokumentów z danym kontrahentem. +

+ +
+
+
+
diff --git a/prototype/invoice/index.php b/prototype/invoice/index.php index 26f14cb..4711b5d 100644 --- a/prototype/invoice/index.php +++ b/prototype/invoice/index.php @@ -11,14 +11,7 @@ include '../../header-invoice.php';

Witaj w panelu firmy! 👋

Oto finansowe podsumowanie Twojego biznesu.

- +