Updated Articles

  1. 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...
  2. 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(...
  3. 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    ...
  4. 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...
  5. 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. ...
  6. P.A.T Testing

    Track asset testing in RentalPoint
  7. Virtual Carnet

    Overview RentalPoint now offers functionality to build a Virtual Carnet for checked out bookings.  Users can create a list of boxes/cases, allocate items to each case and either manually enter dimensions or have RentalPoint load dimensions from...
  8. Planning Your Installation

  9. Hardware Requirements

    Below are the minimum and suggested system requirements for RentalPoint. These requirements are for the RentalPoint application only, and do not necessarily apply to the OS or SQL requirements. Minimum 1.8 Ghz Intel Core or AMD Athlon CPU 4+ G...
  10. Technicians - Active

    SELECT         c.contactname    AS [CONTACT NAME],        c.firstname      AS [FIRSTNAME],        c.midname        AS [MIDDLE NAME],        c.surname        AS [SURNAME],        c.adr1           AS [ADDRESS 1],        c.adr2           AS [ADDR...