F-201 F-202 F-203: POS cash close report + email + PIN admin
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.
This commit is contained in:
17
work/artifacts/FEAT-199/implementer.md
Normal file
17
work/artifacts/FEAT-199/implementer.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user