-
Transfer assets between locations and/or bookings
-
...
-
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...
-
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...
-
/* 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...
-
/*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...
-
Last Updated: 03/06/2022
in Additional Modules
Send all RentalPoint docs created to a shared Google Drive. Download Google Drive Friendly Templates for use with RentalPoint.
-
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...
-
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...
-
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...