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 / customers.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
customers.xml
109 lines
1 <?xml version="1.0" encoding="utf-8"?>
2 <importable>
3
4 <table name="#__vikappointments_users" id="customer">
5
6 <column
7 name="billing_name"
8 label="VAPMANAGECUSTOMER2"
9 required="1"
10 />
11
12 <column
13 name="billing_mail"
14 label="VAPMANAGECUSTOMER3"
15 required="1"
16 />
17
18 <column
19 name="billing_phone"
20 label="VAPMANAGECUSTOMER4"
21 required="0"
22 />
23
24 <column
25 name="country_code"
26 label="VAPMANAGECUSTOMER5"
27 required="0"
28 filter="word"
29 />
30
31 <column
32 name="billing_state"
33 label="VAPMANAGECUSTOMER6"
34 required="0"
35 />
36
37 <column
38 name="billing_city"
39 label="VAPMANAGECUSTOMER7"
40 required="0"
41 />
42
43 <column
44 name="billing_address"
45 label="VAPMANAGECUSTOMER8"
46 required="0"
47 />
48
49 <column
50 name="billing_address_2"
51 label="VAPMANAGECUSTOMER19"
52 required="0"
53 />
54
55 <column
56 name="billing_zip"
57 label="VAPMANAGECUSTOMER9"
58 required="0"
59 />
60
61 <column
62 name="company"
63 label="VAPMANAGECUSTOMER10"
64 required="0"
65 />
66
67 <column
68 name="vatnum"
69 label="VAPMANAGECUSTOMER11"
70 required="0"
71 />
72
73 <column
74 name="ssn"
75 label="VAPMANAGECUSTOMER20"
76 required="0"
77 />
78
79 <column
80 name="credit"
81 label="VAPUSERCREDIT"
82 required="0"
83 filter="float"
84 type="currency"
85 />
86
87 <column
88 name="notes"
89 label="VAPMANAGECUSTOMERTITLE4"
90 required="0"
91 />
92
93 <column
94 name="jid"
95 label="VAPMANAGEEMPLOYEE19"
96 required="0"
97 filter="int"
98 type="user"
99 >
100 <option value="-1">VAPMANAGECUSTOMER15</option>
101 <option value="0">VAPMANAGECUSTOMER15</option>
102 </column>
103
104 </table>
105
106 <cancel task="customer.cancel" />
107
108 </importable>
109