{% extends "base_site.html" %} {% load i18n %} {% block content %}

 

    {%trans "List upload the file format:"%}

  • {%trans "List upload file is a text file, can have more line:"%}
  • {% ifequal task "username" %}
  • {%trans "List of file every line, there are three fields, that is, PIN, name and device, each field with tabs between (TAB keys) separate:"%}
  • {% endifequal %} {% ifnotequal task "username" %}
  • {%trans "List of file every line, there are two fields, that is, PIN, and device, between the two fields with tabs (TAB key) separate:"%}
  • {% endifnotequal %}
  • {%trans "device can be the Serial number, it can also be a device name (IP address):"%}
  • {%trans "device may not specify for field:"%}
  • {% ifequal task "userinfo" %}
  • {%trans "Assigned employee, if not in the database for the number of employee, the first add the new employee in the database:"%}
  • {%trans "Assigned employee, if there is no specify device, only add the new employee in the database, not assigned to any device:"%}
  • {% endifequal %} {% ifequal task "deluser" %}
  • {%trans "Delete the employee, if there is no specify device,the employee will be left(The column of 'Left' is 'Yes'):"%}
  • {% endifequal %} {% ifequal task "username" %}
  • {%trans "Send names, if there are no specific device, the employee sent to the register device and backup device:"%}
  • {%trans "Send names, if there are no specific names, the first from the database to find the names of the employee sent to the device:"%}
  • {%trans "If the specific name, but the name and inconsistencies in the database, or the database did not name, first name insert into the database:"%}
  • {%trans "If the specified number of employee in the database does not exist, the first in the database to join the employee:"%}
  • {% endifequal %}
{% ifequal task "deluser" %}

{%trans "Delete employee column :"%}

0025000001	10.171.23.12	
0025000852	10.171.23.12	
0000000222	007120982721	
8091801922			
{% endifequal %} {% ifequal task "userinfo" %}

{%trans "Assigned employee column:"%}

0025000001	10.171.23.12	 
0025000852	10.171.23.12	
0000000395			
8091801922		
{% endifequal %} {% ifequal task "username" %}

{%trans "Send employee name:"%}

0025000001	李明	10.171.23.12	
0000000222	vance	007120982721	
0000000395	王小兵		

{% endifequal %}
{% endblock %}