fix(FE): change select option warehouse marketing to correct data warehouses

This commit is contained in:
randy-ar
2025-12-29 13:19:16 +07:00
parent 77b05c6440
commit ea7f8a68f4
3 changed files with 2 additions and 28 deletions
@@ -1,19 +1,6 @@
import * as Yup from 'yup';
import { OptionType } from '@/components/input/SelectInput';
/**
* API Payload format for Initial Balance:
* {
"party_type": "CUSTOMER",
"party_id": 1,
"bank_id": 1,
"reference_number": "IB.MBU.001",
"initial_balance_type": "DEBIT",
"nominal": 5000000,
"note": "Saldo awal piutang customer"
}
*/
// Type for form values (includes option objects for SelectInput)
export type InitialBalanceFormValues = {
party_type_option: OptionType | null;