forked from tursics/schulsanierung
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
254 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"receipt": { | ||
"body": [ | ||
"<div class='full center bold' id='rectitle'></div>", | ||
"<div class='full center' id='recaddress'></div>", | ||
"<div class='empty'></div>", | ||
"<div class='full'>--------------------------------------------</div>", | ||
"<div><span class='half'><span id='rectype'></span></span><span class='number'><span id='reccosts'></span> EUR</span></div>", | ||
"<div class='full'>--------------------------------------------</div>", | ||
"<div class='empty'></div>", | ||
"<div><span class='half' id='recNow'></span></div>", | ||
"<div class='empty'></div>", | ||
"<div class='full center'>Vielen Dank für Ihren Einkauf!</div>", | ||
"<div class='full center'>Sanieren Sie bald wieder</div>" | ||
], | ||
"info": false | ||
}, | ||
"marker": { | ||
"color": "color", | ||
"icon": "icon" | ||
}, | ||
"printerlabel": { | ||
"top": "title", | ||
"middle": "costs", | ||
"bottom": "finish" | ||
}, | ||
"search": { | ||
"pattern": "title", | ||
"description": "type", | ||
"data": "id", | ||
"color": "color", | ||
"icon": "icon" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
id;title;address;type;costs;finish;lat;lng | ||
1;BK Kaufmannsschule Bauteil A;Neuer Weg 121;Energetische Sanierung Außenhülle;500000.00 €;2018;51.337062;6.544768 | ||
2;BK Kaufmannsschule Bauteil B;Neuer Weg 121;Energetische Sanierung Außenhülle;1400000.00 €;2018;51.33764;6.544334 | ||
3;BK Kaufmannsschule Turnhalle;Neuer Weg 121;Energetische Sanierung Außenhülle;600000.00 €;2018;51.33782;6.545451 | ||
4;4. Gesamtschule, Lübecker Weg;Lübecker Weg 56;Energetische Sanierung Außenhülle;1000000.00 €;2018;51.35542;6.634316 | ||
5;Kita Herrmanstraße;Hermannstr. 39;Anpassung des Raumangebots;1600000.00 €;2018;51.325029;6.551994 | ||
6;Kita Dieselstarße;Dieselstr. 24;Anpassung des Raumangebots;1800000.00 €;2019;51.348277;6.525781 | ||
7;Jugendfreizeit Herbertzstraße;Herbertzstr. 123;Energetische Dachsanierung;200000.00 €;Maßnahme ist abgeschlossen;51.324227;6.598650 | ||
8;Kita Neuhofsweg;Neuhofer Weg 25;Energetische Sanierung der Fenster;250000.00 €;Maßnahme ist abgeschlossen;51.372927;6.618275 | ||
9;Kita Steckendorfer Straße;Steckendorfer Str. 60a;Erneuerung Dachstuhl;250000.00 €;2018;51.338459;6.56841 | ||
10;Diverse, Pumpen / Dämmung;a bis i;Energetische Maßnahmen;150000.00 €;;51.338002;6.567676 | ||
a;Fabrik Heder;Virchowstraße 130;;;2017;51.322827;6.572372 | ||
b;Textilmuseum;Andreasmarkt 8;;;2018;51.333801;6.636943 | ||
c;Burg Linn;Rheinbabenstraße 85;;;2017;51.334652;6.635989 | ||
d;Freizeitzentrum Süd / Jugendtreff;Kölner Str. 190;;;2017;51.318885;6.574731 | ||
e;Herbertzstr. KITA & Jugendtreff;Herbertzstr. 123;;;2017;51.324476;6.598399 | ||
f;Rathaus;Von-der-Leyen-Platz 1;;;2018;51.334011;6.558988 | ||
g;BK Kaufmannsschule;Neuer Weg 121;;;2018;51.33765;6.545211 | ||
h;Gesamtschule Kaiserplatz;Kaiserpl. 50;;;2018;51.343763;6.590972 | ||
i;Schulkomplex Horkesgath;Horkesgath;;;2018;51.337263;6.529176 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,192 @@ | ||
[ | ||
{ | ||
"id": "1", | ||
"title": "BK Kaufmannsschule Bauteil A", | ||
"address": "Neuer Weg 121", | ||
"type": "Energetische Sanierung Außenhülle", | ||
"costs": "500000.00 €", | ||
"finish": "2018", | ||
"lat": 51.337062, | ||
"lng": 6.544768 | ||
}, | ||
{ | ||
"id": "2", | ||
"title": "BK Kaufmannsschule Bauteil B", | ||
"address": "Neuer Weg 121", | ||
"type": "Energetische Sanierung Außenhülle", | ||
"costs": "1400000.00 €", | ||
"finish": "2018", | ||
"lat": 51.33764, | ||
"lng": 6.544334 | ||
}, | ||
{ | ||
"id": "3", | ||
"title": "BK Kaufmannsschule Turnhalle", | ||
"address": "Neuer Weg 121", | ||
"type": "Energetische Sanierung Außenhülle", | ||
"costs": "600000.00 €", | ||
"finish": "2018", | ||
"lat": 51.33782, | ||
"lng": 6.545451 | ||
}, | ||
{ | ||
"id": "4", | ||
"title": "4. Gesamtschule, Lübecker Weg", | ||
"address": "Lübecker Weg 56", | ||
"type": "Energetische Sanierung Außenhülle", | ||
"costs": "1000000.00 €", | ||
"finish": "2018", | ||
"lat": 51.35542, | ||
"lng": 6.634316 | ||
}, | ||
{ | ||
"id": "5", | ||
"title": "Kita Herrmanstraße", | ||
"address": "Hermannstr. 39", | ||
"type": "Anpassung des Raumangebots", | ||
"costs": "1600000.00 €", | ||
"finish": "2018", | ||
"lat": 51.325029, | ||
"lng": 6.551994 | ||
}, | ||
{ | ||
"id": "6", | ||
"title": "Kita Dieselstarße", | ||
"address": "Dieselstr. 24", | ||
"type": "Anpassung des Raumangebots", | ||
"costs": "1800000.00 €", | ||
"finish": "2019", | ||
"lat": 51.348277, | ||
"lng": 6.525781 | ||
}, | ||
{ | ||
"id": "7", | ||
"title": "Jugendfreizeit Herbertzstraße", | ||
"address": "Herbertzstr. 123", | ||
"type": "Energetische Dachsanierung", | ||
"costs": "200000.00 €", | ||
"finish": "Maßnahme ist abgeschlossen", | ||
"lat": 51.324227, | ||
"lng": 6.59865 | ||
}, | ||
{ | ||
"id": "8", | ||
"title": "Kita Neuhofsweg", | ||
"address": "Neuhofer Weg 25", | ||
"type": "Energetische Sanierung der Fenster", | ||
"costs": "250000.00 €", | ||
"finish": "Maßnahme ist abgeschlossen", | ||
"lat": 51.372927, | ||
"lng": 6.618275 | ||
}, | ||
{ | ||
"id": "9", | ||
"title": "Kita Steckendorfer Straße", | ||
"address": "Steckendorfer Str. 60a", | ||
"type": "Erneuerung Dachstuhl", | ||
"costs": "250000.00 €", | ||
"finish": "2018", | ||
"lat": 51.338459, | ||
"lng": 6.56841 | ||
}, | ||
{ | ||
"id": "10", | ||
"title": "Diverse, Pumpen / Dämmung", | ||
"address": "a bis i", | ||
"type": "Energetische Maßnahmen", | ||
"costs": "150000.00 €", | ||
"finish": "", | ||
"lat": 51.338002, | ||
"lng": 6.567676 | ||
}, | ||
{ | ||
"id": "a", | ||
"title": "Fabrik Heder", | ||
"address": "Virchowstraße 130", | ||
"type": "", | ||
"costs": "", | ||
"finish": "2017", | ||
"lat": 51.322827, | ||
"lng": 6.572372 | ||
}, | ||
{ | ||
"id": "b", | ||
"title": "Textilmuseum", | ||
"address": "Andreasmarkt 8", | ||
"type": "", | ||
"costs": "", | ||
"finish": "2018", | ||
"lat": 51.333801, | ||
"lng": 6.636943 | ||
}, | ||
{ | ||
"id": "c", | ||
"title": "Burg Linn", | ||
"address": "Rheinbabenstraße 85", | ||
"type": "", | ||
"costs": "", | ||
"finish": "2017", | ||
"lat": 51.334652, | ||
"lng": 6.635989 | ||
}, | ||
{ | ||
"id": "d", | ||
"title": "Freizeitzentrum Süd / Jugendtreff", | ||
"address": "Kölner Str. 190", | ||
"type": "", | ||
"costs": "", | ||
"finish": "2017", | ||
"lat": 51.318885, | ||
"lng": 6.574731 | ||
}, | ||
{ | ||
"id": "e", | ||
"title": "Herbertzstr. KITA & Jugendtreff", | ||
"address": "Herbertzstr. 123", | ||
"type": "", | ||
"costs": "", | ||
"finish": "2017", | ||
"lat": 51.324476, | ||
"lng": 6.598399 | ||
}, | ||
{ | ||
"id": "f", | ||
"title": "Rathaus", | ||
"address": "Von-der-Leyen-Platz 1", | ||
"type": "", | ||
"costs": "", | ||
"finish": "2018", | ||
"lat": 51.334011, | ||
"lng": 6.558988 | ||
}, | ||
{ | ||
"id": "g", | ||
"title": "BK Kaufmannsschule", | ||
"address": "Neuer Weg 121", | ||
"type": "", | ||
"costs": "", | ||
"finish": "2018", | ||
"lat": 51.33765, | ||
"lng": 6.545211 | ||
}, | ||
{ | ||
"id": "h", | ||
"title": "Gesamtschule Kaiserplatz", | ||
"address": "Kaiserpl. 50", | ||
"type": "", | ||
"costs": "", | ||
"finish": "2018", | ||
"lat": 51.343763, | ||
"lng": 6.590972 | ||
}, | ||
{ | ||
"id": "i", | ||
"title": "Schulkomplex Horkesgath", | ||
"address": "Horkesgath", | ||
"type": "", | ||
"costs": "", | ||
"finish": "2018", | ||
"lat": 51.337263, | ||
"lng": 6.529176 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters