Updated Articles

  1. Tracking a Booking

  2. Check Out a Booking

    ...
  3. Assets Purchased Between Date Range

    SELECT IM.groupfld      AS [Product Group],        IM.category      AS [Product Category],        A.product_code   AS [Product Code],        IM.descriptionv6 AS [Product Description],        A.asset_code     AS [Bar Code Number],        A.descr...
  4. Shortages

  5. Consolidated Location Availability

    Some companies may want to consider the overall availability in addition to the availability at a specific location when adding equipment to a booking. Click the   button at the top of the equipment grid in the booking.  This is a toggle option, so...
  6. Booking Grid View

    This is a very complex query so it will be difficult for most users to modify. however if changes need to be made please contact support.  This will export the same data that is available via the booking grid. You can execute this query using ...
  7. Rental Products and Assets

    SELECT G.group_code                               AS [Product Group],        G.group_descv6                             AS [Group Description],        IM.category                                AS [Product Category],        C.cat_descv6             ...
  8. Customer Details with Last Booking Entered

    SELECT   BK.CUST as [Customer Code],          c.OrganisationV6 as [Organization],          c.contactv6 as [Contact],                    c.phone1countrycode as [Phone1 Country],          CONCAT(c.Phone1AreaCode,' ', c.Phone1Digits) as [Phone1],      ...
  9. Import Products from Excel File

    Using the 'Rental Inventory.csv' template available with the Product Import option in RentalPoint2, you can import Products and their assets using the 'Clear All' 'Match All' functionality in the system.  Please take a backup of your database befo...
  10. Microsoft SQL Server Installation