# Movex Canada Finance App

This package is the Canada-localized version of the finance portal.

## What was changed

- App branding changed to `Movex Canada Finance`.
- Default country changed to Canada.
- Currency changed from NGN / naira symbol to CAD / C$.
- Seed data changed from Nigerian demo users, banks, phones and suppliers to Canadian examples.
- Contact records now support Canadian province / territory, postal code, CRA Business Number, and GST/HST number fields.
- Bank records now support Canadian institution number, transit number and account number.
- Tax wording changed from VAT/PAYE-style wording to GST/HST, PST, QST, payroll remittance and Canadian tax obligations.
- `.env.example` points to a Canada finance database name and contains placeholder credentials.

## Deploy notes

1. Upload this folder to the Canada finance domain, for example `finance.ca.movex-org.com`.
2. Edit `.env` before production use:
   - `APP_URL`
   - `DB_DATABASE`
   - `DB_USERNAME`
   - `DB_PASSWORD`
   - mail settings
3. Run:

```bash
php artisan key:generate
php artisan migrate --seed
php artisan optimize:clear
```

## Default seeded login

- Admin email: `admin@finance.test`
- Password: `Password@123`

Change the seeded admin email and password before production. Humanity survives another day only if you do not deploy demo credentials to the open internet.
