Changelog
Enterprise API
- 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.
- Various bug fixes and improvements
- Changed
BreakdownTemplate.components
to be non-null
- Improved
Query.inventoryOptions
to be more flexible
- Added new setting: Parts - Default: new attachments are public
- Added new setting: Vehicles - Default: new attachments are public
- Added support for Inventory Type tax codes
- Added
Query.taxCodes
- Fixed a bug with loading
Manufacturer.models
- Fixed a bug with
Mutation.createVehicle
- Added various speed improvements
- Fixed a bug updating Vehicles
Newer Older