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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
"src/Layers/ES/BaseApp/Sales/Pricing/CustInvoiceDisc.Table.al",
"src/Layers/APAC/BaseApp/Sales/Reports/CustomerItemSales.Report.al",
"src/Layers/APAC/BaseApp/Sales/Reports/SalespersonSalesStatistics.Report.al",
"src/Layers/ES/Tests/ERM-Finance/ERMAccountSchedule.Codeunit.al",
"src/Layers/IT/BaseApp/Inventory/Ledger/ItemLedgerEntry.Table.al"
]

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -97,24 +97,6 @@ codeunit 11186 "Create VAT Posting Group AT"
FinanceModuleSetup.Modify(true);
end;

#if not CLEAN27
[Obsolete('This procedure is not used in the current version.', '27.0')]
procedure UpdateGeneralProdPostingGroup()
begin

end;
#endif

#if not CLEAN27
[Obsolete('This procedure is moved to codeunit 5473 "Create VAT Posting Groups".', '27.0')]
procedure NOVAT(): Code[20]
var
CreateVATPostingGroups: Codeunit "Create VAT Posting Groups";
begin
exit(CreateVATPostingGroups.NOVAT());
end;
#endif

procedure VAT10(): Code[20]
begin
exit(VAT10Tok);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,6 @@ codeunit 17121 "Create AU VAT Posting Groups"
exit(NonGstTok);
end;

#if not CLEAN27
[Obsolete('Use Gst10() instead.', '27.0')]
procedure Vat10(): Code[20]
begin
exit(Gst10Tok);
end;

[Obsolete('Use NonGst() instead.', '27.0')]
procedure NoVat(): Code[20]
begin
exit(NonGstTok);
end;

[Obsolete('Use Gst10() instead.', '27.0')]
procedure Vat15(): Code[20]
begin
exit(Gst10Tok);
end;
#endif

var
Gst10Tok: Label 'GST10', MaxLength = 20, Locked = true;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,6 @@ codeunit 11365 "Create VAT Posting Group BE"
until VatPostingSetup.Next() = 0;
end;

#if not CLEAN27
[Obsolete('Use G0() instead', '27.0')]
procedure NOVAT(): Code[20]
begin
exit(G0Tok);
end;
#endif

procedure G0(): Code[20]
begin
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,6 @@ codeunit 11616 "Create CH VAT Posting Groups"
until VATPostingSetup.Next() = 0;
end;

#if not CLEAN27
[Obsolete('This procedure is moved to codeunit 5473 "Create VAT Posting Groups".', '27.0')]
procedure NOVAT(): Code[20]
var
CreateVATPostingGroups: Codeunit "Create VAT Posting Groups";
begin
exit(CreateVATPostingGroups.NOVAT());
end;
#endif

procedure HalfNormal(): Code[20]
begin
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@ page 31179 "Advance Letter Templates CZZ"
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies automatic post VAT document.';
}
#if not CLEAN27
field("Automatic Post Non-Ded.VAT CZZ"; Rec."Automatic Post Non-Ded. VAT")
{
ApplicationArea = Basic, Suite;
Visible = false;
Enabled = false;
ObsoleteState = Pending;
ObsoleteTag = '27.0';
ObsoleteReason = 'The field is obsolete and will be removed in a future version. Non-deductible VAT must always be posted in advances so this field is useless.';
}
#endif
field("Post VAT Doc. for Rev. Charge"; Rec."Post VAT Doc. for Rev. Charge")
{
ApplicationArea = Basic, Suite;
Expand Down
Loading
Loading