
I am trying to add the current qty on hand to the stoke take printout.
This is so that while counting the stock we are aware of the qty there should be.
I know this is counter to proper procedure but we are a very small company and have always done it this way and don't want to change.
*This post is locked for comments
I have the same question (0)You will need to edit the "Stocktake - Stock Take Report (Detailed).qrp" file in notepad
Add this to the report
Begin Column
FieldName = "Item.Quantity"
DrillDownFieldName = ""
DrillDownReportName = ""
Title = "Qty Expected"
VBDataType = vbDouble
Formula = ""
ColHidden = False
ColNotDisplayable = False
FilterDisabled = False
ColWidth = 650
GroupMethod = groupmethodSum
ColFormat = ""
End Column
Save the file and rerun the report from the physical inventory screen.
P.S. you can not change the count screen, only the report.