This repository has been archived by the owner on Jan 5, 2018. It is now read-only.
Mantle Business Artifacts Release 1.0.1
jonesde
released this
03 May 03:48
·
1432 commits
to master
since this release
Mantle Business Artifacts 1.0.1 is a minor new feature and bug fix release.
Mantle 1.0.1 is based on Moqui Framework 1.5.2.
New Features:
- Added DataDocument definitions for current and projected inventory data
including assets, order items, production run consume and produce
estimates and production estimates - Added mantle.product.InventoryReportServices.get#InventoryProjectedInfo
service to query indexed inventory data documents and get summary data
by product; much more could be done with the indexed documents, including
graphs of data over time - Added Facility.pseudoId field, like those on Party, Product, etc;
populated from facilityId by default, can be edited by user and used to
display a more friendly ID - Better support for accounting for sales of third party inventory
- Purchase Orders are now automatically set to complete when the last item
is received, just like Sales Orders are when the last item is packed
Bug Fixes:
- Fixed issue updating task (WorkEffort) time from TimeEntry when the last
one is removed - Fixed quantity type lost on find#ProductPriceRecord (used in calc price)