[ADD] Index File.

This commit is contained in:
Kunjal 2018-05-01 15:38:48 +05:30
parent 4df11df642
commit dfe0a6bdbf
8 changed files with 107 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{
'name': 'Cash Flow',
'version': '1.1',
'author': 'Flectra',
'author': 'FlectraHQ',
'website': 'https://flectrahq.com',
'summary': "cash flow statement",
'description': """

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB