refactor(FE): Refactor subtype label mapping and fix depletion subtype

value
This commit is contained in:
rstubryan
2026-03-03 09:15:57 +07:00
parent 9ea152aef9
commit ceb316d3da
3 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -624,7 +624,7 @@ export const TRANSACTION_SUBTYPE_OPTIONS = {
PENJUALAN: { label: 'Penjualan', value: 'MARKETING_OUT' },
RECORDING: [
{ label: 'Recording Stock', value: 'RECORDING_STOCK_OUT' },
{ label: 'Recording Depletion', value: 'RECORDING_DEPLETION_OUT' },
{ label: 'Recording Depletion', value: 'RECORDING_DEPLETION_IN' },
{ label: 'Recording Egg', value: 'RECORDING_EGG_IN' },
],
} as const;