If Traxstock /stockmanager.exe will not run then check the following.
Installation instructions for Stockmanager.exe
First – in the commodity table - add a field called “Value” set it as any type.
Then go to the “Column Properties” window below.
Expand “Computed Column Specification”
Into Formula paste: “(([CasePrice]/[UnitFactor])*[UnitStock])”
Then save the table.
Then run the following 2 queries:
update commodity set unitfactor = 1 where (UnitFactor is null or unitfactor = 0)
update commodity set caseprice = 1 where (caseprice is null or caseprice = 0)
Then the program should start.
Comments
0 comments
Please sign in to leave a comment.