Popular Articles

  1. Location/Booking Asset Transfers

    Transfer assets between locations and/or bookings
  2. RentalPoint Cloud Server Administration

    ...
  3. Credit Card Processing in RentalPoint

    Credit Card information is encrypted before being stored in the database. There are also operator privileges available to restrict access to credit card information Credit Card Expiry Report Purge Credit Card Information Purge Credi...
  4. 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...
  5. Assets checked out to a booking

    /* From within RentalPoint, right click on your booking and print-->packing list */ /* OR change the value of @Booking_no below and execute this query */ You can execute this query using Excel Query Builder in RentalPoint..... DECLARE...
  6. Stock Take - Non Barcoded Items

    /*All NON Barcode tracked Rental Items in Inventory Master with a count of whats out on a booking */ Select m.product_code AS [PRODUCT CODE],           m.descriptionV6 AS [DESCRIPTION],          ('$' + convert(VARCHAR,convert(money,m.cost_price...
  7. Google Drive Integration

    Send all RentalPoint docs created to a shared Google Drive. Download Google Drive Friendly Templates for use with RentalPoint.
  8. Easy Access from your Cloud Server to a Local Drive on your PC

    Quickly access a specific folder\path on your local workstation from your cloud server using the 'subst windows path' windows command, here's how it works...... First, open a command prompt on your local workstation Type in the 'subst' comman...
  9. Cancel a Booking

    What happens when a Booking is Cancelled Any cross rentals associated with the booking will be affected Any purchase orders associated with the booking will be affected Transfers will be affected If items have been checked out against this bo...
  10. Customers List

    This will provide the mailing address for active customers, this could be used for creating mailing lists. SELECT c.OrganisationV6 AS Company,        c.contactV6 AS [Main Contact],        CASE            WHEN c.stop_credit = 0 THEN 'All...