Rental Management

2025.0501 Rental Management Release Notes

Introduction

These notes address new features and code fixes for version 2025.0501 of the Texada Rental Management suite of products.

Quick Navigation

Texada SRM

Ticket #

Description

TR-3436

Operator Name is now split into Operator First Name and Operator Last Name on all operator maintenance screens.

TR-3951

Resolved an error in which extending the due date of a contract with a rental cap caused capped line items to recalculate incorrectly, leading to unintended refund amounts after the cap had been reached.

SRM-6081

Resolved an issue affecting the Inventory Usage Report ion which the L/Y and YTD columns were occasionally appearing blank.


Texada SRM APIs

Ticket #

Description

TR-3782

Three API endpoints have been updated to to accommodate the new "Alternate Vendor #" field originally introduced in Texada SRM version 2025.0220

  • /create/purchaseorder - This endpoint will now accept Alternate Vendor # where applicable
  • /get/purchaseorder - This endpoint will now return Alternate Vendor # where applicable
  • /get/warehouseReceipt - This endpoint will now return Alternate Vendor # where applicable

TR-4088

  • Calls to the /get/customer/ API endpoint will no longer return duplicate customer records; only unique records will be retrieved. 
  • "query" is now required when searching all customers.

TR-4087

  • /get/site/* will now retrieve all global sites and only produce an error if there are no global sites.
  • /get/site/{any other customer number} will now retrieve all global sites for the customer and only produce an error if there are no global sites.

Note: If a user only wants to retrieve the blank site information for a customer, they will need to retrieve all sites and retrieve only the blank site's information.

SRM-6003

A new “includeBasedOnTag” filter has been added to the /get/currentAvailability/product/ endpoint that allows you to filter the returned results. Possible values for this filter are:

  • D = Include disposed Products
  • T = Include Products with no tags
  • N = Don't include Products that are disposed or don't have any tags
  • Y = Include products that are disposed tags and don’t have any tags