From 8d07577220cf51e5b60ee6660e5ae496a76d31cd Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Thu, 24 Sep 2026 22:21:55 +0200 Subject: [PATCH] changes to the asv export --- Web/app.py | 7 +++++++ Web/static/img/asv_export_invario_2026.exfj | Bin 0 -> 665 bytes Web/templates/student_cards_admin.html | 1 + 3 files changed, 8 insertions(+) create mode 100644 Web/static/img/asv_export_invario_2026.exfj diff --git a/Web/app.py b/Web/app.py index 7a5b17f..8f0c17b 100755 --- a/Web/app.py +++ b/Web/app.py @@ -13775,6 +13775,13 @@ def upload_csv_batch(): "images_failed": error_count }), 200 +@app.route('/get/asv_export', methods=['GET']) +def get_asv_export(): + if 'username' not in session: + flash('Bitte melden Sie sich an.', 'error') + return redirect(url_for('login')) + return send_from_directory(app.static_folder, 'img/asv_export_invario_2026.exfj') + """ @app.route('/test_email') def test_email(): diff --git a/Web/static/img/asv_export_invario_2026.exfj b/Web/static/img/asv_export_invario_2026.exfj new file mode 100644 index 0000000000000000000000000000000000000000..42632b7e8c6ca01f93ffc2a38c14a90ed1c151aa GIT binary patch literal 665 zcmWIWW@Zs#;Nak3&@42IWk3SFK(=pcNn%Q3Nupj>aem(Fup%A3;s8X4jv&nUl17fv18_ z<@>W|Zl63;bL7UfxMPdNE21S!G|#KLgzN0ev-585+O5GSb@nRb@l)sdQ_QQ*2F~zH zGQZa7<+xU*Ji$};lkid>#!uIz-UjCwpN$Y(>C&L{uBB9RVKM)t#RVpRL~IMCDqx@q$-?=uc1G{7b z{wxgsdev4wDtuO#_l9KC?1ysfYv=X4MlvZi!cGCf&KUugxba zF#4+e`9f>u#5r|Sh` zSIfLUy2*Rh-sQ2@_e_pXz2Lf;xq1c1^q=|GZVRU;x)&{AQ|y@2^P?fJoa>gv+{@<$ zx|be*`~8vV0d4hbPwom9Iz7nyV)Kg$6kWx7T?U1W3=I32LD9v?B*K753&>FkN(-m} lC1oIM1;sV8v7op{fM_5SJ>~ Laden Sie eine .xlsx- oder .csv-Datei hoch (z. B. aus ASV). Erkannt werden Rufame, Nachname, Klasse*, Ausweis-ID*, lokales Differenzierungsmerkmal*, Notizen* & Ausleihdauer*. Hinweis: Die Daten werden Validiert und müssen dann noch einmal aus sicherheits gründen hochgeladen werden! + Im folgenden ist eine export vorlage für ihre ASV-Software hinterlegt: ASV Export Vorlage