diff --git a/Apollo/assets/i18n/en.json b/Apollo/assets/i18n/en.json index 548b628a..2936f67c 100755 --- a/Apollo/assets/i18n/en.json +++ b/Apollo/assets/i18n/en.json @@ -138,7 +138,7 @@ "APPROVAL": "APPROVE EXPENSE", "DAYBOOKDETAILS": "DAYBOOK DETAILS", "DAYBOOKAPPROVAL": "DAYBOOK APPROVAL", - "INCOMEEXPENSEREPORT" : "INCOME EXPENSE REPORT" + "INCOMEEXPENSEREPORT" : "PROFIT-LOSS STATEMENT" }, "mydetails": { "MAIN": "MY DETAILS" diff --git a/Apollo/assets/views/income_expense_report.html b/Apollo/assets/views/income_expense_report.html index 13ea187f..89cb4f9b 100644 --- a/Apollo/assets/views/income_expense_report.html +++ b/Apollo/assets/views/income_expense_report.html @@ -46,7 +46,7 @@
-

Income-Expense Report

+

PROFIT LOSS STATEMENT

@@ -155,7 +155,7 @@

Apollo Distance Education

-

Profit and Loss Report

+

Profit and Loss Statement


@@ -169,7 +169,7 @@
-{{li.ListName }} +
{{li.TypeName}}
{{li.Total}}
@@ -191,8 +191,8 @@
-
-{{li.ListName }} +
+
{{li.TypeName}}
{{li.Total}}
@@ -229,7 +229,7 @@
- {{li.ListName }} +
{{li.TypeName}}
{{li.Total}}
@@ -254,7 +254,7 @@
- {{li.ListName }} +
{{li.TypeName}}
{{li.Total}}
diff --git a/Apollo/assets/views/income_expense_report_pdf.html b/Apollo/assets/views/income_expense_report_pdf.html index f6910464..4566146d 100644 --- a/Apollo/assets/views/income_expense_report_pdf.html +++ b/Apollo/assets/views/income_expense_report_pdf.html @@ -52,8 +52,8 @@

Apollo Distance Education

-

Profit and Loss Report

-

From: {{income_expensedetails.fdate}} to {{income_expensedetails.tdate}}

+

Profit and Loss Statement

+

From {{income_expensedetails.fdate}} to {{income_expensedetails.tdate}}


@@ -72,7 +72,7 @@
-{{li.ListName }} +
{{li.TypeName}}
{{li.Total}}
@@ -93,8 +93,8 @@
-
-{{li.ListName }} +
+
{{li.TypeName}}
{{li.Total}}
@@ -131,7 +131,7 @@
- {{li.ListName }} +
{{li.TypeName}}
{{li.Total}}
@@ -156,7 +156,7 @@
- {{li.ListName }} +
{{li.TypeName}}
{{li.Total}}
diff --git a/Apollo/assets/views/partials/nav.html b/Apollo/assets/views/partials/nav.html index aa1563be..1c5aa6d7 100755 --- a/Apollo/assets/views/partials/nav.html +++ b/Apollo/assets/views/partials/nav.html @@ -295,7 +295,7 @@
  • - DAY BOOK INCOME EXPENSE REPORT + DAY BOOK PROFIT-LOSS STATEMENT
  • @@ -747,7 +747,7 @@
  • - DAY BOOK INCOME EXPENSE REPORT + DAY BOOK PROFIT-LOSS STATEMENT
  • @@ -1092,7 +1092,7 @@
  • - DAY BOOK INCOME EXPENSE REPORT + DAY BOOK PROFIT-LOSS STATEMENT
  • @@ -1348,7 +1348,7 @@
  • - DAY BOOK INCOME EXPENSE REPORT + DAY BOOK PROFIT-LOSS STATEMENT