Browse Source

Mar 23 : [UPDT] View Updated 'employee_dynamic_fields'

pull/259/head
AjmalCybro 2 years ago
parent
commit
37b0d5be0c
  1. BIN
      employee_dynamic_fields/static/description/images/employee_dynamic_fields_10.png
  2. BIN
      employee_dynamic_fields/static/description/images/employee_dynamic_fields_7.png
  3. BIN
      employee_dynamic_fields/static/description/images/employee_dynamic_fields_9.png
  4. 44
      employee_dynamic_fields/static/description/index.html
  5. 2
      employee_dynamic_fields/wizard/employee_fields_view.xml

BIN
employee_dynamic_fields/static/description/images/employee_dynamic_fields_10.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
employee_dynamic_fields/static/description/images/employee_dynamic_fields_7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 746 KiB

BIN
employee_dynamic_fields/static/description/images/employee_dynamic_fields_9.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 KiB

44
employee_dynamic_fields/static/description/index.html

@ -16,6 +16,9 @@
<li style="display: flex;align-items: center;padding: 8px 0;font-size: 18px;"><i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Creates
custom fields in Employee.
</li>
<li style="display: flex;align-items: center;padding: 8px 0;font-size: 18px;"><i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Delete
the created custom fields in Employee.
</li>
</ul>
</div>
<div class="col-md-5 col-sm-12 col-xs-12"><img src="images/employee_dynamic_fields_main.png" class="img-responsive"
@ -88,6 +91,11 @@
<i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Can
easily filter the dynamically created fields from settings.
</li>
<li class="mb8"
style="font-family: Roboto;color: #000;list-style-type: square;font-size: 19px;line-height: 50px; background-color: #3a34380d;padding-left: 20px;border-radius: 7px;list-style: none;">
<i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Can
delete the dynamically created field easily.
</li>
</ul>
</div>
<!-- Screenshot tab-->
@ -164,6 +172,28 @@
src="images/employee_dynamic_fields_8.png"></div>
</div>
</div>
<div class="carousel-item" style="min-height: 0px;">
<div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16"
style="float: left;">
<h3 class="mb32 alert"
style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px; ">
<i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>We have the Delete fields menu here if we click on it we will be redirected to a tree view and can see the dynamically created fields.</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="images/employee_dynamic_fields_9.png"></div>
</div>
</div>
<div class="carousel-item" style="min-height: 0px;">
<div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16"
style="float: left;">
<h3 class="mb32 alert"
style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px; ">
<i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i> We can see the dynamically created fields here, and it can be deleted all at once or individually.</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="images/employee_dynamic_fields_10.png"></div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#demo" data-slide="prev"
style="left:-25px;width: 35px;color: #000;"> <span
@ -179,20 +209,6 @@
</div>
</div>
</div>
<!-- <div class="px-3 pt-1 tab-pane fade" id="pills-video" role="tabpanel" aria-labelledby="-->
<!-- pills-home-tab">-->
<!-- &lt;!&ndash; Video&ndash;&gt;-->
<!-- <h2 style="font-weight: 600;text-align: center;width: 100%;">Video</h2>-->
<!-- <hr style="margin-top: 0px;margin-bottom: 2%;border: 0;text-align: center;border-top: 3px solid #d21c22;width: 5%;">-->
<!-- <center>-->
<!-- <p>Website Maintenance Request Demo</p>-->
<!-- &lt;!&ndash;<a href="https://www.youtube.com/watch?v=57QWXrMYe84&feature=youtu.be" target="_blank"> <img src="addon-youtube.png" style="width:80%;"></a>&ndash;&gt;-->
<!-- <div class="s_panel_video" data-video-id="7PFB7FpMFyM?rel=0" style="cursor:pointer;">-->
<!-- <img class="img-fluid s_tooltip_tabs_tooltip_image s_figure_link pb0" src="images/task_timer_youtube.png" alt="Cybrosys Cover Video" style="max-width:100%;">-->
<!-- </div>-->
<!-- </center>-->
<!-- </div>-->
<!-- faq tab-->
<div class="px-2 px-lg-4 pt-3 tab-pane fade" id="pills-contact" role="tabpanel"
aria-labelledby="pills-contact-tab">
<ul class="list-unstyled">

2
employee_dynamic_fields/wizard/employee_fields_view.xml

@ -68,6 +68,8 @@
<tree create="false">
<field name="name"></field>
<field name="field_description"></field>
<field name="model_id"></field>
<field name="field_type"></field>
<field name="ttype"></field>
</tree>
</field>

Loading…
Cancel
Save