### Scheduled Job for GL Account Organization Summaries Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt This service is now used by a scheduled job to populate GL Account posted summary values on GlAccountOrganization and GlAccountOrgTimePeriod, replacing the previous on-the-fly calculation. ```Moqui Service recalculate#GlAccountOrgSummaries ``` -------------------------------- ### Run Service to Populate Missing GL Account Flags Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt For older GlAccount data, this service populates the new isDebit and isTemporary fields which are now automatically set for new data. This is required data maintenance. ```Moqui Service set#MissingGlAccountFlags ``` -------------------------------- ### Fix for Order Creation Service Without Logged-in User Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt A bug was fixed in this service to correctly handle cases where no user is logged in when attempting to create an order. ```Moqui Service OrderServices.create#Order ``` -------------------------------- ### Inventory Report Service Using ElasticSearch Component Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt This service, located in InventoryReportServices.xml, now uses the search#CountBySource service from the moqui-elasticsearch component. Note that moqui-elasticsearch is not a general dependency for mantle-usl but is needed for this service. ```Moqui Service search#CountBySource ``` -------------------------------- ### Service to Approve Order Requires Permission Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt The service used to approve an order now explicitly requires the ORDER_APPROVE permission. ```Moqui Service approve#Order ``` -------------------------------- ### Service to Reopen Closed Financial Time Period Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt This new service allows reopening fiscal time periods that have been closed. It requires the FISCAL_REOPEN permission. ```Moqui Service reopen#FinancialTimePeriod ``` -------------------------------- ### Run Service to Calculate Missing Invoice Totals Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt For older Invoice data, this service calculates and populates the new invoiceTotal, appliedPaymentsTotal, and unpaidTotal fields. This is required data maintenance. ```Moqui Service calculate#MissingInvoiceTotals ``` -------------------------------- ### Run Service to Calculate Missing Payment Totals Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt For older Payment data, this service calculates and populates the new appliedTotal and unappliedTotal fields. This is required data maintenance. ```Moqui Service calculate#MissingPaymentTotals ``` -------------------------------- ### Inventory Report Service Updated for ElasticSearch 5.0.0 Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt This service, located in InventoryReportServices.xml, has been updated to work with ElasticSearch 5.0.0, now available in the moqui-elasticsearch component. ```Moqui Service get#PriceHistoryInfo ``` -------------------------------- ### Inventory Report Service Updated for ElasticSearch 5.0.0 Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt This service, located in InventoryReportServices.xml, has been updated to work with ElasticSearch 5.0.0, now available in the moqui-elasticsearch component. ```Moqui Service get#InventoryProjectedInfo ``` -------------------------------- ### Service Adds Unshipped Quantities to Shipment Source: https://github.com/moqui/mantle-usl/blob/master/ReleaseNotes.txt When using this service to add an order part to a shipment, only quantities not yet associated with a Shipment (i.e., not shipped quantities) are added. ```Moqui Service add#OrderPartToShipment ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.