New Articles

  1. Assets checked out to a booking

    /* 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...
  2. Inventory Report of Non Tracked Gear

    Shows a list of all non asset tracked gear in your system.
  3. Inventory Report of Assets

    Shows a list of all assets in inventory, their current status and if they're out on a booking.
  4. Inventory Report for Disposed/Maintenance Items

    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...
  5. Purchase Orders for the last 90 Days

    Purchase Orders entered over the last 90 days
  6. Bookings Invoiced with Shortages

    Invoiced Bookings with shortages, where warehouse out date is greater than Jan 1 2017. Change the date as needed
  7. Cross Rental Purchase Orders within date range

    List all Cross Rental PO's for a given date range
  8. Insurance / Damage Waiver

    Damage Waiver and Insurance Values Recorded in RentalPoint
  9. Contact Distribution List

    /*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....
  10. Labour Products

    ...