Report "Detailed Calculation"

ID 99000756
Namespace: Microsoft.Manufacturing.Reports

This report provides a detailed breakdown of manufacturing costs, including Production BOM details, Routing operations, and associated expenses. It also accounts for scrap costs, ensuring an accurate total cost for producing the item.

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./Manufacturing/Reports/DetailedCalculation.rdlc
ApplicationArea #Manufacturing
Caption Detailed Calculation
UsageCategory ReportsAndAnalysis

Events

OnAfterGetRecordBOMLoopOnAfterProdBOMLineLevelSetFilters

[IntegrationEvent(False,False)]
local procedure OnAfterGetRecordBOMLoopOnAfterProdBOMLineLevelSetFilters(var ProductionBOMLineArray: array[99] of Record "Production BOM Line", var Level: Integer)

Parameters

Name Type Description
ProductionBOMLineArray array[99] of Record "Production BOM Line"
Level Integer

OnPreDataItemBOMLoopOnProdBOMLineLevelSetFilters

[IntegrationEvent(False,False)]
local procedure OnPreDataItemBOMLoopOnProdBOMLineLevelSetFilters(var ProductionBOMLineArray: array[99] of Record "Production BOM Line", var Level: Integer)

Parameters

Name Type Description
ProductionBOMLineArray array[99] of Record "Production BOM Line"
Level Integer

OnBeforeOnPreReport

[IntegrationEvent(False,False)]
local procedure OnBeforeOnPreReport(var Item: Record Item)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item

See also