Updated Articles

  1. 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...
  2. RP2 (RentalPoint for Windows version) Release Notes

    Access to the latest release is free with a current SSAP/Cloud subscription RentalPoint Cloud clients should email support@rentp.com to request an upgrade to your server Click here to Register for SSAP downloads RentalPoint3 release n...
  3. RentalPoint2 ESign

    RentalPoint Software eSign makes it easy to request and collect digital signatures directly within the software when sending quotes to clients. Because the feature is fully built into the system, there’s no need for any third-party applications—...
  4. 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...
  5. Labour Products and Assigned Technicians

    /* Listing of Labour Products and the technicians assigned to them  */ WITH CTE AS (     SELECT         ISNULL(I.groupfld,' ')                AS ParentGroup,         ISNULL(PG.group_descv6,' ')           AS ParentGroupDesc,         ISNULL(I...
  6. Inventory Packages

    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         ISN...
  7. 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(...
  8. Inventory Packages and Macros

    Provides a list of all packages and 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    ...
  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. ...