Updated Articles

  1. Inventory Report of Assets (Maintenance Detail included)

    Shows a list of all assets in inventory, their current status and if they're out on a booking.
  2. Inventory Report of Assets (No Maintenance Detail)

    /* Lists all assets in the Database */ SELECT I.groupfld               AS [Group],        g.group_descv6           AS [Group Desc],        i.category               AS [Category],        c.cat_descv6             AS [Category Desc],        A.pr...
  3. Microsoft Office and RTF Fields

  4. RTF Colour Insert Fields

    RTF Insert fields are used to merge data from your RentalPoint Database with your MS Word template.  Fields are available via the RentalPointInsertFieldModules.dll  file or see our list of RTF Insert fields . Colour Insert Fields INSERT FIEL...
  5. Keyboard Shortcuts

    OPTION FUNCTION KEY CTRL SHIFT ALT Duplicate Booking F1   Quick Look F2 New Inquiry F3 Change Operator F3   Open F4 Print Booking Hardcopy F5 Acc...
  6. Rental Items not returned between date range

    /* All gear that didn't make it back from a show within date range, include warehouse status of the booking */ DECLARE @StartDate AS VARCHAR(20)  DECLARE @EndDate AS VARCHAR(20)  SET @StartDate = '2024-03-30' SET @EndDate = '2024-07-01' sele...
  7. RFID in RentalPoint

    Radio Frequency Identification is a method if tracking equipment leaving and returning to the warehouse, without the need to physically scan in and out each item.
  8. RentalPoint Registration and Software Upgrades

    Register your company for access to RentalPoint upgrades
  9. 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 = '2024-2-1' SET @InvValue = 1 SELECT B.b...
  10. Mobile Delivery App

    Available in RentalPoint v12, use this Web based Mobile Delivery App to view RentalPoint scheduled Deliveries and Returns, Print a Delivery Sheet/ Collection Docket and Collect Digital Signatures on the go. Scalable to fit on any tablet or cell phone screen!