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 / cities.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
cities.xml
54 lines
1 <?xml version="1.0" encoding="utf-8"?>
2 <importable>
3
4 <table name="#__vikappointments_cities" id="city">
5
6 <column
7 name="city_name"
8 label="VAPMANAGECITY1"
9 required="1"
10 />
11
12 <column
13 name="city_2_code"
14 label="VAPMANAGECITY2"
15 required="0"
16 filter="word"
17 />
18
19 <column
20 name="city_3_code"
21 label="VAPMANAGECITY3"
22 required="0"
23 filter="word"
24 />
25
26 <column
27 name="latitude"
28 label="VAPMANAGECITY4"
29 required="0"
30 />
31
32 <column
33 name="longitude"
34 label="VAPMANAGECITY5"
35 required="0"
36 />
37
38 <column
39 name="published"
40 label="VAPMANAGECITY6"
41 required="0"
42 default="1"
43 filter="uint"
44 >
45 <option value="1">JPUBLISHED</option>
46 <option value="0">JUNPUBLISHED</option>
47 </column>
48
49 </table>
50
51 <cancel task="city.cancel" />
52
53 </importable>
54