-
Track asset testing in RentalPoint
-
Overview RentalPoint now offers functionality to build a Virtual Carnet for checked out bookings. Users can create a list of boxes/cases, allocate items to each case and either manually enter dimensions or have RentalPoint load dimensions from...
-
Access to the latest release is free with a current SSAP/Cloud subscription RentalPoint Cloud clients should email support@rentp.com to request an upgrade to your server Click here to Register for SSAP downloads RentalPoint3 release n...
-
Below are the minimum and suggested system requirements for RentalPoint. These requirements are for the RentalPoint application only, and do not necessarily apply to the OS or SQL requirements. Minimum 1.8 Ghz Intel Core or AMD Athlon CPU 4+ G...
-
-
SELECT c.contactname AS [CONTACT NAME], c.firstname AS [FIRSTNAME], c.midname AS [MIDDLE NAME], c.surname AS [SURNAME], c.adr1 AS [ADDRESS 1], c.adr2 AS [ADDR...
-
SELECT T.OrganisationV6 AS [COMPANY],
c.ContactName AS [CONTACT NAME],
c.FirstName AS [FIRSTNAME],
c.MidName AS [MIDDLE NAME],
c.Surname AS [SURNAME],
c.Adr1 AS [ADDRESS 1],
c.Adr2 AS [ADDRESS 1],
...
-
SELECT c.OrganisationV6 AS Company, c.contactV6 AS [Main Contact], CASE WHEN c.stop_credit = 0 THEN 'Allow Credit' WHEN c.stop_credit = 1 THEN 'STOP CREDIT - DO NOT TRADE' WHEN c.stop_credit = 2 TH...
-
SELECT c.OrganisationV6 AS Company, BK.MAX_DATE [Last Booking Entry], c.contactV6 AS [Main Contact], CASE WHEN c.stop_credit = 0 THEN 'Allow Credit' WHEN c.stop_credit = 1 THEN 'STOP CREDIT - DO NOT ...
-
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...