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 / locations.xml
vikappointments / site / helpers / libraries / import / forms Last commit date
columns 3 days ago cities.xml 3 days ago coupons.xml 3 days ago customers.xml 3 days ago empgroups.xml 3 days ago employees.xml 3 days ago groups.xml 3 days ago index.html 3 days ago locations.xml 3 days ago optiongroups.xml 3 days ago options.xml 3 days ago reviews.xml 3 days ago services.xml 3 days ago states.xml 3 days ago
locations.xml
78 lines
1 <?xml version="1.0" encoding="utf-8"?>
2 <importable>
3
4 <table name="#__vikappointments_employee_location" id="location">
5
6 <column
7 name="name"
8 label="VAPMANAGEGROUP2"
9 required="1"
10 />
11
12 <column
13 name="id_country"
14 label="VAPMANAGEEMPLOCATION1"
15 required="0"
16 type="country"
17 />
18
19 <column
20 name="id_state"
21 label="VAPMANAGEEMPLOCATION2"
22 required="0"
23 type="state"
24 />
25
26 <column
27 name="id_city"
28 label="VAPMANAGEEMPLOCATION3"
29 required="0"
30 type="city"
31 />
32
33 <column
34 name="address"
35 label="VAPMANAGEEMPLOCATION10"
36 required="1"
37 />
38
39 <column
40 name="zip"
41 label="VAPMANAGEEMPLOCATION4"
42 required="0"
43 filter="word"
44 />
45
46 <column
47 name="latitude"
48 label="VAPMANAGEEMPLOCATION5"
49 required="0"
50 filter="float"
51 min="-90"
52 max="90"
53 />
54
55 <column
56 name="longitude"
57 label="VAPMANAGEEMPLOCATION6"
58 required="0"
59 filter="float"
60 min="-180"
61 max="180"
62 />
63
64 <column
65 name="id_employee"
66 label="VAPMANAGEEMPLOCATION12"
67 required="0"
68 type="employee"
69 >
70 <option value="">VAPMANAGEEMPLOCATION14</option>
71 </column>
72
73 </table>
74
75 <cancel task="location.cancel" />
76
77 </importable>
78