New Articles

  1. Invoices Outstanding

    /* Shows all invoices with outstanding balance based on closing date with an outstanding amount greater than InvValue */ DECLARE @ClosingDate AS  VARCHAR (20) DECLARE @InvValue  FLOAT SET @ClosingDate = ...
  2. RP2/RP3 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...
  3. Assets Purchased Between Date Range

    SELECT IM.groupfld      AS [Product Group],        IM.category      AS [Product Category],        A.product_code   AS [Product Code],        IM.descrip...
  4. Rental Products and Assets

    SELECT G.group_code                               AS [Product Group],        G.group_descv6            &...
  5. Customer Details with Last Booking Entered

    SELECT   BK.CUST as [Customer Code],          c.OrganisationV6 as [Organization],          c.contactv6 as [Contact],                    c.phone1...
  6. 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...
  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 Ente...
  8. Transfers

    /* All transfers and bookings they are assigned to*/ Select T.booking_no     [Code],        isnull(B.OrganizationV6,'') [Company],        DATENAME(WEEKDAY,T.ddate) [Out],   &...
  9. 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 f...
  10. RentalPoint Registration and Software Upgrades

    Register your company for access to RentalPoint upgrades