Changelog
Enterprise API
- Added support for voiding documents in DS Tax
- Fixed an issue where system default search modules were not being loaded
- Added API support for Customers
- Added API support for Reports
- Added API support for Report Subscriptions
- Various fixes and updates to DSTax
- Added new mutations for Customers
- Fixed a bug where
Mutation.createStandardInventory
was creating twice the desired quantity.
- Changed
vehicleManufacturers.models
to only return vehicle models.
- Changed
createVehicle
and updateVehicle
to have looser restrictions on what models can be assigned to vehicles. Now, any model that is a vehicle unit can be assigned.
- Added Query.customer
- Added Query.customers
- Added Mutation.createCustomer
- Added Mutation.updateCustomer
- Added Query.customerTypes
- Added Query.paymentMethods
- Added Query.taxItems
- Added Query.salesOrderTerms
- Added a filter input to Query.userAccounts
- Fixed release version number
- Added
Vehicle.consumedCost
- Added
Vehicle.totalCost
- Added
Vehicle.allocatedCost
- Added
Inventory.allocatedVehicleCost
- Added
Vehicle.componentAllocations
- Added ability to filter to global InventoryOptions
- Added
Vehicle.revenue
- Added
Vehicle.netProfit
- Added
Vehicle.remainingCost
- Added
Vehicle.unallocatedCost
- Added
InventoryType.taxCode
support
- Added sorting
Inventory
by imageCount
- Added query and mutation support for
Inventory.collections
- Added query and mutation support for
Inventory.history
- Added
Inventory.changeLog
- Fixed an issue with invalid Inventory.saleClass values.
- Fixed an issue with invalid Inventory.stockMethod values.
Newer Older