Files
entity/src/types/pull.ts

24 lines
704 B
TypeScript

export enum LogPullType {
"LNKOLEK" = "LNKOLEK",
"CIF_BEREKENING" = "CIF_BEREKENING",
"TRIAL_BALANCE_BRANCH" = "TRIAL_BALANCE_BRANCH",
"TRIAL_BALANCE_KONSOLIDASI" = "TRIAL_BALANCE_KONSOLIDASI",
"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",
"Failed Pull Data" = "N",
"Retry Pull Data" = "R",
"On Going Pull Data" = "O",
"Success Pull Data" = "Y"
};