From 9fa9616a36cf9635fd6922cfa5875efdc491c0d0 Mon Sep 17 00:00:00 2001
From: Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com>
Date: Sun, 4 Apr 2021 21:11:19 +0200
Subject: Add feature to display purpose of an entity
---
templates/extract-actual.html | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
(limited to 'templates/extract-actual.html')
diff --git a/templates/extract-actual.html b/templates/extract-actual.html
index ab19efc..af8e810 100644
--- a/templates/extract-actual.html
+++ b/templates/extract-actual.html
@@ -21,6 +21,13 @@
{% endif %}
{% endfor %}
+{% set ucel_notes = [] %}
+{% for i in range (row.ucel|length) %}
+ {% if row.ucel[i].vymaz_datum == 0 %}
+ {% set ucel_notes = ucel_notes.append(row.ucel[i].ucel.ucel) %}
+ {% endif %}
+{% endfor %}
+
{% set zakladni_kapital_notes = [] %}
{% for i in range (row.zakladni_kapital|length) %}
{% if row.zakladni_kapital[i].vymaz_datum == 0 %}
@@ -255,6 +262,17 @@
{% endif %}
+
+ {% if ucel_notes|length > 0 %}
+ {% for i in range (ucel_notes|length) %}
+
+ {% if i == 0%}Účel:{% endif %} |
+ {{ ucel_notes[i] }} |
+
+ {% endfor %}
+ {% endif %}
+
+
{% if statutarni_organ_notes|length > 0 %}
{% for i in range (statutarni_organ_notes|length) %}
--
cgit
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 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
(limited to 'templates/extract-actual.html')
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}} |
--
cgit
From 8e8f91be5f5c3089255630f64b7be440a91994f6 Mon Sep 17 00:00:00 2001
From: Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com>
Date: Sun, 11 Apr 2021 22:03:10 +0200
Subject: Some more minor tweaks
---
templates/extract-actual.html | 58 +++----------------------------------------
1 file changed, 3 insertions(+), 55 deletions(-)
(limited to 'templates/extract-actual.html')
diff --git a/templates/extract-actual.html b/templates/extract-actual.html
index 62133bb..791b260 100644
--- a/templates/extract-actual.html
+++ b/templates/extract-actual.html
@@ -105,22 +105,6 @@
{% endif %}
{% endfor %}
-{% if row.soud == "MSPH" %}
- {% set soud = "Městského soudu v Praze" %}
-{% elif row.soud == "KSCB" %}
- {% set soud = "Krajského soudu v Českých Budějovicích" %}
-{% elif row.soud == "KSOS" %}
- {% set soud = "Krajského soudu v Ostravě" %}
-{% elif row.soud == "KSPL" %}
- {% set soud = "Krajského soudu v Plzni" %}
-{% elif row.soud == "KSBR" %}
- {% set soud = "Krajského soudu v Brně" %}
-{% elif row.soud == "KSHK" %}
- {% set soud = "Krajského soudu v Hradci Králové" %}
-{% elif row.soud == "KSUL" %}
- {% set soud = "Krajského soudu v Ústí nad Labem" %}
-{% endif %}
-
{% if insolvency_notes|length > 0 %}
{% set table_style = "table table-danger" %}
{% elif loop.index % 2 == 0 %}
@@ -287,7 +271,8 @@
{% 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 %} |
- {{ statutarni_organ_notes[i].clenove[j].jmeno }}
+ | {% if statutarni_organ_notes[i].clenove[j].jmeno != None %}{{ statutarni_organ_notes[i].clenove[j].jmeno }}
+ {% else %}{{ statutarni_organ_notes[i].clenove[j].jmeno_po.nazev}}{% if statutarni_organ_notes[i].clenove[j].jmeno_po.reg_cislo != 0 %}, reg č. {{ statutarni_organ_notes[i].clenove[j].jmeno_po.reg_cislo }}{% endif %}{% if statutarni_organ_notes[i].clenove[j].jmeno_po.ico != 0 %}, IČ {{ statutarni_organ_notes[i].clenove[j].jmeno_po.ico }}{% endif %} {% endif %}
{{ 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 %} |
@@ -463,44 +448,7 @@
{% for i in range (shares_notes|length) %}
{% if i == 0%}Akcie:{% endif %} |
- {% if shares_notes[i].akcie_podoba == "LISTINNA" %}
- {% set akcie_podoba_description = "v listinné podobě" %}
- {% elif shares_notes[i].akcie_podoba == "ZAKNIHOVANA" %}
- {% set akcie_podoba_description = "v zaknihované podobě" %}
- {% elif shares_notes[i].akcie_podoba == "IMOBILIZOVANA" %}
- {% set akcie_podoba_description = "v imobilizované podobě" %}
- {% else %}
- {% set akcie_podoba_description = "" %}
- {% endif %}
-
- {% if shares_notes[i].akcie_typ == "KMENOVE_NA_JMENO" %}
- {% set akcie_typ_description = "kmenové akcie na jméno" %}
- {% elif shares_notes[i].akcie_typ == "KMENOVE_NA_MAJITELE" %}
- {% set akcie_typ_description = "kmenové akcie na majitele" %}
- {% elif shares_notes[i].akcie_typ == "KUSOVE_NA_JMENO" %}
- {% set akcie_typ_description = "kusové akcie" %}
- {% elif shares_notes[i].akcie_typ == "NA_JMENO" %}
- {% set akcie_typ_description = "akcie na jméno" %}
- {% elif shares_notes[i].akcie_typ == "NA_MAJITELE" %}
- {% set akcie_typ_description = "akcie na majitele" %}
- {% elif shares_notes[i].akcie_typ == "PRIORITNI_NA_JMENO" %}
- {% set akcie_typ_description = "prioritní akcie na jméno" %}
- {% elif shares_notes[i].akcie_typ == "ZAMESTNANECKE_NA_JMENO" %}
- {% set akcie_typ_description = "zaměstnanecké akcie na jméno" %}
- {% elif shares_notes[i].akcie_typ == "ZVLASTNI_PRAVA" %}
- {% set akcie_typ_description = "akcie se zvláštními právy" %}
- {% else %}
- {% set akcie_typ_description = "" %}
- {% endif %}
-
- {% if shares_notes[i].akcie_hodnota_typ == "KORUNY" %}
- {% set akcie_hodnota_typ_symbol = "Kč" %}
- {% elif shares_notes[i].akcie_hodnota_typ == "EURA" %}
- {% set akcie_hodnota_typ_symbol = "euro" %}
- {% else %}
- {% set akcie_hodnota_typ_symbol = "" %}
- {% endif %}
- {{ shares_notes[i].akcie_pocet }} ks {{ akcie_typ_description }} {{ akcie_podoba_description }} ve jmenovité hodnotě {{ shares_notes[i].akcie_hodnota_value }} {{ akcie_hodnota_typ_symbol }} {% if shares_notes[i].akcie_text != "0" %} {{ shares_notes[i].akcie_text }} {% endif %} |
+ {{ shares_notes[i] }} {% if shares_notes[i].akcie_text != "0" %} {{ shares_notes[i].akcie_text }} {% endif %} |
{% endfor %}
{% endif %}
--
cgit
From a21983cbae1d7e2b7d1c0de694799a57a3886bd3 Mon Sep 17 00:00:00 2001
From: Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com>
Date: Sat, 1 May 2021 22:07:55 +0200
Subject: further update search by legal persons in a role
---
templates/extract-actual.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'templates/extract-actual.html')
diff --git a/templates/extract-actual.html b/templates/extract-actual.html
index 791b260..6bf6087 100644
--- a/templates/extract-actual.html
+++ b/templates/extract-actual.html
@@ -325,7 +325,8 @@
{% 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 %} |
- {{ dozorci_rada_notes[i].clenove[j].jmeno }}
+ | {% if dozorci_rada_notes[i].clenove[j].jmeno != None %}{{ dozorci_rada_notes[i].clenove[j].jmeno }}
+ {% else %}{{ dozorci_rada_notes[i].clenove[j].jmeno_po.nazev}}{% if dozorci_rada_notes[i].clenove[j].jmeno_po.reg_cislo != 0 %}, reg č. {{ dozorci_rada_notes[i].clenove[j].jmeno_po.reg_cislo }}{% endif %}{% if dozorci_rada_notes[i].clenove[j].jmeno_po.ico != 0 %}, IČ {{ dozorci_rada_notes[i].clenove[j].jmeno_po.ico }}{% endif %} {% endif %}
{{ 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 %} |
--
cgit