feat: add project profitability summary.

This commit is contained in:
elforjani13
2022-08-22 19:56:27 +02:00
parent 69c4519647
commit 5c3a7effc1
25 changed files with 965 additions and 11 deletions

View File

@@ -2050,7 +2050,7 @@
"projects.action.new_task": "New Task",
"projects.action.delete_project": "Delete Project",
"projects.label.new_project": "New Project",
"projects.label.new_time_entry":"New Time Entry",
"projects.label.new_time_entry": "New Time Entry",
"projects.dialog.contact": "Contact",
"projects.dialog.project_name": "Project Name",
"projects.dialog.deadline": "Deadline",
@@ -2065,7 +2065,7 @@
"projects.alert.delete_message": "The deleted project has been deleted successfully.",
"projects.alert.once_delete_this_project": "Once you delete this project, you won't be able to restore it later. Are you sure you want to delete this project?",
"projects.alert.status_message": "The project has been edited successfully.",
"projects.alert.are_you_sure_you_want":"Are you sure you want to edit this project?",
"projects.alert.are_you_sure_you_want": "Are you sure you want to edit this project?",
"projects.empty_status.title": "",
"projects.empty_status.description": "",
"projects.empty_status.action": "New Project",
@@ -2185,10 +2185,20 @@
"sales.column.total": "Total",
"sales.column.status": "Status",
"sales.action.delete": "Delete",
"invoice.project_name.label":"Project Name",
"estimate.project_name.label":"Project Name",
"receipt.project_name.label":"Project Name",
"bill.project_name.label":"Project Name",
"payment_receive.project_name.label":"Project Name",
"select_project": "Select Project"
"invoice.project_name.label": "Project Name",
"estimate.project_name.label": "Project Name",
"receipt.project_name.label": "Project Name",
"bill.project_name.label": "Project Name",
"payment_receive.project_name.label": "Project Name",
"select_project": "Select Project",
"projects_multi_select.label":"Projects",
"projects_multi_select.placeholder": "Filter by projects…",
"project_profitability_summary": "Project Profitability Summary",
"project_profitability_summary.filter_projects.all_projects": "All Projects",
"project_profitability_summary.filter_projects.all_projects.hint": "All project, include that onces have zero-balance.",
"project_profitability_summary.filter_projects.without_zero_balance": "Projects without zero balance",
"project_profitability_summary.filter_projects.without_zero_balance.hint": "Include projects that onces have transactions on the given date period only.",
"project_profitability_summary.filter_projects.with_transactions": "Projects with transactions",
"project_profitability_summary.filter_projects.with_transactions.hint": "Include projects that onces have transactions on the given date period only.",
"project_profitability_summary.filter_options.label": "Filter projects"
}