flectra/addons/account_cash_flow/static/description/index.html
2018-05-01 15:38:48 +05:30

107 lines
3.6 KiB
HTML

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