-
This is a very complex query so it will be difficult for most users to modify. however if changes need to be made please contact support. This will export the same data that is available via the booking grid. You can execute this query using ...
-
SELECT G.group_code AS [Product Group], G.group_descv6 AS [Group Description], IM.category AS [Product Category], C.cat_descv6 ...
-
Using the 'Rental Inventory.csv' template available with the Product Import option in RentalPoint2, you can import Products and their assets using the 'Clear All' 'Match All' functionality in the system. Please take a backup of your database befo...
-
-
Microsoft SQL Server is the database utility that RentalPoint uses to store information. SQL is an established database engine that has been utilized by RentalPoint since 2002. RentalPoint supports SQL Server software that is actively supported by M...
-
Last Updated: 15/11/2022
in Working With RentalPoint
Customer / Financial Reports Credit Card Processing in RentalPoint Invoicing Options Cancel/Credit an Invoice Applying Payments Online Payment Option ...
-
Occasionally users may find it necessary to store additional customer information against a customer record. Our custom field option allows users to achieve this with ease. Right click on customer grid Admin-->setup custom fields Enter whatev...
-
Full details on how to update product replacement value for all products in your database ...
-
Covers the Invoicing methods available in RentalPoint including Manual Invoice and Invoicing a Booking
-
/* All transfers and bookings they are assigned to*/ Select T.booking_no [Code], isnull(B.OrganizationV6,'') [Company], DATENAME(WEEKDAY,T.ddate) [Out], convert(varchar,T.ddate,105) [Date], dbo.MakeTime(T.de...