-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaktienkurs.html
561 lines (499 loc) · 29.2 KB
/
aktienkurs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Sie können einen zufällige Aktienkurs mit Aufgabe erzeugen, ausgehend vom aktuellen Datum.">
<meta name="keywords"
content="BwR, Aktien, Aktie, DAX, Kurs, Aktienkurs, Realschule, Schema, Lehrkraft, Prüfung, Belege, Schemata, Rechnungswesen, Buchführung">
<link rel="stylesheet" href="css/style.css">
<script src="js/menu.js"></script>
<script src="js/html2canvas.min.js"></script>
<script src="js/js-yaml.min.js"></script>
<script src="js/clipboard.min.js"></script>
<script src="js/apexcharts.js"></script>
<title>BWL</title>
</head>
<body>
<main>
<div w3-include-html="navigation.html"></div>
<h2>Aktienkauf mit Diagramm - beta</h2>
<div class="box">
<p>Sie können einen zufällige Aktienkurs erzeugen, ausgehend vom aktuellen Datum. Über das Burger-Menü kann
das Diagramm heruntergeladen werden. Zum Schlusskurs kann eine Aufgabe erstellt werden. Wählen Sie Kauf oder Verkauf.</p>
<div id="controls" class="flex-column">
<div>
<label for="wertpapiereArtInput">Art: </label><br>
<select id="wertpapiereArtInput">
<option value="wertpapiereKauf">Kauf</option>
<option value="wertpapiereVerkauf">Verkauf</option>
</select>
</div>
<div><label for="unternehmen">Unternehmen wählen:</label><br>
<select id="unternehmen">
<!-- Dropdown-Optionen werden hier dynamisch hinzugefügt -->
</select>
</div>
<div><label for="year">Jahr für den Schlusswert (nur bei Monate):</label>
<input type="number" id="year" value="2024" min="1900" max="2100">
</div>
<div class="flex-row">
<div>
<label for="period">Zeitraum:</label>
<input type="number" id="period" value="8" min="3" max="13">
</div>
<div>
<label for="timeframe">Einheit:</label><br>
<select id="timeframe">
<option value="days">Tage</option>
<option value="months">Monate</option>
</select>
</div>
</div>
<div><button id="generate-chart">Diagramm und Aufgabe neu erstellen</button></div>
</div>
</div>
<div id="chart" style="width: 100%;"></div>
<div id="aktienContainer" style="min-width: 580px" contenteditable="true"></div>
<div class="exportButtons">
<button class="icon" type="button" onclick="aktienHerunterladenAlsPNG()"><svg
xmlns="http://www.w3.org/2000/svg" height="16" width="16"
viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
d="M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" />
</svg></button>
<button class="icon" type="button" id="aktienOfficeButton" data-clipboard-target="#aktienContainer"><svg
xmlns="http://www.w3.org/2000/svg" height="16" width="12"
viewBox="0 0 384 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
d="M48 448V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm55 241.1c-3.8-12.7-17.2-19.9-29.9-16.1s-19.9 17.2-16.1 29.9l48 160c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l25-83.4 25 83.4c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l48-160c3.8-12.7-3.4-26.1-16.1-29.9s-26.1 3.4-29.9 16.1l-25 83.4-25-83.4c-3-10.2-12.4-17.1-23-17.1s-19.9 7-23 17.1l-25 83.4-25-83.4z" />
</svg></button>
<button class="icon" type="button" onclick="aktienHerunterladen()"><svg xmlns="http://www.w3.org/2000/svg"
height="16" width="12"
viewBox="0 0 384 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
d="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm97 289c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L79 303c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 31-31zM257 255c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9l-48-48z" />
</svg></button>
<button class="icon" type="button" onclick="aktienKopiereInZwischenablage()"><svg
xmlns="http://www.w3.org/2000/svg" height="16" width="20"
viewBox="0 0 640 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z" />
</svg></button>
</div><br>
</div>
<script>
async function loadYAML() {
try {
const response = await fetch('js/unternehmen.yml'); // Pfad zur YAML-Datei
const yamlText = await response.text(); // Lese die Datei als Text
const data = jsyaml.load(yamlText); // Parsen der YAML-Daten
// Ausgabe der geladenen Daten, um die Struktur zu überprüfen
return data.map(item => item.unternehmen) || []; // Extrahiere die 'unternehmen'-Daten
} catch (error) {
console.error('Fehler beim Laden der YAML-Datei:', error);
return []; // Fallback zu einem leeren Array, falls ein Fehler auftritt
}
}
// Filtere alle Unternehmen mit der Rechtsform "AG"
async function filterAGUnternehmen() {
const unternehmen = await loadYAML(); // Lade die YAML-Daten
// Überprüfen, ob "unternehmen" korrekt geladen wurde
if (!Array.isArray(unternehmen)) {
console.error("Die 'unternehmen'-Daten sind nicht im richtigen Format.");
return [];
}
// Filtere Unternehmen, deren Rechtsform "AG" ist
const agUnternehmen = unternehmen.filter(company => company.rechtsform === "AG");
return agUnternehmen;
}
async function populateDropdown() {
const agUnternehmen = await filterAGUnternehmen();
const dropdown = document.getElementById("unternehmen");
// Sicherstellen, dass Unternehmen mit "AG" vorhanden sind
if (agUnternehmen.length === 0) {
console.log("Keine AG-Unternehmen gefunden.");
return;
}
// Füge jede Option zum Dropdown hinzu
agUnternehmen.forEach(company => {
const option = document.createElement("option");
option.value = company.id;
option.textContent = `${company.name} (${company.rechtsform})`;
dropdown.appendChild(option);
});
// Setze das erste Unternehmen als ausgewählt
if (agUnternehmen.length > 0) {
dropdown.value = agUnternehmen[0].id;
const firstCompany = agUnternehmen[0];
const timeframe = "days"; // Standard auf "Tage"
const data = generateStockData(8, 2024, timeframe);
}
}
function generateStockData(period, year, timeframe) {
const today = new Date();
const data = [];
let currentPrice = Math.floor(Math.random() * (250 - 10 + 1) + 10); // Startpreis zwischen 10€ und 75€
// Wenn "Tage" gewählt wurde, setzen wir das Enddatum auf heute
const endDate = new Date(year, today.getMonth(), today.getDate());
// Berechnung für Tage
if (timeframe === "days") {
for (let i = 0; i < period; i++) {
const date = new Date(endDate);
date.setDate(endDate.getDate() - (period - i)); // Setzt das Datum um die Tage zurück
currentPrice += Math.floor(Math.random() * 5 - 2); // Schwankung von -2 bis +2
currentPrice = Math.max(currentPrice, 1); // Sicherstellen, dass der Preis >= 1€ bleibt
data.push({ x: date, y: currentPrice });
}
} else {
// Berechnung für Monate (wie bisher)
for (let i = 0; i < period; i++) {
const date = new Date(endDate.getFullYear(), endDate.getMonth() - period + i);
currentPrice += Math.floor(Math.random() * 5 - 2); // Schwankung von -2 bis +2
currentPrice = Math.max(currentPrice, 1); // Sicherstellen, dass der Preis >= 1€ bleibt
data.push({ x: date, y: currentPrice });
}
}
return data;
}
// Funktion zum Formatieren der X-Achse (Monat Jahr auf Deutsch)
function calculateChartWidth(months) {
const widthPerMonth = 75; // 100px pro Monat
const maxWidth = 800; // Maximale Breite des Diagramms (z.B. 1200px)
const calculatedWidth = months * widthPerMonth;
return Math.min(calculatedWidth, maxWidth); // Rückgabe der minimalen Breite zwischen berechneter Breite und maxWidth
}
function formatXAxisDate(date, timeframe) {
const months = ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"];
if (timeframe === "days") {
const day = String(date.getDate()).padStart(2, '0');
const month = months[date.getMonth()];
const year = date.getFullYear();
return `${day}. ${month}`;
} else {
const month = months[date.getMonth()];
const year = String(date.getFullYear()).slice(2); // Letzten zwei Ziffern des Jahres
return `${month} ${year}`;
}
}
// Funktion zur Ermittlung des Jahresbereichs für den Titel
function getYearForLastPoint(data) {
const lastDate = data[data.length - 1].x; // Das Datum des letzten Werts
const year = lastDate.getFullYear();
return year; // Das Jahr des letzten Datenpunkts zurückgeben
}
let chart; // Globale Variable für das Chart
async function updateChartAndText() {
const timeframe = document.querySelector("#timeframe").value;
const period = parseInt(document.querySelector("#period").value, 10);
const year = parseInt(document.querySelector("#year").value, 10);
const selectedCompanyId = document.querySelector("#unternehmen").value;
const unternehmen = await loadYAML();
const selectedCompany = unternehmen.find(company => company.id === selectedCompanyId);
if (!selectedCompany) {
alert("Bitte wählen Sie ein Unternehmen aus!");
return;
}
// Generiere die neuen Daten für das Chart
const data = generateStockData(period, year, timeframe);
// Zerstöre das bestehende Chart, falls vorhanden
if (chart) {
chart.destroy(); // Zerstören des aktuellen Charts
}
// Render das neue Chart
renderChart(data, selectedCompany, timeframe);
insertDynamicText(new Date(), selectedCompany, data[data.length - 1].y); // Verwende den letzten Preis
}
// Initialisiere das Diagramm
function renderChart(data, company, timeframe) {
const prices = data.map(point => point.y);
const lastPrice = prices[prices.length - 1]; // Letzter Kurswert
const minPrice = Math.min(...prices);
const maxPrice = Math.max(...prices);
// Y-Achse mit ganzen Euro-Werten
const yAxisMin = Math.floor(Math.max(minPrice - 5, 0) / 2) * 2; // Rundet auf die nächste gerade Zahl nach unten
const yAxisMax = Math.ceil((maxPrice + 5) / 2) * 2; // Rundet auf die nächste gerade Zahl nach oben
// X-Achse formatieren
const formattedData = data.map(point => ({
x: formatXAxisDate(point.x, timeframe),
y: point.y
}));
const chartWidth = calculateChartWidth(data.length); // Dynamische Breite basierend auf der Anzahl der Monate/Tage
const yearForLastPoint = getYearForLastPoint(data); // Jahr des letzten Datenpunkts
const options = {
chart: {
type: 'line',
background: 'white',
height: 400,
width: chartWidth, // Dynamische Breite
toolbar: {
show: true,
tools: {
download: true,
selection: true,
zoom: true,
zoomin: true,
zoomout: true,
pan: true,
reset: true
},
export: {
csv: {
filename: "diagramm-daten",
columnDelimiter: ',',
headerCategory: 'Kategorie',
headerValue: 'Wert',
dateFormatter: (timestamp) => new Date(timestamp).toLocaleDateString("de-DE")
},
svg: {
filename: "diagramm-svg"
},
png: {
filename: "diagramm-png"
}
},
autoSelected: 'zoom'
},
},
series: [{
name: "Stückkurs",
data: formattedData
}],
stroke: {
curve: 'straight',
},
xaxis: {
type: 'category',
title: { text: '' },
labels: {
rotate: -45, // Drehung der X-Achsen-Beschriftungen um 90 Grad
rotateAlways: true,
style: {
fontSize: '15px'
},
},
crosshairs: {
show: true,
width: 1,
stroke: {
color: '#999',
dashArray: 0
}
}
},
yaxis: {
title: { text: '' },
labels: {
style: {
fontSize: '15px'
},
formatter: (val) => {
return `${val.toFixed(0)} €`;
}
},
min: yAxisMin,
max: yAxisMax,
tickAmount: (yAxisMax - yAxisMin) / 2,
},
grid: {
borderColor: '#999',
strokeDashArray: [2],
xaxis: {
lines: {
show: true,
}
},
yaxis: {
lines: {
show: true,
},
}
},
title: {
text: `${company.name} ${company.rechtsform} Aktie`,
align: 'center',
style: {
fontSize: '20px'
},
},
markers: {
size: 5,
colors: ['#FF4560'],
strokeColors: '#000',
strokeWidth: 2,
hover: {
size: 7
}
}
};
const chartElement = document.querySelector("#chart");
chartElement.innerHTML = ""; // Leeren des Chart-Elements
chart = new ApexCharts(chartElement, options); // Speichern des neuen Charts in der globalen Variable
chart.render(); // Rendern des neuen Charts
}
// Event Listener für Dropdown-Änderungen
document.querySelector("#wertpapiereArtInput").addEventListener("change", updateChartAndText);
document.querySelector("#unternehmen").addEventListener("change", updateChartAndText);
document.querySelector("#generate-chart").addEventListener("click", updateChartAndText);
populateDropdown();
// Währung nach DIN 5008
function formatCurrency(value) {
return value.toLocaleString('de-DE', { style: 'currency', currency: 'EUR' });
}
function generateRandomStep() {
const possibleValues = [-0.2, -0.1, -0.05, 0.05, 0.1, 0.2];
const randomIndex = Math.floor(Math.random() * possibleValues.length);
return possibleValues[randomIndex];
}
function insertDynamicText(date, company, lastPrice) {
// Formatierung des Datums ins deutsche Format
date.setDate(date.getDate() - 1);
let formattedDate = date.toLocaleDateString("de-DE");
// Berechnung der Anzahl der Aktien (Zufallswert zwischen 100 und 1000, in 10er-Schritten)
let anzahlAktien = Math.floor(Math.random() * (1000 - 100 + 1) / 10) * 10 + 100;
// Berechnung der Spesen (1 % vom Kurswert, 500 Aktien, zufälliger Kurswert)
let kurswert = (anzahlAktien * lastPrice); // Gesamtkurswert = Anzahl * letzter Kurs
let spesen = (kurswert * 0.01); // 1% vom Kurswert
let banklastschrift = kurswert + spesen;
let bankgutschrift = kurswert - spesen;
const abweichungKurswertKauf = generateRandomStep();
let banklastschriftAlt = bankgutschrift + abweichungKurswertKauf*bankgutschrift;
let differenzKurswert = banklastschriftAlt - bankgutschrift;
let differenzKurswert_betrag = Math.abs(differenzKurswert);
banklastschriftAlt = formatCurrency(banklastschriftAlt);
kurswert = formatCurrency(kurswert);
spesen = formatCurrency(spesen);
banklastschrift = formatCurrency(banklastschrift);
bankgutschrift = formatCurrency(bankgutschrift);
differenzKurswert_betrag = formatCurrency(differenzKurswert_betrag);
// Text erstellen
let text;
if (wertpapiereArtInput.value === 'wertpapiereKauf') {
text = `
<h2>Aufgabe</h2>
Am ${formattedDate} kaufen wir ${anzahlAktien} Aktien der „${company.name} ${company.rechtsform}“.
Die Spesen betragen 1 % vom Kurswert. Bilde den Buchungssatz.
<h3>Lösung</h3>
<h4>Nebenrechnung</h4>
<table style="border-collapse: collapse;white-space:nowrap;width:400px;margin: 0 0">
<tr>
<td>Kurswert (${anzahlAktien} x ${lastPrice},00 €)</td>
<td style="padding-left:6px;text-align:right;">${kurswert}</td><td style="padding-left:6px;text-align:right;">100 %</td>
</tr>
<tr>
<td>+ Spesen</td><td style="padding-left:6px;text-align:right;">${spesen}</td><td style="padding-left:6px;text-align:right;">1 %</td>
</tr>
<tr>
<td style="border-top: solid 1px #ccc">= Banklastschrift</td><td style="border-top: solid 1px #ccc;padding-left:6px;text-align:right;">${banklastschrift}</td><td style="border-top: solid 1px #ccc;padding-left:6px;text-align:right;">101 %</td>
</tr>
</table>
<h4>Buchungssatz</h4>
<table style="margin:0;white-space:nowrap;font-family:courier;min-width:540px;"><tbody>
<tr>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 150px;max-width: 150px" tabindex="1">1500 WP</td>
<td style="text-align: center;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 80px" tabindex="1">an</td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 150px;max-width: 150px" tabindex="1">2800 BK</td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 160px;max-width: 160px;text-align: right" tabindex="1">${banklastschrift}</td>
</tr></tbody></table>
`;
} else {
text = `
<h2>Aufgabe</h2>
Am ${formattedDate} verkaufen wir ${anzahlAktien} Aktien der „${company.name} ${company.rechtsform}“.
Die Spesen betragen 1 % vom Kurswert. Die Banklastschrift beim Kauf betrug ${banklastschriftAlt}. Bilde den Buchungssatz.
<h3>Lösung</h3>
<h4>Nebenrechnung</h4>
<table style="border-collapse: collapse;white-space:nowrap;width:400px;margin: 0 0">
<tr>
<td>Kurswert (${anzahlAktien} x ${lastPrice},00 €)</td>
<td style="padding-left:6px;text-align:right;">${kurswert}</td><td style="padding-left:6px;text-align:right;">100 %</td>
</tr>
<tr>
<td>- Spesen</td><td style="padding-left:6px;text-align:right;">${spesen}</td><td style="padding-left:6px;text-align:right;">1 %</td>
</tr>
<tr>
<td style="border-top: solid 1px #ccc">= Bankgutschrift</td><td style="border-top: solid 1px #ccc;padding-left:6px;text-align:right;">${bankgutschrift}</td><td style="border-top: solid 1px #ccc;padding-left:6px;text-align:right;">99 %</td>
</tr>
</table>
<h4>Buchungssatz</h4>
<table style="margin:0;white-space:nowrap;font-family:courier;min-width:660px;"><tbody>
<tr>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 150px;max-width: 150px" tabindex="1">2800 BK</td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 160px;max-width: 140px;text-align: right" tabindex="1">${bankgutschrift}</td>
<td style="text-align: center;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 80px" tabindex="1">an</td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 150px;max-width: 150px" tabindex="1">1500 WP</td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 160px;max-width: 140px;text-align: right" tabindex="1">${banklastschriftAlt}</td>
</tr>
`;
if (differenzKurswert < 0) {
text += `
<tr>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 150px;max-width: 150px" tabindex="1"></td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 160px;max-width: 140px;text-align: right" tabindex="1"></td>
<td style="text-align: center;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 80px" tabindex="1">an</td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 150px;max-width: 150px" tabindex="1">5650 EAWP</td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 160px;max-width: 140px;text-align: right" tabindex="1">${differenzKurswert_betrag}</td>
</tr></tbody></table>
`; } else {
text += `
<tr>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 150px;max-width: 150px" tabindex="1">7460 VAWP</td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 160px;max-width: 140px;text-align: right" tabindex="1">${differenzKurswert_betrag}</td>
<td style="text-align: center;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 80px" tabindex="1">an</td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 150px;max-width: 150px" tabindex="1"></td>
<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 160px;max-width: 140px;text-align: right" tabindex="1"></td>
</tr></tbody></table>
`;
}
}
// Ausgabe im HTML
const dynamicTextElement = document.getElementById("aktienContainer");
dynamicTextElement.innerHTML = text;
}
// Export
function aktienHerunterladen() {
const aktienHTML = document.getElementById('aktienContainer').innerHTML;
const blob = new Blob([aktienHTML], { type: 'text/html' });
const a = document.createElement('a');
a.href = URL.createObjectURL(blob);
a.download = 'aktien.html';
document.body.appendChild(a);
a.click();
document.body.removeChild(a);
}
function aktienKopiereInZwischenablage() {
const aktienHTML = document.getElementById('aktienContainer').innerHTML;
navigator.clipboard.writeText(aktienHTML)
.then(() => alert('Code wurde in die Zwischenablage kopiert'))
.catch(err => console.error('Fehler beim Kopieren in die Zwischenablage:', err));
}
function aktienHerunterladenAlsPNG() {
const aktienContainer = document.getElementById('aktienContainer');
html2canvas(aktienContainer, optionshtml2canvas).then(canvas => {
const dataURL = canvas.toDataURL('image/png');
const a = document.createElement('a');
a.href = dataURL;
a.download = 'aktien.png';
document.body.appendChild(a);
a.click();
document.body.removeChild(a);
});
}
let clipboardaktien = new ClipboardJS('#aktienOfficeButton');
clipboardaktien.on('success', function (e) {
console.log("Die Tabelle wurde in die Zwischenablage kopiert.");
alert("Die Tabelle wurde in die Zwischenablage kopiert.");
});
clipboardaktien.on('error', function (e) {
console.error("Fehler beim Kopieren der Tabelle: ", e.action);
alert("Fehler beim Kopieren der Tabelle.");
});
</script>
</main>
<div w3-include-html="footer.html"></div>
<script>
includeHTML();
</script>
</body>
</html>