diff --git a/addons/account_cash_flow/__manifest__.py b/addons/account_cash_flow/__manifest__.py index 1b0c6853..8ea2de21 100644 --- a/addons/account_cash_flow/__manifest__.py +++ b/addons/account_cash_flow/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Cash Flow', 'version': '1.1', - 'author': 'Flectra', + 'author': 'FlectraHQ', 'website': 'https://flectrahq.com', 'summary': "cash flow statement", 'description': """ diff --git a/addons/account_cash_flow/static/description/activity_type.png b/addons/account_cash_flow/static/description/activity_type.png new file mode 100644 index 00000000..64171ea0 Binary files /dev/null and b/addons/account_cash_flow/static/description/activity_type.png differ diff --git a/addons/account_cash_flow/static/description/cash_flow_for_2yrs.png b/addons/account_cash_flow/static/description/cash_flow_for_2yrs.png new file mode 100644 index 00000000..7b71b3ca Binary files /dev/null and b/addons/account_cash_flow/static/description/cash_flow_for_2yrs.png differ diff --git a/addons/account_cash_flow/static/description/cash_flow_statement.png b/addons/account_cash_flow/static/description/cash_flow_statement.png new file mode 100644 index 00000000..9afe1b33 Binary files /dev/null and b/addons/account_cash_flow/static/description/cash_flow_statement.png differ diff --git a/addons/account_cash_flow/static/description/cash_flow_wizard.png b/addons/account_cash_flow/static/description/cash_flow_wizard.png new file mode 100644 index 00000000..3f98055a Binary files /dev/null and b/addons/account_cash_flow/static/description/cash_flow_wizard.png differ diff --git a/addons/account_cash_flow/static/description/icon.png b/addons/account_cash_flow/static/description/icon.png new file mode 100644 index 00000000..6ab5b15e Binary files /dev/null and b/addons/account_cash_flow/static/description/icon.png differ diff --git a/addons/account_cash_flow/static/description/index.html b/addons/account_cash_flow/static/description/index.html new file mode 100644 index 00000000..0a270374 --- /dev/null +++ b/addons/account_cash_flow/static/description/index.html @@ -0,0 +1,106 @@ +
+
+
+

Account Cash Flow

+

+ Cash Flow Statement is Finanicial Statement, which shows + changes in all accounts affect cash and cash equivalents, + and breaks the analysis down to Operating Activities, + Investing Activities and Financial Activities. +

+
+
+
+ +
+
+
+

Activity Type Configuration

+
+
+
+ Activity Type +
+
+
+

+ Activity type configuration in account type. +

+
+
+
+ +
+
+
+

Cash Flow Wizard

+
+
+

Wizard for printing the + cash flow report.

+
+
+
+ Cash flow wizard +
+
+
+
+ +
+
+
+

Trial balance report

+
+
+
+ Trial Balance +
+
+
+

+ PDF Report for trial balance of a company. +

+
+
+
+ +
+
+
+

Cash Flow Statement

+
+
+

+ PDF Report for cash flow of a company. You can compare it with trial balance. +

+
+
+
+ Cash flow statement +
+
+
+
+ +
+
+
+

Cash Flow Statement for 2 years

+
+
+
+ Cash Flow Statement +
+
+
+

+ If 2 years is entered in a Previous Period field, + it displays result of 2 previous years from current year. +

+
+
+
diff --git a/addons/account_cash_flow/static/description/trial_balance.png b/addons/account_cash_flow/static/description/trial_balance.png new file mode 100644 index 00000000..60b34d4a Binary files /dev/null and b/addons/account_cash_flow/static/description/trial_balance.png differ