[ADD] Index File.
This commit is contained in:
parent
4df11df642
commit
dfe0a6bdbf
@ -3,7 +3,7 @@
|
||||
{
|
||||
'name': 'Cash Flow',
|
||||
'version': '1.1',
|
||||
'author': 'Flectra',
|
||||
'author': 'FlectraHQ',
|
||||
'website': 'https://flectrahq.com',
|
||||
'summary': "cash flow statement",
|
||||
'description': """
|
||||
|
BIN
addons/account_cash_flow/static/description/activity_type.png
Normal file
BIN
addons/account_cash_flow/static/description/activity_type.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
Binary file not shown.
After Width: | Height: | Size: 107 KiB |
BIN
addons/account_cash_flow/static/description/cash_flow_wizard.png
Normal file
BIN
addons/account_cash_flow/static/description/cash_flow_wizard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
addons/account_cash_flow/static/description/icon.png
Normal file
BIN
addons/account_cash_flow/static/description/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
106
addons/account_cash_flow/static/description/index.html
Normal file
106
addons/account_cash_flow/static/description/index.html
Normal file
@ -0,0 +1,106 @@
|
||||
<section class="container">
|
||||
<div class="row oe_spaced">
|
||||
<div class="col-md-12">
|
||||
<h2 class="oe_slogan">Account Cash Flow</h2>
|
||||
<p class="text-justify" style="font-size: 15px;">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container">
|
||||
<div class="row oe_spaced mt0">
|
||||
<div class="col-md-12">
|
||||
<h3 class="oe_slogan">Activity Type Configuration</h3>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="activity_type.png" alt="Activity Type" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<p class="text-justify" style="font-size: 15px;">
|
||||
Activity type configuration in account type.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container bg-gray-lighter">
|
||||
<div class="row oe_spaced mt0">
|
||||
<div class="col-md-12">
|
||||
<h3 class="oe_slogan">Cash Flow Wizard</h3>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<p class="text-justify" style="font-size: 15px;">Wizard for printing the
|
||||
cash flow report.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="cash_flow_wizard.png" width="100%"
|
||||
alt="Cash flow wizard" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container">
|
||||
<div class="row oe_spaced mt0">
|
||||
<div class="col-md-12">
|
||||
<h3 class="oe_slogan">Trial balance report</h3>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="trial_balance.png" alt="Trial Balance" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<p class="text-justify" style="font-size: 15px;">
|
||||
PDF Report for trial balance of a company.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container bg-gray-lighter">
|
||||
<div class="row oe_spaced mt0">
|
||||
<div class="col-md-12">
|
||||
<h3 class="oe_slogan">Cash Flow Statement</h3>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<p class="text-justify" style="font-size: 15px;">
|
||||
PDF Report for cash flow of a company. You can compare it with trial balance.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="cash_flow_statement.png"
|
||||
alt="Cash flow statement" height="425px"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container">
|
||||
<div class="row oe_spaced mt0">
|
||||
<div class="col-md-12">
|
||||
<h3 class="oe_slogan">Cash Flow Statement for 2 years</h3>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="cash_flow_for_2yrs.png" alt="Cash Flow Statement"
|
||||
height="450px"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<p class="text-justify" style="font-size: 15px;">
|
||||
If 2 years is entered in a Previous Period field,
|
||||
it displays result of 2 previous years from current year.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
BIN
addons/account_cash_flow/static/description/trial_balance.png
Normal file
BIN
addons/account_cash_flow/static/description/trial_balance.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 131 KiB |
Loading…
Reference in New Issue
Block a user