diff --git a/src/Layers/APAC/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al b/src/Layers/APAC/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al index 5563f9729fc..6d038ccae63 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 650e64ab7d2..603dfb5826c 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 7560d2bbe3a..a0a12a39a6b 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 6aad1a5930d..4230af389f8 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 1b78447c9d2..b9db72dd6a2 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 368a428990f..984be9229da 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 7ef68fe301a..bfc15280086 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 09c2abcd61e..94f90f812b9 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 4bd7d628b90..8aeeb930f5c 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 819dd619092..5923e3313a4 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 5a622b43685..dea8eb54842 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 984ff7d3c43..9f188de0ecb 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 7b8b4741f13..e23325209de 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 80b1f8dcad4..2ed18e33428 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 1a7b18096cf..1ea567fbc74 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 af4a040f1b0..30065d98baf 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 32bd04c9795..be2c822de98 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 332d426e6a3..b860437c312 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 d96b1898fab..e6ab8495929 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 3c3facdf892..42d50ebbd60 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 2ac88e382ec..ffdf1ba7db6 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 93d021acde7..4b6de4dfdea 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 eed1a6e1e8f..278a5832d6c 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 4f7958dc1f6..bdf802415c8 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 268128b1614..a984a0607b5 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 973b0c6d2da..1344277dd86 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 226626fc583..049074677ef 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 7f3eb73ce37..28315619be9 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 a863ea1c293..4d213d7cf17 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 2adf258275a..d3d642ff88a 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 76248107071..2b9821c7f9a 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 6638e47b719..328a9cc3f75 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 c386bdb12d3..851591732c9 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 bac32bd1729..313553e17f3 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 e2320bd06da..13be8fcc05f 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 e4f7ac39e48..de46d17daef 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 892e5fc934a..12547d49128 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 6096fe6a016..ce68af38c12 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 7959f0454e1..a8209c410c8 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 3d8a91c23aa..04abbb49c03 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 fd6efe3c4a5..90ce7d6ab89 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 b44a40657d4..7b2a54595c5 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 04243e16df2..119888ed84b 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 13d8f06891a..94767100ee0 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 acb2fcb2779..c82a1294c53 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 37c7a8204bc..3aec3d7bd31 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 f212efec090..54520a022a1 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 63d9dfbe74e..eabe9d586fc 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 9351a58a137..2ae5dbb156b 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 9db25562e59..b2977388ef8 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 13b598fb32e..2177075b528 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 2648e47f7eb..075d09754ee 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 c92e1e7a3f2..a1588df6359 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 b8edc0a2fb1..2f584137bd8 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 3663a4aaa86..5a789009577 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 24f56c92709..0e8e14f4a5a 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 e1aebf2db39..67e7a11c47f 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 2537fc83283..442a72e9922 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 4206833c675..41f8c796183 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 9470d3a9631..783f292f54c 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 20d6be96f3c..3bf6bc096aa 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 937927f947c..e0f42380d8a 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 89e6e43ef81..0a2a6806451 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 aa66192081e..d2ad7d4a59c 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 1d20d6cbae5..7081ef8167e 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 91092a5c0a6..c7e365ac194 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 29adbb9fc79..a7d80eb307e 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 be3c9776188..f585d8cb322 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 590457a9f54..2ae1b391cab 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 0ab1ddde5a9..6137755159d 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.'; } } } diff --git a/src/Layers/W1/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al b/src/Layers/W1/BaseApp/Finance/RoleCenters/AccountantRoleCenter.Page.al index 6964907640d..fbc8f52a505 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 2656894bf81..e2bad658b8a 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 0adc92e9c7c..34f81f3b768 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 2c8bd407928..ef2a2dc5246 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 b44a40657d4..7b2a54595c5 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 3aecb5b9226..011ec617e1d 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 6b0ad4f83a7..1e2d8953dd2 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 e0f684c1ea6..158b43a6ba2 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 ac1cfe5ad42..08a594c578b 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 d46d5b7d252..2c4d7fda6b3 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 ce69ac8c44c..084cd29a192 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 ec6d02c279b..841c5e24d4f 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 9d96a52bbf5..8e1e04fb08f 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 8c76581e5fc..bd578cf03a5 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 77bdf93b2af..4a22646e371 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 36e8bddffeb..b3e5e635864 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 eeae25b79ad..133a351cbe5 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 ba9311017ec..af51a53cc93 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 5fd95f2ad89..969055a008b 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 b7719002552..767b307a061 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 470529a8a0e..5f758109b3e 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 68b92f4fd2f..acfe3527f0b 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 9572fd5a6c8..1b59d075b82 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 ea59a9c0f4e..edd3e7bbc77 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 8f2f9825ce6..1122d845cda 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 5bcff8a2244..6b77f5da38b 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 8160c0b1a73..e8fd0f7a1b5 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 532c59f2ca5..e072e974fd8 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 5247b346814..a873fd79b2d 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 c8aed4f77df..0d2fd1acc1d 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 65a53c67c0e..48d4cbf12ef 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 ec9e1db24af..c77c7b62e0a 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 e67de771b73..879a97a4b82 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 65d97c863d7..8c68a5e84da 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 40a5ec2d1d1..5964a79da68 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 d9089e906b6..138a7900630 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 6d4188f0e0c..b9465bd1f79 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 07f15be0506..398561364e7 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 41254cce64b..4070f03d769 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 f133903fb3f..e044b2c311f 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 d57e358e8c8..37244edd93d 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; }