-
Notifications
You must be signed in to change notification settings - Fork 687
Deprecate more finance rdlc reports #28526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
daniel-williams-fenwick
wants to merge
30
commits into
microsoft:main
from
shuyusheng:deprecate-more-finance-rdlc-reports
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
bb86236
Customer Top List - RDLC > Excel action replacement.
125a4da
Removed duplicate Customer Top List action from Finance Role Center.
2c3895d
Vendor Top List - RDLC > Excel action replacement.
37a2497
Vendor Top List - Removed duplicate reference in Finance Manager RC.
36488ae
Vendor action name standardisation
74b645f
Customer action name standardisation
abbc26a
Fixed Asset Details - RDLC > Excel action replacements.
dfd588f
Fixed Asset Analysis - RDLC > Excel action replacement.
2403f13
Fixed Asset Projected Value - RDLC > Excel action replacement.
2d4da58
Trial Balance - RDLC > Excel action replacement.
1371003
Fixed Asset Card - fixed object id.
22590b7
Trial Balance/Budget - RDLC > Excel action replacement.
660a2c2
Aged Accounts Receivable - RDLC > Excel action replacement.
bfbcb07
Aged Accounts Payable - RDLC > Excel action replacement.
e1b3b34
Removed copy pasted (Obsolete) in captions
c8381f8
Implementing namespaces and including copyright comments on all newly…
521cf9f
Implemented missed namespaces and copyright on Role Center page exten…
92e3c23
Added missing (Excel) component to several captions. Aligned RC actio…
9f7766a
Merge branch 'Yusheng-main' into deprecate-more-finance-rdlc-reports
1a60380
Finance Role Center reverted changed action name.
a3f8513
Update Apps/W1/ExcelReports/app/src/Customer/PageExtensions/CustomerL…
daniel-williams-fenwick e4ae4e5
Removed Excel action (Preview) captions.
c12c0bb
Changed addafter references that stop compiling for local builds.
f60760d
Removed report event subscribers unit no longer required based on dep…
a0cdb80
Renaming new page extensions with EXR prefix.
c14373b
Merge branch 'Yusheng-main' into deprecate-more-finance-rdlc-reports
7a64ed2
Replaced AddAfter instances against individual reports that don't exi…
d8294c3
Updated object id to avoid conflict.
edfa4f2
Updated app.json and fixed BookkeeperRC id conflict.
6c5f4c4
Fixed Small Business Owner RC and Sales Credit Memo page extension id…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ | |
| "idRanges": [ | ||
| { | ||
| "from": 4400, | ||
| "to": 4420 | ||
| "to": 4445 | ||
| } | ||
| ], | ||
| "target": "Cloud", | ||
|
|
||
38 changes: 38 additions & 0 deletions
38
Apps/W1/ExcelReports/app/src/Customer/PageExtensions/EXRCustomerList.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
|
|
||
| namespace Microsoft.Sales.ExcelReports; | ||
|
|
||
| using Microsoft.Sales.Customer; | ||
| using Microsoft.Finance.ExcelReports; | ||
|
|
||
| pageextension 4438 "EXR Customer List" extends "Customer List" | ||
| { | ||
| actions | ||
| { | ||
| addafter("Customer Register") | ||
| { | ||
| action("Customer Top List - Excel") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Caption = 'Customer - Top List (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Customer Top List"; | ||
| ToolTip = 'View which customers purchase the most or owe the most in a selected period. Only customers that have either purchases during the period or a balance at the end of the period will be included.'; | ||
| } | ||
| } | ||
| addafter(ReportCustomerDetailedAging) | ||
| { | ||
| action("Aged Accounts Receivable - Excel") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Caption = 'Aged Accounts Receivable (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Aged Accounts Rec Excel"; | ||
| ToolTip = 'View an overview of when customer payments are due or overdue, divided into four periods. You must specify the date you want aging calculated from and the length of the period that each column will contain data for.'; | ||
| } | ||
| } | ||
| } | ||
| } | ||
26 changes: 26 additions & 0 deletions
26
Apps/W1/ExcelReports/app/src/Customer/PageExtensions/EXRReminder.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
|
|
||
| namespace Microsoft.Sales.ExcelReports; | ||
| using Microsoft.Sales.Reminder; | ||
| using Microsoft.Finance.ExcelReports; | ||
|
|
||
| pageextension 4435 "EXR Reminder" extends Reminder | ||
| { | ||
| actions | ||
| { | ||
| addafter("Customer - Detail Trial Bal.") | ||
| { | ||
| action("Aged Accounts Receivable - Excel") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Caption = 'Aged Accounts Receivable (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Aged Accounts Rec Excel"; | ||
| ToolTip = 'View an overview of when customer payments are due or overdue, divided into four periods. You must specify the date you want aging calculated from and the length of the period that each column will contain data for.'; | ||
| } | ||
| } | ||
| } | ||
| } |
37 changes: 37 additions & 0 deletions
37
Apps/W1/ExcelReports/app/src/Customer/PageExtensions/EXRSalesCreditMemos.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
|
|
||
| namespace Microsoft.Sales.ExcelReports; | ||
| using Microsoft.Sales.Document; | ||
| using Microsoft.Finance.ExcelReports; | ||
|
|
||
| pageextension 4441 "EXR Sales Credit Memos" extends "Sales Credit Memos" | ||
| { | ||
| actions | ||
| { | ||
| addfirst(SalesReports) | ||
| { | ||
| action("Customer Top List - Excel") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Caption = 'Customer - Top List (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Customer Top List"; | ||
| ToolTip = 'View which customers purchase the most or owe the most in a selected period. Only customers that have either purchases during the period or a balance at the end of the period will be included.'; | ||
| } | ||
| } | ||
| addafter("Customer - Detailed Aging") | ||
| { | ||
| action("Aged Accounts Receivable - Excel") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Caption = 'Aged Accounts Receivable (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Aged Accounts Rec Excel"; | ||
| ToolTip = 'View an overview of when customer payments are due or overdue, divided into four periods. You must specify the date you want aging calculated from and the length of the period that each column will contain data for.'; | ||
| } | ||
| } | ||
| } | ||
| } |
37 changes: 37 additions & 0 deletions
37
Apps/W1/ExcelReports/app/src/Customer/PageExtensions/EXRSalesInvoiceList.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
|
|
||
| namespace Microsoft.Sales.ExcelReports; | ||
| using Microsoft.Sales.Document; | ||
| using Microsoft.Finance.ExcelReports; | ||
|
|
||
| pageextension 4414 "EXR Sales Invoice List" extends "Sales Invoice List" | ||
| { | ||
| actions | ||
| { | ||
| addfirst(SalesReports) | ||
| { | ||
| action("Customer Top List - Excel") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Caption = 'Customer - Top List (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Customer Top List"; | ||
| ToolTip = 'View which customers purchase the most or owe the most in a selected period. Only customers that have either purchases during the period or a balance at the end of the period will be included.'; | ||
| } | ||
| } | ||
| addafter("Customer - Detailed Aging") | ||
| { | ||
| action("Aged Accounts Receivable - Excel") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Caption = 'Aged Accounts Receivable (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Aged Accounts Rec Excel"; | ||
| ToolTip = 'View an overview of when customer payments are due or overdue, divided into four periods. You must specify the date you want aging calculated from and the length of the period that each column will contain data for.'; | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
Apps/W1/ExcelReports/app/src/Financials/PageExtensions/EXRAccountingPeriods.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
|
|
||
| namespace Microsoft.Finance.ExcelReports; | ||
| using Microsoft.Foundation.Period; | ||
|
|
||
| pageextension 4425 "EXR Accounting Periods" extends "Accounting Periods" | ||
| { | ||
| actions | ||
| { | ||
| addafter("Trial Balance by Period") | ||
| { | ||
| action("Trial Balance - Excel") | ||
| { | ||
| ApplicationArea = Suite; | ||
| Caption = 'Trial Balance (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Trial Balance Excel"; | ||
| ToolTip = 'Show the chart of accounts with balances and net changes. You can use the report at the close of an accounting period or fiscal year.'; | ||
| } | ||
| } | ||
| } | ||
| } |
25 changes: 25 additions & 0 deletions
25
Apps/W1/ExcelReports/app/src/Financials/PageExtensions/EXRBankAccountList.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
|
|
||
| namespace Microsoft.Finance.ExcelReports; | ||
| using Microsoft.Bank.BankAccount; | ||
|
|
||
| pageextension 4426 "EXR Bank Account List" extends "Bank Account List" | ||
| { | ||
| actions | ||
| { | ||
| addafter("Receivables-Payables") | ||
| { | ||
| action("Trial Balance - Excel") | ||
| { | ||
| ApplicationArea = Suite; | ||
| Caption = 'Trial Balance (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Trial Balance Excel"; | ||
| ToolTip = 'View a detailed trial balance for the selected bank account.'; | ||
| } | ||
| } | ||
| } | ||
| } |
31 changes: 31 additions & 0 deletions
31
Apps/W1/ExcelReports/app/src/Financials/PageExtensions/EXRBudget.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
|
|
||
| namespace Microsoft.Finance.ExcelReports; | ||
| using Microsoft.Finance.Analysis; | ||
|
|
||
| pageextension 4433 "EXR Budget" extends Budget | ||
| { | ||
| actions | ||
| { | ||
| addfirst(ReportGroup) | ||
| { | ||
| action("Trial Balance/Budget - Excel") | ||
| { | ||
| ApplicationArea = Suite; | ||
| Caption = 'Trial Balance/Budget (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Trial BalanceBudgetExcel"; | ||
| ToolTip = 'View budget details for the specified period.'; | ||
| } | ||
| } | ||
| addafter(ReportBudget_Promoted) | ||
| { | ||
| actionref(TrialBalanceBudgetExcel_Promoted; "Trial Balance/Budget - Excel") | ||
| { | ||
| } | ||
| } | ||
| } | ||
| } |
31 changes: 31 additions & 0 deletions
31
Apps/W1/ExcelReports/app/src/Financials/PageExtensions/EXRChartOfAccounts.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
|
|
||
| namespace Microsoft.Finance.ExcelReports; | ||
| using Microsoft.Finance.GeneralLedger.Account; | ||
|
|
||
| pageextension 4427 "EXR Chart of Accounts" extends "Chart of Accounts" | ||
| { | ||
| actions | ||
| { | ||
| addlast(reporting) | ||
| { | ||
| action("Trial Balance - Excel") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Caption = 'Trial Balance (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Trial Balance Excel"; | ||
| ToolTip = 'View the chart of accounts that have balances and net changes.'; | ||
| } | ||
| } | ||
| addlast(Category_Report) | ||
| { | ||
| actionref(TrialBalanceExcel_Promoted; "Trial Balance - Excel") | ||
| { | ||
| } | ||
| } | ||
| } | ||
| } |
53 changes: 53 additions & 0 deletions
53
Apps/W1/ExcelReports/app/src/Financials/PageExtensions/EXRCurrencyCard.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
|
|
||
| namespace Microsoft.Finance.ExcelReports; | ||
| using Microsoft.Finance.Currency; | ||
|
|
||
| pageextension 4428 "EXR Currency Card" extends "Currency Card" | ||
| { | ||
| actions | ||
| { | ||
| addafter("Foreign Currency Balance") | ||
| { | ||
| action("Aged Accounts Receivable - Excel") | ||
| { | ||
| ApplicationArea = Suite; | ||
| Caption = 'Aged Accounts Receivable (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Aged Accounts Rec Excel"; | ||
| ToolTip = 'View an overview of when customer payments are due or overdue, divided into four periods. You must specify the date you want aging calculated from and the length of the period that each column will contain data for.'; | ||
| } | ||
| action("Aged Accounts Payable - Excel") | ||
| { | ||
| ApplicationArea = Suite; | ||
| Caption = 'Aged Accounts Payable (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Aged Acc Payable Excel"; | ||
| ToolTip = 'View an overview of when your payables to vendors are due or overdue (divided into four periods). You must specify the date you want aging calculated from and the length of the period that each column will contain data for.'; | ||
| } | ||
| action("Trial Balance - Excel") | ||
| { | ||
| ApplicationArea = Suite; | ||
| Caption = 'Trial Balance (Excel)'; | ||
| Image = "Report"; | ||
| RunObject = Report "EXR Trial Balance Excel"; | ||
| ToolTip = 'View a detailed trial balance for selected currency.'; | ||
| } | ||
| } | ||
| addafter("Foreign Currency Balance_Promoted") | ||
| { | ||
| actionref(AgedAccountsReceivableExcel_Promoted; "Aged Accounts Receivable - Excel") | ||
| { | ||
| } | ||
| actionref(AgedAccountsPayableExcel_Promoted; "Aged Accounts Payable - Excel") | ||
| { | ||
| } | ||
| actionref(TrialBalanceExcel_Promoted; "Trial Balance - Excel") | ||
| { | ||
| } | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.