I have two database table,
"product" table has those fields--> prID, transactionID, itemName, itemQuantity, itemPrice.
"payment" table has those fields--> pyID, paymentID, paymentType, paymentAmount, itemPrice.
transactionID and paymentID are the same.
now, I like to create list of receipts for the same day.
What is your suggestion to do that?
I have to use two table, and add some extra data and it needs to span inside the container (tabPane).
here is the pic of something i am trying to do.
Thanks in advance.