Changelog
Enterprise API
Major Changes
- Changed
AddressServiceUpdate.service type from TaxServiceEnum to AddressServiceEnum.
- Removed
AddressServiceEnum.TAXJAR_SANDBOX option.
- Removed
AddressServiceEnum.VERTEX.
Minor Changes
- Added
Mutation.log for api consumers to add their own log entries.
- Changed the
JSONObject scalar to accept plain objects.
- Added the logging library
errsole. This makes a log dashboard available at ERRSOLE_PORT (default: 8001).
Patch Changes
- Fixed a problem where
JobPart.inventory would throw an error if the inventory key was invalid.
- Changed the
JSONObject scalar to accept plain objects.
Minor Changes
- The DSTax tax service now adds tax codes for Labor, Shop Fees, and EPA Charges.
Patch Changes
Major Changes
- Changed
Vendor.dunsNumber to UInt
Changed NewVendor.dunsNumber to UInt
Changed VendorUpdate.dunsNumber to UInt
- Changed
Store.private to Boolean!.
Changed StoreUpdate.private to Boolean.
Minor Changes
- Added
expensesDescription and salesDescription to VehicleBreakEvenReportData
Patch Changes
- Removed unused enum type
PrivateEnum.
- Fixed a bug where
Store.private could not be updated to false.
- Fixed a bug where WOs with no job parts would cause an error.
- Removed the unused type
NewStore.
- Fixed a bug where the
sales and expenses properties in the VehicleBreakEvenReportData type were not being populated.
- Fixed a bug where Work Orders with no Job Parts would cause an error.
Minor Changes
- Changed
Store.isSearchBySessionUser to Store.inventoryIsSearchableBySessionUser
- Removed
UserAccount.searchableStores
Minor Changes
- Changed TaxJar integration to remove non-taxable lines before submitting to TaxJar.
- Added
Store.isSearchableBySessionUser
- Added
UserAccount.searchableStores
Patch Changes
- Fixed a bug with the TaxJar integration not passing exemption types to their service.
Minor Changes
- Improved the TaxJar integration so that transactions with mixed positive and negative line items can be submitted. The TaxJar integration will now split that one document into two, one with positive lines and the other with negative. This is required by TaxJar.
Newer Older