Vicky
how to create 1 data to 3 table?
- i have 3 table, expenses, expenses items and expenses payment.
expenses :
- invoice_number,
- date,
- status,
- total,
- remaining_amount
expense_items :
- expense_id
- description
- qty
- price
expense_payments :
- expense_id,
- date
- nominal
in this case, when i create expenses data i have payment amount,
so i want create expense_payment data,
how to create expense_payments data?
11 replies