Updated Articles

  1. Virtual Carnet Documentation

    [Open Carnet Documentation]
  2. Documents not printing to PDF successfully

    Please confirm the following: RentalPointPDF is installed RentalPoint v11.3.3.3 and lower (this is a licensed copy of CutePDF, some users had issues with RentalPointPDF 2.7.0.1 due to settings on their Windows OS, so we released v3.0.0.1.  If...
  3. Bookings with Invoice and Itemized Payment Details

    /* Shows Bookings with invoice or payment recorded against them within the last 30 days Change the value of @DaySpan to change the range */  DECLARE @DaySpan  INT ;  SET @DaySpan = 30;  SELECT v.booking_no                                     ...
  4. Bookings with Invoice and Payment Details in the last 30 days

    */ Bookings Invoiced within the last 30 days - Payment details included */ SELECT v.booking_no                           AS [Booking #],        v.showname                             AS [Showname],        v.organizationv6                       AS...
  5. Asset Status

    Asset Status - Quantity Statistics & Consolidated Booking View Easily identify asset allocation with 'Current Quantity Statistics' breakdown in the asset status window! The Scope for 'Barcode', 'Location/Region' and 'Disposal Type' (fig A below...
  6. Archive a Purchase Order

    Archiving has several advantages in the RentalPoint system. Firstly it can remove older entries that are no longer relevant to your operations. RentalPoint doesn’t need to load as much information from the database and performance is improved. Arch...
  7. SAGE 50 Premium US Edition

    RentalPoint Interfaces with SAGE 50 Premium US Accounting (formerly known as Peachtree)
  8. Windows User Group

    A Windows User Group is recommended for providing access to the database. A default installation of SQL Server restricts remote access to the server instance. Default database roles and privileges need to be opened up to all RentalPoint users. Both ...
  9. Customer Bookings with Date Range

    /* This query will show a count of all given customer bookings, current and archived, that have a warehouse out date within the date range provided */ DECLARE @StartDate AS VARCHAR(20) DECLARE @EndDate AS VARCHAR(20) DECLARE @CustCode AS VARC...
  10. Disposing/Selling Off Assets

    Disposing of an Asset via Inventory Setup To dispose of an asset without tracking payment against a booking, you can simply edit the asset record and mark it as disposed.  However, if the asset is out on a booking and you would like to sell it of...