From 0279c2c4edbeea14a801271e273078a21b5b9fd6 Mon Sep 17 00:00:00 2001
From: Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com>
Date: Mon, 5 Apr 2021 18:26:08 +0200
Subject: More tweaks
---
templates/extract-actual.html | 17 +++++------------
templates/extract.html | 17 +++++------------
templates/most_common_activity.html | 24 ++++++++++++++++++++++++
templates/most_common_addresses.html | 6 +++---
templates/most_common_business.html | 24 ++++++++++++++++++++++++
templates/most_common_purpose.html | 4 ++--
templates/oldest_companies.html | 4 ++--
templates/results2.html | 4 +++-
templates/search_form.html | 4 +++-
templates/trivia.html | 3 ++-
10 files changed, 73 insertions(+), 34 deletions(-)
create mode 100644 templates/most_common_activity.html
create mode 100644 templates/most_common_business.html
(limited to 'templates')
diff --git a/templates/extract-actual.html b/templates/extract-actual.html
index af8e810..62133bb 100644
--- a/templates/extract-actual.html
+++ b/templates/extract-actual.html
@@ -287,8 +287,7 @@
{% if statutarni_organ_notes[i].clenove[j].vymaz_datum == 0 %}
{% if statutarni_organ_notes[i].clenove[j].funkce != "0" %} {{ statutarni_organ_notes[i].clenove[j].funkce }} {% endif %}
- {% if statutarni_organ_notes[i].clenove[j].jmeno.jmeno != "0" %}{{ statutarni_organ_notes[i].clenove[j].jmeno.jmeno }} {% endif %}
- {{ statutarni_organ_notes[i].clenove[j].jmeno.prijmeni }}{% if statutarni_organ_notes[i].clenove[j].jmeno.datum_naroz != "" %}, nar. {{ statutarni_organ_notes[i].clenove[j].jmeno.datum_naroz }}{% endif %}
+ {{ statutarni_organ_notes[i].clenove[j].jmeno }}
{{ statutarni_organ_notes[i].clenove[j].adresa }}
{% if statutarni_organ_notes[i].clenove[j].funkce_od != 0 %} Den vzniku funkce: {{ statutarni_organ_notes[i].clenove[j].funkce_od}}{% endif %}
{% if statutarni_organ_notes[i].clenove[j].clenstvi_od != 0 %} Den vzniku členství: {{ statutarni_organ_notes[i].clenove[j].clenstvi_od}}{% endif %}
@@ -341,8 +340,7 @@
{% if dozorci_rada_notes[i].clenove[j].vymaz_datum == 0 %}
{% if dozorci_rada_notes[i].clenove[j].funkce != "0" %} {{dozorci_rada_notes[i].clenove[j].funkce }} {% endif %}
- {% if dozorci_rada_notes[i].clenove[j].jmeno.jmeno != 0 %}{{ dozorci_rada_notes[i].clenove[j].jmeno.jmeno }} {% endif %}
- {{ dozorci_rada_notes[i].clenove[j].jmeno.prijmeni }}{% if dozorci_rada_notes[i].clenove[j].jmeno.datum_naroz != "" %}, nar. {{ dozorci_rada_notes[i].clenove[j].jmeno.datum_naroz }}{% endif %}
+ {{ dozorci_rada_notes[i].clenove[j].jmeno }}
{{ dozorci_rada_notes[i].clenove[j].adresa }}
{% if dozorci_rada_notes[i].clenove[j].funkce_od != 0 %} Den vzniku funkce: {{ dozorci_rada_notes[i].clenove[j].funkce_od}}{% endif %}
{% if dozorci_rada_notes[i].clenove[j].clenstvi_od != 0 %} Den vzniku členství: {{ dozorci_rada_notes[i].clenove[j].clenstvi_od}}{% endif %}
@@ -372,8 +370,7 @@
{% for i in range (prokurist_notes|length) %}
{% if i == 0%}Prokura:{% endif %}
- {% if prokurist_notes[i].jmeno.jmeno != "0" %}{{ prokurist_notes[i].jmeno.jmeno }} {% endif %}
- {{ prokurist_notes[i].jmeno.prijmeni }}{% if prokurist_notes[i].jmeno.datum_naroz != "" %}, nar. {{ prokurist_notes[i].jmeno.datum_naroz }}{% endif %}
+ {{ prokurist_notes[i].jmeno}}
{{ prokurist_notes[i].adresa }}{% if prokurist_notes[i].text_prokurista != "0" %} {{ prokurist_notes[i].text_prokurista }}{% endif %}
{% endfor %}
@@ -393,9 +390,7 @@
{% for i in range (sole_shareholder_notes|length) %}
{% if i == 0%}Jediný akcionář:{% endif %}
- {% if sole_shareholder_notes[i].akcionar_po_id == None %}
- {% if sole_shareholder_notes[i].jmeno.jmeno != "0" %}{{ sole_shareholder_notes[i].jmeno.jmeno }} {% endif %}
- {{ sole_shareholder_notes[i].jmeno.prijmeni }}{% if sole_shareholder_notes[i].jmeno.datum_naroz != "" %}, nar. {{ sole_shareholder_notes[i].jmeno.datum_naroz }}{% endif %} {% endif %}
+ {% if sole_shareholder_notes[i].akcionar_po_id == None %}{{ sole_shareholder_notes[i].jmeno }}{% endif %}
{% if sole_shareholder_notes[i].akcionar_fo_id == None %} {{ sole_shareholder_notes[i].oznaceni_po.nazev }}{% if sole_shareholder_notes[i].oznaceni_po.reg_cislo != 0 %}, reg č. {{ sole_shareholder_notes[i].oznaceni_po.reg_cislo }}{% endif %}{% if sole_shareholder_notes[i].oznaceni_po.ico != 0 %}, IČ {{ sole_shareholder_notes[i].oznaceni_po.ico }} {% endif %} {% endif %}
{{sole_shareholder_notes[i].adresa}}
@@ -412,9 +407,7 @@
{% for i in range (spolecnici_notes|length) %}
Společník:
- {% if spolecnici_notes[i].spolecnik_po_id == None %}
- {% if spolecnici_notes[i].jmeno.jmeno != "0" %}{{ spolecnici_notes[i].jmeno.jmeno }} {% endif %}
- {{ spolecnici_notes[i].jmeno.prijmeni }}{% if spolecnici_notes[i].jmeno.datum_naroz != "" %}, nar. {{ spolecnici_notes[i].jmeno.datum_naroz }}{% endif %} {% endif %}
+ {% if spolecnici_notes[i].spolecnik_po_id == None %}{{ spolecnici_notes[i].jmeno }}{% endif %}
{% if spolecnici_notes[i].spolecnik_fo_id == None %} {{ spolecnici_notes[i].oznaceni_po.nazev }}{% if spolecnici_notes[i].oznaceni_po.reg_cislo != 0 %}, reg č. {{ spolecnici_notes[i].oznaceni_po.reg_cislo }}{% endif %}{% if spolecnici_notes[i].oznaceni_po.ico != 0 %}, IČ {{ spolecnici_notes[i].oznaceni_po.ico }} {% endif %} {% endif %}
{{spolecnici_notes[i].adresa}}
diff --git a/templates/extract.html b/templates/extract.html
index 871b172..1215986 100644
--- a/templates/extract.html
+++ b/templates/extract.html
@@ -256,8 +256,7 @@
{% set underlne_style_close = "" %}
{% endif %}
{{ underlne_style_open|safe }}
- {% if row.statutarni_organ_text[i].clenove[j].jmeno.jmeno != "0" %}{{ row.statutarni_organ_text[i].clenove[j].jmeno.jmeno }} {% endif %}
- {{ row.statutarni_organ_text[i].clenove[j].jmeno.prijmeni }}{% if row.statutarni_organ_text[i].clenove[j].jmeno.datum_naroz != "" %}, nar. {{ row.statutarni_organ_text[i].clenove[j].jmeno.datum_naroz }}{% endif %}
+ {{ row.statutarni_organ_text[i].clenove[j].jmeno }}
{{ row.statutarni_organ_text[i].clenove[j].adresa }}
{% if row.statutarni_organ_text[i].clenove[j].funkce_od != 0 %} Den vzniku funkce: {{ row.statutarni_organ_text[i].clenove[j].funkce_od}}{% endif %}
{% if row.statutarni_organ_text[i].clenove[j].funkce_do != 0 %} Den zániku funkce: {{ row.statutarni_organ_text[i].clenove[j].funkce_do}}{% endif %}
@@ -341,8 +340,7 @@
{% set underlne_style_close = "" %}
{% endif %}
{{ underlne_style_open|safe }}
- {% if row.dozorci_rada_text[i].clenove[j].jmeno.jmeno != "0" %}{{ row.dozorci_rada_text[i].clenove[j].jmeno.jmeno }} {% endif %}
- {{ row.dozorci_rada_text[i].clenove[j].jmeno.prijmeni }}{% if row.dozorci_rada_text[i].clenove[j].jmeno.datum_naroz != "" %}, nar. {{ row.dozorci_rada_text[i].clenove[j].jmeno.datum_naroz }}{% endif %}
+ {{ row.dozorci_rada_text[i].clenove[j].jmeno }}
{{ row.dozorci_rada_text[i].clenove[j].adresa }}
{% if row.dozorci_rada_text[i].clenove[j].funkce_od != 0 %} Den vzniku funkce: {{ row.dozorci_rada_text[i].clenove[j].funkce_od}}{% endif %}
{% if row.dozorci_rada_text[i].clenove[j].funkce_do != 0 %} Den zániku funkce: {{ row.dozorci_rada_text[i].clenove[j].funkce_do}}{% endif %}
@@ -397,8 +395,7 @@
{% set underlne_style_close = "" %}
{% endif %}
{{ underlne_style_open|safe }}
- {% if row.prokurista[i].jmeno.jmeno != "0" %}{{ row.prokurista[i].jmeno.jmeno }} {% endif %}
- {{ row.prokurista[i].jmeno.prijmeni }}{% if row.prokurista[i].jmeno.datum_naroz != "" %}, nar. {{ row.prokurista[i].jmeno.datum_naroz }}{% endif %}
+ {{ row.prokurista[i].jmeno }}
{{ row.prokurista[i].adresa }}{% if row.prokurista[i].text_prokurista != "0" %} {{ row.prokurista[i].text_prokurista }}{% endif %}{{ underlne_style_close|safe }}
{{ underlne_style_open|safe }} Zapsáno: {{ row.prokurista[i].zapis_datum }} {% if row.prokurista[i].vymaz_datum != 0 %} Vymazáno: {{ row.prokurista[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}
@@ -439,9 +436,7 @@
{% set underlne_style_open = "" %}
{% set underlne_style_close = "" %}
{% endif %}
- {{ underlne_style_open|safe }} {% if row.jediny_akcionar[i].akcionar_po_id == None %}
- {% if row.jediny_akcionar[i].jmeno.jmeno != "0" %}{{ row.jediny_akcionar[i].jmeno.jmeno }} {% endif %}
- {{ row.jediny_akcionar[i].jmeno.prijmeni }}{% if row.jediny_akcionar[i].jmeno.datum_naroz != "" %}, nar. {{ row.jediny_akcionar[i].jmeno.datum_naroz }}{% endif %} {% endif %}
+ {{ underlne_style_open|safe }} {% if row.jediny_akcionar[i].akcionar_po_id == None %}{{ row.jediny_akcionar[i].jmeno }}{% endif %}
{% if row.jediny_akcionar[i].akcionar_fo_id == None %} {{ row.jediny_akcionar[i].oznaceni_po.nazev }}{% if row.jediny_akcionar[i].oznaceni_po.reg_cislo != 0 %}, reg č. {{ row.jediny_akcionar[i].oznaceni_po.reg_cislo }}{% endif %}{% if row.jediny_akcionar[i].oznaceni_po.ico != 0 %}, IČ {{ row.jediny_akcionar[i].oznaceni_po.ico }} {% endif %} {% endif %}
{{row.jediny_akcionar[i].adresa}} {{ underlne_style_close|safe }}
{{ underlne_style_open|safe }} Zapsáno: {{ row.jediny_akcionar[i].zapis_datum }} {% if row.jediny_akcionar[i].vymaz_datum != 0 %} Vymazáno: {{ row.jediny_akcionar[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}
@@ -467,9 +462,7 @@
{% set underlne_style_open = "" %}
{% set underlne_style_close = "" %}
{% endif %}
- {{ underlne_style_open|safe }} {% if row.spolecnici[i].spolecnik_po_id == None %}
- {% if row.spolecnici[i].jmeno.jmeno != "0" %}{{ row.spolecnici[i].jmeno.jmeno }} {% endif %}
- {{ row.spolecnici[i].jmeno.prijmeni }}{% if row.spolecnici[i].jmeno.datum_naroz != "" %}, nar. {{ row.spolecnici[i].jmeno.datum_naroz }}{% endif %} {% endif %}
+ {{ underlne_style_open|safe }} {% if row.spolecnici[i].spolecnik_po_id == None %}{{ row.spolecnici[i].jmeno }}{% endif %}
{% if row.spolecnici[i].spolecnik_fo_id == None %} {{ row.spolecnici[i].oznaceni_po.nazev }}{% if row.spolecnici[i].oznaceni_po.reg_cislo != 0 %}, reg č. {{ row.spolecnici[i].oznaceni_po.reg_cislo }}{% endif %}{% if row.spolecnici[i].oznaceni_po.ico != 0 %}, IČ {{ row.spolecnici[i].oznaceni_po.ico }} {% endif %} {% endif %}
{{row.spolecnici[i].adresa}} {{ underlne_style_close|safe }}
{{ underlne_style_open|safe }} Zapsáno: {{ row.spolecnici[i].zapis_datum }} {% if row.spolecnici[i].vymaz_datum != 0 %} Vymazáno: {{ row.spolecnici[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}
diff --git a/templates/most_common_activity.html b/templates/most_common_activity.html
new file mode 100644
index 0000000..dd73b41
--- /dev/null
+++ b/templates/most_common_activity.html
@@ -0,0 +1,24 @@
+{% include 'header.html' %}
+
+Nejčastější předmět činnosti:
+
+
+
+
+ #
+ Předmět činnosti
+ Frekvence
+
+
+
+ {% for i in range (most_common_activity|length) %}
+
+ {{ i + 1 }}
+ {{ most_common_activity[i][0] }}
+ {{ most_common_activity[i][1] }}
+
+ {% endfor %}
+
+
+
+{% include 'footer.html' %}
\ No newline at end of file
diff --git a/templates/most_common_addresses.html b/templates/most_common_addresses.html
index 8c2277f..4ee45ed 100644
--- a/templates/most_common_addresses.html
+++ b/templates/most_common_addresses.html
@@ -1,9 +1,9 @@
{% include 'header.html' %}
Nejčastější sídla:
-
+
-
+
#
Adresa
Frekvence
@@ -13,7 +13,7 @@
{% for i in range (most_common_addresses|length) %}
{{ i + 1 }}
- {{ most_common_addresses[i][0] }}
+ {{ most_common_addresses[i][0] }}
{{ most_common_addresses[i][1] }}
{% endfor %}
diff --git a/templates/most_common_business.html b/templates/most_common_business.html
new file mode 100644
index 0000000..56822a5
--- /dev/null
+++ b/templates/most_common_business.html
@@ -0,0 +1,24 @@
+{% include 'header.html' %}
+
+Nejčastější předmět podnikání:
+
+
+
+
+ #
+ Předmět podnikání
+ Frekvence
+
+
+
+ {% for i in range (most_common_business|length) %}
+
+ {{ i + 1 }}
+ {{ most_common_business[i][0] }}
+ {{ most_common_business[i][1] }}
+
+ {% endfor %}
+
+
+
+{% include 'footer.html' %}
\ No newline at end of file
diff --git a/templates/most_common_purpose.html b/templates/most_common_purpose.html
index 99bdc77..a5e17a7 100644
--- a/templates/most_common_purpose.html
+++ b/templates/most_common_purpose.html
@@ -2,9 +2,9 @@
Nejčastější účel:
-
+
-
+
#
Účel
Frekvence
diff --git a/templates/oldest_companies.html b/templates/oldest_companies.html
index 443ad1c..ab25e60 100644
--- a/templates/oldest_companies.html
+++ b/templates/oldest_companies.html
@@ -1,9 +1,9 @@
{% include 'header.html' %}
Nejstarší společnosti:
-
+
-
+
#
Jméno
Datum založení
diff --git a/templates/results2.html b/templates/results2.html
index 5fb4e7f..3e686da 100644
--- a/templates/results2.html
+++ b/templates/results2.html
@@ -1,6 +1,8 @@
{% include 'header.html' %}
-{% include 'search_form.html' %}
+{% if show_form == True %}
+ {% include 'search_form.html' %}
+{% endif %}
Počet nalezených subjektů: {{ results|length }}
{% for row in results %}
diff --git a/templates/search_form.html b/templates/search_form.html
index 1832f87..1077959 100644
--- a/templates/search_form.html
+++ b/templates/search_form.html
@@ -102,4 +102,6 @@
-
\ No newline at end of file
+
+
+Další zajímvavé údaje z obchodního resjtříku.
\ No newline at end of file
diff --git a/templates/trivia.html b/templates/trivia.html
index ced2c75..5bc274a 100644
--- a/templates/trivia.html
+++ b/templates/trivia.html
@@ -3,11 +3,12 @@
Zajímavosti z rejstříku
Počet registrovaných osob: {{ number_entities }}
-
Další zajímvavé údaje z obchodního resjtříku:
Seznam nejčastějších sídel
Seznam nejstarších společností
Seznam nejčastějších účelů
+Seznam nejčastějších předmětů podnikání
+Seznam nejčastějších předmětů činnosti
{% include 'footer.html' %}
\ No newline at end of file
--
cgit