home / crz

red_flags

Materializovane cervene vlajky pre jednotlive zmluvy. Kazdy zaznam je jedna vlajka priradena k jednej zmluve na zaklade vyhodnotenia pravidla z flag_rules.

Data license: Verejne udaje Slovenskej republiky · Data source: Centralny register zmluv

id
Automaticky generovany identifikator
zmluva_id
ID zmluvy (cudzi kluc na zmluvy.id)
flag_type
ID pravidla (cudzi kluc na flag_rules.id)
detail
Volitelny doplnkovy detail k vlajke
created_at
Datum vytvorenia vlajky

15 rows where flag_type = "dormant_then_active"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date)

id ▼ zmluva_id flag_type detail created_at
207206 11852834 11852834 dormant_then_active 91,610 EUR po 11.0 rokoch bez zmluv (ICO: 31600891) 2026-03-07 20:38:30
207207 11877121 11877121 dormant_then_active 456,770 EUR po 2.9 rokoch bez zmluv (ICO: 36016659) 2026-03-07 20:38:30
207208 11375524 11375524 dormant_then_active 58,839 EUR po 2.1 rokoch bez zmluv (ICO: 44101937) 2026-03-07 20:38:30
207209 11665028 11665028 dormant_then_active 69,987 EUR po 3.0 rokoch bez zmluv (ICO: 46032541) 2026-03-07 20:38:30
207210 11888294 11888294 dormant_then_active 2,178,902 EUR po 2.1 rokoch bez zmluv (ICO: 31768679) 2026-03-07 20:38:30
207211 11998534 11998534 dormant_then_active 77,001 EUR po 3.0 rokoch bez zmluv (ICO: 47951419) 2026-03-07 20:38:30
207212 11992489 11992489 dormant_then_active 60,326 EUR po 1823.3 rokoch bez zmluv (ICO: 42083141) 2026-03-07 20:38:30
207213 11834540 11834540 dormant_then_active 1,998,300 EUR po 3.5 rokoch bez zmluv (ICO: 42181810) 2026-03-07 20:38:30
207214 11458159 11458159 dormant_then_active 239,686 EUR po 3.0 rokoch bez zmluv (ICO: 00679089) 2026-03-07 20:38:30
207215 11833553 11833553 dormant_then_active 182,441 EUR po 3.5 rokoch bez zmluv (ICO: 00314692) 2026-03-07 20:38:30
207216 11956722 11956722 dormant_then_active 923,544 EUR po 3.9 rokoch bez zmluv (ICO: 45733325) 2026-03-07 20:38:30
207217 11732436 11732436 dormant_then_active 5,190,620 EUR po 2.4 rokoch bez zmluv (ICO: 46005218) 2026-03-07 20:38:30
207218 11457462 11457462 dormant_then_active 272,222 EUR po 2.7 rokoch bez zmluv (ICO: 00397865) 2026-03-07 20:38:30
207219 11824310 11824310 dormant_then_active 52,890 EUR po 2.6 rokoch bez zmluv (ICO: 44263970) 2026-03-07 20:38:30
207220 11925533 11925533 dormant_then_active 148,092 EUR po 3.8 rokoch bez zmluv (ICO: 36365556) 2026-03-07 20:38:30

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE red_flags (
    id INTEGER PRIMARY KEY AUTOINCREMENT, zmluva_id INTEGER NOT NULL REFERENCES zmluvy(id),
    flag_type TEXT NOT NULL REFERENCES flag_rules(id), detail TEXT,
    created_at TEXT DEFAULT (datetime('now')), UNIQUE(zmluva_id, flag_type)
);
CREATE INDEX idx_red_flags_zmluva ON red_flags(zmluva_id);
CREATE INDEX idx_red_flags_type ON red_flags(flag_type);
Powered by Datasette · Queries took 26.814ms · Data license: Verejne udaje Slovenskej republiky · Data source: Centralny register zmluv