- Currency ISO3 dropdowns replaced with <input type="text" maxlength="3"> - Users can type any currency code (KES, USD, EUR, etc.) - No need to maintain a long list of currencies - Exchange rate is user-defined so validation is unnecessary - All currency inputs have text-transform: uppercase for consistency |
||
|---|---|---|
| .. | ||
| dashboard.html | ||
| event_expenses.html | ||
| expense_list.html | ||
| index.html | ||
| receipt_form.html | ||