-
-
-
-
-
What are Vendors? Vendors are companies that your company uses as a source of equipment either through cross rentals or purchase orders. Adding a Vendor To create a new vendor click New on the Vendor Menu Enter the desired information...
-
DECLARE @StartDate AS VARCHAR(20) DECLARE @EndDate AS VARCHAR(20) SET @StartDate = 'Apr 1 2018' SET @EndDate = 'Aug 30 2018' SELECT B.OrganizationV6 AS CompanyName, b.contact_nameV6, c.PostalAddress1, c.PostalAddress2, c.PostalAddress3, c.PostalSt...
-
Main Program Utilities Clear Log Files RentalPoint maintains log files for many of its processes. The log files are created automatically and stored in the DATA Folder. You may want to clean up these log files periodically. To do so, e...
-
...
-
SELECT CONVERT(VARCHAR, I.EntryDate, 101) AS [Entry Date], CASE WHEN LastUpdate = CAST('Jan 1 1980' AS DateTime) THEN '' WHEN LastUpdate = CAST('Dec 30 1899' AS DateTime) THEN '' ELSE ...
-
...