Bertrand Benjamin 5c9a8c9b5e feat: highlight source element when navigating from tables to edit page
Clicking the pencil icon in revenus/depenses tables now passes query
params to identify the source row. The edit page auto-expands the
matching section, scrolls to the element, and briefly highlights it
with a blue ring that fades after 2 seconds.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 06:16:29 +01:00
2026-01-22 21:23:46 +01:00
2026-01-18 21:11:35 +01:00
2026-01-18 21:11:35 +01:00

Plesna Gerance

Extracteur de comptes rendus de gerance Oralia/ICS.

Prerequis

  • Python >= 3.10
  • uv
  • Node.js >= 22
  • poppler-utils (apt install poppler-utils ou pacman -S poppler)

Installation

uv sync
cd frontend && npm install

Developpement

Lancer backend et frontend dans deux terminaux separés :

make dev_back   # Backend sur http://localhost:8000 (auto-reload)
make dev_front  # Frontend sur http://localhost:5173 (hot-reload)

Ou les deux en parallele :

make dev

Ouvrir http://localhost:5173 — le proxy Vite redirige /api vers le backend.

Production (Docker)

make docker

Accessible sur http://localhost:8080.

Description
No description provided
Readme 362 KiB
Languages
Python 48.7%
Vue 48.1%
JavaScript 1.9%
PowerShell 0.4%
Inno Setup 0.3%
Other 0.3%