Feature: KI-Jahresberichte speichern + Archiv + Download — SW by-v505, APP_VER 482

This commit is contained in:
rene 2026-04-29 17:03:49 +02:00
parent b4de0aa27c
commit 9832cd24d8
6 changed files with 146 additions and 17 deletions

View file

@ -692,6 +692,8 @@ const API = (() => {
},
hundBeschreibung(hundId) { return post('/zucht-ki/hund-beschreibung', { hund_id: hundId }); },
jahresbericht() { return post('/zucht-ki/jahresbericht', {}); },
jahresberichtList() { return get('/zucht-ki/jahresbericht'); },
jahresberichtGet(id) { return get(`/zucht-ki/jahresbericht/${id}`); },
};
const osm = {