Availability
column is now available on Purchase Lists as well (before, only on Projects > Pricing & Availability)- When exporting tables into CSV and JSON, row numbers are always included (if present on the original table)
- Storage combo box items now display the storage location's description and owner (if available)
- Tables: number of selected rows is displayed on the bottom of the table
[fix]
Failing to import a workspace for which a custom Company Logo has been set[fix]
Go-toSales
[fix]
Unable to export table that includes theAlternates
field and parts with alternates[fix]
Purchasing: when auto-assigning quotes, chance for not picking the cheapest one[fix]
Generic parts: onParts > Details > Inventory
hovering an alternate part would show info about the generic part itself and not the alternate one
- Significant improvements on performance
- New stock/inventory concepts:
Available
,Allocated
,Planned
,In-production
,Stock Balance
- Custom
Lots
- Projects: parts can now be auto-assigned on the BOM table (before auto-assignment would be attempted only upon importing the BOM)
- Parts data (description, package and value) for already existing parts can now be auto-completed (before, only when manually creating them)
- Team management can now be done through the app (instead of the website)
- You can now increase quantity on a
Lot
, but since that might lead to traceability loss a warning is displayed and a comment must be provided briefly explaining the adjustment - Pricing & Availability: table includes a column indicating the availability on the selected supplier
- Inventory Value Report now uses
Stock On-hand
(instead ofStock Available
)
New Stock/Inventory Concepts
The biggest change in this release is the addition of new stock/inventory types to track its specific usage and/or requirements.
Allocated
: inventory that is required in a project build or sales order. It represents a need for it, regardless of if you are able to fulfil it or not.On-hand
andAvailable
: what was before calledon-hand
inventory has been renamed toavailable
and now theStock On-hand
represents all the inventory that you in fact have on-hand (i.e. eitherAvailable
or alreadyReserved
for project builds and sales orders)Planned
: this represents all the inventory included in open purchase lists and purchase orders.In-production
: this represents inventory that is in-production (i.e. the project builds and their batch sizes)
Except for the Available
inventory, all other types of inventory are generated automatically by the app. For example, when creating a project build, in-production
inventory is created for the in-house part the project build refers to and allocated inventory
is created for all the parts that are used in its BOM and according to the project build's batch size
. Stock Available
remains the only type of inventory you can manually adjust.
Before, the parts Stock
field would represent Stock Available + On-order
whereas now it represents Stock Available + Planned + On-order + In-production
. Essentially, it represents the stock that you have currently available plus the one that is incoming. In a similar fashion, the `Stock Allocated" represents outgoing inventory.
Additionally, Stock Balance
represents all the stock that is available and incoming (planned, ordered or in-production) minus the stock that has been allocated. This should provide you with a useful insight on whether you are stocking more inventory than you need (overstocking) or the opposite (understocking).
Team Management
Team members can now be invited to or removed from a Team Workspace through the app (before, only through the website).
Through this dialog you can also set the company's logo which will be set globally for all the team members using the app. If you currently use a custom logo, you'll have to re-upload it though.
Autocompleting Parts
Parts with missing description, package or value? You can now autocomplete them in two clicks:
Custom Lots
So far Lot
could have been created either when received parts on a purchase order or when finishing project builds. You can now create custom Lots
which are not associated with any specific entity in the app. Custom Lots
can be created either manually (through the UI) or by importing parts with a Lot
field defined.
[fix]
Filters: chance for the fuzzy search not to show all results that are valid[fix]
Settings: not able to unset default printer
- Generic parts can be added into purchase lists but when a quote from one of its alternates is selected, the generic part is replaced by the one from the quote
[fix]
API: not able to delete data[fix]
API: when moving inventory, if moving the entire quantity into a new storage location, don't create a new inventory; instead, only the storage location is updated[fix]
API: when adjusting inventory, remove the inventory itself if quantity is reduced to zero
[fix]
API: items not being created when creating a project build
[fix]
API: part not being correctly assigned when creating a project build
[fix]
Multiple row selection not working properly when data is grouped by a field[fix]
Unable to changeRev
for BOM entries[fix]
Chance for empty inventory lines on theStorage > Inventory
table
- BOM: double-clicking on a BOM entry with a part already assigned opens the edit dialog
[fix]
When exporting barcode labels, grouped rows not being ignored[fix]
Cloning parts: some fields not being cloned[fix]
Chance for being unable to manually edit BOM designators
[fix]
When manually changing BOM designators, update the Quantity field so the correct value is returned by the API (irrelevant for data displayed on the UI)[fix]
API: data returned by the API containing the:
character being scrambled[fix]
Chance for inventory data not to be deleted when removing the parts they refer to