update new table teller mutation
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user