MoneyWorks Manual
StocktakeNewQtyForLocation (location)
Result Type: Number, being the new stock quantity at the indicated location
Definition: Given the context of a product "p", such as in a foreach p in product
loop in a report, returns the new stock take quantity for the product referenced by p at the specified location. For the default location, use an empty string as the parameter.
Examples: p.StocktakeNewQtyForLocation("")
returns the new stock take quantity for the product referenced by p at the default location.
Availability: In custom reports.
Note: Use p.StockTakeNewQty to get the new stock take count across all locations.
See Also:
SetStocktakeForLocation: Update the stocktake count for a product]
StocktakeStartQtyForLocation: Get the stocktake starting snapshot quantity for a product for a given location