|
|
@ -134,47 +134,54 @@ |
|
|
|
</h1> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="" style="position: relative;"> |
|
|
|
<div class="sub_container_left"> |
|
|
|
<div class="row" style="margin-right: 10px; margin-left: 10px;"> |
|
|
|
<div class="sub_container_left" style="width:70%;"> |
|
|
|
<div class="report_print"> |
|
|
|
<button type="button" class="btn btn-primary" id="pdf" |
|
|
|
style="left:10px; height:30px;position: relative;color:white;background-color: #00A0AD;border-color: #00A0AD; padding:3px;"> |
|
|
|
style="position: relative;height:30px;color:white;background-color: #00A0AD;border-color: #00A0AD; padding:3px;"> |
|
|
|
Print (PDF) |
|
|
|
</button> |
|
|
|
<button type="button" class="btn btn-primary" id="xlsx" |
|
|
|
style="left:10px; height:30px;position: relative;color:white;background-color: #00A0AD;border-color: #00A0AD; padding:3px;"> |
|
|
|
style="position: relative;height:30px;color:white;background-color: #00A0AD;border-color: #00A0AD; padding:3px;"> |
|
|
|
Export (XLSX) |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<br></br> |
|
|
|
<div class="sub_container_right" style="width:50%;height:3%;right:0px;top:0px;position: absolute;"> |
|
|
|
<div class="" style="right:80x;"> |
|
|
|
<div class="sub_container_right row" style="width:30%;height:3%;top:0px;position: relative;"> |
|
|
|
|
|
|
|
<br></br> |
|
|
|
<div class="row" style="right:80px;top:0px;position: absolute;width:50;"> |
|
|
|
<div class="time_range" style=""> |
|
|
|
<a type="button" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> |
|
|
|
<a type="button" class="dropdown-toggle" data-toggle="dropdown" > |
|
|
|
<span class="fa fa-calendar" title="Dates" role="img" aria-label="Dates"></span> |
|
|
|
Date Range |
|
|
|
</a> |
|
|
|
<div class="dropdown-menu" role="menu"> |
|
|
|
<div class=""> |
|
|
|
<label class="" for="date_from">Start Date :</label> |
|
|
|
<div class=""> |
|
|
|
<div class="" aria-atomic="true" id=""> |
|
|
|
<input type="date" id="date_from"></input> |
|
|
|
<div class="form-group"> |
|
|
|
<label class="" for="gen_date_from">Start Date :</label> |
|
|
|
<div class="input-group date" id="gen_date_from" data-target-input="nearest"> |
|
|
|
<input type="text" name="gen_date_from" class="form-control datetimepicker-input" data-target="#gen_date_from" t-att-name="prefix"/> |
|
|
|
<div class="input-group-append" data-target="#gen_date_from" data-toggle="datetimepicker"> |
|
|
|
<span class="input-group-text"> |
|
|
|
<span class="fa fa-calendar" role="img" aria-label="Calendar"></span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<label class="" for="date_to">End Date :</label> |
|
|
|
<div class=""> |
|
|
|
<div class="" aria-atomic="true" id=""> |
|
|
|
<input type="date" id="date_to"></input> |
|
|
|
|
|
|
|
<label class="" for="gen_date_to">End Date :</label> |
|
|
|
<div class="input-group date" id="gen_date_to" data-target-input="nearest"> |
|
|
|
|
|
|
|
<input type="text" name="gen_date_to" class="form-control datetimepicker-input" data-target="#gen_date_to" t-att-name="prefix"/> |
|
|
|
<div class="input-group-append" data-target="#gen_date_to" data-toggle="datetimepicker"> |
|
|
|
<span class="input-group-text"> |
|
|
|
<span class="fa fa-calendar" role="img" aria-label="Calendar"></span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<t t-if="title == 'General Ledger'"> |
|
|
|
<div class="journals_filter" style=""> |
|
|
|
<a type="button" class="dropdown-toggle" data-toggle="dropdown"> |
|
|
|
<span class="fa fa-book"></span> |
|
|
@ -190,6 +197,7 @@ |
|
|
|
</select> |
|
|
|
<span id="journal_res"></span> |
|
|
|
</div> |
|
|
|
</t> |
|
|
|
|
|
|
|
<div class="accounts_filter"> |
|
|
|
<a type="button" class="dropdown-toggle" data-toggle="dropdown"> |
|
|
@ -249,17 +257,24 @@ |
|
|
|
</select> |
|
|
|
<span id="post_res"></span> |
|
|
|
</div> |
|
|
|
<div style=""> |
|
|
|
<button type="button" id="apply_filter" class="btn btn-primary" |
|
|
|
style="top:0px;height:30px;color:white;background-color: #00A0AD;border-color: #00A0AD;"> |
|
|
|
Apply |
|
|
|
</button> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div style=""> |
|
|
|
<button type="button" id="apply_filter" class="btn btn-primary" |
|
|
|
style="top:0px;height:30px;right:20px;position: absolute;color:white;background-color: #00A0AD;border-color: #00A0AD;"> |
|
|
|
Apply |
|
|
|
</button> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- <div style="">--> |
|
|
|
<!-- <button type="button" id="apply_filter" class="btn btn-primary"--> |
|
|
|
<!-- style="top:0px;height:30px;right:20px;position: absolute;color:white;background-color: #00A0AD;border-color: #00A0AD;">--> |
|
|
|
<!-- Apply--> |
|
|
|
<!-- </button>--> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </div>--> |
|
|
|
</div> |
|
|
|
</t> |
|
|
|
|
|
|
|