-
[Open Carnet Documentation]
-
Last Updated: 08/10/2019
in Troubleshooting FAQ's
Please confirm the following: RentalPointPDF is installed RentalPoint v11.3.3.3 and lower (this is a licensed copy of CutePDF, some users had issues with RentalPointPDF 2.7.0.1 due to settings on their Windows OS, so we released v3.0.0.1. If...
-
/* Shows Bookings with invoice or payment recorded against them within the last 30 days Change the value of @DaySpan to change the range */ DECLARE @DaySpan INT ; SET @DaySpan = 30; SELECT v.booking_no ...
-
*/ Bookings Invoiced within the last 30 days - Payment details included */ SELECT v.booking_no AS [Booking #], v.showname AS [Showname], v.organizationv6 AS...
-
Asset Status - Quantity Statistics & Consolidated Booking View Easily identify asset allocation with 'Current Quantity Statistics' breakdown in the asset status window! The Scope for 'Barcode', 'Location/Region' and 'Disposal Type' (fig A below...
-
Last Updated: 29/08/2019
in Working With RentalPoint POs
Archiving has several advantages in the RentalPoint system. Firstly it can remove older entries that are no longer relevant to your operations. RentalPoint doesn’t need to load as much information from the database and performance is improved. Arch...
-
RentalPoint Interfaces with SAGE 50 Premium US Accounting (formerly known as Peachtree)
-
A Windows User Group is recommended for providing access to the database. A default installation of SQL Server restricts remote access to the server instance. Default database roles and privileges need to be opened up to all RentalPoint users. Both ...
-
/* This query will show a count of all given customer bookings, current and archived, that have a warehouse out date within the date range provided */ DECLARE @StartDate AS VARCHAR(20) DECLARE @EndDate AS VARCHAR(20) DECLARE @CustCode AS VARC...
-
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...