-
The Technician Schedule lists all upcoming jobs that have already been assigned to a technician. If an assignment within a booking is unassigned it will not display on this report. This report has a date range and technician scope to narrow down the...
-
The Crew Schedule plots a crew group for a specific date so you can view what each technician in the group is doing on a particular date. To edit the crew assignments double click the line. The system will open the crew tab of that booking. To print...
-
A Venue/Delivery Address is simply a destination for products being shipped from your warehouse.
-
Using a barcode for each item ensures you can track that exact items whereabouts. There will be some items like cables or cones that you don't need to know the whereabouts for each individual item. For scanning purposes though, you may still want ...
-
A duplicate booking is a copy of another booking with a new booking number. To duplicate, right click the booking and select Duplicate. The duplicated booking is not automatically saved. You can edit the customer and schedule dates immediately then ...
-
See Setup-->operators-->edit operator group Uncheck any option you wish to block access to (see Checkout tab for checkout/return booking operations) ...
-
-
-
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...