2025 July 29 - Web Updates

2025 July 29 - Web Updates

Avianis updates weekly; however, release notes are only issued for releases with new features.

Search Page Updates

This is the last of the search pages updates! Avianis has been converting to a new design for search, page-by-page, for the last several months. We complete this project with the remaining 3 searches:
  1. Maintenance > Inspections [Search]; 
  2. Crew > Training Item Search; and
    1. Update: Click on the hyperlinked qualification name to launch the edit modal. (The edit button has been removed.)
  3. Operations > Cases [Search].
The new search model provides:
  1. Add/remove columns in the upper right of the table
  2. Drag edge to resize columns
  3. Drag and drop to change the order of columns 
  4. Press 'enter' to search using the quick filter box
  5. Minimize the filter sidebar with the [<] button 
Training Item Search with new hyperlinked Qualification name



Invoice API Updates

A few updates/additions have been made to both of the Invoice API endpoints:
  1. GET /connect/v1/invoice; and
  2. GET /connect/v1/invoice/{id}.
Changes made include:
  1. Status has been added. May return values: draft, open, void, partiallyPaid, paid.
  2. Tags array has been added. 
  3. Tax has been updated to the new array (same as quotes). 
Example response:
  1. [
      {
        "account": "Cardwell Aviation",
        "balanceDue": 3245.71,
        "billingContact": null,
        "discount": 10,
        "dueDate": "2025-07-31T00:00:00",
        "id": "xxxxxxxxxxxxxxxxxxxxxxxxx",
        "status": "partiallyPaid", <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEW
        "invoiceDate": "2025-07-28T00:00:00",
        "jetCard": null,
        "number": "12",
        "totalTax": 57.502875,
        "total": 723.8529,
        "lineItems": [
          {
            "amount": 500,
            "applyToJetCard": false,
            "description": "Leg 1| BT: KBNA, NASHVILLE > KSDF, LOUISVILLE",
            "lineItemType": null,
            "quantity": 0.6667,
            "serviceDate": "2025-07-07T00:00:00",
            "total": 333.35,
            "tax": [    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEW
              {
                "name": "Passenger FET",
                "amount": 25.00125
              },
              {
                "name": "State Tax",
                "amount": 32.501625
              }
            ]
          },
          {
            "amount": 333,
            "applyToJetCard": false,
            "description": "test",
            "lineItemType": null,
            "quantity": 1,
            "serviceDate": "2025-07-08T00:00:00",
            "total": 333,
            "tax": [
              {
                "name": "Test",
                "amount": 0
              }
            ]
          }
        ],
        "payments": [
          {
            "amount": 400,
            "dateOfPayment": "2025-07-28T00:00:00",
            "notes": null,
            "paymentMethod": "cash"
          }
        ],
        "relatedRecords": [
          {
            "type": "Trip",
            "guidID": "xxxxxxxxxxxxxxxxxxxxxxxxxx"
          }
        ],
        "tags": [     <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEW
          "DNC",
          "Net 60 Days"
        ]
      }
    ]


    • Related Articles

    • 2025 July 02 - Web Updates

      Avianis updates weekly; however, release notes are only issued for releases with new features. Be prepared for next week's release with the new user permissions model, Access Roles! Join us for the webinar to learn more on Tuesday, July 8th at 13:00 ...
    • Web 24.6 Application Update (July 2024)

      The following updates are a part of the 24.6 web release in July 2024. New Features Aircrew Academy Integration The Integration offers both manual and real-time synchronization features. The manual process involves an initial one-time data load, ...
    • 2024 November 06 - Web Updates

      Avianis has adopted a new release process and the release note format has changed. Avianis updates most every week on either Tuesday or Wednesday, with additional releases when warranted. Release notes will only be issued for notable updates and new ...
    • 2025 April 08 - Web Updates

      Avianis updates weekly; however, release notes are only issued for releases with new features. Docusign - New Integration Send Quotes requesting an e-signature directly from Avianis with Docusign! Contact your Account Manager today to enable! Track ...
    • 2024 November 13 - Web Updates

      Avianis has adopted a new release process and the release note format has changed. Avianis updates most every week on either Tuesday or Wednesday, with additional releases when warranted. Release notes will only be issued for notable updates and new ...