Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions src/Layers/DE/BaseApp/Finance/VAT/Reporting/ECSLReport.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,18 @@ page 321 "ECSL Report"
Message(CancelReportSentMsg);
end;
}
#if not CLEAN29
#pragma warning disable AA0194
action("Log Entries")
{
ApplicationArea = BasicEU;
Caption = 'Log Entries';
Image = ErrorLog;
ToolTip = 'View a history of communications with the tax authority.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';

trigger OnAction()
begin
Expand All @@ -233,6 +238,9 @@ page 321 "ECSL Report"
Image = ReleaseDoc;
ToolTip = 'Verify that the report includes all of the required information, and prepare it for submission.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';

trigger OnAction()
begin
Expand All @@ -246,12 +254,17 @@ page 321 "ECSL Report"
Image = ReOpen;
ToolTip = 'Open the report again to make changes.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';

trigger OnAction()
begin
// MESSAGE('Reopen');
end;
}
#pragma warning restore AA0194
#endif
}
action(Print)
{
Expand Down Expand Up @@ -284,24 +297,40 @@ page 321 "ECSL Report"
actionref(SuggestLines_Promoted; SuggestLines)
{
}
#if not CLEAN29
group(Category_Release)
{
Caption = 'Release';
ShowAs = SplitButton;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';

actionref(Release_Promoted; Release)
{
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
actionref(Reopen_Promoted; Reopen)
{
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
}
#endif
actionref(Submit_Promoted; Submit)
{
}
#if not CLEAN29
actionref("Log Entries_Promoted"; "Log Entries")
{
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#endif
actionref("Mark as Submitted_Promoted"; "Mark as Submitted")
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,18 @@ page 738 "VAT Return Period Card"
{
area(processing)
{
#if not CLEAN29
#pragma warning disable AA0194
action("Receive Submitted VAT Returns")
{
ApplicationArea = Basic, Suite;
Caption = 'Receive Submitted VAT Returns';
Image = RefreshLines;
ToolTip = 'Receive the VAT returns that have been submitted.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
action("Create VAT Return")
{
Expand All @@ -64,10 +69,17 @@ page 738 "VAT Return Period Card"
Image = RefreshLines;
ToolTip = 'Create a new VAT return from this VAT return period.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#pragma warning restore AA0194
#endif
}
area(navigation)
{
#if not CLEAN29
#pragma warning disable AA0194
action("Open VAT Return Card")
{
ApplicationArea = Basic, Suite;
Expand All @@ -76,22 +88,35 @@ page 738 "VAT Return Period Card"
Image = ShowList;
ToolTip = 'Open the VAT return card for this VAT return period.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#pragma warning restore AA0194
#endif
}
area(Promoted)
{
group(Category_Process)
{
Caption = 'Process';

#if not CLEAN29
actionref("Receive Submitted VAT Returns_Promoted"; "Receive Submitted VAT Returns")
{
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
actionref("Create VAT Return_Promoted"; "Create VAT Return")
{
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#endif
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,18 @@ page 737 "VAT Return Period List"
{
area(processing)
{
#if not CLEAN29
#pragma warning disable AA0194
action("Get VAT Return Periods")
{
ApplicationArea = Basic, Suite;
Caption = 'Get VAT Return Periods';
Image = GetLines;
ToolTip = 'Load the VAT return periods that are set up in the system.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
action("Create VAT Return")
{
Expand All @@ -79,10 +84,17 @@ page 737 "VAT Return Period List"
Image = RefreshLines;
ToolTip = 'Create a new VAT return from the selected VAT return period.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#pragma warning restore AA0194
#endif
}
area(navigation)
{
#if not CLEAN29
#pragma warning disable AA0194
action("Open VAT Return Card")
{
ApplicationArea = Basic, Suite;
Expand All @@ -91,22 +103,35 @@ page 737 "VAT Return Period List"
Image = ShowList;
ToolTip = 'Open the VAT return card for the selected VAT return period.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#pragma warning restore AA0194
#endif
}
area(Promoted)
{
group(Category_Process)
{
Caption = 'Process';

#if not CLEAN29
actionref("Get VAT Return Periods_Promoted"; "Get VAT Return Periods")
{
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
actionref("Create VAT Return_Promoted"; "Create VAT Return")
{
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#endif
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,18 @@ page 738 "VAT Return Period Card"
{
area(processing)
{
#if not CLEAN29
#pragma warning disable AA0194
action("Receive Submitted VAT Returns")
{
ApplicationArea = Basic, Suite;
Caption = 'Receive Submitted VAT Returns';
Image = RefreshLines;
ToolTip = 'Receive the VAT returns that have been submitted.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
action("Create VAT Return")
{
Expand All @@ -64,10 +69,17 @@ page 738 "VAT Return Period Card"
Image = RefreshLines;
ToolTip = 'Create a new VAT return from this VAT return period.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#pragma warning restore AA0194
#endif
}
area(navigation)
{
#if not CLEAN29
#pragma warning disable AA0194
action("Open VAT Return Card")
{
ApplicationArea = Basic, Suite;
Expand All @@ -76,22 +88,35 @@ page 738 "VAT Return Period Card"
Image = ShowList;
ToolTip = 'Open the VAT return card for this VAT return period.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#pragma warning restore AA0194
#endif
}
area(Promoted)
{
group(Category_Process)
{
Caption = 'Process';

#if not CLEAN29
actionref("Receive Submitted VAT Returns_Promoted"; "Receive Submitted VAT Returns")
{
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
actionref("Create VAT Return_Promoted"; "Create VAT Return")
{
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#endif
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,18 @@ page 737 "VAT Return Period List"
{
area(processing)
{
#if not CLEAN29
#pragma warning disable AA0194
action("Get VAT Return Periods")
{
ApplicationArea = Basic, Suite;
Caption = 'Get VAT Return Periods';
Image = GetLines;
ToolTip = 'Load the VAT return periods that are set up in the system.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
action("Create VAT Return")
{
Expand All @@ -79,10 +84,17 @@ page 737 "VAT Return Period List"
Image = RefreshLines;
ToolTip = 'Create a new VAT return from the selected VAT return period.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#pragma warning restore AA0194
#endif
}
area(navigation)
{
#if not CLEAN29
#pragma warning disable AA0194
action("Open VAT Return Card")
{
ApplicationArea = Basic, Suite;
Expand All @@ -91,22 +103,35 @@ page 737 "VAT Return Period List"
Image = ShowList;
ToolTip = 'Open the VAT return card for the selected VAT return period.';
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#pragma warning restore AA0194
#endif
}
area(Promoted)
{
group(Category_Process)
{
Caption = 'Process';

#if not CLEAN29
actionref("Get VAT Return Periods_Promoted"; "Get VAT Return Periods")
{
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
actionref("Create VAT Return_Promoted"; "Create VAT Return")
{
Visible = false;
ObsoleteReason = 'This action is not used in this localization and is pending removal.';
ObsoleteState = Pending;
ObsoleteTag = '29.0';
}
#endif
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/Layers/RU/BaseApp/Local/PostedFAWriteoffAct.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ page 12472 "Posted FA Writeoff Act"
{
Caption = '&Line';
Image = Line;
#pragma warning disable AA0194
action(Action1210035)
{
ApplicationArea = Suite;
Expand All @@ -171,6 +172,7 @@ page 12472 "Posted FA Writeoff Act"
// CurrPage.WriteoffLines.PAGE.ShowComments;
end;
}
#pragma warning restore AA0194
}
}
area(processing)
Expand Down
Loading