-
Racks and Roadcases Defined When Should I use a Roadcase? Use a road case when you have a barcoded container that items can be scanned and placed into, prior to the road case being scanned and loaded onto the truck for shipping; items can easil...
-
Created On: 20/07/2020
in Troubleshooting FAQ's
Current Customer Current Bookings To change the customer code, access the Database Wizard per menu option below Use to search for the current customer, then enter the new customer code and click Th...
-
Output Information The Venue Flow Sheet is used in conjunction with Hotel Master Billing . The report itemizes: Each venue selected Booking reference/number Product usage timeline (based on setup, show start and end times from calendar t...
-
Knowledge of SQL Server Management Studio is needed to create the function below in the database, please contact support@rentp.com for assistance if needed Execute the function below in SQL Server Management Studio using your database name U...
-
SELECT B.booking_no as [Booking Number], B.organizationv6 as [Company], B.Showname as [ShowName], B.DateLastModified as [Cancellation Date], B.dDate [Warehouse Out Date], B.ShowSdate as [Show Start Date], S....
-
/* Shows all active customers with notes */ SELECT CASE WHEN N.line_no = 1 THEN n.customer_code ELSE '' END AS [COMPANY CODE], CASE WHEN N.line_no = 1 THEN C.OrganisationV6 ELSE '' END AS [COMPANY NAME], N.line_no AS LINE, ...
-
Find the location of your Word Startup Folder Open Word, then press Alt+F11 to open the macro editor, VBE . In the VBE window, press Ctrl+G to go to the Immediate window . In the Immediate window , type: ?Application.StartupPath Press ...
-
Created On: 27/11/2019
in Additional Modules
Available in RentalPoint v12, use this Web based Mobile Delivery App to view RentalPoint scheduled Deliveries and Returns, Print a Delivery Sheet/ Collection Docket and Collect Digital Signatures on the go. Scalable to fit on any tablet or cell phone screen!
-
--Lists Customers with invoices between the date range specified--- --Change the dates below for the dates you want to run the query -- DECLARE @StartDate AS VARCHAR (20) DECLARE @EndDate AS VARCHAR (20) SET @StartDate = ' Jan 1 2019 ' ...
-
Goto Setup-->Parameters-->Operational Enable Projects Check Project Manager User Interface Tab-->Check Projects Access from the Bookings Menu Scope section Optional Project Parameters Goto Setup-->Parameters-->Operational...