blob: a17d9df481a527a9c84794892cf7c6c3ecc77487 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
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>
|