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 @@ -137,7 +137,6 @@ page 9003 "Acc. Receivables Adm. RC"
Caption = 'Cus&tomer/Item Sales';
Image = "Report";
RunObject = Report "Customer/Item Sales";
ToolTip = 'View a list of item sales for each customer during a selected time period. The report contains information on quantity, sales amount, profit, and possible discounts. It can be used, for example, to analyze a company''s customer groups.';
}
separator(Action20)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1512,14 +1512,12 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'Customer - Order Summary';
RunObject = report "Customer - Order Summary";
Tooltip = 'Run the Customer - Order Summary report.';
}
action("Customer - Order Detail")
{
ApplicationArea = Basic, Suite;
Caption = 'Customer - Order Detail';
RunObject = report "Customer - Order Detail";
Tooltip = 'Run the Customer - Order Detail report.';
}
action("Customer - Labels")
{
Expand Down Expand Up @@ -1556,21 +1554,18 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'Customer/Item Sales';
RunObject = report "Customer/Item Sales";
Tooltip = 'Run the Customer/Item Sales report.';
}
action("Salesperson - Sales Statistics")
{
ApplicationArea = Basic, Suite;
Caption = 'Salesperson Sales Statistics';
RunObject = report "Salesperson - Sales Statistics";
Tooltip = 'Run the Salesperson Sales Statistics report.';
}
action("Salesperson - Commission")
{
ApplicationArea = Suite;
Caption = 'Salesperson Commission';
RunObject = report "Salesperson - Commission";
Tooltip = 'Run the Salesperson Commission report.';
}
#if not CLEAN28
action("Customer - Sales List")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ page 9020 "Small Business Owner RC"
Caption = 'Customer - Order Su&mmary';
Image = "Report";
RunObject = Report "Customer - Order Summary";
ToolTip = 'View the order detail (the quantity not yet shipped) for each customer in three periods of 30 days each, starting from a selected date. There are also columns with orders to be shipped before and after the three periods and a column with the total order detail for each customer. The report can be used to analyze a company''s expected sales volume.';
}
#if not CLEAN28
action("Customer - T&op 10 List")
Expand All @@ -177,7 +176,6 @@ page 9020 "Small Business Owner RC"
Caption = 'Customer/&Item Sales';
Image = "Report";
RunObject = Report "Customer/Item Sales";
ToolTip = 'View a list of item sales for each customer during a selected time period. The report contains information on quantity, sales amount, profit, and possible discounts. It can be used, for example, to analyze a company''s customer groups.';
}
separator(Action75)
{
Expand All @@ -188,7 +186,6 @@ page 9020 "Small Business Owner RC"
Caption = 'Salesperson - Sales &Statistics';
Image = "Report";
RunObject = Report "Salesperson - Sales Statistics";
ToolTip = 'View amounts for sales, profit, invoice discount, and payment discount, as well as profit percentage, for each salesperson for a selected period. The report also shows the adjusted profit and adjusted profit percentage, which reflect any changes to the original costs of the items in the sales.';
}
action("Price &List")
{
Expand Down
3 changes: 0 additions & 3 deletions src/Layers/APAC/BaseApp/Sales/Customer/CustomerList.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -1400,15 +1400,13 @@ page 22 "Customer List"
Caption = 'Customer - Order Summary';
Image = "Report";
RunObject = Report "Customer - Order Summary";
ToolTip = 'View the order detail (the quantity not yet shipped) for each customer in three periods of 30 days each, starting from a selected date. There are also columns with orders to be shipped before and after the three periods and a column with the total order detail for each customer. The report can be used to analyze a company''s expected sales volume.';
}
action("Customer - Order Detail")
{
ApplicationArea = Basic, Suite;
Caption = 'Customer - Order Detail';
Image = "Report";
RunObject = Report "Customer - Order Detail";
ToolTip = 'View a list of orders divided by customer. The order amounts are totaled for each customer and for the entire list. The report can be used, for example, to obtain an overview of sales over the short term or to analyze possible shipment problems.';
}
#if not CLEAN28
action("Customer - Sales List")
Expand Down Expand Up @@ -1442,7 +1440,6 @@ page 22 "Customer List"
Caption = 'Customer/Item Sales';
Image = "Report";
RunObject = Report "Customer/Item Sales";
ToolTip = 'View a list of item sales for each customer during a selected time period. The report contains information on quantity, sales amount, profit, and possible discounts. It can be used, for example, to analyze a company''s customer groups.';
}
}
action("Aged Acc. Rec. (BackDating)")
Expand Down
1 change: 0 additions & 1 deletion src/Layers/APAC/BaseApp/Sales/Reminder/Reminder.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ page 434 Reminder
//The property 'PromotedCategory' can only be set if the property 'Promoted' is set to 'true'
//PromotedCategory = "Report";
RunObject = Report "Customer - Order Summary";
ToolTip = 'View the order detail (the quantity not yet shipped) for each customer in three periods of 30 days each, starting from a selected date. There are also columns with orders to be shipped before and after the three periods and a column with the total order detail for each customer. The report can be used to analyze a company''s expected sales volume.';
}
action("Customer - Detail Trial Bal.")
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ report 113 "Customer/Item Sales"
{
ApplicationArea = Basic, Suite;
Caption = 'Customer/Item Sales';
ToolTip = 'View a list of item sales for each customer during a selected time period. The report contains information on quantity, sales amount, profit, and possible discounts. It can be used, for example, to analyze a company''s customer groups.';
PreviewMode = PrintLayout;
UsageCategory = ReportsAndAnalysis;
DataAccessIntent = ReadOnly;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ report 114 "Salesperson - Sales Statistics"
{
ApplicationArea = Basic, Suite;
Caption = 'Salesperson - Sales Statistics';
ToolTip = 'View amounts for sales, profit, invoice discount, and payment discount, as well as profit percentage, for each salesperson for a selected period. The report also shows the adjusted profit and adjusted profit percentage, which reflect any changes to the original costs of the items in the sales.';
PreviewMode = PrintLayout;
UsageCategory = ReportsAndAnalysis;
DefaultRenderingLayout = RDLCLayout;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,6 @@ page 9006 "Order Processor Role Center"
Caption = 'Customer - &Order Summary';
Image = "Report";
RunObject = Report "Customer - Order Summary";
ToolTip = 'View the quantity not yet shipped for each customer in three periods of 30 days each, starting from a selected date. There are also columns with orders to be shipped before and after the three periods and a column with the total order detail for each customer. The report can be used to analyze a company''s expected sales volume.';
}
#if not CLEAN28
action("Customer - &Top 10 List")
Expand All @@ -775,7 +774,6 @@ page 9006 "Order Processor Role Center"
Caption = 'Customer/&Item Sales';
Image = "Report";
RunObject = Report "Customer/Item Sales";
ToolTip = 'View a list of item sales for each customer during a selected time period. The report contains information on quantity, sales amount, profit, and possible discounts. It can be used, for example, to analyze a company''s customer groups.';
}
}
group(Action31)
Expand All @@ -788,7 +786,6 @@ page 9006 "Order Processor Role Center"
Caption = 'Salesperson - Sales &Statistics';
Image = "Report";
RunObject = Report "Salesperson - Sales Statistics";
ToolTip = 'View amounts for sales, profit, invoice discount, and payment discount, as well as profit percentage, for each salesperson for a selected period. The report also shows the adjusted profit and adjusted profit percentage, which reflect any changes to the original costs of the items in the sales.';
}
action("Price &List")
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1329,14 +1329,12 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'Customer - Order Summary';
RunObject = report "Customer - Order Summary";
Tooltip = 'Run the Customer - Order Summary report.';
}
action("Customer - Order Detail")
{
ApplicationArea = Basic, Suite;
Caption = 'Customer - Order Detail';
RunObject = report "Customer - Order Detail";
Tooltip = 'Run the Customer - Order Detail report.';
}
action("Customer - Labels")
{
Expand Down Expand Up @@ -1373,21 +1371,18 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'Customer/Item Sales';
RunObject = report "Customer/Item Sales";
Tooltip = 'Run the Customer/Item Sales report.';
}
action("Salesperson - Sales Statistics")
{
ApplicationArea = Basic, Suite;
Caption = 'Salesperson Sales Statistics';
RunObject = report "Salesperson - Sales Statistics";
Tooltip = 'Run the Salesperson Sales Statistics report.';
}
action("Salesperson - Commission")
{
ApplicationArea = Suite;
Caption = 'Salesperson Commission';
RunObject = report "Salesperson - Commission";
Tooltip = 'Run the Salesperson Commission report.';
}
#if not CLEAN28
action("Customer - Sales List")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ page 9020 "Small Business Owner RC"
Caption = 'Customer - Order Su&mmary';
Image = "Report";
RunObject = Report "Customer - Order Summary";
ToolTip = 'View the order detail (the quantity not yet shipped) for each customer in three periods of 30 days each, starting from a selected date. There are also columns with orders to be shipped before and after the three periods and a column with the total order detail for each customer. The report can be used to analyze a company''s expected sales volume.';
}
#if not CLEAN28
action("Customer - T&op 10 List")
Expand All @@ -173,7 +172,6 @@ page 9020 "Small Business Owner RC"
Caption = 'Customer/&Item Sales';
Image = "Report";
RunObject = Report "Customer/Item Sales";
ToolTip = 'View a list of item sales for each customer during a selected time period. The report contains information on quantity, sales amount, profit, and possible discounts. It can be used, for example, to analyze a company''s customer groups.';
}
separator(Action75)
{
Expand All @@ -184,7 +182,6 @@ page 9020 "Small Business Owner RC"
Caption = 'Salesperson - Sales &Statistics';
Image = "Report";
RunObject = Report "Salesperson - Sales Statistics";
ToolTip = 'View amounts for sales, profit, invoice discount, and payment discount, as well as profit percentage, for each salesperson for a selected period. The report also shows the adjusted profit and adjusted profit percentage, which reflect any changes to the original costs of the items in the sales.';
}
action("Price &List")
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1503,14 +1503,12 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'Customer - Order Summary';
RunObject = report "Customer - Order Summary";
Tooltip = 'Run the Customer - Order Summary report.';
}
action("Customer - Order Detail")
{
ApplicationArea = Basic, Suite;
Caption = 'Customer - Order Detail';
RunObject = report "Customer - Order Detail";
Tooltip = 'Run the Customer - Order Detail report.';
}
action("Customer - Labels")
{
Expand Down Expand Up @@ -1553,21 +1551,18 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'Customer/Item Sales';
RunObject = report "Customer/Item Sales";
Tooltip = 'Run the Customer/Item Sales report.';
}
action("Salesperson - Sales Statistics")
{
ApplicationArea = Basic, Suite;
Caption = 'Salesperson Sales Statistics';
RunObject = report "Salesperson - Sales Statistics";
Tooltip = 'Run the Salesperson Sales Statistics report.';
}
action("Salesperson - Commission")
{
ApplicationArea = Suite;
Caption = 'Salesperson Commission';
RunObject = report "Salesperson - Commission";
Tooltip = 'Run the Salesperson Commission report.';
}
#if not CLEAN28
action("Customer - Sales List")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1412,14 +1412,12 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'Customer - Order Summary';
RunObject = report "Customer - Order Summary";
Tooltip = 'Run the Customer - Order Summary report.';
}
action("Customer - Order Detail")
{
ApplicationArea = Basic, Suite;
Caption = 'Customer - Order Detail';
RunObject = report "Customer - Order Detail";
Tooltip = 'Run the Customer - Order Detail report.';
}
action("Customer - Labels")
{
Expand Down Expand Up @@ -1456,21 +1454,18 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'Customer/Item Sales';
RunObject = report "Customer/Item Sales";
Tooltip = 'Run the Customer/Item Sales report.';
}
action("Salesperson - Sales Statistics")
{
ApplicationArea = Basic, Suite;
Caption = 'Salesperson Sales Statistics';
RunObject = report "Salesperson - Sales Statistics";
Tooltip = 'Run the Salesperson Sales Statistics report.';
}
action("Salesperson - Commission")
{
ApplicationArea = Suite;
Caption = 'Salesperson Commission';
RunObject = report "Salesperson - Commission";
Tooltip = 'Run the Salesperson Commission report.';
}
#if not CLEAN28
action("Customer - Sales List")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ page 9020 "Small Business Owner RC"
Caption = 'Customer - Order Su&mmary';
Image = "Report";
RunObject = Report "Customer - Order Summary";
ToolTip = 'View the order detail (the quantity not yet shipped) for each customer in three periods of 30 days each, starting from a selected date. There are also columns with orders to be shipped before and after the three periods and a column with the total order detail for each customer. The report can be used to analyze a company''s expected sales volume.';
}
#if not CLEAN28
action("Customer - T&op 10 List")
Expand All @@ -173,7 +172,6 @@ page 9020 "Small Business Owner RC"
Caption = 'Customer/&Item Sales';
Image = "Report";
RunObject = Report "Customer/Item Sales";
ToolTip = 'View a list of item sales for each customer during a selected time period. The report contains information on quantity, sales amount, profit, and possible discounts. It can be used, for example, to analyze a company''s customer groups.';
}
separator(Action75)
{
Expand All @@ -184,7 +182,6 @@ page 9020 "Small Business Owner RC"
Caption = 'Salesperson - Sales &Statistics';
Image = "Report";
RunObject = Report "Salesperson - Sales Statistics";
ToolTip = 'View amounts for sales, profit, invoice discount, and payment discount, as well as profit percentage, for each salesperson for a selected period. The report also shows the adjusted profit and adjusted profit percentage, which reflect any changes to the original costs of the items in the sales.';
}
action("Price &List")
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ page 9003 "Acc. Receivables Adm. RC"
Caption = 'Cus&tomer/Item Sales';
Image = "Report";
RunObject = Report "Customer/Item Sales";
ToolTip = 'View a list of item sales for each customer during a selected time period. The report contains information on quantity, sales amount, profit, and possible discounts. It can be used, for example, to analyze a company''s customer groups.';
}
separator(Action20)
{
Expand Down
Loading
Loading