add table log pulls
This commit is contained in:
15
src/types/pull.ts
Normal file
15
src/types/pull.ts
Normal file
@ -0,0 +1,15 @@
|
||||
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"
|
||||
};
|
||||
|
||||
|
||||
export enum StatusLogPull {
|
||||
"Waiting Schedule" = "W",
|
||||
"Failed Pull Data" = "N",
|
||||
"Retry Pull Data" = "R",
|
||||
"Success Pull Data" = "Y"
|
||||
};
|
||||
Reference in New Issue
Block a user