You are on page 1of 1

invoices

fid (PK), client_id, invoice_total, invoice_subtotal, tax, amount_paid, amount_due,


notes, created, updated
uuid, client_name, phone, return_date, status, finalreturned_date
invoice_details
id (PK), fid(FK)(repetition as per products selected), product_id, product_name,
quantity, price, Posted_status
posted
man_id (PK), fid (FK)(repetition as per products posted), man_name,
advance_payment, total_payment, remaining_payment, status
dateposted, delivered_date

You might also like