diff options
Diffstat (limited to 'account_fiscal_year_period/static/description/index.html')
| -rw-r--r-- | account_fiscal_year_period/static/description/index.html | 134 |
1 files changed, 134 insertions, 0 deletions
diff --git a/account_fiscal_year_period/static/description/index.html b/account_fiscal_year_period/static/description/index.html new file mode 100644 index 0000000..a17d9df --- /dev/null +++ b/account_fiscal_year_period/static/description/index.html @@ -0,0 +1,134 @@ +<section class="oe_container"> + <div class="oe_row oe_spaced"> + <div class="oe_span12"> + <h2 class="oe_slogan"> + <font color="#3b5998"><u>Account Fiscal Year Period</u></font> + </h2> + </div> + + <div class="panel-body"> + <ul class="list-unstyled"> + <li> + <span class="text-primary"><b> Features </b></span> + <ul class="list-unstyled"> + <li class="text-primary"> + <i class="fa fa-hand-o-right"></i> Allow User To Define Fiscal + Year + </li> + <li class="text-primary"> + <i class="fa fa-hand-o-right"></i>Allow User To Generate Periods + For Fiscal Year (By Month) + </li> + <li class="text-primary"> + <i class="fa fa-hand-o-right"></i>Allow User To Open Or Close Any + Month Of The Period + </li> + <li class="text-primary"> + <i class="fa fa-hand-o-right"></i> Module Will Prevent Post Entry + If It's Date In: + <li>Not Defined Fiscal Year</li> + <li>Not Define Perid Record For Fiscal Year</li> + <li>Not Open Perid Record For Fiscal Year</li> + <li>Closed Month Period</li> + </li> + <li class="text-primary"> + <i class="fa fa-hand-o-right"> + Add Security Groups: + <li> + <b>Fiscal Year Period :</b> For Create Fiscal Year Period Record. + </li> + <li> + <b>Create Periods :</b> For Generate Months For Fiscal Year Period + </li> + <li><b>Close Period :</b> For Close All Period</li> + <li> + <b>Open/Close Month :</b> For Open Or Close Any Month Of The Period + </li> + </i> + </li> + </ul> + </li> + </ul> + </div> + </div> +</section> +<section class="oe_container"> + <div class="oe_row oe_spaced"> + <div class="oe_span12"> + <div class="col-md-12" style="padding-left: 0px"> + <h4 class="oe_slogan">Group In User .</h4> + <a href="group.png"> + <img class="img-border img-responsive thumbnail" src="group.png" /> + </a> + </div> + <div class="col-md-12" style="padding-left: 0px"> + <h4 class="oe_slogan">Fiscal Year And Period Menu</h4> + <a href="menu.png"> + <img class="img-border img-responsive thumbnail" src="menu.png" /> + </a> + </div> + <div class="col-md-12" style="padding-left: 0px"> + <h4 class="oe_slogan"> + Define Fiscal Year (Object Already In Odoo ,But We Add Menu For It + Here) + </h4> + <a href="define_fiscal_year.png"> + <img + class="img-border img-responsive thumbnail" + src="define_fiscal_year.png" + /> + </a> + </div> + + <div class="col-md-12" style="padding-left: 0px"> + <h4 class="oe_slogan"> + Define Fiscal Year Period Record(By Select Fiscal Year) + </h4> + <a href="define_fiscal_period.png"> + <img + class="img-border img-responsive thumbnail" + src="define_fiscal_period.png" + /> + </a> + </div> + + <div class="col-md-12" style="padding-left: 0px"> + <h4 class="oe_slogan">Generate Period For Fiscal Year (By Month)</h4> + <a href="generate_period_by_month.png"> + <img + class="img-border img-responsive thumbnail" + src="generate_period_by_month.png" + /> + </a> + </div> + + <div class="col-md-12" style="padding-left: 0px"> + <h4 class="oe_slogan"> + Open Or Close Month (By Check You Open The Month,Un-check That Close The Month) + <img + class="img-border img-responsive thumbnail" + src="check_to_open_or_close_period.png" + /> + </a> + </div> + + <div class="col-md-12" style="padding-left: 0px"> + <h4 class="oe_slogan"> + If Month Is Close (Un-check) Module Prevent Post Entry,Or Invoice Validate In It, + </h4> + <a href="close_check.jpg"> + <img + class="img-border img-responsive thumbnail" + src="close_check.png" + /> + </a> + <a href="inv.jpg"> + <img + class="img-border img-responsive thumbnail" + src="inv.png" + /> + </a> + </div> + </div> + </div> +</section> |
