v0.17: Positions-Period-Popover · Test-Suite +66 · Math-Dedupe · Doc-Refresh#103
Merged
Conversation
…· Doc-Refresh Polish-Release. Drei Detail-Fixes plus eine ordentliche Test-Investition: UI - Neue LinePeriodPopover-Komponente (src/lib/ui/) — kompakter Chip-Trigger öffnet ein 300-px-Popover mit Tab-Switcher Einzeltag/Zeitraum, DatePicker(s) und Footer (Entfernen/Fertig). Befüllt zeigt der Chip den Wert mit Akzent-Border. Ersetzt den beengten Inline-Block in InvoiceEdit, OfferEdit und RecurringEdit. Detail-Beschreibungs-Toggle steht jetzt als zweiter Chip daneben — Beschreibungs-Cell deutlich aufgeräumter. - NotFound polish: text-muted-foreground statt raw text-neutral-500, Lucide- Icon, animierter Back-Link konsistent zur Unified-Hover-Konvention (v0.13). - PeriodSwitcher: 6 svelte-check-Warnings zu state_referenced_locally behoben — untrack() für Initial-Snapshot der Period-Props. Code-Health - computeLineTotal/computeTotals dedupliziert: pure Math jetzt in src/lib/utils/totals.ts, die drei db-Module (invoices, offers, expenses) re-exportieren. expenses passt sich semantisch an mit isKleinunternehmer: false. Tests - Vitest +47 (134 total, vorher 87): neue Suites currency.test.ts (24), date.test.ts (11), totals.test.ts (12). Coverage für Multi-Currency- Konvertierung, DST-Boundary, Storno-Vorzeichen-Propagation. - Pytest-Sidecar +19 (71 total, vorher 52): test_i18n.py (14) mit DE/EN- Key-Parität + Placeholder-Drift-Check, test_line_period.py (5) für BillingSpecifiedPeriod-Emission im ZUGFeRD-XML. - 15 zuvor stille Pytest-Failures auf Windows behoben — drei Test-Module riefen java/KoSIT ohne Stdin-Umleitung auf, KoSIT crashte beim FileInputStream.available()-Check auf Console-Handle. Same root cause wie v0.16.1 (validator.rs). Fix: leere reguläre Datei als stdin. Docs - README: Buchhaltungs-Light + Dashboard-Sektionen um v0.14-v0.16-Features ergänzt (Katalog, Skonto, EPC-QR, Teilzahlungen, Bank-Import, Bulk- Aktionen, Auto-Backup, Onboarding-Wizard, Liquiditäts-Vorschau, PDF-EN). Roadmap aktualisiert (EN-PDF shipped, EN-UI noch offen). "Banking"-Claim geschärft (kein Live-Banking, aber lokaler CAMT/MT940-Import). - CLAUDE.md: Current-State auf v0.16.1 / schema 26 / release/v0.17 + Test-Suite-Übersicht. - Version-Bump in package.json, tauri.conf.json, Cargo.toml, Cargo.lock. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Polish-Release. Konkreter UX-Schmerzpunkt im Rechnungs-Editor entfernt, eine ordentliche Test-Investition obendrauf.
Keine DB-Migration — Schema bleibt auf `user_version = 26`. v0.17 ist reine UI-/Code-Polish.
Test plan
🤖 Generated with Claude Code