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
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ page 18327 "GST Journal Batches"
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the type of template as GST Adjustment Journal for update on journal line.';
}
field("No. of Lines"; Rec."No. of Lines")
{
Visible = false;
trigger OnDrillDown()
begin
GSTJnlManagement.TemplateSelectionFromGSTBatch(Rec)
end;
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ table 18324 "GST Journal Batch"
Modify();
end;
}
field(40; "No. of Lines"; Integer)
{
CalcFormula = count("GST Journal Line" where("Journal Template Name" = field("Journal Template Name"), "Journal Batch Name" = field(Name)));
Caption = 'No. of Lines';
Editable = false;
FieldClass = FlowField;
ToolTip = 'Specifies the number of lines in this journal batch.';
}
}

keys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ page 18871 "TCS Journal Batches"
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the code for the number series that will be used to assign document numbers to ledger entries that are posted from this journal batch.';
}
field("No. of Lines"; Rec."No. of Lines")
{
Visible = false;
trigger OnDrillDown()
begin
TCSAdjustment.TemplateSelectionFromTCSBatch(Rec);
end;
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ table 18869 "TCS Journal Batch"
end;
end;
}
field(40; "No. of Lines"; Integer)
{
CalcFormula = count("TCS Journal Line" where("Journal Template Name" = field("Journal Template Name"), "Journal Batch Name" = field(Name)));
Caption = 'No. of Lines';
Editable = false;
FieldClass = FlowField;
ToolTip = 'Specifies the number of lines in this journal batch.';
}
}

keys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ table 18746 "TDS Journal Batch"
end;
end;
}
field(40; "No. of Lines"; Integer)
{
CalcFormula = count("TDS Journal Line" where("Journal Template Name" = field("Journal Template Name"), "Journal Batch Name" = field(Name)));
Caption = 'No. of Lines';
Editable = false;
FieldClass = FlowField;
ToolTip = 'Specifies the number of lines in this journal batch.';
}
}

keys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ page 18748 "TDS Journal Batches"
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the reason code, a supplementary source code that enables you to trace the entry.';
}
field("No. of Lines"; Rec."No. of Lines")
{
Visible = false;
trigger OnDrillDown()
begin
TDSJnlManagement.TemplateSelectionFromTaxBatch(Rec);
end;
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ page 2630 "Statistical Acc. Journal Batch"
Editable = false;
ToolTip = 'Specifies the account name that the entry on the journal line will be posted to.';
}
field("No. of Lines"; Rec."No. of Lines")
{
Visible = false;
trigger OnDrillDown()
begin
OpenWorksheet();
end;
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ table 2630 "Statistical Acc. Journal Batch"
DataClassification = CustomerContent;
TableRelation = "Statistical Account";
}
field(40; "No. of Lines"; Integer)
{
CalcFormula = count("Statistical Acc. Journal Line" where("Journal Template Name" = field("Journal Template Name"), "Journal Batch Name" = field(Name)));
Caption = 'No. of Lines';
Editable = false;
FieldClass = FlowField;
ToolTip = 'Specifies the number of lines in this journal batch.';
}
field(50; "Statistical Account Name"; Text[100])
{
FieldClass = FlowField;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ page 6286 "Sust. Excise Jnl. Batches"
{
ToolTip = 'Specifies the reason code for the journal batch.';
}
field("No. of Lines"; Rec."No. of Lines")
{
Visible = false;
trigger OnDrillDown()
var
SustainabilityExciseJnlTemplate: Record "Sust. Excise Journal Template";
SustainabilityExciseJournalMgt: Codeunit "Sust. Excise Journal Mgt.";
begin
SustainabilityExciseJnlTemplate.Get(Rec."Journal Template Name");
SustainabilityExciseJournalMgt.OpenJournalPageFromBatch(Rec, SustainabilityExciseJnlTemplate);
end;
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ table 6239 "Sust. Excise Journal Batch"
end;
end;
}
field(40; "No. of Lines"; Integer)
{
CalcFormula = count("Sust. Excise Jnl. Line" where("Journal Template Name" = field("Journal Template Name"), "Journal Batch Name" = field(Name)));
Caption = 'No. of Lines';
Editable = false;
FieldClass = FlowField;
ToolTip = 'Specifies the number of lines in this journal batch.';
}
}
keys
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ table 6213 "Sustainability Jnl. Batch"
Editable = false;
FieldClass = FlowField;
}
field(40; "No. of Lines"; Integer)
{
CalcFormula = count("Sustainability Jnl. Line" where("Journal Template Name" = field("Journal Template Name"), "Journal Batch Name" = field(Name)));
Caption = 'No. of Lines';
Editable = false;
FieldClass = FlowField;
ToolTip = 'Specifies the number of lines in this journal batch.';
}
}

keys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ page 6216 "Sustainability Jnl. Batches"
{
ToolTip = 'Specifies the reason code for the journal batch.';
}
field("No. of Lines"; Rec."No. of Lines")
{
Visible = false;
trigger OnDrillDown()
var
SustainabilityJnlTemplate: Record "Sustainability Jnl. Template";
SustainabilityJournalMgt: Codeunit "Sustainability Journal Mgt.";
begin
SustainabilityJnlTemplate.Get(Rec."Journal Template Name");
SustainabilityJournalMgt.OpenJournalPageFromBatch(Rec, SustainabilityJnlTemplate);
end;
}
}
}
}
Expand Down
Loading