From 0a1f3e405855a297201d7afe7e949608566ddb3f Mon Sep 17 00:00:00 2001 From: robert schouten Date: Fri, 18 Nov 2016 10:54:01 +0800 Subject: [PATCH] [fix] financial printing and add to profitability --- erpnext/accounts/report/cash_flow/cash_flow.html | 1 + .../report/profitability_analysis/profitability_analysis.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 erpnext/accounts/report/cash_flow/cash_flow.html create mode 100644 erpnext/accounts/report/profitability_analysis/profitability_analysis.html diff --git a/erpnext/accounts/report/cash_flow/cash_flow.html b/erpnext/accounts/report/cash_flow/cash_flow.html new file mode 100644 index 0000000000..40ba20c4ac --- /dev/null +++ b/erpnext/accounts/report/cash_flow/cash_flow.html @@ -0,0 +1 @@ +{% include "accounts/report/financial_statements.html" %} \ No newline at end of file diff --git a/erpnext/accounts/report/profitability_analysis/profitability_analysis.html b/erpnext/accounts/report/profitability_analysis/profitability_analysis.html new file mode 100644 index 0000000000..40ba20c4ac --- /dev/null +++ b/erpnext/accounts/report/profitability_analysis/profitability_analysis.html @@ -0,0 +1 @@ +{% include "accounts/report/financial_statements.html" %} \ No newline at end of file