Chattel Web Release 2026.06.24.1

Version: 2026.06.24.1
Release Date: June 24, 2026
Download Link: Download Currently Unavailable

  • Added accounts receivable and accounts payable visibility options to the settings page.
  • Fixed issue where there would just be a white screen if a user tried to submit logs when Sentry logging was disabled.
  • Added AI integration to the valuation equipment grid.

    Create a generic AI Chat box (a popup) that can be used by any pages with a grid to ask AI question given a passed in json.

     

    The popup takes as parameter a json of data (the grid content), a title for the popup (will serve as the datatype definition the json contains). It will have 2 memo boxes, the top box will have a watermark (“Ask a question”), the bottom memo will be for the result of the ask. We will have a “Submit” button below the top memo.

     

    Now, if/when LLM is configured and enabled, we would display an extra grid toolbar button “Ask AI” in the Valuation Equipment Grid. If LLM is not active, no extra button on the grid toolbar. When clicked, the popup would be displayed.

     

    Upon clicking on “Submit” we would then send the query to AI, something like

     

    “You are a helpful data analyst. Based on the following data {data} Please answer the following questions {question}.”

     

    Upon a successful response, place the response in the result memo.

     

    We could also have a dropdown above the top memo that would have a few suggested prompts/questions that could also be parameters of the popup. For the Valuation Equipment grid, those could include things like:

     

    • “What is the maximum value”
    • “What is the minimum value”
    • “What is the average value”
    • “Number of rows valued by Tractor Zoom”
    • “Number of rows valued by Iron Solution”
    • “What is the general condition and quality of the equipment”
    • “How many units are less than 10 years old”
    • etc.
  • Added additional settings on the AI LLM Comment service.

    We already have an “Enabled” checkbox that drives in AI can be used.

     

    This feature is about adding specific checkboxes to enable the AI chat in specific locations. So far 2 pages.

     

    Valuation Main Comment

    Valuation Equipment