diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index dfe0770..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1,2 +0,0 @@
-# Auto detect text files and perform LF normalization
-* text=auto
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..46097d6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+__pycache__/app.cpython-311.pyc
+env/*
+*.pyc
+env
+__pycache__/app.cpython-311.pyc
+__pycache__/app.cpython-311.pyc
+__pycache__/app.cpython-311.pyc
+*.py
diff --git a/Templates/add_grp_flow.html b/Templates/add_grp_flow.html
new file mode 100644
index 0000000..e148243
--- /dev/null
+++ b/Templates/add_grp_flow.html
@@ -0,0 +1,17 @@
+
+
+
+
+
☰
+
+
+
Edycja Użytkowników
+
+
+
+
+ | # |
+ Nazwa |
+ E-mail |
+ Akcja |
+
+
+
+ {% for user in users %}
+
+ | {{ user.id }} |
+ {{ user.username }} |
+ {{ user.email }} |
+
+
+ |
+
+ {% endfor %}
+
+
+
+
+
+
+
+
diff --git a/Templates/admin_menu.html b/Templates/admin_menu.html
new file mode 100644
index 0000000..e731afa
--- /dev/null
+++ b/Templates/admin_menu.html
@@ -0,0 +1,236 @@
+
+
+
+
+
Main Menu Admin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
☰
+
+
+
+
+
+
+
+
diff --git a/Templates/admin_settings.html b/Templates/admin_settings.html
new file mode 100644
index 0000000..1e85552
--- /dev/null
+++ b/Templates/admin_settings.html
@@ -0,0 +1,233 @@
+
+
+
+
+
Edit User
+
+
+
+
+
+
+
+
+
+
+
+
☰
+
+
Zmiana hasła
+
+
+
+
+
+
+
diff --git a/Templates/admin_upload.html b/Templates/admin_upload.html
new file mode 100644
index 0000000..4886e03
--- /dev/null
+++ b/Templates/admin_upload.html
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
Formularz wysyłki dokumentu
+
+
+
+
+
+
+
+
+
+
☰
+
+
+
Wysyłanie dokumentu
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Templates/base.html b/Templates/base.html
index 05f64eb..2d2b9bd 100644
--- a/Templates/base.html
+++ b/Templates/base.html
@@ -1,45 +1,131 @@
-
-
+
+ {% for message in get_flashed_messages() %}
+
+ {%endfor%}
-
Main
-
+
-
-
+
Elektroniczny Obieg Dokumentów
- {% for message in get_flashed_messages() %}
-
-
{{ message }}
+
Elektroniczny Obieg Dokumentów
+
+
Zarządzaj dokumentami w prosty i wydajny sposób!
+
Zapraszamy na naszą stronę, gdzie znajdziesz nowoczesne rozwiązania do zarządzania dokumentacją w firmie.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- {% endfor %}
-
Hello World
+
-
\ No newline at end of file
+
diff --git a/Templates/docks.html b/Templates/docks.html
new file mode 100644
index 0000000..ac2d18a
--- /dev/null
+++ b/Templates/docks.html
@@ -0,0 +1,248 @@
+
+
+
+
+
Lista dokumentów
+
+
+
+
+
+
+
+
+
+
+
+
☰
+
+
Lista dokumentów
+
+
+
+
+
+
+ | ID |
+ Nazwa |
+ Akcje |
+
+
+
+ {% for dokument in documents %}
+
+ | {{ dokument['id'] }} |
+ {{ dokument['nazwa'] }} |
+
+ Pobierz
+ |
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
diff --git a/Templates/edit_grp.html b/Templates/edit_grp.html
new file mode 100644
index 0000000..6f6ff6d
--- /dev/null
+++ b/Templates/edit_grp.html
@@ -0,0 +1,14 @@
+
+
+
+
edit-user
+
+
+
+
edycja użytkownika {{ user.name }}
+
+
\ No newline at end of file
diff --git a/Templates/edit_transaction.html b/Templates/edit_transaction.html
deleted file mode 100644
index ddddbf9..0000000
--- a/Templates/edit_transaction.html
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
-
Edit
-
-
-
-
-
-
-
-
-
-
edit_transaction
-
-
-
-
\ No newline at end of file
diff --git a/Templates/edit_user.html b/Templates/edit_user.html
index a197e0f..4bae83f 100644
--- a/Templates/edit_user.html
+++ b/Templates/edit_user.html
@@ -1,18 +1,23 @@
-
+
+
+
Edit User
-
-
+
-
Edit User {{ user.name }}
-
+
+
+
+
+
☰
+
+
Edycja użytkownika {{ user.name }}
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/Templates/exchange.html b/Templates/exchange.html
deleted file mode 100644
index 7ecc3e0..0000000
--- a/Templates/exchange.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
Cantor
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Templates/exchange_results.html b/Templates/exchange_results.html
deleted file mode 100644
index 34778be..0000000
--- a/Templates/exchange_results.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
Cantor
-
-
-
-
-
You selected {{currency}} and ammount {{amount}}
-
-
\ No newline at end of file
diff --git a/Templates/flows.html b/Templates/flows.html
new file mode 100644
index 0000000..a61fac7
--- /dev/null
+++ b/Templates/flows.html
@@ -0,0 +1,258 @@
+
+
+
+
+
Lista dokumentów
+
+
+
+
+
+
+
+
+
+
+
+
☰
+
+
Zarządzanie grupami
+
+
+
+
+
+ | Od |
+ Opis |
+ Nazwa pliku |
+ Numer |
+ Status |
+ Akcje |
+
+
+
+ {% for flow in flows %}
+
+ | {{ flow.id_flo }} |
+ {{ flow.flowname }} |
+ {{ flow.flowdescription }} |
+ {{ flow.file_name }} |
+ {{ flow.number }} |
+ {{ flow.status }} |
+ # |
+ Wiecej...
+
+
+ {%endfor%}
+
+
+
+
+
+
+
+
+
diff --git a/Templates/flows_info.html b/Templates/flows_info.html
new file mode 100644
index 0000000..65704e1
--- /dev/null
+++ b/Templates/flows_info.html
@@ -0,0 +1,54 @@
+{% for message in get_flashed_messages() %}
+
+{%endfor%}
+
+
+
+
+ | # |
+ Flowname |
+ Flowdescription |
+ File_name |
+ Number |
+ Status |
+ Actions |
+
+
+
+ {% for flow in flows %}
+
+ | {{ flow.id_flo }} |
+ {{ flow.flowname }} |
+ {{ flow.flowdescription }} |
+ {{ flow.file_name }} |
+ {{ flow.number }} |
+ {{ flow.status }} |
+
+ More info
+ |
+
+ {%endfor%}
+
+
+
+
+
+
+ | Nazwa grupy |
+ value |
+
+
+
+
+ {% for approval in approvals %}
+
+
+ | {{ approval.groupname }} |
+ {{ approval.value }} |
+
+
+ {%endfor%}
+
+
+
+
diff --git a/Templates/groups.html b/Templates/groups.html
new file mode 100644
index 0000000..bd16bbd
--- /dev/null
+++ b/Templates/groups.html
@@ -0,0 +1,264 @@
+
+
+
+
+
Edycja użytkowników
+
+
+
+
+
+
+
+
+
+
+
+
+
☰
+
+
+
+
Zarządzanie użytkownikami
+
+
+
+
+
+ | Nazwa grupy |
+ Opis grupy |
+
+
+
+ {% for group in groups %}
+
+
+ | {{ group.groupname }} |
+ {{ group.groupdescription }} |
+
+ Wiecej informacji
+ |
+
+ Dodaj użytkownika
+ |
+
+ {%endfor%}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Templates/groups_info.html b/Templates/groups_info.html
new file mode 100644
index 0000000..2c8b72a
--- /dev/null
+++ b/Templates/groups_info.html
@@ -0,0 +1,290 @@
+
+
+
+
+
Edycja użytkowników
+
+
+
+
+
+
+
+
+
+
+
+
+
☰
+
+
+
+
Zarządzanie grupami
+
+
+
+
+ | Nazwa grupy |
+ Opis grupy |
+
+
+
+ {% for group in groups %}
+
+ | {{ group.groupname }} |
+ {{ group.groupdescription }} |
+
+ Wiecej informacji
+ |
+
+ Dodaj użytkownika
+ |
+
+ {%endfor%}
+
+
+
+
+
+
+
+
+
+
+
+ | Nazwa grupy |
+ Nazwa użytkownika |
+ E-mail |
+ Akcje |
+
+
+
+ {% for member in members %}
+
+
+ | {{ member.groupname }} |
+ {{ member.username }} |
+ {{ member.email }} |
+
+ Usuń
+ |
+
+ {%endfor%}
+
+
+
+
+
+
+
+
+
+
diff --git a/Templates/history.html b/Templates/history.html
deleted file mode 100644
index f19e4fe..0000000
--- a/Templates/history.html
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
-
Transactions
-
-
-
-
-
-
-
-
-
-
-
- | # |
- Currency |
- Amount |
- Data |
- Operations |
-
-
-
- {% for transaction in transactions %}
-
- | {{ transaction.id }} |
- {{ transaction.Currency }} |
- {{ transaction.Amount }} |
- {{ transaction.trans_date }} |
-
- Actions
- Edit
- Delete
- |
-
- {% endfor %}
-
-
-
-
-
\ No newline at end of file
diff --git a/Templates/login.html b/Templates/login.html
index 3c089a6..6684071 100644
--- a/Templates/login.html
+++ b/Templates/login.html
@@ -4,95 +4,103 @@
-
Formularz logowania
-
+
Logowanie
+
+
Formularz logowania
-
-
-
-
Elektroniczny Obieg Dokumentów
+
-
-
-
-
-
+
+
+
+
+
+
+
-
\ No newline at end of file
+
+