F-201: GET /pos/reports/cash-close/:id with financial summary, sales by state, payments breakdown, items sold. Extended /pos/sessions/:id. F-202: Cash close email sent on session close to smtpReportEmail (best-effort). smtpReportEmail field added to admin SMTP settings. F-203: Admin POS terminal config: selfpayMode, closeSessionRequiresPin, closeSessionPin (4-6 digits) with dedicated settings section.
18 lines
747 B
Markdown
18 lines
747 B
Markdown
# FEAT-199
|
|
|
|
Files: 13 changed
|
|
|
|
- project/migrations/058_identity_email_confirmation.js
|
|
- project/src/modules/identity/domain/errors.ts
|
|
- project/src/modules/identity/domain/user.ts
|
|
- project/src/modules/identity/domain/ports.ts
|
|
- project/src/modules/identity/application/register-user.ts
|
|
- project/src/modules/identity/application/login.ts
|
|
- project/src/modules/identity/infrastructure/pg-user-repository.ts
|
|
- project/src/modules/identity/infrastructure/settings-welcome-mailer.ts
|
|
- project/src/modules/identity/api/identity.routes.ts
|
|
- project/frontend/src/app/auth/register/page.tsx
|
|
- project/frontend/src/app/auth/confirm/page.tsx
|
|
- project/frontend/src/app/api/auth/confirm/route.ts
|
|
- project/src/modules/identity/tests/password-reset.test.ts
|