Updated Articles

  1. 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...
  2. 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.
  3. RentalPoint Registration and Software Upgrades

    Register your company for access to RentalPoint upgrades
  4. The Inventory Setup Window

    Set up Rental Inventory
  5. 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...
  6. 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!
  7. Customer Payments

    Enter and apply payments to customer account
  8. Entering a Booking & Booking Tabs

    RentalPoint core booking functionality, allows bookings to be created based on inventory previously entered in the system. The booking tab names and order can be customized via Operational Parameter 109 From the Booking Grid click  or F3 The C...
  9. RentalPoint Stripe for Online Payments

    Stripe is an online 3rd party software package that allows you to send Pay Online links to your clients. Your clients can use this link to pay with Visa, MasterCard or American Express. Payments made by your clients are automatically sent to your Stripe account.
  10. Inventory and Bookings