- On a purchase order, when receiving items and printing the corresponding labels by clicking on
Receive & Print Labels
you are now presented with a dialog which lets you choose if inventory or part labels should be printed. In case a Lot was created, a label for it can also be printed. Lead time
column added to the purchase list and product pricing tables (tables where quotes are used)- A supplier can have multiple entries for the same Part Number using different supplier part numbers
- Custom quotes can now have a URL
- BOM entry custom fields added to the product pricing and production build tables
[fix]
DigiKey quotes not being presented as preferred
[fix]
Unit price for items on a Purchase Order with status "ordered" displayed with 2 decimal places instead of 4[fix]
Unable to set negative values for custom fields of type number[fix]
Size of custom set part thumbnails too big, breaking the UI
- Parts that are
Consumables
cannot change category, as other categories don't support unit of measures other thanUnit
- Hovering the image/thumbnail in the part details tab will show up a tooltip with that image displayed in a bigger size
[fix]
Values for custom fields of typeApp Element
withPart
not being displayed on tables[fix]
When cloning a part the unit of measure wasn't being copied possibly resulting in a crash[fix]
Chance for a table view not to change
[fix]
API: error on opening documentation[fix]
API: when moving inventory, history logs being generated for inventorychanged
instead of inventorymoved
- Custom fields of type
URL
can now be searched [fix]
API: when setting values for custom fields of typeurl
, the API was incorrectly expecting a string instead of an object (now both are supported)[fix]
API: not able to define a part when creating purchase order items- A few small UI improvements
This update brings important fixes and improvements on how parts are matched and auto-assigned when importing a BOM CSV file.
The app tries to match parts according to the Part Matching Data (PMD) - the values mapped on the CSV file - and the part matching fields - listed in the BOM preferences dialog - but fields don't have to be all matched. For example, if a 1k
resistor would be required but the mapped Part Number
wasn't found, another resistor with the same value could be picked (and automatically assigned if Assign first match
was enabled).
You can now tell the app to only ever auto-assign a part if it fully matches the PMD by enabling the Exact matches
option in the BOM Preferences dialog. If only partially matched, it's still shown as a suggestion so you can manually approve it.
The PMD icon on the table, for each row, will also tell you if the PMD has been fully matched (green), only partially (orange) or not matched at all (red).
- The
Manufacturer
field cannot be used as a singlepart matching field
; in case you have it in use it will be forcibly removed. Instead, you most likely want to usePart Number + Manufacturer
(the default setting) when matching parts - Previously, whenever manually setting a row as
DNP
, the part, if previously assigned, would be assigned. TheAllow DNP with part
option in the BOM Preferences dialog (see above) allows the part to remain assigned - When importing a BOM file with the
DNP
field mapped, the following text can be used (case-insensitive; white-spaces, dashes and underscores ignored) to denote "do not populate":not fitted
,dnf
,nf
,dnp
,np
,yes
,true
. [fix]
Chance forAssign first match
to be used even if shown as disabled[fix]
Chance for incorrect part match due to wrong text comparison
- Column selector now has
Hide All
andShow All
buttons - Quantities now have a tooltip displaying conversions for all other units in the same category
- Storage location can be added when (no storage) is selected, being added as a top-level location
[fix]
Chance for crash when using units of measure other thanEach
and theAvailable Quotes
are visible[fix]
Unable to enter initial inventory for a consumable part when manually creating it[fix]
Incorrect calculation ofBatch Qty
when using consumables[fix]
When app crashes an error message and details should be displayed instead of a blank screen- A few other minor UI/UX improvements
[fix]
Chance of price parsing to fail (dependent on currency symbol being used)[fix]
On a production build, when moving inventory that has been reserved for an item through the tooltip, new storage location not being displayed[fix]
Chance for row colors not to be updated when data changes[fix]
Chance forLow stock
value to be removed when manually editing a part
[fix]
When finishing a production build that uses generic parts and opting to update the unit cost of the resulting assembled units, a warning was incorrectly displayed alerting for parts without unit cost defined[fix]
Production builds table (through theProducts
tab only) resetting selection when clicking on a production build for the first time[fix]
Chance for splitter between main table and the issues table not to keep its position- Several minor UI/UX improvements
- BOM table now includes the
Created at
,Modified at
,Created by
,Modified by
columns - When searching parts by value, the micro (u) and pico (p) SI prefixes are now case-insensitive
[fix]
Chance for importing a BOM into the wrong product revision[fix]
Chance for a Local Workspace to be set on read-only mode in case the app starts offline[fix]
Unable to copy the ID column (when the settingShow IDs on tables
is enabled)- Some minor UI improvements