Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace Microsoft.PowerBIReports;

using Microsoft.Finance.PowerBIReports;
using Microsoft.Inventory.Analysis;
using System.DateTime;
using System.Environment;

Expand Down Expand Up @@ -580,6 +581,14 @@ page 36951 "PowerBI Reports Setup"
Image = CodesList;
RunObject = page "PBI Close Income Stmt. SC.";
}
action(ABCAnalysisSetup)
{
ApplicationArea = All;
Caption = 'ABC Analysis Setup';
ToolTip = 'Set up your ABC analysis thresholds in the Power BI Inventory reports.';
Image = Percentage;
RunObject = page "ABC Analysis Setup";
}
}

area(Promoted)
Expand All @@ -598,6 +607,9 @@ page 36951 "PowerBI Reports Setup"
actionref(CloseIncomeStatementSourceCodes_Promoted; CloseIncomeStatementSourceCodes)
{
}
actionref(ABCAnalysisSetup_Promoted; ABCAnalysisSetup)
{
}
}
}
}
Expand Down
Loading