Files
evidencija-rezija/app/ui
Knee Cola 1605eec5fb Replace billedToTenant boolean with billedTo enum
Migrated from boolean checkbox to enum-based radio buttons for better
flexibility and clarity in tracking bill payment responsibility.

Changes:
- Added BilledTo enum with values 'tenant' and 'landlord'
- Replaced Bill.billedToTenant (boolean) with Bill.billedTo (enum)
- Updated BillEditForm to use radio buttons instead of checkbox
- Updated billActions to handle billedTo enum values
- Updated all display filtering to use enum comparison
- Updated printActions barcode filtering
- Updated translations for radio button labels (en/hr)

The billedTo property is optional for backward compatibility -
undefined values default to BilledTo.Tenant, maintaining current
behavior where only tenant bills are displayed and calculated.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 13:48:28 +01:00
..
2023-12-27 15:45:49 +01:00
2023-12-27 15:45:49 +01:00
2023-12-27 15:45:49 +01:00
2023-12-27 15:45:49 +01:00
2024-02-17 08:32:53 +01:00
2024-02-16 21:56:41 +01:00
2024-02-16 17:40:45 +01:00
2024-02-17 08:32:53 +01:00
2025-10-15 16:58:24 +02:00
2024-02-17 10:14:46 +01:00
2024-02-19 09:32:38 +01:00