Browse Source

July 18: [FIX] Bug Fixed 'hr_zk_attendance'

13.0
RisvanaCybro 9 months ago
parent
commit
e8079369d6
  1. 14
      hr_zk_attendance/README.rst
  2. 18
      hr_zk_attendance/static/description/index.html

14
hr_zk_attendance/README.rst

@ -19,9 +19,19 @@ Used Libraries:
you can install zklib library using "sudo pip install zklib"
Compatible Devices
----------------
This module support with the following machines :
*ZKteco model 'uFace 202'
*ZKteco model 'iFace990'
uFace202 (ZKteco)
* iFace990 (ZKteco)
Clients have reported that the module works well with the following machine :
* K40 Pro (ZKteco)
* SFace900 (ZKteco)
* FR1500 (ZKteco)
* UA760 (ZKteco)
* MB10 (ZKteco
Author
=======

18
hr_zk_attendance/static/description/index.html

@ -12,7 +12,6 @@
<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> Option to clear the device attendance log from both device and Odoo. </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> Automating HR attendance. </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> Option to configure multiple devices. </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> This module will support with ZKteco model 'uFace 202', ZKteco model 'iFace990' </li>
</ul>
</div>
<div class="col-md-5 col-sm-12 col-xs-12"><img src="images/employee.png" class="img-responsive" alt=""></div>
@ -68,7 +67,15 @@
</p>
<p 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>This module will support with ZKteco model 'uFace 202', ZKteco model 'iFace990'
<i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>This module support with the following machines :<br>
* uFace202 (ZKteco)<br>
* iFace990 (ZKteco)<br>
-Clients have reported that the module works well with the following machine :<br>
* K40 Pro (ZKteco)<br>
* SFace900 (ZKteco)<br>
* FR1500 (ZKteco)<br>
* UA760 (ZKteco)<br>
* MB10 (ZKteco).</p>
</p>
</ul>
</div>
@ -123,9 +130,7 @@
<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>Employee Configuration </h3>
<p>You can update existing employees with the 'Device Id' which are the id in the biometric device. If there is no match with the biometric device id then system will automatically create corresponding employee. </p>
<div style=""> <img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="images/employee badge id.png"> </div>
<p> Note:- This integration is only applicable for the device ZKteco model 'uFace 202'
Please install zklib library (sudo pip install zklib) </p>
<div style=""> <img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="images/employee badge id.png"> </div>
</div>
</div>
</div>
@ -299,8 +304,9 @@
</div>
</div>
</div>
</section>
</div>
</section>
<section class="oe_container" style="padding: 0% 0% 6% 0%;">
<center>
<div class="col-md-12" style="margin: auto !important;

Loading…
Cancel
Save