Displaying a product ledger
Hi
I need some help about making a product ledger.
In my inventory db, I have the following tables -
Products
-
ProductID ProductName
Receives
-
ReceiveID ReceiveDate ProductID ReceiveQty
Issues
IssueID IssueDate ProductID IssueQty
I want to display a product ledger like this -
ProductName Date ReceiveQty IssueQty BalanceQty
How can I provide this functionality with a sproc ?
Regards
Kapalic

