update new table teller mutation

This commit is contained in:
2025-01-23 11:08:10 +07:00
parent 5600b27cf4
commit 7d2747f2e7
4 changed files with 102 additions and 2 deletions

View File

@ -3,9 +3,17 @@ export enum LogPullType {
"CIF_BEREKENING" = "CIF_BEREKENING",
"TRIAL_BALANCE_BRANCH" = "TRIAL_BALANCE_BRANCH",
"TRIAL_BALANCE_KONSOLIDASI" = "TRIAL_BALANCE_KONSOLIDASI",
"TRANSAKSI_CS" = "TRANSAKSI_CS"
"TRANSAKSI_CS" = "TRANSAKSI_CS",
"TELLER_MUTATION" = "TELLER_MUTATION"
};
export const TellerCode = {
"0452": ["0452051", "0452052", "0452053", "0452054", "0452055", "0452056", "0452057", "0452058", "0452059"],
"0453": ["0453051"],
"0454": ["0454051"],
"0455": ["0455051", "0455052"]
}
export enum StatusLogPull {
"Waiting Schedule" = "W",