From 78a898cd8c30629b44fe096e403ed0dd66faaca9 Mon Sep 17 00:00:00 2001 From: "Christian Wurtzen (ABAKION AS)" Date: Thu, 16 Jul 2026 18:41:12 +0200 Subject: [PATCH 1/2] 636017 Move Fixed Assets report action tooltips to report objects (W1) Move the report action ToolTips for 29 Fixed Assets reports onto the report objects and remove the now-duplicate ToolTip from the W1 page actions that run them (Fixed Asset card/list and FA/Insurance/Maintenance pages and role centers, plus the Accountant/Administrator role centers and Data Administration). Covers the Fixed Asset - Book Value/List/Register/G-L Analysis/Acquisition reports, the Insurance - Analysis/List/Coverage/Register set, Calculate Depreciation, Copy Depreciation Book, the Date Compress FA/Insurance/Maint. Ledger set, the Delete Empty FA/Insurance Registers set, and others. Where only a "Run the X report." stub existed (FA Posting Group - Net Change, Index Fixed Assets, Index Insurance, the Maintenance - Analysis/Details/ Next Service/Register set) it is hoisted as the sole option. Reports with ObsoleteState = Pending/Removed are skipped (3). --- .../RoleCenters/AccountantRoleCenter.Page.al | 1 - .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../CalculateDepreciation.Report.al | 1 + .../CopyDepreciationBook.Report.al | 1 + .../CreateFADepreciationBooks.Report.al | 1 + .../Depreciation/DepreciationBookCard.Page.al | 4 ---- .../CancelFALedgerEntries.Report.al | 1 + .../CopyFAEntriestoGLBudget.Report.al | 1 + .../FixedAsset/DateCompressFALedger.Report.al | 1 + .../DeleteEmptyFARegisters.Report.al | 1 + .../FixedAsset/FARegisters.Page.al | 1 - .../FixedAsset/FixedAssetCard.Page.al | 4 ---- .../FixedAsset/FixedAssetList.Page.al | 6 ------ .../FixedAsset/IndexFixedAssets.Report.al | 1 + .../DateCompressInsuranceLedger.Report.al | 1 + .../DeleteEmptyInsuranceReg.Report.al | 1 + .../Insurance/IndexInsurance.Report.al | 1 + .../Insurance/InsuranceAnalysis.Report.al | 1 + .../Insurance/InsuranceCard.Page.al | 6 ------ .../InsuranceCoverageDetails.Report.al | 1 + .../Insurance/InsuranceList.Page.al | 6 ------ .../Insurance/InsuranceList.Report.al | 1 + .../Insurance/InsuranceRegister.Report.al | 1 + .../Insurance/InsuranceRegisters.Page.al | 1 - .../InsuranceTotValueInsured.Report.al | 1 + .../Insurance/InsuranceUninsuredFAs.Report.al | 1 + .../DateCompressMaintLedger.Report.al | 1 + .../Maintenance/MaintenanceAnalysis.Report.al | 1 + .../Maintenance/MaintenanceDetails.Report.al | 1 + .../MaintenanceNextService.Report.al | 1 + .../Maintenance/MaintenanceRegister.Report.al | 1 + .../Reports/FAPostingGroupNetChange.Report.al | 1 + .../FixedAssetAcquisitionList.Report.al | 1 + .../Reports/FixedAssetBookValue01.Report.al | 1 + .../Reports/FixedAssetBookValue02.Report.al | 1 + .../Reports/FixedAssetGLAnalysis.Report.al | 1 + .../Reports/FixedAssetList.Report.al | 1 + .../Reports/FixedAssetRegister.Report.al | 1 + .../AdministratorRoleCenter.Page.al | 3 --- .../DataAdministration.Page.al | 5 ----- 41 files changed, 29 insertions(+), 58 deletions(-) diff --git a/src/Layers/W1/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al b/src/Layers/W1/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al index 6964907640..fbc8f52a50 100644 --- a/src/Layers/W1/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al +++ b/src/Layers/W1/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al @@ -1068,7 +1068,6 @@ page 9027 "Accountant Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/W1/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/W1/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 2656894bf8..e2bad658b8 100644 --- a/src/Layers/W1/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/W1/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -878,7 +878,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/W1/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/W1/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 0adc92e9c7..34f81f3b76 100644 --- a/src/Layers/W1/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/W1/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1730,21 +1730,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1811,21 +1808,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1844,14 +1838,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -1870,14 +1862,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -1900,42 +1890,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -1946,28 +1930,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al index 2c8bd40792..ef2a2dc524 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al @@ -18,6 +18,7 @@ report 5692 "Calculate Depreciation" AdditionalSearchTerms = 'write down fixed asset'; ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation'; + ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; ProcessingOnly = true; UsageCategory = Tasks; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al index b44a40657d..7b2a54595c 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al @@ -13,6 +13,7 @@ using Microsoft.FixedAssets.Setup; report 5687 "Copy Depreciation Book" { Caption = 'Copy Depreciation Book'; + ToolTip = 'Copy specified entries from one depreciation book to another. The entries are not posted to the new depreciation book - they are either inserted as lines in a general ledger fixed asset journal or in a fixed asset journal, depending on whether the new depreciation book has activated general ledger integration.'; ProcessingOnly = true; dataset diff --git a/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CreateFADepreciationBooks.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CreateFADepreciationBooks.Report.al index 3aecb5b922..011ec617e1 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CreateFADepreciationBooks.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Depreciation/CreateFADepreciationBooks.Report.al @@ -10,6 +10,7 @@ using Microsoft.FixedAssets.Setup; report 5689 "Create FA Depreciation Books" { Caption = 'Create FA Depreciation Books'; + ToolTip = 'Create depreciation books for the fixed asset. You can create empty fixed asset depreciation books, for example for all fixed assets, when you have set up a new depreciation book. You can also use an existing fixed asset depreciation book as the basis for new book.'; ProcessingOnly = true; dataset diff --git a/src/Layers/W1/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al b/src/Layers/W1/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al index 6b0ad4f83a..1e2d8953dd 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al @@ -282,7 +282,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = NewDepreciationBook; RunObject = Report "Create FA Depreciation Books"; - ToolTip = 'Create depreciation books for the fixed asset. You can create empty fixed asset depreciation books, for example for all fixed assets, when you have set up a new depreciation book. You can also use an existing fixed asset depreciation book as the basis for new book.'; } action("C&opy Depreciation Book") { @@ -291,7 +290,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyDepreciationBook; RunObject = Report "Copy Depreciation Book"; - ToolTip = 'Copy specified entries from one depreciation book to another. The entries are not posted to the new depreciation book - they are either inserted as lines in a general ledger fixed asset journal or in a fixed asset journal, depending on whether the new depreciation book has activated general ledger integration.'; } action("C&ancel FA Ledger Entries") { @@ -300,7 +298,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CancelFALedgerEntries; RunObject = Report "Cancel FA Ledger Entries"; - ToolTip = 'Remove one or more fixed asset ledger entries from the FA Ledger Entries window. If you posted erroneous transactions to one or more fixed assets, you can use this function to cancel the fixed asset ledger entries. In the FA Ledger Entries window, select the entry or entries that you want to cancel.'; } action("Co&py FA Entries to G/L Budget") { @@ -309,7 +306,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyLedgerToBudget; RunObject = Report "Copy FA Entries to G/L Budget"; - ToolTip = 'Copy the fixed asset ledger entries to budget entries.'; } } } diff --git a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/CancelFALedgerEntries.Report.al b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/CancelFALedgerEntries.Report.al index e0f684c1ea..158b43a6ba 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/CancelFALedgerEntries.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/CancelFALedgerEntries.Report.al @@ -13,6 +13,7 @@ using Microsoft.FixedAssets.Setup; report 5688 "Cancel FA Ledger Entries" { Caption = 'Cancel FA Ledger Entries'; + ToolTip = 'Remove one or more fixed asset ledger entries from the FA Ledger Entries window. If you posted erroneous transactions to one or more fixed assets, you can use this function to cancel the fixed asset ledger entries. In the FA Ledger Entries window, select the entry or entries that you want to cancel.'; ProcessingOnly = true; dataset diff --git a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/CopyFAEntriestoGLBudget.Report.al b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/CopyFAEntriestoGLBudget.Report.al index ac1cfe5ad4..08a594c578 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/CopyFAEntriestoGLBudget.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/CopyFAEntriestoGLBudget.Report.al @@ -12,6 +12,7 @@ using Microsoft.FixedAssets.Setup; report 5684 "Copy FA Entries to G/L Budget" { Caption = 'Copy FA Entries to G/L Budget'; + ToolTip = 'Copy the fixed asset ledger entries to budget entries.'; ProcessingOnly = true; dataset diff --git a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/DateCompressFALedger.Report.al b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/DateCompressFALedger.Report.al index d46d5b7d25..2c4d7fda6b 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/DateCompressFALedger.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/DateCompressFALedger.Report.al @@ -15,6 +15,7 @@ using System.Utilities; report 5696 "Date Compress FA Ledger" { Caption = 'Date Compress FA Ledger'; + ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; Permissions = TableData "Date Compr. Register" = rimd, TableData "Dimension Set ID Filter Line" = rimd, TableData "FA Ledger Entry" = rimd, diff --git a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/DeleteEmptyFARegisters.Report.al b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/DeleteEmptyFARegisters.Report.al index ce69ac8c44..084cd29a19 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/DeleteEmptyFARegisters.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/DeleteEmptyFARegisters.Report.al @@ -10,6 +10,7 @@ using System.Utilities; report 5693 "Delete Empty FA Registers" { Caption = 'Delete Empty FA Registers'; + ToolTip = 'Find and delete empty FA registers.'; Permissions = TableData "FA Register" = rimd; ProcessingOnly = true; diff --git a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FARegisters.Page.al b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FARegisters.Page.al index ec6d02c279..841c5e24d4 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FARegisters.Page.al +++ b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FARegisters.Page.al @@ -133,7 +133,6 @@ page 5627 "FA Registers" Caption = 'Delete Empty Registers'; Image = Delete; RunObject = Report "Delete Empty FA Registers"; - ToolTip = 'Find and delete empty FA registers.'; } } area(Promoted) diff --git a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al index 9d96a52bbf..8e1e04fb08 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al +++ b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al @@ -683,7 +683,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Value'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual fixed assets and groups of fixed assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("FA Book Val. - Appr. & Write-D") { @@ -691,7 +690,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Val. - Appr. & Write-D'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 02"; - ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual fixed assets and groups of fixed assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; } #if not CLEAN28 action(Analysis) @@ -723,7 +721,6 @@ page 5600 "Fixed Asset Card" Caption = 'G/L Analysis'; Image = "Report"; RunObject = Report "Fixed Asset - G/L Analysis"; - ToolTip = 'View an analysis of your fixed assets with various types of data for individual fixed assets and/or groups of fixed assets.'; } action(Register) { @@ -731,7 +728,6 @@ page 5600 "Fixed Asset Card" Caption = 'Register'; Image = Confirm; RunObject = Report "Fixed Asset Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Each register shows the first and last entry number of its entries.'; } } area(Promoted) diff --git a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al index 8c76581e5f..bd578cf03a 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al +++ b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al @@ -351,7 +351,6 @@ page 5601 "Fixed Asset List" Caption = 'Fixed Assets List'; Image = "Report"; RunObject = Report "Fixed Asset - List"; - ToolTip = 'View the list of fixed assets that exist in the system .'; } action("Acquisition List") { @@ -359,7 +358,6 @@ page 5601 "Fixed Asset List" Caption = 'Acquisition List'; Image = "Report"; RunObject = Report "Fixed Asset - Acquisition List"; - ToolTip = 'View the related acquisitions.'; } #if not CLEAN28 action(Details) @@ -380,7 +378,6 @@ page 5601 "Fixed Asset List" Caption = 'FA Book Value'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual assets and groups of assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("FA Book Val. - Appr. & Write-D") { @@ -388,7 +385,6 @@ page 5601 "Fixed Asset List" Caption = 'FA Book Val. - Appr. & Write-D'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 02"; - ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual assets and groups of assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; } #if not CLEAN28 action(Analysis) @@ -420,7 +416,6 @@ page 5601 "Fixed Asset List" Caption = 'G/L Analysis'; Image = "Report"; RunObject = Report "Fixed Asset - G/L Analysis"; - ToolTip = 'View an analysis of your fixed assets with various types of data for individual assets and/or groups of fixed assets.'; } action(Register) { @@ -428,7 +423,6 @@ page 5601 "Fixed Asset List" Caption = 'Register'; Image = Confirm; RunObject = Report "Fixed Asset Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Each register shows the first and last entry number of its entries.'; } } area(Promoted) diff --git a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/IndexFixedAssets.Report.al b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/IndexFixedAssets.Report.al index 77bdf93b2a..4a22646e37 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/IndexFixedAssets.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/FixedAsset/IndexFixedAssets.Report.al @@ -15,6 +15,7 @@ report 5690 "Index Fixed Assets" { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets'; + ToolTip = 'Run the Index Fixed Assets report.'; ProcessingOnly = true; UsageCategory = Tasks; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/DateCompressInsuranceLedger.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/DateCompressInsuranceLedger.Report.al index 36e8bddffe..b3e5e63586 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/DateCompressInsuranceLedger.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/DateCompressInsuranceLedger.Report.al @@ -14,6 +14,7 @@ using System.Utilities; report 5697 "Date Compress Insurance Ledger" { Caption = 'Date Compress Insurance Ledger'; + ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; Permissions = TableData "Date Compr. Register" = rimd, TableData "Dimension Set ID Filter Line" = rimd, TableData "Ins. Coverage Ledger Entry" = rimd, diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/DeleteEmptyInsuranceReg.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/DeleteEmptyInsuranceReg.Report.al index eeae25b79a..133a351cbe 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/DeleteEmptyInsuranceReg.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/DeleteEmptyInsuranceReg.Report.al @@ -9,6 +9,7 @@ using System.Utilities; report 5695 "Delete Empty Insurance Reg." { Caption = 'Delete Empty Insurance Reg.'; + ToolTip = 'Find and delete empty insurance registers.'; Permissions = TableData "Insurance Register" = rimd; ProcessingOnly = true; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/IndexInsurance.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/IndexInsurance.Report.al index ba9311017e..af51a53cc9 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/IndexInsurance.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/IndexInsurance.Report.al @@ -13,6 +13,7 @@ report 5691 "Index Insurance" { ApplicationArea = FixedAssets; Caption = 'Index Insurance'; + ToolTip = 'Run the Index Insurance report.'; ProcessingOnly = true; UsageCategory = Tasks; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceAnalysis.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceAnalysis.Report.al index 5fd95f2ad8..969055a008 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceAnalysis.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceAnalysis.Report.al @@ -8,6 +8,7 @@ report 5620 "Insurance - Analysis" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Insurance Analysis'; + ToolTip = 'View an analysis of your fixed assets with various types of data for both individual assets and groups of assets.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceCard.Page.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceCard.Page.al index b771900255..767b307a06 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceCard.Page.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceCard.Page.al @@ -186,7 +186,6 @@ page 5644 "Insurance Card" Caption = 'List'; Image = OpportunitiesList; RunObject = Report "Insurance - List"; - ToolTip = 'View or edit the list of insurance policies in the system.'; } action("Uninsured FAs") { @@ -194,7 +193,6 @@ page 5644 "Insurance Card" Caption = 'Uninsured FAs'; Image = "Report"; RunObject = Report "Insurance - Uninsured FAs"; - ToolTip = 'View the individual fixed assets for which amounts have not been posted to an insurance policy. For each fixed asset, the report shows the asset''s acquisition cost, accumulated depreciation, and book value.'; } action("Tot. Value Insured") { @@ -204,7 +202,6 @@ page 5644 "Insurance Card" //The property 'PromotedCategory' can only be set if the property 'Promoted' is set to 'true' //PromotedCategory = "Report"; RunObject = Report "Insurance - Tot. Value Insured"; - ToolTip = 'View each fixed asset with the amounts that you posted to each insurance policy. The entries in this report correspond to all of the entries in the Ins. Coverage Ledger Entry table. The amounts shown for each asset can be more or less than the actual insurance policy''s coverage. The amounts shown can differ from the actual book value of the asset.'; } action("Coverage Details") { @@ -214,7 +211,6 @@ page 5644 "Insurance Card" //The property 'PromotedCategory' can only be set if the property 'Promoted' is set to 'true' //PromotedCategory = "Report"; RunObject = Report "Insurance - Coverage Details"; - ToolTip = 'View the individual fixed assets that are linked to each insurance policy. For each insurance policy, the report shows one or more amounts for each asset. These are the amounts that need insurance coverage. These amounts can differ from the actual insurance policy''s coverage.'; } action(Register) { @@ -222,7 +218,6 @@ page 5644 "Insurance Card" Caption = 'Register'; Image = Confirm; RunObject = Report "Insurance Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Every register shows the first and last entry number of its entries.'; } action(Analysis) { @@ -230,7 +225,6 @@ page 5644 "Insurance Card" Caption = 'Analysis'; Image = "Report"; RunObject = Report "Insurance - Analysis"; - ToolTip = 'View an analysis of your fixed assets with various types of data for both individual assets and groups of assets.'; } } area(Promoted) diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceCoverageDetails.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceCoverageDetails.Report.al index 470529a8a0..5f758109b3 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceCoverageDetails.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceCoverageDetails.Report.al @@ -8,6 +8,7 @@ report 5624 "Insurance - Coverage Details" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Insurance Coverage Details'; + ToolTip = 'View the individual fixed assets that are linked to each insurance policy. For each insurance policy, the report shows one or more amounts for each asset. These are the amounts that need insurance coverage. These amounts can differ from the actual insurance policy''s coverage.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceList.Page.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceList.Page.al index 68b92f4fd2..acfe3527f0 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceList.Page.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceList.Page.al @@ -171,7 +171,6 @@ page 5645 "Insurance List" Caption = 'List'; Image = OpportunitiesList; RunObject = Report "Insurance - List"; - ToolTip = 'View or edit the list of insurance policies in the system.'; } action("Uninsured FAs") { @@ -179,7 +178,6 @@ page 5645 "Insurance List" Caption = 'Uninsured FAs'; Image = "Report"; RunObject = Report "Insurance - Uninsured FAs"; - ToolTip = 'View the individual fixed assets for which amounts have not been posted to an insurance policy. For each fixed asset, the report shows the asset''s acquisition cost, accumulated depreciation, and book value.'; } action("Tot. Value Insured") { @@ -189,7 +187,6 @@ page 5645 "Insurance List" //The property 'PromotedCategory' can only be set if the property 'Promoted' is set to 'true' //PromotedCategory = "Report"; RunObject = Report "Insurance - Tot. Value Insured"; - ToolTip = 'View each fixed asset with the amounts that you posted to each insurance policy. The entries in this report correspond to all of the entries in the Ins. Coverage Ledger Entry table. The amounts shown for each asset can be more or less than the actual insurance policy''s coverage. The amounts shown can differ from the actual book value of the asset.'; } action("Coverage Details") { @@ -199,7 +196,6 @@ page 5645 "Insurance List" //The property 'PromotedCategory' can only be set if the property 'Promoted' is set to 'true' //PromotedCategory = "Report"; RunObject = Report "Insurance - Coverage Details"; - ToolTip = 'View the individual fixed assets that are linked to each insurance policy. For each insurance policy, the report shows one or more amounts for each asset. These are the amounts that need insurance coverage. These amounts can differ from the actual insurance policy''s coverage.'; } action(Register) { @@ -207,7 +203,6 @@ page 5645 "Insurance List" Caption = 'Register'; Image = Confirm; RunObject = Report "Insurance Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Every register shows the first and last entry number of its entries.'; } action(Analysis) { @@ -215,7 +210,6 @@ page 5645 "Insurance List" Caption = 'Analysis'; Image = "Report"; RunObject = Report "Insurance - Analysis"; - ToolTip = 'View an analysis of your fixed assets with various types of data for both individual assets and groups of assets.'; } } area(Promoted) diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceList.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceList.Report.al index 9572fd5a6c..1b59d075b8 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceList.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceList.Report.al @@ -8,6 +8,7 @@ report 5621 "Insurance - List" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Insurance List'; + ToolTip = 'View or edit the list of insurance policies in the system.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceRegister.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceRegister.Report.al index ea59a9c0f4..edd3e7bbc7 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceRegister.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceRegister.Report.al @@ -10,6 +10,7 @@ report 5623 "Insurance Register" { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; + ToolTip = 'View registers containing all the fixed asset entries that are created. Every register shows the first and last entry number of its entries.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceRegisters.Page.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceRegisters.Page.al index 8f2f9825ce..1122d845cd 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceRegisters.Page.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceRegisters.Page.al @@ -105,7 +105,6 @@ page 5656 "Insurance Registers" Caption = 'Delete Empty Registers'; Image = Delete; RunObject = Report "Delete Empty Insurance Reg."; - ToolTip = 'Find and delete empty insurance registers.'; } } area(Promoted) diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceTotValueInsured.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceTotValueInsured.Report.al index 5bcff8a224..6b77f5da38 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceTotValueInsured.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceTotValueInsured.Report.al @@ -12,6 +12,7 @@ report 5625 "Insurance - Tot. Value Insured" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Total Value Insured'; + ToolTip = 'View each fixed asset with the amounts that you posted to each insurance policy. The entries in this report correspond to all of the entries in the Ins. Coverage Ledger Entry table. The amounts shown for each asset can be more or less than the actual insurance policy''s coverage. The amounts shown can differ from the actual book value of the asset.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceUninsuredFAs.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceUninsuredFAs.Report.al index 8160c0b1a7..e8fd0f7a1b 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceUninsuredFAs.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Insurance/InsuranceUninsuredFAs.Report.al @@ -12,6 +12,7 @@ report 5626 "Insurance - Uninsured FAs" { ApplicationArea = FixedAssets; Caption = 'Uninsured Fixed Assets'; + ToolTip = 'View the individual fixed assets for which amounts have not been posted to an insurance policy. For each fixed asset, the report shows the asset''s acquisition cost, accumulated depreciation, and book value.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Maintenance/DateCompressMaintLedger.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Maintenance/DateCompressMaintLedger.Report.al index 532c59f2ca..e072e974fd 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Maintenance/DateCompressMaintLedger.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Maintenance/DateCompressMaintLedger.Report.al @@ -15,6 +15,7 @@ using System.Utilities; report 5698 "Date Compress Maint. Ledger" { Caption = 'Date Compress Maint. Ledger'; + ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; Permissions = TableData "Date Compr. Register" = rimd, TableData "Dimension Set ID Filter Line" = rimd, TableData "FA Register" = rimd, diff --git a/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceAnalysis.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceAnalysis.Report.al index 5247b34681..a873fd79b2 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceAnalysis.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceAnalysis.Report.al @@ -12,6 +12,7 @@ report 5630 "Maintenance - Analysis" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Maintenance Analysis'; + ToolTip = 'Run the Maintenance Analysis report.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceDetails.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceDetails.Report.al index c8aed4f77d..0d2fd1acc1 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceDetails.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceDetails.Report.al @@ -12,6 +12,7 @@ report 5634 "Maintenance - Details" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Maintenance Details'; + ToolTip = 'Run the Maintenance Details report.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceNextService.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceNextService.Report.al index 65a53c67c0..48d4cbf12e 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceNextService.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceNextService.Report.al @@ -10,6 +10,7 @@ report 5635 "Maintenance - Next Service" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Maintenance Next Service'; + ToolTip = 'Run the Maintenance Next Service report.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceRegister.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceRegister.Report.al index ec9e1db24a..c77c7b62e0 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceRegister.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Maintenance/MaintenanceRegister.Report.al @@ -11,6 +11,7 @@ report 5633 "Maintenance Register" { ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; + ToolTip = 'Run the Maintenance Register report.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Reports/FAPostingGroupNetChange.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Reports/FAPostingGroupNetChange.Report.al index e67de771b7..879a97a4b8 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Reports/FAPostingGroupNetChange.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Reports/FAPostingGroupNetChange.Report.al @@ -16,6 +16,7 @@ report 5611 "FA Posting Group - Net Change" AdditionalSearchTerms = 'fixed asset posting group net change'; ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; + ToolTip = 'Run the FA Posting Group - Net Change report.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetAcquisitionList.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetAcquisitionList.Report.al index 65d97c863d..8c68a5e84d 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetAcquisitionList.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetAcquisitionList.Report.al @@ -12,6 +12,7 @@ report 5608 "Fixed Asset - Acquisition List" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Acquisition List'; + ToolTip = 'View the related acquisitions.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetBookValue01.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetBookValue01.Report.al index 40a5ec2d1d..5964a79da6 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetBookValue01.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetBookValue01.Report.al @@ -13,6 +13,7 @@ report 5605 "Fixed Asset - Book Value 01" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Book Value 01'; + ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual fixed assets and groups of fixed assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; PreviewMode = PrintLayout; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetBookValue02.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetBookValue02.Report.al index d9089e906b..138a790063 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetBookValue02.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetBookValue02.Report.al @@ -12,6 +12,7 @@ report 5606 "Fixed Asset - Book Value 02" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Book Value 02'; + ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual fixed assets and groups of fixed assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetGLAnalysis.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetGLAnalysis.Report.al index 6d4188f0e0..b9465bd1f7 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetGLAnalysis.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetGLAnalysis.Report.al @@ -13,6 +13,7 @@ report 5610 "Fixed Asset - G/L Analysis" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset G/L Analysis'; + ToolTip = 'View an analysis of your fixed assets with various types of data for individual fixed assets and/or groups of fixed assets.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetList.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetList.Report.al index 07f15be050..398561364e 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetList.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetList.Report.al @@ -14,6 +14,7 @@ report 5601 "Fixed Asset - List" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset List'; + ToolTip = 'View the list of fixed assets that exist in the system .'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetRegister.Report.al b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetRegister.Report.al index 41254cce64..4070f03d76 100644 --- a/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetRegister.Report.al +++ b/src/Layers/W1/BaseApp/FixedAssets/Reports/FixedAssetRegister.Report.al @@ -11,6 +11,7 @@ report 5603 "Fixed Asset Register" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Register'; + ToolTip = 'View registers containing all the fixed asset entries that are created. Each register shows the first and last entry number of its entries.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/W1/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al b/src/Layers/W1/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al index f133903fb3..e044b2c311 100644 --- a/src/Layers/W1/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al +++ b/src/Layers/W1/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al @@ -765,7 +765,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &FA Ledger Entries'; Image = FixedAssets; RunObject = Report "Date Compress FA Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Maintenance Ledger Entries") { @@ -773,7 +772,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Maintenance Ledger Entries'; Image = Tools; RunObject = Report "Date Compress Maint. Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Insurance Ledger Entries") { @@ -781,7 +779,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Insurance Ledger Entries'; Image = Insurance; RunObject = Report "Date Compress Insurance Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Warehouse Entries") { diff --git a/src/Layers/W1/BaseApp/System/DataAdministration/DataAdministration.Page.al b/src/Layers/W1/BaseApp/System/DataAdministration/DataAdministration.Page.al index d57e358e8c..37244edd93 100644 --- a/src/Layers/W1/BaseApp/System/DataAdministration/DataAdministration.Page.al +++ b/src/Layers/W1/BaseApp/System/DataAdministration/DataAdministration.Page.al @@ -378,7 +378,6 @@ page 9035 "Data Administration" Image = FixedAssets; RunObject = Report "Date Compress FA Ledger"; Ellipsis = true; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress Maintenance Ledger Entries") { @@ -387,7 +386,6 @@ page 9035 "Data Administration" Image = Tools; RunObject = Report "Date Compress Maint. Ledger"; Ellipsis = true; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress Insurance Ledger Entries") { @@ -396,7 +394,6 @@ page 9035 "Data Administration" Image = Insurance; RunObject = Report "Date Compress Insurance Ledger"; Ellipsis = true; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress Warehouse Entries") { @@ -431,7 +428,6 @@ page 9035 "Data Administration" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Registers'; - ToolTip = 'Fixed Asset Registers'; RunObject = Report "Delete Empty FA Registers"; Ellipsis = true; } @@ -439,7 +435,6 @@ page 9035 "Data Administration" { ApplicationArea = FixedAssets; Caption = 'Insurance Registers'; - ToolTip = 'Insurance Registers'; RunObject = report "Delete Empty Insurance Reg."; Ellipsis = true; } From d9305fd28ac07c2fc91f8e60242bd6f7084bcb15 Mon Sep 17 00:00:00 2001 From: "Christian Wurtzen (ABAKION AS)" Date: Thu, 16 Jul 2026 18:41:35 +0200 Subject: [PATCH 2/2] 636017 Propagate Fixed Assets report tooltip move to country layers Integrate the W1 Fixed Assets tooltip move into the forked country layers, as required by the Miapp sync gate (VerifyMiappSync): - 59 page forks across 19 country layers: removed the duplicate ToolTip from the covered-report actions (462 lines). - 10 report forks (FR: CalculateDepreciation, CopyDepreciationBook, CancelFALedgerEntries, CopyFAEntriestoGLBudget, IndexFixedAssets, FixedAssetBookValue01/02; GB CopyDepreciationBook; IT/RU CalculateDepreciation): added the W1 report-level ToolTip. - 1 no-op integration (NA AccountantRoleCenter): the sync gate requires every fork of a changed W1 file in the changelist; it carries no covered action, so there is nothing to remove. --- .../RoleCenters/AccountantRoleCenter.Page.al | 1 - .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../AdministratorRoleCenter.Page.al | 3 --- .../AccountingManagerRoleCenter.Page.al | 2 -- .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../FixedAsset/FixedAssetCard.Page.al | 4 ---- .../RoleCenters/AccountantRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../RoleCenters/AccountantRoleCenter.Page.al | 1 - .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../AdministratorRoleCenter.Page.al | 3 --- .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../AdministratorRoleCenter.Page.al | 3 --- .../AccountingManagerRoleCenter.Page.al | 2 -- .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../Depreciation/DepreciationBookCard.Page.al | 4 ---- .../AdministratorRoleCenter.Page.al | 3 --- .../RoleCenters/AccountantRoleCenter.Page.al | 1 - .../AccountingManagerRoleCenter.Page.al | 2 -- .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../CalculateDepreciation.Report.al | 1 + .../CopyDepreciationBook.Report.al | 1 + .../Depreciation/DepreciationBookCard.Page.al | 4 ---- .../CancelFALedgerEntries.Report.al | 1 + .../CopyFAEntriestoGLBudget.Report.al | 1 + .../FixedAsset/FixedAssetCard.Page.al | 4 ---- .../FixedAsset/FixedAssetList.Page.al | 6 ------ .../FixedAsset/IndexFixedAssets.Report.al | 1 + .../Reports/FixedAssetBookValue01.Report.al | 1 + .../Reports/FixedAssetBookValue02.Report.al | 1 + .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../CopyDepreciationBook.Report.al | 1 + .../Depreciation/DepreciationBookCard.Page.al | 4 ---- .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../Depreciation/DepreciationBookCard.Page.al | 4 ---- .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../CalculateDepreciation.Report.al | 1 + .../Depreciation/DepreciationBookCard.Page.al | 4 ---- .../FixedAsset/FixedAssetCard.Page.al | 4 ---- .../RoleCenters/AccountantRoleCenter.Page.al | 2 +- .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../FixedAsset/FixedAssetCard.Page.al | 4 ---- .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../AdministratorRoleCenter.Page.al | 3 --- .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../AdministratorRoleCenter.Page.al | 3 --- .../RoleCenters/AccountantRoleCenter.Page.al | 1 - .../AccountingManagerRoleCenter.Page.al | 1 - .../FinanceManagerRoleCenter.Page.al | 20 ------------------- .../CalculateDepreciation.Report.al | 1 + .../Depreciation/DepreciationBookCard.Page.al | 4 ---- .../FixedAsset/FixedAssetCard.Page.al | 4 ---- .../FixedAsset/FixedAssetList.Page.al | 7 ------- .../AdministratorRoleCenter.Page.al | 3 --- .../FinanceManagerRoleCenter.Page.al | 20 ------------------- 70 files changed, 11 insertions(+), 463 deletions(-) diff --git a/src/Layers/APAC/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al b/src/Layers/APAC/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al index 5563f9729f..6d038ccae6 100644 --- a/src/Layers/APAC/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al +++ b/src/Layers/APAC/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al @@ -1046,7 +1046,6 @@ page 9027 "Accountant Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/APAC/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/APAC/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 650e64ab7d..603dfb5826 100644 --- a/src/Layers/APAC/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/APAC/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -1064,7 +1064,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/APAC/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/APAC/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 7560d2bbe3..a0a12a39a6 100644 --- a/src/Layers/APAC/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/APAC/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -2001,21 +2001,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group45") { @@ -2082,21 +2079,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -2115,14 +2109,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -2141,14 +2133,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -2171,42 +2161,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group49") @@ -2217,28 +2201,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/APAC/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al b/src/Layers/APAC/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al index 6aad1a5930..4230af389f 100644 --- a/src/Layers/APAC/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al +++ b/src/Layers/APAC/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al @@ -782,7 +782,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &FA Ledger Entries'; Image = FixedAssets; RunObject = Report "Date Compress FA Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Maintenance Ledger Entries") { @@ -790,7 +789,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Maintenance Ledger Entries'; Image = Tools; RunObject = Report "Date Compress Maint. Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Insurance Ledger Entries") { @@ -798,7 +796,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Insurance Ledger Entries'; Image = Insurance; RunObject = Report "Date Compress Insurance Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Warehouse Entries") { diff --git a/src/Layers/AT/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/AT/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 1b78447c9d..b9db72dd6a 100644 --- a/src/Layers/AT/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/AT/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -222,7 +222,6 @@ page 9001 "Accounting Manager Role Center" Caption = 'Fixed Asset - Book Value 01'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual assets and groups of assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("Fixed Asset - Book Value 03") { @@ -933,7 +932,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/AT/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/AT/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 368a428990..984be9229d 100644 --- a/src/Layers/AT/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/AT/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1783,21 +1783,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1864,21 +1861,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1897,14 +1891,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } action("Report11011") { @@ -1929,14 +1921,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } action("Fixed Assets - List AT") { @@ -1965,42 +1955,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -2011,28 +1995,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/AT/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al b/src/Layers/AT/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al index 7ef68fe301..bfc1528008 100644 --- a/src/Layers/AT/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al +++ b/src/Layers/AT/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al @@ -695,7 +695,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Value'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual fixed assets and groups of fixed assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("FA Book Val. - Appr. & Write-D") { @@ -703,7 +702,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Val. - Appr. & Write-D'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 02"; - ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual fixed assets and groups of fixed assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; } #if not CLEAN28 action(Analysis) @@ -735,7 +733,6 @@ page 5600 "Fixed Asset Card" Caption = 'G/L Analysis'; Image = "Report"; RunObject = Report "Fixed Asset - G/L Analysis"; - ToolTip = 'View an analysis of your fixed assets with various types of data for individual fixed assets and/or groups of fixed assets.'; } action(Register) { @@ -743,7 +740,6 @@ page 5600 "Fixed Asset Card" Caption = 'Register'; Image = Confirm; RunObject = Report "Fixed Asset Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Each register shows the first and last entry number of its entries.'; } } area(Promoted) diff --git a/src/Layers/AU/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al b/src/Layers/AU/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al index 09c2abcd61..94f90f812b 100644 --- a/src/Layers/AU/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al +++ b/src/Layers/AU/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al @@ -1053,7 +1053,6 @@ page 9027 "Accountant Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/AU/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/AU/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 4bd7d628b9..8aeeb930f5 100644 --- a/src/Layers/AU/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/AU/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -2004,21 +2004,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group45") { @@ -2085,21 +2082,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -2118,14 +2112,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -2144,14 +2136,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -2174,42 +2164,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group49") @@ -2220,28 +2204,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/BE/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al b/src/Layers/BE/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al index 819dd61909..5923e3313a 100644 --- a/src/Layers/BE/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al +++ b/src/Layers/BE/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al @@ -1067,7 +1067,6 @@ page 9027 "Accountant Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/BE/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/BE/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 5a622b4368..dea8eb5484 100644 --- a/src/Layers/BE/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/BE/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -948,7 +948,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/BE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/BE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 984ff7d3c4..9f188de0ec 100644 --- a/src/Layers/BE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/BE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1848,21 +1848,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1929,21 +1926,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1962,14 +1956,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -1988,14 +1980,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -2018,42 +2008,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -2064,28 +2048,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/BE/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al b/src/Layers/BE/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al index 7b8b4741f1..e23325209d 100644 --- a/src/Layers/BE/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al +++ b/src/Layers/BE/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al @@ -774,7 +774,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &FA Ledger Entries'; Image = FixedAssets; RunObject = Report "Date Compress FA Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Maintenance Ledger Entries") { @@ -782,7 +781,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Maintenance Ledger Entries'; Image = Tools; RunObject = Report "Date Compress Maint. Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Insurance Ledger Entries") { @@ -790,7 +788,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Insurance Ledger Entries'; Image = Insurance; RunObject = Report "Date Compress Insurance Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Warehouse Entries") { diff --git a/src/Layers/CH/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/CH/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 80b1f8dcad..2ed18e3342 100644 --- a/src/Layers/CH/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/CH/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -890,7 +890,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/CH/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/CH/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 1a7b18096c..1ea567fbc7 100644 --- a/src/Layers/CH/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/CH/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1734,21 +1734,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1815,21 +1812,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1848,14 +1842,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } action("Report11011") { @@ -1880,14 +1872,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } action("Fixed Assets - List AT") { @@ -1916,42 +1906,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -1962,28 +1946,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/CH/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al b/src/Layers/CH/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al index af4a040f1b..30065d98ba 100644 --- a/src/Layers/CH/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al +++ b/src/Layers/CH/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al @@ -792,7 +792,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &FA Ledger Entries'; Image = FixedAssets; RunObject = Report "Date Compress FA Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Maintenance Ledger Entries") { @@ -800,7 +799,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Maintenance Ledger Entries'; Image = Tools; RunObject = Report "Date Compress Maint. Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Insurance Ledger Entries") { @@ -808,7 +806,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Insurance Ledger Entries'; Image = Insurance; RunObject = Report "Date Compress Insurance Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Warehouse Entries") { diff --git a/src/Layers/DACH/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/DACH/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 32bd04c979..be2c822de9 100644 --- a/src/Layers/DACH/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/DACH/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -222,7 +222,6 @@ page 9001 "Accounting Manager Role Center" Caption = 'Fixed Asset - Book Value 01'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual assets and groups of assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("Fixed Asset - Book Value 03") { @@ -926,7 +925,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/DACH/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/DACH/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 332d426e6a..b860437c31 100644 --- a/src/Layers/DACH/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/DACH/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1816,21 +1816,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1897,21 +1894,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1930,14 +1924,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } action("Report11011") { @@ -1962,14 +1954,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } action("Fixed Assets - List AT") { @@ -1998,42 +1988,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -2044,28 +2028,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/DACH/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al b/src/Layers/DACH/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al index d96b1898fa..e6ab849592 100644 --- a/src/Layers/DACH/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al +++ b/src/Layers/DACH/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al @@ -288,7 +288,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = NewDepreciationBook; RunObject = Report "Create FA Depreciation Books"; - ToolTip = 'Create depreciation books for the fixed asset. You can create empty fixed asset depreciation books, for example for all fixed assets, when you have set up a new depreciation book. You can also use an existing fixed asset depreciation book as the basis for new book.'; } action("C&opy Depreciation Book") { @@ -297,7 +296,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyDepreciationBook; RunObject = Report "Copy Depreciation Book"; - ToolTip = 'Copy specified entries from one depreciation book to another. The entries are not posted to the new depreciation book - they are either inserted as lines in a general ledger fixed asset journal or in a fixed asset journal, depending on whether the new depreciation book has activated general ledger integration.'; } action("C&ancel FA Ledger Entries") { @@ -306,7 +304,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CancelFALedgerEntries; RunObject = Report "Cancel FA Ledger Entries"; - ToolTip = 'Remove one or more fixed asset ledger entries from the FA Ledger Entries window. If you posted erroneous transactions to one or more fixed assets, you can use this function to cancel the fixed asset ledger entries. In the FA Ledger Entries window, select the entry or entries that you want to cancel.'; } action("Co&py FA Entries to G/L Budget") { @@ -315,7 +312,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyLedgerToBudget; RunObject = Report "Copy FA Entries to G/L Budget"; - ToolTip = 'Copy the fixed asset ledger entries to budget entries.'; } } } diff --git a/src/Layers/DACH/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al b/src/Layers/DACH/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al index 3c3facdf89..42d50ebbd6 100644 --- a/src/Layers/DACH/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al +++ b/src/Layers/DACH/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al @@ -781,7 +781,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &FA Ledger Entries'; Image = FixedAssets; RunObject = Report "Date Compress FA Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Maintenance Ledger Entries") { @@ -789,7 +788,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Maintenance Ledger Entries'; Image = Tools; RunObject = Report "Date Compress Maint. Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Insurance Ledger Entries") { @@ -797,7 +795,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Insurance Ledger Entries'; Image = Insurance; RunObject = Report "Date Compress Insurance Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Warehouse Entries") { diff --git a/src/Layers/DE/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al b/src/Layers/DE/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al index 2ac88e382e..ffdf1ba7db 100644 --- a/src/Layers/DE/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al +++ b/src/Layers/DE/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al @@ -1053,7 +1053,6 @@ page 9027 "Accountant Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/DE/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/DE/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 93d021acde..4b6de4dfde 100644 --- a/src/Layers/DE/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/DE/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -222,7 +222,6 @@ page 9001 "Accounting Manager Role Center" Caption = 'Fixed Asset - Book Value 01'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual assets and groups of assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("Fixed Asset - Book Value 03") { @@ -911,7 +910,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/DE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/DE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index eed1a6e1e8..278a5832d6 100644 --- a/src/Layers/DE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/DE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1763,21 +1763,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1844,21 +1841,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1877,14 +1871,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } action("Report11011") { @@ -1909,14 +1901,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -1939,42 +1929,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -1985,28 +1969,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/ES/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/ES/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 4f7958dc1f..bdf802415c 100644 --- a/src/Layers/ES/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/ES/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -895,7 +895,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/ES/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/ES/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 268128b161..a984a0607b 100644 --- a/src/Layers/ES/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/ES/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -2064,21 +2064,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -2145,21 +2142,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -2178,14 +2172,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -2204,14 +2196,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -2234,42 +2224,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -2280,28 +2264,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/FI/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/FI/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 973b0c6d2d..1344277dd8 100644 --- a/src/Layers/FI/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/FI/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -894,7 +894,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/FI/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/FI/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 226626fc58..049074677e 100644 --- a/src/Layers/FI/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/FI/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1755,21 +1755,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } action("Calc. and Post Depr. Differenc") { @@ -1842,21 +1839,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1875,14 +1869,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -1901,14 +1893,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -1931,42 +1921,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -1977,28 +1961,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/FR/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/FR/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 7f3eb73ce3..28315619be 100644 --- a/src/Layers/FR/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/FR/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -1066,7 +1066,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/FR/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/FR/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index a863ea1c29..4d213d7cf1 100644 --- a/src/Layers/FR/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/FR/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1944,21 +1944,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -2025,21 +2022,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -2058,14 +2052,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -2084,14 +2076,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -2132,42 +2122,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -2178,28 +2162,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/FR/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al b/src/Layers/FR/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al index 2adf258275..d3d642ff88 100644 --- a/src/Layers/FR/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al +++ b/src/Layers/FR/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al @@ -18,6 +18,7 @@ report 5692 "Calculate Depreciation" AdditionalSearchTerms = 'write down fixed asset'; ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation'; + ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; ProcessingOnly = true; UsageCategory = Tasks; diff --git a/src/Layers/FR/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al b/src/Layers/FR/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al index 7624810707..2b9821c7f9 100644 --- a/src/Layers/FR/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al +++ b/src/Layers/FR/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al @@ -13,6 +13,7 @@ using Microsoft.FixedAssets.Setup; report 5687 "Copy Depreciation Book" { Caption = 'Copy Depreciation Book'; + ToolTip = 'Copy specified entries from one depreciation book to another. The entries are not posted to the new depreciation book - they are either inserted as lines in a general ledger fixed asset journal or in a fixed asset journal, depending on whether the new depreciation book has activated general ledger integration.'; ProcessingOnly = true; dataset diff --git a/src/Layers/FR/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al b/src/Layers/FR/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al index 6638e47b71..328a9cc3f7 100644 --- a/src/Layers/FR/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al +++ b/src/Layers/FR/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al @@ -298,7 +298,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = NewDepreciationBook; RunObject = Report "Create FA Depreciation Books"; - ToolTip = 'Create depreciation books for the fixed asset. You can create empty fixed asset depreciation books, for example for all fixed assets, when you have set up a new depreciation book. You can also use an existing fixed asset depreciation book as the basis for new book.'; } action("C&opy Depreciation Book") { @@ -307,7 +306,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyDepreciationBook; RunObject = Report "Copy Depreciation Book"; - ToolTip = 'Copy specified entries from one depreciation book to another. The entries are not posted to the new depreciation book - they are either inserted as lines in a general ledger fixed asset journal or in a fixed asset journal, depending on whether the new depreciation book has activated general ledger integration.'; } action("C&ancel FA Ledger Entries") { @@ -316,7 +314,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CancelFALedgerEntries; RunObject = Report "Cancel FA Ledger Entries"; - ToolTip = 'Remove one or more fixed asset ledger entries from the FA Ledger Entries window. If you posted erroneous transactions to one or more fixed assets, you can use this function to cancel the fixed asset ledger entries. In the FA Ledger Entries window, select the entry or entries that you want to cancel.'; } action("Co&py FA Entries to G/L Budget") { @@ -325,7 +322,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyLedgerToBudget; RunObject = Report "Copy FA Entries to G/L Budget"; - ToolTip = 'Copy the fixed asset ledger entries to budget entries.'; } } } diff --git a/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/CancelFALedgerEntries.Report.al b/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/CancelFALedgerEntries.Report.al index c386bdb12d..851591732c 100644 --- a/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/CancelFALedgerEntries.Report.al +++ b/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/CancelFALedgerEntries.Report.al @@ -13,6 +13,7 @@ using Microsoft.FixedAssets.Setup; report 5688 "Cancel FA Ledger Entries" { Caption = 'Cancel FA Ledger Entries'; + ToolTip = 'Remove one or more fixed asset ledger entries from the FA Ledger Entries window. If you posted erroneous transactions to one or more fixed assets, you can use this function to cancel the fixed asset ledger entries. In the FA Ledger Entries window, select the entry or entries that you want to cancel.'; ProcessingOnly = true; dataset diff --git a/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/CopyFAEntriestoGLBudget.Report.al b/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/CopyFAEntriestoGLBudget.Report.al index bac32bd172..313553e17f 100644 --- a/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/CopyFAEntriestoGLBudget.Report.al +++ b/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/CopyFAEntriestoGLBudget.Report.al @@ -12,6 +12,7 @@ using Microsoft.FixedAssets.Setup; report 5684 "Copy FA Entries to G/L Budget" { Caption = 'Copy FA Entries to G/L Budget'; + ToolTip = 'Copy the fixed asset ledger entries to budget entries.'; ProcessingOnly = true; dataset diff --git a/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al b/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al index e2320bd06d..13be8fcc05 100644 --- a/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al +++ b/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al @@ -688,7 +688,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Value'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual fixed assets and groups of fixed assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("FA Book Val. - Appr. & Write-D") { @@ -696,7 +695,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Val. - Appr. & Write-D'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 02"; - ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual fixed assets and groups of fixed assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; } #if not CLEAN28 action(Analysis) @@ -739,7 +737,6 @@ page 5600 "Fixed Asset Card" Caption = 'G/L Analysis'; Image = "Report"; RunObject = Report "Fixed Asset - G/L Analysis"; - ToolTip = 'View an analysis of your fixed assets with various types of data for individual fixed assets and/or groups of fixed assets.'; } action(Register) { @@ -747,7 +744,6 @@ page 5600 "Fixed Asset Card" Caption = 'Register'; Image = Confirm; RunObject = Report "Fixed Asset Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Each register shows the first and last entry number of its entries.'; } } area(Promoted) diff --git a/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al b/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al index e4f7ac39e4..de46d17dae 100644 --- a/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al +++ b/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al @@ -351,7 +351,6 @@ page 5601 "Fixed Asset List" Caption = 'Fixed Assets List'; Image = "Report"; RunObject = Report "Fixed Asset - List"; - ToolTip = 'View the list of fixed assets that exist in the system .'; } action("Acquisition List") { @@ -359,7 +358,6 @@ page 5601 "Fixed Asset List" Caption = 'Acquisition List'; Image = "Report"; RunObject = Report "Fixed Asset - Acquisition List"; - ToolTip = 'View the related acquisitions.'; } #if not CLEAN28 action(Details) @@ -380,7 +378,6 @@ page 5601 "Fixed Asset List" Caption = 'FA Book Value'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual assets and groups of assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("FA Book Val. - Appr. & Write-D") { @@ -388,7 +385,6 @@ page 5601 "Fixed Asset List" Caption = 'FA Book Val. - Appr. & Write-D'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 02"; - ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual assets and groups of assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; } #if not CLEAN28 action(Analysis) @@ -431,7 +427,6 @@ page 5601 "Fixed Asset List" Caption = 'G/L Analysis'; Image = "Report"; RunObject = Report "Fixed Asset - G/L Analysis"; - ToolTip = 'View an analysis of your fixed assets with various types of data for individual assets and/or groups of fixed assets.'; } action(Register) { @@ -439,7 +434,6 @@ page 5601 "Fixed Asset List" Caption = 'Register'; Image = Confirm; RunObject = Report "Fixed Asset Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Each register shows the first and last entry number of its entries.'; } } area(Promoted) diff --git a/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/IndexFixedAssets.Report.al b/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/IndexFixedAssets.Report.al index 892e5fc934..12547d4912 100644 --- a/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/IndexFixedAssets.Report.al +++ b/src/Layers/FR/BaseApp/FixedAssets/FixedAsset/IndexFixedAssets.Report.al @@ -15,6 +15,7 @@ report 5690 "Index Fixed Assets" { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets'; + ToolTip = 'Run the Index Fixed Assets report.'; ProcessingOnly = true; UsageCategory = Tasks; diff --git a/src/Layers/FR/BaseApp/FixedAssets/Reports/FixedAssetBookValue01.Report.al b/src/Layers/FR/BaseApp/FixedAssets/Reports/FixedAssetBookValue01.Report.al index 6096fe6a01..ce68af38c1 100644 --- a/src/Layers/FR/BaseApp/FixedAssets/Reports/FixedAssetBookValue01.Report.al +++ b/src/Layers/FR/BaseApp/FixedAssets/Reports/FixedAssetBookValue01.Report.al @@ -13,6 +13,7 @@ report 5605 "Fixed Asset - Book Value 01" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Book Value 01'; + ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual fixed assets and groups of fixed assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; PreviewMode = PrintLayout; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/FR/BaseApp/FixedAssets/Reports/FixedAssetBookValue02.Report.al b/src/Layers/FR/BaseApp/FixedAssets/Reports/FixedAssetBookValue02.Report.al index 7959f0454e..a8209c410c 100644 --- a/src/Layers/FR/BaseApp/FixedAssets/Reports/FixedAssetBookValue02.Report.al +++ b/src/Layers/FR/BaseApp/FixedAssets/Reports/FixedAssetBookValue02.Report.al @@ -12,6 +12,7 @@ report 5606 "Fixed Asset - Book Value 02" { ApplicationArea = FixedAssets; Caption = 'Fixed Asset Book Value 02'; + ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual fixed assets and groups of fixed assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; UsageCategory = ReportsAndAnalysis; DefaultRenderingLayout = RDLCLayout; diff --git a/src/Layers/GB/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/GB/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 3d8a91c23a..04abbb49c0 100644 --- a/src/Layers/GB/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/GB/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -907,7 +907,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/GB/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/GB/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index fd6efe3c4a..90ce7d6ab8 100644 --- a/src/Layers/GB/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/GB/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1731,21 +1731,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1812,21 +1809,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1845,14 +1839,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -1871,14 +1863,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -1901,42 +1891,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -1947,28 +1931,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/GB/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al b/src/Layers/GB/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al index b44a40657d..7b2a54595c 100644 --- a/src/Layers/GB/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al +++ b/src/Layers/GB/BaseApp/FixedAssets/Depreciation/CopyDepreciationBook.Report.al @@ -13,6 +13,7 @@ using Microsoft.FixedAssets.Setup; report 5687 "Copy Depreciation Book" { Caption = 'Copy Depreciation Book'; + ToolTip = 'Copy specified entries from one depreciation book to another. The entries are not posted to the new depreciation book - they are either inserted as lines in a general ledger fixed asset journal or in a fixed asset journal, depending on whether the new depreciation book has activated general ledger integration.'; ProcessingOnly = true; dataset diff --git a/src/Layers/GB/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al b/src/Layers/GB/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al index 04243e16df..119888ed84 100644 --- a/src/Layers/GB/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al +++ b/src/Layers/GB/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al @@ -278,7 +278,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = NewDepreciationBook; RunObject = Report "Create FA Depreciation Books"; - ToolTip = 'Create depreciation books for the fixed asset. You can create empty fixed asset depreciation books, for example for all fixed assets, when you have set up a new depreciation book. You can also use an existing fixed asset depreciation book as the basis for new book.'; } action("C&opy Depreciation Book") { @@ -287,7 +286,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyDepreciationBook; RunObject = Report "Copy Depreciation Book"; - ToolTip = 'Copy specified entries from one depreciation book to another. The entries are not posted to the new depreciation book - they are either inserted as lines in a general ledger fixed asset journal or in a fixed asset journal, depending on whether the new depreciation book has activated general ledger integration.'; } action("C&ancel FA Ledger Entries") { @@ -296,7 +294,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CancelFALedgerEntries; RunObject = Report "Cancel FA Ledger Entries"; - ToolTip = 'Remove one or more fixed asset ledger entries from the FA Ledger Entries window. If you posted erroneous transactions to one or more fixed assets, you can use this function to cancel the fixed asset ledger entries. In the FA Ledger Entries window, select the entry or entries that you want to cancel.'; } action("Co&py FA Entries to G/L Budget") { @@ -305,7 +302,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyLedgerToBudget; RunObject = Report "Copy FA Entries to G/L Budget"; - ToolTip = 'Copy the fixed asset ledger entries to budget entries.'; } } } diff --git a/src/Layers/IS/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/IS/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 13d8f06891..94767100ee 100644 --- a/src/Layers/IS/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/IS/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -878,7 +878,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/IS/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/IS/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index acb2fcb277..c82a1294c5 100644 --- a/src/Layers/IS/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/IS/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1751,21 +1751,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1832,21 +1829,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1865,14 +1859,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -1891,14 +1883,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -1921,42 +1911,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -1967,28 +1951,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/IS/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al b/src/Layers/IS/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al index 37c7a8204b..3aec3d7bd3 100644 --- a/src/Layers/IS/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al +++ b/src/Layers/IS/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al @@ -282,7 +282,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = NewDepreciationBook; RunObject = Report "Create FA Depreciation Books"; - ToolTip = 'Create depreciation books for the fixed asset. You can create empty fixed asset depreciation books, for example for all fixed assets, when you have set up a new depreciation book. You can also use an existing fixed asset depreciation book as the basis for new book.'; } action("C&opy Depreciation Book") { @@ -291,7 +290,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyDepreciationBook; RunObject = Report "Copy Depreciation Book"; - ToolTip = 'Copy specified entries from one depreciation book to another. The entries are not posted to the new depreciation book - they are either inserted as lines in a general ledger fixed asset journal or in a fixed asset journal, depending on whether the new depreciation book has activated general ledger integration.'; } action("C&ancel FA Ledger Entries") { @@ -300,7 +298,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CancelFALedgerEntries; RunObject = Report "Cancel FA Ledger Entries"; - ToolTip = 'Remove one or more fixed asset ledger entries from the FA Ledger Entries window. If you posted erroneous transactions to one or more fixed assets, you can use this function to cancel the fixed asset ledger entries. In the FA Ledger Entries window, select the entry or entries that you want to cancel.'; } action("Co&py FA Entries to G/L Budget") { @@ -309,7 +306,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyLedgerToBudget; RunObject = Report "Copy FA Entries to G/L Budget"; - ToolTip = 'Copy the fixed asset ledger entries to budget entries.'; } } } diff --git a/src/Layers/IT/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/IT/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index f212efec09..54520a022a 100644 --- a/src/Layers/IT/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/IT/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -977,7 +977,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/IT/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/IT/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 63d9dfbe74..eabe9d586f 100644 --- a/src/Layers/IT/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/IT/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1909,21 +1909,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1996,21 +1993,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -2029,14 +2023,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -2055,14 +2047,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -2085,42 +2075,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -2131,28 +2115,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/IT/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al b/src/Layers/IT/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al index 9351a58a13..2ae5dbb156 100644 --- a/src/Layers/IT/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al +++ b/src/Layers/IT/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al @@ -18,6 +18,7 @@ report 5692 "Calculate Depreciation" AdditionalSearchTerms = 'write down fixed asset'; ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation'; + ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; ProcessingOnly = true; UsageCategory = Tasks; diff --git a/src/Layers/IT/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al b/src/Layers/IT/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al index 9db25562e5..b2977388ef 100644 --- a/src/Layers/IT/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al +++ b/src/Layers/IT/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al @@ -299,7 +299,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = NewDepreciationBook; RunObject = Report "Create FA Depreciation Books"; - ToolTip = 'Create depreciation books for the fixed asset. You can create empty fixed asset depreciation books, for example for all fixed assets, when you have set up a new depreciation book. You can also use an existing fixed asset depreciation book as the basis for new book.'; } action("C&opy Depreciation Book") { @@ -308,7 +307,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyDepreciationBook; RunObject = Report "Copy Depreciation Book"; - ToolTip = 'Copy specified entries from one depreciation book to another. The entries are not posted to the new depreciation book - they are either inserted as lines in a general ledger fixed asset journal or in a fixed asset journal, depending on whether the new depreciation book has activated general ledger integration.'; } action("C&ancel FA Ledger Entries") { @@ -317,7 +315,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CancelFALedgerEntries; RunObject = Report "Cancel FA Ledger Entries"; - ToolTip = 'Remove one or more fixed asset ledger entries from the FA Ledger Entries window. If you posted erroneous transactions to one or more fixed assets, you can use this function to cancel the fixed asset ledger entries. In the FA Ledger Entries window, select the entry or entries that you want to cancel.'; } action("Co&py FA Entries to G/L Budget") { @@ -326,7 +323,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyLedgerToBudget; RunObject = Report "Copy FA Entries to G/L Budget"; - ToolTip = 'Copy the fixed asset ledger entries to budget entries.'; } } } diff --git a/src/Layers/IT/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al b/src/Layers/IT/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al index 13b598fb32..2177075b52 100644 --- a/src/Layers/IT/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al +++ b/src/Layers/IT/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al @@ -709,7 +709,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Value'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual fixed assets and groups of fixed assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("FA Book Val. - Appr. & Write-D") { @@ -717,7 +716,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Val. - Appr. & Write-D'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 02"; - ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual fixed assets and groups of fixed assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; } #if not CLEAN28 action(Analysis) @@ -749,7 +747,6 @@ page 5600 "Fixed Asset Card" Caption = 'G/L Analysis'; Image = "Report"; RunObject = Report "Fixed Asset - G/L Analysis"; - ToolTip = 'View an analysis of your fixed assets with various types of data for individual fixed assets and/or groups of fixed assets.'; } action(Register) { @@ -757,7 +754,6 @@ page 5600 "Fixed Asset Card" Caption = 'Register'; Image = Confirm; RunObject = Report "Fixed Asset Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Each register shows the first and last entry number of its entries.'; } } area(Promoted) diff --git a/src/Layers/NA/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al b/src/Layers/NA/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al index 2648e47f7e..075d09754e 100644 --- a/src/Layers/NA/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al +++ b/src/Layers/NA/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al @@ -1067,4 +1067,4 @@ page 9027 "Accountant Role Center" } } } -} \ No newline at end of file +} diff --git a/src/Layers/NA/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/NA/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index c92e1e7a3f..a1588df635 100644 --- a/src/Layers/NA/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/NA/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -1130,7 +1130,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/NA/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/NA/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index b8edc0a2fb..2f584137bd 100644 --- a/src/Layers/NA/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/NA/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1954,21 +1954,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -2035,21 +2032,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -2068,14 +2062,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -2094,14 +2086,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -2124,42 +2114,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -2170,28 +2154,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/NA/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al b/src/Layers/NA/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al index 3663a4aaa8..5a78900957 100644 --- a/src/Layers/NA/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al +++ b/src/Layers/NA/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al @@ -727,7 +727,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Value'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual fixed assets and groups of fixed assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("FA Book Val. - Appr. & Write-D") { @@ -735,7 +734,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Val. - Appr. & Write-D'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 02"; - ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual fixed assets and groups of fixed assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; } #if not CLEAN28 action(Analysis) @@ -767,7 +765,6 @@ page 5600 "Fixed Asset Card" Caption = 'G/L Analysis'; Image = "Report"; RunObject = Report "Fixed Asset - G/L Analysis"; - ToolTip = 'View an analysis of your fixed assets with various types of data for individual fixed assets and/or groups of fixed assets.'; } action(Register) { @@ -775,7 +772,6 @@ page 5600 "Fixed Asset Card" Caption = 'Register'; Image = Confirm; RunObject = Report "Fixed Asset Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Each register shows the first and last entry number of its entries.'; } } area(Promoted) diff --git a/src/Layers/NL/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/NL/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 24f56c9270..0e8e14f4a5 100644 --- a/src/Layers/NL/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/NL/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -945,7 +945,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/NL/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/NL/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index e1aebf2db3..67e7a11c47 100644 --- a/src/Layers/NL/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/NL/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1822,21 +1822,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1903,21 +1900,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1936,14 +1930,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -1962,14 +1954,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -1992,42 +1982,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -2038,28 +2022,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/NL/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al b/src/Layers/NL/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al index 2537fc8328..442a72e992 100644 --- a/src/Layers/NL/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al +++ b/src/Layers/NL/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al @@ -819,7 +819,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &FA Ledger Entries'; Image = FixedAssets; RunObject = Report "Date Compress FA Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Maintenance Ledger Entries") { @@ -827,7 +826,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Maintenance Ledger Entries'; Image = Tools; RunObject = Report "Date Compress Maint. Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Insurance Ledger Entries") { @@ -835,7 +833,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Insurance Ledger Entries'; Image = Insurance; RunObject = Report "Date Compress Insurance Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Warehouse Entries") { diff --git a/src/Layers/NO/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/NO/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 4206833c67..41f8c79618 100644 --- a/src/Layers/NO/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/NO/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -863,7 +863,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/NO/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/NO/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 9470d3a963..783f292f54 100644 --- a/src/Layers/NO/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/NO/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1882,21 +1882,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1963,21 +1960,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1996,14 +1990,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -2022,14 +2014,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -2052,42 +2042,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -2098,28 +2082,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/NO/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al b/src/Layers/NO/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al index 20d6be96f3..3bf6bc096a 100644 --- a/src/Layers/NO/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al +++ b/src/Layers/NO/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al @@ -724,7 +724,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &FA Ledger Entries'; Image = FixedAssets; RunObject = Report "Date Compress FA Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Maintenance Ledger Entries") { @@ -732,7 +731,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Maintenance Ledger Entries'; Image = Tools; RunObject = Report "Date Compress Maint. Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Insurance Ledger Entries") { @@ -740,7 +738,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Insurance Ledger Entries'; Image = Insurance; RunObject = Report "Date Compress Insurance Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Warehouse Entries") { diff --git a/src/Layers/NZ/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al b/src/Layers/NZ/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al index 937927f947..e0f42380d8 100644 --- a/src/Layers/NZ/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al +++ b/src/Layers/NZ/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al @@ -1053,7 +1053,6 @@ page 9027 "Accountant Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } action("Import Co&nsolidation from Database") { diff --git a/src/Layers/RU/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al b/src/Layers/RU/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al index 89e6e43ef8..0a2a680645 100644 --- a/src/Layers/RU/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al +++ b/src/Layers/RU/BaseApp/Finance/RoleCenters/AccountingManagerRoleCenter.Page.al @@ -1225,7 +1225,6 @@ page 9001 "Accounting Manager Role Center" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; } } group(Consolidation) diff --git a/src/Layers/RU/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/RU/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index aa66192081..d2ad7d4a59 100644 --- a/src/Layers/RU/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/RU/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -2282,7 +2282,6 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Calculate Group Depreciation") { @@ -2303,14 +2302,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } } group("Group74") @@ -2403,21 +2400,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -2436,14 +2430,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -2462,14 +2454,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -2506,42 +2496,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -2552,28 +2536,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } } diff --git a/src/Layers/RU/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al b/src/Layers/RU/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al index 1d20d6cbae..7081ef8167 100644 --- a/src/Layers/RU/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al +++ b/src/Layers/RU/BaseApp/FixedAssets/Depreciation/CalculateDepreciation.Report.al @@ -18,6 +18,7 @@ report 5692 "Calculate Depreciation" AdditionalSearchTerms = 'write down fixed asset'; ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation'; + ToolTip = 'Calculate depreciation according to the conditions that you define. If the fixed assets that are included in the batch job are integrated with the general ledger (defined in the depreciation book that is used in the batch job), the resulting entries are transferred to the fixed assets general ledger journal. Otherwise, the batch job transfers the entries to the fixed asset journal. You can then post the journal or adjust the entries before posting, if necessary.'; ProcessingOnly = true; UsageCategory = Tasks; diff --git a/src/Layers/RU/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al b/src/Layers/RU/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al index 91092a5c0a..c7e365ac19 100644 --- a/src/Layers/RU/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al +++ b/src/Layers/RU/BaseApp/FixedAssets/Depreciation/DepreciationBookCard.Page.al @@ -307,7 +307,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = NewDepreciationBook; RunObject = Report "Create FA Depreciation Books"; - ToolTip = 'Create depreciation books for the fixed asset. You can create empty fixed asset depreciation books, for example for all fixed assets, when you have set up a new depreciation book. You can also use an existing fixed asset depreciation book as the basis for new book.'; } action("C&opy Depreciation Book") { @@ -316,7 +315,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyDepreciationBook; RunObject = Report "Copy Depreciation Book"; - ToolTip = 'Copy specified entries from one depreciation book to another. The entries are not posted to the new depreciation book - they are either inserted as lines in a general ledger fixed asset journal or in a fixed asset journal, depending on whether the new depreciation book has activated general ledger integration.'; } action("C&ancel FA Ledger Entries") { @@ -325,7 +323,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CancelFALedgerEntries; RunObject = Report "Cancel FA Ledger Entries"; - ToolTip = 'Remove one or more fixed asset ledger entries from the FA Ledger Entries window. If you posted erroneous transactions to one or more fixed assets, you can use this function to cancel the fixed asset ledger entries. In the FA Ledger Entries window, select the entry or entries that you want to cancel.'; } action("Co&py FA Entries to G/L Budget") { @@ -334,7 +331,6 @@ page 5610 "Depreciation Book Card" Ellipsis = true; Image = CopyLedgerToBudget; RunObject = Report "Copy FA Entries to G/L Budget"; - ToolTip = 'Copy the fixed asset ledger entries to budget entries.'; } } } diff --git a/src/Layers/RU/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al b/src/Layers/RU/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al index 29adbb9fc7..a7d80eb307 100644 --- a/src/Layers/RU/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al +++ b/src/Layers/RU/BaseApp/FixedAssets/FixedAsset/FixedAssetCard.Page.al @@ -661,7 +661,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Value'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual fixed assets and groups of fixed assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("FA Book Val. - Appr. & Write-D") { @@ -669,7 +668,6 @@ page 5600 "Fixed Asset Card" Caption = 'FA Book Val. - Appr. & Write-D'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 02"; - ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual fixed assets and groups of fixed assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; } #if not CLEAN28 action(Analysis) @@ -701,7 +699,6 @@ page 5600 "Fixed Asset Card" Caption = 'G/L Analysis'; Image = "Report"; RunObject = Report "Fixed Asset - G/L Analysis"; - ToolTip = 'View an analysis of your fixed assets with various types of data for individual fixed assets and/or groups of fixed assets.'; } action(Register) { @@ -709,7 +706,6 @@ page 5600 "Fixed Asset Card" Caption = 'Register'; Image = Confirm; RunObject = Report "Fixed Asset Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Each register shows the first and last entry number of its entries.'; } action("Report FA Inventory Card FA-6") { diff --git a/src/Layers/RU/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al b/src/Layers/RU/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al index be3c977618..f585d8cb32 100644 --- a/src/Layers/RU/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al +++ b/src/Layers/RU/BaseApp/FixedAssets/FixedAsset/FixedAssetList.Page.al @@ -382,7 +382,6 @@ page 5601 "Fixed Asset List" Caption = 'Fixed Assets List'; Image = "Report"; RunObject = Report "Fixed Asset - List"; - ToolTip = 'View the list of fixed assets that exist in the system .'; } action("Acquisition List") { @@ -390,7 +389,6 @@ page 5601 "Fixed Asset List" Caption = 'Acquisition List'; Image = "Report"; RunObject = Report "Fixed Asset - Acquisition List"; - ToolTip = 'View the related acquisitions.'; } #if not CLEAN28 action(Details) @@ -411,7 +409,6 @@ page 5601 "Fixed Asset List" Caption = 'Book Value 01'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 01"; - ToolTip = 'View detailed information about acquisition cost, depreciation and book value for both individual assets and groups of assets. For each of these three amount types, amounts are calculated at the beginning and at the end of a specified period as well as for the period itself.'; } action("Book Value 02") { @@ -419,7 +416,6 @@ page 5601 "Fixed Asset List" Caption = 'Book Value 02'; Image = "Report"; RunObject = Report "Fixed Asset - Book Value 02"; - ToolTip = 'View detailed information about acquisition cost, depreciation, appreciation, write-down and book value for both individual assets and groups of assets. For each of these categories, amounts are calculated at the beginning and at the end of a specified period, as well as for the period itself.'; } #if not CLEAN28 action(Analysis) @@ -451,7 +447,6 @@ page 5601 "Fixed Asset List" Caption = 'G/L Analysis'; Image = "Report"; RunObject = Report "Fixed Asset - G/L Analysis"; - ToolTip = 'View an analysis of your fixed assets (FA) with various types of data for individual assets and/or groups of assets. On the Fixed Assets FastTab, you can set filters if you want the report to include only certain fixed assets. On the Options FastTab, you can choose among a number of options to tailor the report to meet your specific needs.'; } action(Register) { @@ -459,7 +454,6 @@ page 5601 "Fixed Asset List" Caption = 'Register'; Image = Confirm; RunObject = Report "Fixed Asset Register"; - ToolTip = 'View registers containing all the fixed asset entries that are created. Every register shows the first and last entry number of its entries.'; } action("FA Inventory Card FA-6") { @@ -483,7 +477,6 @@ page 5601 "Fixed Asset List" Ellipsis = true; Image = CalculateDepreciation; RunObject = Report "Calculate Depreciation"; - ToolTip = 'Calculate depreciation according to conditions that you specify. If the related depreciation book is set up to integrate with the general ledger, then the calculated entries are transferred to the fixed asset general ledger journal. Otherwise, the calculated entries are transferred to the fixed asset journal. You can then review the entries and post the journal.'; } separator(Action1210000) { diff --git a/src/Layers/RU/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al b/src/Layers/RU/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al index 590457a9f5..2ae1b391ca 100644 --- a/src/Layers/RU/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al +++ b/src/Layers/RU/BaseApp/RoleCenters/AdministratorRoleCenter.Page.al @@ -821,7 +821,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &FA Ledger Entries'; Image = FixedAssets; RunObject = Report "Date Compress FA Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Maintenance Ledger Entries") { @@ -829,7 +828,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Maintenance Ledger Entries'; Image = Tools; RunObject = Report "Date Compress Maint. Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Insurance Ledger Entries") { @@ -837,7 +835,6 @@ page 9018 "Administrator Role Center" Caption = 'Date Compress &Insurance Ledger Entries'; Image = Insurance; RunObject = Report "Date Compress Insurance Ledger"; - ToolTip = 'Save database space by combining related entries in one new entry. You can compress entries from closed fiscal years only.'; } action("Date Compress &Warehouse Entries") { diff --git a/src/Layers/SE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al b/src/Layers/SE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al index 0ab1ddde5a..6137755159 100644 --- a/src/Layers/SE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al +++ b/src/Layers/SE/BaseApp/Finance/RoleCenters/FinanceManagerRoleCenter.Page.al @@ -1717,21 +1717,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Calculate Depreciation...'; RunObject = report "Calculate Depreciation"; - Tooltip = 'Run the Calculate Depreciation report.'; } action("Fixed Assets...") { ApplicationArea = FixedAssets; Caption = 'Index Fixed Assets...'; RunObject = report "Index Fixed Assets"; - Tooltip = 'Run the Index Fixed Assets report.'; } action("Insurance...") { ApplicationArea = FixedAssets; Caption = 'Index Insurance...'; RunObject = report "Index Insurance"; - Tooltip = 'Run the Index Insurance report.'; } group("Group43") { @@ -1798,21 +1795,18 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Posting Group - Net Change'; RunObject = report "FA Posting Group - Net Change"; - Tooltip = 'Run the FA Posting Group - Net Change report.'; } action("Register1") { ApplicationArea = FixedAssets; Caption = 'FA Register'; RunObject = report "Fixed Asset Register"; - Tooltip = 'Run the FA Register report.'; } action("Acquisition List") { ApplicationArea = FixedAssets; Caption = 'FA Acquisition List'; RunObject = report "Fixed Asset - Acquisition List"; - Tooltip = 'Run the FA Acquisition List report.'; } #if not CLEAN28 action("Analysis1") @@ -1831,14 +1825,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA Book Value 01'; RunObject = report "Fixed Asset - Book Value 01"; - Tooltip = 'Run the FA Book Value 01 report.'; } action("Book Value 02") { ApplicationArea = FixedAssets; Caption = 'FA Book Value 02'; RunObject = report "Fixed Asset - Book Value 02"; - Tooltip = 'Run the FA Book Value 02 report.'; } #if not CLEAN28 action("Details") @@ -1857,14 +1849,12 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'FA G/L Analysis'; RunObject = report "Fixed Asset - G/L Analysis"; - Tooltip = 'Run the FA G/L Analysis report.'; } action("List1") { ApplicationArea = FixedAssets; Caption = 'FA List'; RunObject = report "Fixed Asset - List"; - Tooltip = 'Run the FA List report.'; } #if not CLEAN28 action("Projected Value") @@ -1887,42 +1877,36 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Uninsured FAs'; RunObject = report "Insurance - Uninsured FAs"; - Tooltip = 'Run the Uninsured FAs report.'; } action("Register2") { ApplicationArea = FixedAssets; Caption = 'Insurance Register'; RunObject = report "Insurance Register"; - Tooltip = 'Run the Insurance Register report.'; } action("Analysis2") { ApplicationArea = FixedAssets; Caption = 'Insurance Analysis'; RunObject = report "Insurance - Analysis"; - Tooltip = 'Run the Insurance Analysis report.'; } action("Coverage Details") { ApplicationArea = FixedAssets; Caption = 'Insurance Coverage Details'; RunObject = report "Insurance - Coverage Details"; - Tooltip = 'Run the Insurance Coverage Details report.'; } action("List2") { ApplicationArea = FixedAssets; Caption = 'Insurance List'; RunObject = report "Insurance - List"; - Tooltip = 'Run the Insurance List report.'; } action("Tot. Value Insured") { ApplicationArea = FixedAssets; Caption = 'FA Total Value Insured'; RunObject = report "Insurance - Tot. Value Insured"; - Tooltip = 'Run the FA Total Value Insured report.'; } } group("Group47") @@ -1933,28 +1917,24 @@ page 8901 "Finance Manager Role Center" ApplicationArea = FixedAssets; Caption = 'Maintenance Register'; RunObject = report "Maintenance Register"; - Tooltip = 'Run the Maintenance Register report.'; } action("Analysis3") { ApplicationArea = FixedAssets; Caption = 'Maintenance Analysis'; RunObject = report "Maintenance - Analysis"; - Tooltip = 'Run the Maintenance Analysis report.'; } action("Details1") { ApplicationArea = FixedAssets; Caption = 'Maintenance Details'; RunObject = report "Maintenance - Details"; - Tooltip = 'Run the Maintenance Details report.'; } action("Next Service") { ApplicationArea = FixedAssets; Caption = 'Maintenance Next Service'; RunObject = report "Maintenance - Next Service"; - Tooltip = 'Run the Maintenance Next Service report.'; } } }