-
RentalPoint2 is designed to run on a Windows Operating System using a compatible Network Type with Minimum Hardware Requirements. Information is stored in a RentalPoint Database hosted in Microsoft SQL Server. Below is an outline of ports ...
-
Import changes to existing inventory with a smaller selection of data (for example rate and weight) First export product information (copy/paste the query below into Export Query Builder ) SELECT G.group_code AS [Product Group], G.g...
-
You can execute any of the queries below using Excel Query Builder in RentalPoint..... Remember to change the date values (highlighted in red below) as needed. Freight Report for Date Range DECLARE @fromdate DATETIME DECLARE @todate DATE...
-
select B.booking_no 'Booking #', CASE WHEN B.Booking_type_v32 = 0 THEN 'Rental' WHEN B.booking_type_v32 = 1 THEN 'Sub Hire' WHEN B.booking_type_v32 = 2 THEN 'Quote' ELSE '' END AS Type, ...
-
Package Products A package is used when you would like to set up a group of items/products that would have a package price when booked together. Set up your package product first. Identify the item as a package product under the general tab--...
-
Parameter Setup is locked for updating once accessed by any user, for the duration of the edit. Sometimes, if a user gets disconnected or doesn't log out correctly, the lock can remain in place even when Parameter Setup is no longer in use. Should...
-
/* Set up default 50/50 payterm stages for all customers that are not already set up for multi stage invoicing Change the Stage and StageName values as needed Contact support@rentp.com to modify this query */ DECLARE mycursor CURSOR fast_forward...
-
If you have issues connecting to your RentalPoint Cloud Server, the problem could be related to your internet connection, which can only be resolved by contacting your local internet provider. To quickly differentiate between internet provider an...
-
Created On: 29/03/2021
in Additional Modules
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.
-
Accessing Customer Reports There are certain reports that are only available in the customer grid. These reports can be accessed by right clicking in the customer grid and selecting the customer reports sub menu. Accounts Receivable Aged An...