Updated Articles

  1. Booking Grid View

    This is a very complex query so it will be difficult for most users to modify. however if changes need to be made please contact support.  This will export the same data that is available via the booking grid. You can execute this query using ...
  2. Rental Products and Assets

    SELECT G.group_code                               AS [Product Group],        G.group_descv6                             AS [Group Description],        IM.category                                AS [Product Category],        C.cat_descv6             ...
  3. Import Products from Excel File

    Using the 'Rental Inventory.csv' template available with the Product Import option in RentalPoint2, you can import Products and their assets using the 'Clear All' 'Match All' functionality in the system.  Please take a backup of your database befo...
  4. Microsoft SQL Server Installation

  5. Microsoft SQL Server Overview

    Microsoft SQL Server is the database utility that RentalPoint uses to store information. SQL is an established database engine that has been utilized by RentalPoint since 2002. RentalPoint supports SQL Server software that is actively supported by M...
  6. Customers

    Customer / Financial Reports Credit Card Processing in RentalPoint Invoicing Options Cancel/Credit an Invoice Applying Payments Online Payment Option ...
  7. Custom Fields

    Occasionally users may find it necessary to store additional customer information against a customer record.  Our custom field option allows users to achieve this with ease. Right click on customer grid Admin-->setup custom fields Enter whatev...
  8. Update Product Replacement Value

    Full details on how to update product replacement value for all products in your database ...
  9. Invoicing Options

    Covers the Invoicing methods available in RentalPoint including Manual Invoice and Invoicing a Booking
  10. Transfers

    /* All transfers and bookings they are assigned to*/ Select T.booking_no     [Code],        isnull(B.OrganizationV6,'') [Company],        DATENAME(WEEKDAY,T.ddate) [Out],        convert(varchar,T.ddate,105)  [Date],         dbo.MakeTime(T.de...