Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a73e5ca
feat(finance): add bulk product routing entity constants, migration u…
ilramdhan Jun 22, 2026
6de5955
feat(finance): add costbulkimport foundation — id maps, parser, repo …
ilramdhan Jun 22, 2026
2bcb4e4
fix(finance): satisfy updated costproductmaster and costroute repo in…
ilramdhan Jun 22, 2026
e49c307
fix(finance): fix SQL bugs in bulk upsert methods — correct generate_…
ilramdhan Jun 22, 2026
9fffc97
fix(finance): modernize page < 1 guard using max builtin
ilramdhan Jun 22, 2026
c69a438
feat(finance): add bulk import sheet processors for product_master, c…
ilramdhan Jun 22, 2026
99181e2
fix(finance): fix Task 2b interface implementations and lint issues
ilramdhan Jun 22, 2026
04fa6e5
feat(finance): add route sheet processors for bulk import (sheets 4-6)
ilramdhan Jun 22, 2026
444e2c5
fix(finance): extract goconst string constants in route sheet processors
ilramdhan Jun 22, 2026
2a42f65
feat(finance): add BulkImportHandler, ValidateHandler, ExportHandler …
ilramdhan Jun 22, 2026
b2c49ee
fix(finance): fix ListAllParams SQL JOIN, export type code mismatch, …
ilramdhan Jun 22, 2026
7b4095c
feat(finance): wire BulkImportHandler/ValidateHandler/ExportHandler i…
ilramdhan Jun 22, 2026
96068cc
fix(finance): remove dead bulkValidateHandler in worker, remove nil-g…
ilramdhan Jun 22, 2026
76d6a92
fix(finance): fix export route_rm columns, ExportRequest JSON tags, r…
ilramdhan Jun 22, 2026
dbf7f25
fix(finance): remove CONCURRENTLY from migration, exclude empty strin…
ilramdhan Jun 22, 2026
d1429f9
feat(finance): add BulkImportTemplateHandler — 6-sheet Excel template…
ilramdhan Jun 22, 2026
fbd99a8
fix(finance): extend chk_cij_entity to include bulk import/export ent…
ilramdhan Jun 22, 2026
d77acd8
fix(finance-worker): skip MinIO fetchFile for export jobs
ilramdhan Jun 22, 2026
b9fe944
fix(bulk-export): correct download filename and add import-jobs menu …
ilramdhan Jun 22, 2026
ab1b91a
fix(finance): resolve golangci-lint v2 CI errors in costbulkimport
ilramdhan Jun 22, 2026
8436dcb
fix(finance): resolve remaining CI lint issues in costbulkimport
ilramdhan Jun 22, 2026
ee5b7c3
fix(finance): gofmt cost_import_handler.go
ilramdhan Jun 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
630 changes: 589 additions & 41 deletions gen/finance/v1/cost_import.pb.go

Large diffs are not rendered by default.

198 changes: 198 additions & 0 deletions gen/finance/v1/cost_import.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading