Port invoicing app to PySide6 and enhance localization#3
Conversation
- Migrated `faktury.py` from PyQt5 to PySide6. - Integrated `kwota_slownie` logic from `przelewy.py` for Polish invoices. - Added TrueType font registration to support Polish characters in PDF generation. - Cleaned up code structure and removed duplication. - Added logic tests in `test_faktury_logic.py`. Co-authored-by: mzdrowy-lang <271831851+mzdrowy-lang@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR modernizes the invoicing application by porting it to PySide6 and enhancing its Polish localization features. Key changes include the addition of "amount in words" (kwota słownie) for Polish language invoices and improved PDF rendering using TrueType fonts (e.g., DejaVuSans) to correctly display Polish diacritics. The codebase was also refactored to remove redundant blocks and follow PySide6 conventions (Signals, exec()). A new test file
test_faktury_logic.pywas added to ensure the reliability of business logic.PR created automatically by Jules for task 3747414161025825490 started by @mzdrowy-lang