- When exporting a table into PDF and HTML, the title, subtitle and description can now be customized
- API: post, put and delete routes added for
/lots
- A few UI fixes
The
Looking for the most stable releases? Check out the main channel instead.
beta
channel brings you the most recent features. Looking for the most stable releases? Check out the main channel instead.
On the app, you can opt for either release channel through
Settings - General - Check updates
Make sure to backup your workspace before you start using releases from the beta channel. Things might be a bit unstable, especially early on on the beta phase. If in doubt, please get in touch.
On
Team Workspaces
it is recommended for all users to use the same version of the app so everyone has access to the same features.Beta releases always backport changes already released on the main channel. If released on the same day, a beta is always released after the main one.
- Role-based permissions: custom roles can now restrict access to certain Products
- API: custom fields can be set when creating inventory
- BOM comparison: row number added to the BOM column so you know which row in the original BOM the report refers to.
Internal PN
field added on the comparison. The BOM comparison dialog will now remember the last BOMs the current BOM has been compared to. You can now export the report into PDF format:
- Backport of the latest updates on the main channel
- Backport of the latest updates on the main channel
New feature
: BOM Comparison tool. You can now compare a BOM against up to 2 other BOMs. The tool will tell you which entries are identical across all BOMs, entries that are missing from at least on BOM, and entries with differences.
When the Designators
field is defined, the tool unrolls and parses each individual designator to check for differences. This ensures ranges defined in the designator (e.g. R1-5
) are correctly parsed and each individual part is compared. If the Designators
field is not defined, then the Part Number
is used as the unique key to compare that entry against other BOMs.
- Backport of the latest updates on the main channel
- API: added endpoint to receive items against a purchase order
- Custom Quotes API: quotes not being auto-assigned
[fix]
Some fonts not being correctly displayed
Custom Quotes API Server
: you can now implement your own API server so the app can fetch custom quotes from it. This can be enabled fromSettings > Workspace > Quotes > Custom Quotes API
.
An implementation example can be found here: https://github.com/BOMIST/bomist-scripts/tree/main/custom-api-server
- API: labels can now be created, updated and deleted
- Part Usage: the
Rev
for the part being used is displayed on the table asRev (Part)
whereas theRev (Product)
refers to the revision of the product/BOM the part is being used on - Part Usage: context-menu
Replace part...
added, so the part being used on selected BOMs can be replaced by some other part - Some performance improvements when removing data
- New setting
Custom are preferred
added underSettings - Quotes
: when enabled, all custom suppliers are considered preferred so they don't have to be listed under the preferred suppliers setting - "Remove if empty" setting under
Settings - Parts - Inventory
: inventory is automatically removed only if it's not associated with a Lot - When importing CSV data the app is now smarter when attempting to auto-map fields (e.g. "Qty" is the same as "Quantity"). When importing POs from DigiKey or Mouser, the app will attempt to auto-map the expected fields (e.g. "DigiKey Part #" mapped to "Supplier PN")
- Importing POs: higher chances of finding parts data (in case they don't exist yet on the app)