Bug Fixes - 27.0.29 - Released 9 April 2025

This build has the following bug fixes implemented: 
Better
11872237 - Orders Not Being Downloaded from QuickBooks and No Logging to Explain Why
Improved logging, specifically for the QuickBooks Desktop Connector
Fixed
11888253 - Mapping Is Wrong For Customer Name In Spire
The mapping for customer names from the Spire ERP to BirdDog was incorrectly set to the first line of the address instead of the actual customer name.
Better
11888563 - Download Customer Active/Inactive from Spire
Updated the Spire ERP customer download mapping:
  • If status is Prospect, then don't download the customer.
  • If status is Active, set Active to True; otherwise set Active to False.
Better
11888564 - Download Inventory Item Active/Inactive Field from Spire
Updated the Spire ERP item download mapping:
  • If status is Active in Spire, then we set our Activity Code to Active(A) and the Active flag to True.
  • If status is Inactive in Spire, then we set our Activity Code to Inactive(I) and the Active flag to False.
  • If status is On Hold in Spire, then we set our Activity Code to On Hold(H) and the Active flag to False.
This also updates the Item Object and UI to use the following rules:
  • Spire - Only allow A, I, H.
  • Other BirdDog Engine environments - Only allow A, F (Forecasted), H, I, O (Obsolete), P (Planning).
  • Macola environments - Allow any character.
Fixed
11888730 - Auto Cash Receipts License Error When Running QBD Connector
QuickBooks Desktop connector environments asking for a license that they did not need and would not run without it.