-
You can execute this query using Excel Query Builder in RentalPoint... SELECT A.asset_code [Barcode],
A.product_code [Product],
A.description,
A.Location,
A.stock_number [Stock Number],
A.serial_...
-
...
-
...
-
The Sales Analysis report details the total sales for the period selected and orders it by group, category or product. A detailed list of bookings is included as well as product and group totals. Only sales and disposable stock is included in this r...
-
Shows a list of all assets scanned out to maintenance You can execute this query using Excel Query Builder in RentalPoint... SELECT IM.groupFld [Group],
IM.category [Category],
A.PRODUCT_COde [Product],
A.ASSET...
-
Full details on how to update product replacement value for all products in your database ...
-
This query can be run to find all the assets that have not be scanned in 12 months or 24 months in a stocktake, so we know the missing items. You'll need to change the EntryDateTime to get the records within your specified timeframe. You can ex...
-
The inventory value report shows current asset value of the company's inventory. How to run the Inventory Value report? 1. Click on the Reports menu 2. Select Product Reports menu option 3. Select Inventory Value menu option. 4. Enter/...
-
List all Cross Rental PO's for a given date range
-
Provide a list of all Labour Designations set up in the RentalPoint Database SELECT G.Group_code AS [Product Group], G.group_descV6 AS [Group Description], IM.category AS [Product Category], C.cat_descV6 AS [Ca...