klwu
Brainy!!
- Local time
- Tomorrow, 03:45
- Joined
- Sep 13, 2004
- Messages
- 47
I wanted to create a Stock Movement Report, but I am not quite sure how.....I need some help.....
I have these tables:
M_Stock (Stock information)
T_GRN & T_GRN_Detail (Good Received information)
T_IIS & T_IIS_Detail (Internal Issue information)
I need to do a report stating the opening balance, the activities (ins & outs), and the closing balance....like this:
StockCode: A01-001
DocNo Bal B/F In Out Bal C/F
-------------------------------------------
I98999 10 0 2 8
56557 8 4 0 12
22222 12 0 1 11
Can someone lend me a hand on this? I have tried to build queries for this, but the running balance keeps counting from the first opening balance (10).....thanks in advance
I have these tables:
M_Stock (Stock information)
T_GRN & T_GRN_Detail (Good Received information)
T_IIS & T_IIS_Detail (Internal Issue information)
I need to do a report stating the opening balance, the activities (ins & outs), and the closing balance....like this:
StockCode: A01-001
DocNo Bal B/F In Out Bal C/F
-------------------------------------------
I98999 10 0 2 8
56557 8 4 0 12
22222 12 0 1 11
Can someone lend me a hand on this? I have tried to build queries for this, but the running balance keeps counting from the first opening balance (10).....thanks in advance