mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 06:45:46 +00:00
refactor(FE): Update transaction subtype handling and labels
This commit is contained in:
@@ -556,9 +556,8 @@ export const TRANSACTION_SUBTYPE_OPTIONS = {
|
||||
PEMBELIAN: { label: 'Pembelian', value: 'PURCHASE_IN' },
|
||||
PENJUALAN: { label: 'Penjualan', value: 'MARKETING_OUT' },
|
||||
RECORDING: [
|
||||
{ label: 'Recording Stock Out', value: 'RECORDING_STOCK_OUT' },
|
||||
{ label: 'Recording Depletion Out', value: 'RECORDING_DEPLETION_OUT' },
|
||||
{ label: 'Recording Depletion In', value: 'RECORDING_DEPLETION_IN' },
|
||||
{ label: 'Recording Egg In', value: 'RECORDING_EGG_IN' },
|
||||
{ label: 'Recording Stock', value: 'RECORDING_STOCK_OUT' },
|
||||
{ label: 'Recording Depletion', value: 'RECORDING_DEPLETION_OUT' },
|
||||
{ label: 'Recording Egg', value: 'RECORDING_EGG_IN' },
|
||||
],
|
||||
};
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user