Popular Articles

  1. SalesPerson Commission Report

    Available when using RentalPoint Single Currency License with Operational Parameter #77 Enabled  ...
  2. Vendor List

    This query will create a list of active vendors SELECT VendorContact, VendorName AS Company, Vadr1 AS [Address 1], Vadr2 AS [Address 2], Vadr3 AS [City/Town], Vpostcode AS [Postal Code], Country, ...
  3. Inventory Report of Non Tracked Gear

    Shows a list of all non asset tracked gear in your system.
  4. SAGE 50 Premium US Edition

    RentalPoint Interfaces with SAGE 50 Premium US Accounting (formerly known as Peachtree)
  5. Product Listing

    Date: November 30, -0001 This report shows the inventory products on-hand.  Also, it shows the chargeable rates (Rental/Hire) or internal pricing (Sale and Other) for each product matching the report criteria.  To run the Product Listing report: ...
  6. Margin Panel

    ...
  7. Documents not printing to PDF successfully

    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...
  8. Technicians Attached to a Labour Designation

    The technicians attached to a designation are stored in tblbill: TblInvmas.product_code = tblBill.parent_code (for the designation) tblBill.product_code = tblinvmas.product_code (for the technician) tblbill.contactid links the tech in the contac...
  9. Vendors

    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...
  10. Contact Distribution List

    /*Export a distribution list for all contacts in the database with an email address and send emails box checked*/ SELECT [CallListID],       [ContactID],       [Completed],       [ActivityID],   C.firstname,   C.surname,   C.AskFor,   c....