ORahmo
IS-IT--Management
- Sep 14, 2011
- 6
For sometime i wanted to create a program to track the transaction History of an Inventory Item with it's Average cost in the a table
For Example
TAC "Total Average Cost"
TTC "Total Transaction Cost"
Item Qty Ucost TTC Acost Balance TAC
x 5 10 50 10 5 50
x 5 12 60 11 10 110
x -2 11 -22 11 8 88
x 20 9 180 9.571 28 268
- Recording the Data is Simple
- Calculating Average Cost is also Simple
- When Qty is -Ve, take the previous ACost as your UCost "Unable to do it"
- Calculating Average Cost Per Transaction " Unable to figure it out"
- Calculating Balance Per Transaction "Unable to figure it out"
I don't know what kind of information you need so you could lead me to the way of completing the program, so tell me what u need from the program and i will post it
For Example
TAC "Total Average Cost"
TTC "Total Transaction Cost"
Item Qty Ucost TTC Acost Balance TAC
x 5 10 50 10 5 50
x 5 12 60 11 10 110
x -2 11 -22 11 8 88
x 20 9 180 9.571 28 268
- Recording the Data is Simple
- Calculating Average Cost is also Simple
- When Qty is -Ve, take the previous ACost as your UCost "Unable to do it"
- Calculating Average Cost Per Transaction " Unable to figure it out"
- Calculating Balance Per Transaction "Unable to figure it out"
I don't know what kind of information you need so you could lead me to the way of completing the program, so tell me what u need from the program and i will post it