Skip to content
Closed
Show file tree
Hide file tree
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ report 4409 "EXR Customer Top List"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}

var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ report 4403 "EXR Aged Acc Payable Excel"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}

var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ report 4402 "EXR Aged Accounts Rec Excel"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}

var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ report 4410 "EXR Consolidated Trial Balance"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}

trigger OnPreReport()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ report 4412 "EXR Fixed Asset Analysis Excel"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}

trigger OnPreReport()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ report 4411 "EXR Fixed Asset Details Excel"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}

var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ report 4413 "EXR Fixed Asset Projected"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}
trigger OnPreReport()
begin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ report 4407 "EXR Trial Bal. Prev Year Excel"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}
trigger OnPreReport()
begin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ report 4406 "EXR Trial BalanceBudgetExcel"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}
trigger OnPreReport()
var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ report 4405 "EXR Trial Balance Excel"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}

trigger OnPreReport()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ report 4408 "EXR Trial Bal by Period Excel"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}
trigger OnPreReport()
var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ report 4404 "EXR Vendor Top List"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}

var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ report 6210 "Emission By Category"
requestpage
{
AboutText = 'This report presents information on greenhouse gas (GHG) emissions categorized by Sustainability Categories.';
AboutTitle = 'Emission By Category';
AboutTitle = 'About Emission By Category';
}
rendering
{
Expand Down Expand Up @@ -158,7 +158,6 @@ report 6210 "Emission By Category"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}
trigger OnPreReport()
var
Expand Down
Binary file modified Apps/W1/Sustainability/app/src/Reports/EmissionByCategory.xlsx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ report 6211 "Emission Per Facility"
requestpage
{
AboutText = 'This report encompasses greenhouse gas (GHG) emission data documented across various facilities - Responsibility Centers.';
AboutTitle = 'Emission Per Facility';
AboutTitle = 'About Emission Per Facility';
}
rendering
{
Expand Down Expand Up @@ -140,7 +140,6 @@ report 6211 "Emission Per Facility"
RunOnLabel = 'Run on';
ReportNameLabel = 'Report name';
DocumentationLabel = 'Documentation';
TimezoneLabel = 'UTC';
}

trigger OnPreReport()
Expand Down
Binary file modified Apps/W1/Sustainability/app/src/Reports/EmissionPerFacility.xlsx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ report 6212 "Total Emissions"
requestpage
{
AboutText = 'This report provides information on the cumulative greenhouse gas (GHG) emissions across the chosen Sustainability Accounts and periods.';
AboutTitle = 'Total Emissions';
AboutTitle = 'About Total Emissions';
SaveValues = true;

layout
Expand Down
Binary file modified Apps/W1/Sustainability/app/src/Reports/TotalEmissions.xlsx
Binary file not shown.
Loading