SuruchBoss / SuruchBoss/Cwork

CW-019 · Bank payment file export

Open
#17 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

P1 payroll phase-3
Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Priority P3 · Area payroll · Estimate M · Phase 4

A PAID run records that people were paid; the transfer itself is manual. Thai banks each take their own fixed-width or CSV format.

Scope

A pluggable formatter with one or two common bank layouts; decrypt account numbers only at export time, under employee:read:sensitive; audit every export.

Acceptance

A generated file validates against the bank's published spec, and the export is refused for a run that is not APPROVED.

Files backend/src/modules/payroll/


Tracked in docs/backlog.md.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in backend/src/modules/payroll/ and trace how payroll runs reach the APPROVED state, how sensitive employee data is authorized, and where exports are audited. Identify the bank layouts and published specifications to support, then verify that valid files are generated, non-APPROVED runs are refused, and every export is audited.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend, payments, security
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.