add support for mib loans view

This commit is contained in:
2026-05-14 05:24:18 +05:00
parent d28687bc1c
commit 69b7862e65
15 changed files with 896 additions and 4 deletions
+1
View File
@@ -3,4 +3,5 @@
<!-- Seed colors from MIB brand (blue + green) — used as M3 fallback on Android <12 -->
<color name="seed_primary">#3F65AD</color>
<color name="seed_secondary">#9AD141</color>
<color name="color_unpaid">#E85D04</color>
</resources>
+15
View File
@@ -92,4 +92,19 @@
<!-- Home -->
<string name="accounts">Accounts</string>
<string name="available_balance">Available Balance</string>
<!-- Financing -->
<string name="financing_empty">No financing deals found</string>
<string name="financing_total">Total</string>
<string name="financing_paid">Paid</string>
<string name="financing_unpaid">Unpaid</string>
<string name="financing_deal_date">Deal Date</string>
<string name="financing_installment">Monthly Installment</string>
<string name="financing_num_installments">Total Installments</string>
<string name="financing_last_paid_date">Last Payment Date</string>
<string name="financing_last_pay_amount">Last Payment</string>
<string name="financing_overdue">Overdue</string>
<string name="financing_completion_done">Fully paid</string>
<string name="financing_deal_no_fmt">Deal #%s</string>
<string name="financing_completion_fmt">Completes %s</string>
</resources>