PluginProbe ʕ •ᴥ•ʔ
VikAppointments Services Booking Calendar / 1.2.21
VikAppointments Services Booking Calendar v1.2.21
1.2.21 1.2.20 trunk 1.2.17 1.2.18 1.2.19
vikappointments / site / helpers / libraries / import / forms / employees.xml
vikappointments / site / helpers / libraries / import / forms Last commit date
columns 5 days ago cities.xml 5 days ago coupons.xml 5 days ago customers.xml 5 days ago empgroups.xml 5 days ago employees.xml 5 days ago groups.xml 5 days ago index.html 5 days ago locations.xml 5 days ago optiongroups.xml 5 days ago options.xml 5 days ago reviews.xml 5 days ago services.xml 5 days ago states.xml 5 days ago
employees.xml
98 lines
1 <?xml version="1.0" encoding="utf-8"?>
2 <importable>
3
4 <table name="#__vikappointments_employee" id="employee">
5
6 <column
7 name="firstname"
8 label="VAPMANAGEEMPLOYEE2"
9 required="1"
10 />
11
12 <column
13 name="lastname"
14 label="VAPMANAGEEMPLOYEE3"
15 required="1"
16 />
17
18 <column
19 name="nickname"
20 label="VAPMANAGEEMPLOYEE4"
21 required="1"
22 />
23
24 <column
25 name="note"
26 label="VAPMANAGEEMPLOYEE11"
27 required="0"
28 filter="raw"
29 />
30
31 <column
32 name="email"
33 label="VAPMANAGEEMPLOYEE8"
34 required="0"
35 />
36
37 <column
38 name="phone"
39 label="VAPMANAGEEMPLOYEE10"
40 required="0"
41 />
42
43 <column
44 name="quick_contact"
45 label="VAPMANAGEEMPLOYEE17"
46 required="0"
47 default="0"
48 filter="uint"
49 >
50 <option value="1">JYES</option>
51 <option value="0">JNO</option>
52 </column>
53
54 <column
55 name="listable"
56 label="VAPMANAGEEMPLOYEE18"
57 required="0"
58 default="1"
59 filter="uint"
60 >
61 <option value="1">JYES</option>
62 <option value="0">JNO</option>
63 </column>
64
65 <column
66 name="jid"
67 label="VAPMANAGEREVIEW10"
68 required="0"
69 filter="uint"
70 type="user"
71 >
72 <option value="-1">/</option>
73 <option value="0">/</option>
74 </column>
75
76 <column
77 name="id_group"
78 label="VAPMANAGESERVICE10"
79 required="0"
80 filter="uint"
81 type="empgroup"
82 >
83 <option value="-1">/</option>
84 <option value="0">/</option>
85 </column>
86
87 <column
88 name="timezone"
89 label="VAPMANAGEEMPLOYEE30"
90 required="0"
91 />
92
93 </table>
94
95 <cancel task="employee.cancel" />
96
97 </importable>
98