Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hai,
This is regarding data modelling..
i've done the data modelling for sales..
for example,
i'm having the following tables..salesbasic,salesdetail and itemmaster..
i've done the linking..
i want to get the pending orders in detail..
so i've linked the orderbasic and orderdetail table..
Please refer the attachment.
i'm looking for, how best i can do this..
if i establish the link between orderbasic and invoicebasic ,i'm getting the loosly coupled..
there is a chance ,with out orders there can be a invoice..
when the product is selected, should be able to show the pending orders and invoices
Thanks in Advance..
Hi,
I think you should join tables orderbasic with orderdetail by SORDBASICID and join tables invoicebasic with invoicedetail by SINVBASICID.
and then link Invoice and Order tables between them by key field or composite key.
best regards