add table mutation gl and column ledget on table log_pull also log pull type MUTATION_GL

This commit is contained in:
2025-12-04 16:09:02 +07:00
parent 827895b9f2
commit 775ac8ebe6
4 changed files with 74 additions and 1 deletions

View File

@ -4,7 +4,8 @@ export enum LogPullType {
"TRIAL_BALANCE_BRANCH" = "TRIAL_BALANCE_BRANCH",
"TRIAL_BALANCE_KONSOLIDASI" = "TRIAL_BALANCE_KONSOLIDASI",
"TRANSAKSI_CS" = "TRANSAKSI_CS",
"TELLER_MUTATION" = "TELLER_MUTATION"
"TELLER_MUTATION" = "TELLER_MUTATION",
"MUTATION_GL" = "MUTATION_GL"
};
export const TellerCode = {