Popular Articles

  1. Hotel Master Billing

    ...
  2. RentalPoint Cloud Server Administration

    ...
  3. 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...
  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. 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...
  7. Google Drive Integration

    Send all RentalPoint docs created to a shared Google Drive. Download Google Drive Friendly Templates for use with RentalPoint.
  8. RentalPoint SalesPersons

      Using SalesPerson Functionality Salespeople are separate from operators in the RentalPoint system.  SalesPersons can be assigned when entering bookings and used to limit access to booking scope via setup-->operators Limit scope on Bo...
  9. RentalPoint Registration and Software Upgrades

    Register your company for access to RentalPoint upgrades
  10. Network Types

    Your unique requirements and current setup will determine what kind of configuration is most advantageous for your company. The two types of network configuration are Domain and Workgroup (also known as Peer to Peer) . Please continue reading to ...