Updated Articles

  1. Asset - Due for Service Report

    This Report is Based on Asset Usage since the Last Test Date This report identifies assets that have met or exceeded their allowed usage and are due for servicing, helping to quickly highlight equipment that is due or overdue for service base...
  2. Labour Products and Assigned Technicians

    /* Listing of Labour Products, the first three rates for location zero and the technicians assigned to them */ WITH cte      AS (SELECT  Isnull (I.groupfld, ' ')                             AS                 ParentGroup,                  Isnul...
  3. Sales Inventory Export

    The query below will provide an export of all Sales Equipment.  Each line is a separate field with the first 3 in Bold being mandatory for importing back into the system.   Please contact support@rentp.com before attempting an import for the f...
  4. Rental Inventory Export

    The query below will provide an export of all Rental Equipment.  Each line is a separate field with the first 3 in Bold being mandatory for importing back into the system.  Please contact support@rentp.com before attempting an import for the firs...
  5. Rolling Revenue Report Future Years

    /* This query provides monthly operator-level summary of bookings, WH Out, invoiced revenue, averages, closure ratios, lost revenue, and prior-year revenue for trend analysis over a rolling multi-year period. The report starts at 2022 and is forw...
  6. Product Setup

    The Product Record Add/Edit Products To add, edit duplicate or delete items in your inventory tree you can use the buttons located on the right side of the F10 window, or you can use the right click options. General Tab  This section is u...
  7. DocuSign

    How does it work? RentalPoint provides functionality to request a digital signature from clients for Fast Report custom documents produced in RentalPoint (i.e. Quotes, Booking Hardcopies etc) by integrating with DocuSign software! Requirements...
  8. Inventory Macros

    Provides a list of all macros in the database including their components, accessories and alternatives You can execute this query using Excel Query Builder in RentalPoint.....           WITH CTE AS (     SELECT         ISNULL(...
  9. Inventory Packages (Simple)

    Provides a list of all packages in the database including their components, accessories and alternatives You can execute this query using Excel Query Builder in RentalPoint.....           WITH CTE AS (     SELECT         ISNULL(I...
  10. Hotel and Convention (Rooms)

    Book events/meetings for different rooms within with your Hotel/Convention Center. Run detailed reports on bookings that are scheduled showing room breakdown. ...