-
/* From within RentalPoint, right click on your booking and print-->packing list */ /* OR change the value of @Booking_no below and execute this query */ You can execute this query using Excel Query Builder in RentalPoint..... DECLARE...
-
Shows a list of all non asset tracked gear in your system.
-
Shows a list of all assets in inventory, their current status and if they're out on a booking.
-
You can execute this query using Excel Query Builder in RentalPoint..... SELECT A.product_code AS [Product Code], I.descriptionv6 AS [Product Description], A.asset_code AS [Bar Code], LO.locn_name AS [Locatio...
-
Purchase Orders entered over the last 90 days
-
Invoiced Bookings with shortages, where warehouse out date is greater than Jan 1 2017. Change the date as needed
-
List all Cross Rental PO's for a given date range
-
Damage Waiver and Insurance Values Recorded in RentalPoint
-
/*Export a distribution list for all contacts in the database with an email address and send emails box checked*/ SELECT [CallListID], [ContactID], [Completed], [ActivityID], C.firstname, C.surname, C.AskFor, c....
-
...