diff --git a/src/config/financialReportsMenu.js b/src/config/financialReportsMenu.js index 83e6ffd25..62240ab64 100644 --- a/src/config/financialReportsMenu.js +++ b/src/config/financialReportsMenu.js @@ -70,6 +70,20 @@ export const financialReportMenus = [ subject: AbilitySubject.Report, ability: ReportsAction.READ_AP_AGING_SUMMARY, }, + { + title: , + desc: , + link: 'financial-reports/balance-sheet?previousYear=true&previousYearAmountChange=true&previousYearPercentageChange=true', + subject: AbilitySubject.Report, + ability: ReportsAction.READ_BALANCE_SHEET, + }, + { + title: , + desc: , + link: '/financial-reports/profit-loss-sheet?previousYear=true&previousYearAmountChange=true&previousYearPercentageChange=true', + subject: AbilitySubject.Report, + ability: ReportsAction.READ_PROFIT_LOSS, + }, ], }, ]; diff --git a/src/lang/ar/index.json b/src/lang/ar/index.json index dc9e10edc..04cbb2200 100644 --- a/src/lang/ar/index.json +++ b/src/lang/ar/index.json @@ -1782,5 +1782,11 @@ "profit_loss_sheet.percentage_of_column": "% التغير العمودي", "profit_loss_sheet.percentage_of_row": "% التغير الأفقي", "profit_loss_sheet.percentage_of_expense": "% التغير في المصاريف", - "profit_loss_sheet.percentage_of_income": "% التغير الإيرادات" + "profit_loss_sheet.percentage_of_income": "% التغير الإيرادات", + + "report.balance_sheet_comparison.title": "مقارنة الميزانية العمومية", + "report.balance_sheet_comparison.desc": "يعرض أصول الشركة والتزاماتها وحقوق المساهمين في نقطة زمنية محددة مقارنة بالسنة الماضية.", + + "report.profit_loss_sheet_comparison.title": "مقارنة قائمة الدخل", + "report.profit_loss_sheet_comparison.desc": "يعرض الإيرادات والتكاليف والمصاريف المتكبدة في نقطة محددة ومقارنة بالعام السابق." } \ No newline at end of file diff --git a/src/lang/en/index.json b/src/lang/en/index.json index 342564fe0..28720544b 100644 --- a/src/lang/en/index.json +++ b/src/lang/en/index.json @@ -1769,5 +1769,11 @@ "customer.alert.are_you_sure_want_to_inactivate_this_customer": "Are you sure want to inactivate this customer? You will to able to activate it later.", "credit_note_preview.dialog.title": "Credit Note PDF Preview", - "payment_receive_preview.dialog.title": "Payment Receive PDF Preview" + "payment_receive_preview.dialog.title": "Payment Receive PDF Preview", + + "report.balance_sheet_comparison.title": "Balance Sheet Comparison", + "report.balance_sheet_comparison.desc": "Reports a company's assets, liabilities and shareholders' equity compared to previous year.", + + "report.profit_loss_sheet_comparison.title": "Profit/Loss Comparison", + "report.profit_loss_sheet_comparison.desc": "Reports the revenues, costs and expenses incurred at a specific point and compared to previous year." } \ No newline at end of file