· 8 years ago · Nov 14, 2017, 02:42 AM
1<?php
2
3return array(
4
5 'js_compress' => false,
6 'js_version' => "1.0",
7
8 'css_compress' => false,
9 'css_version' => "1.0",
10
11 'adminEmail' => 'chaybo2006@gmail.com',
12 'pageSizeOpts' => array('10' => 10, '100' => 100, '500' => 500, '1000' => 1000),
13 'defaultPageSize' => 10,
14 'googleClientIDAPI' => '953139879935-jkp9oud4f5di2ji7r83rmdteb36hh8jr.apps.googleusercontent.com',
15 'googleScopeAPI' => 'https://www.googleapis.com/auth/calendar',
16 'defaultLanguage' => 'en',
17 //'GOOGLE_MAP_API_KEY' => 'https://maps.googleapis.com/maps/api/js?key=AIzaSyAtrjPOTGXNQrsIGm1kXhPqrDgjq4gPcWs&libraries=places', // for server
18 'GOOGLE_MAP_API_KEY' => 'https://maps.googleapis.com/maps/api/js?libraries=places', // for local
19 'status' => array(
20 '1' => 'Enable',
21 '0' => 'Disable'
22 ),
23 'language' => array(
24 '1' => 'English',
25 '2' => 'Vietnamese'
26 ),
27 'firstday_of_week' => array(
28 '6' => 'Saturday',
29 '5' => 'Friday',
30 '4' => 'Thursday',
31 '3' => 'Wednesday',
32 '2' => 'Tuesday',
33 '1' => 'Monday',
34 '0' => 'Sunday'
35 ),
36 'day_in_weeks' => array(
37 '1' => 'Monday',
38 '2' => 'Tuesday',
39 '3' => 'Wednesday',
40 '4' => 'Thurday',
41 '5' => 'Friday',
42 '6' => 'Saturday',
43 '0' => 'Sunday'
44 ),
45 'day_in_week_option' => array(
46 '3' => 1, '4' => 2, '5' => 3, '6' => 4, '7' => 5, '8' => 6, '9' => 0
47 ),
48 'order_no' => array(
49 '1' => 'First',
50 '2' => 'Second',
51 '3' => 'Thirds',
52 '4' => 'Fourth',
53 '5' => 'Fifth'
54 ),
55 'resource' => array(
56 'employee' => 1,
57 'tour_stop' => 3
58 ),
59 'resource_group' => array(
60 'leader' => 11,
61 'guide' => 2
62 ),
63 'mountPay' => array(
64 1 => 1,
65 3 => 3,
66 6 => 6,
67 9 => 9,
68 12 => 12
69 ),
70 'attr_type' => array(
71 'price' => 2,
72 'booking' => 6,
73 'booking_option' => 7,
74 'customer_booking_input' => 8,
75 'payment' => 3,
76 'custom_field' => 5,
77 'payment_condition' => 9,
78 'general' => 1,
79 ),
80 'duration' => array(
81 'max_day' => 100
82 ),
83 'user_password_default' => '123456',
84 'menu' => array(
85 'nav_position' => 1,
86 'top_position' => 2
87 ),
88 'payment_gateway' => array(
89 'direct' => 1,
90 'paypal' => 2,
91 'credit' => 3
92 ),
93 'payment_gateway_color' => array(
94 '1' => 'c-purple',
95 '2' => 'c-blue',
96 '3' => 'c-green'
97 ),
98 'paypal_sandbox' => 0,
99 'object_type' => array(
100 'booking' => 1,
101 'note' => 2
102 ),
103 'activity_type' => array(
104 'create_booking' => 1,
105 'create_note' => 2
106 ),
107 'upload_type' => array(
108 'image' => 1,
109 'video' => 2
110 ),
111 'working_type' => array(
112 'fulltime' => 1,
113 'parttime' => 2,
114 'inactive' => 3
115 ),
116 'schedule_type' => array(
117 'fixed' => 1,
118 'flexible' => 2
119 ),
120 'schedule_time' => array(
121 1 => 'Morning',
122 2 => 'Evening'
123 ),
124 'schedule_status' => array(
125 1 => array( // full_time
126 0 => 'Off',
127 1 => 'Available',
128 2 => 'Unpaid leave (Unpaid)',
129 3 => 'Annual leave (Paid)',
130 4 => 'Vacation (Paid)',
131 5 => 'Other (Paid)'
132 ),
133 2 => array( // part_time
134 1 => 'Available',
135 2 => 'Unavailable'
136 ),
137 ),
138 'work_status' => array(
139 'status' => array(
140 0 => 'Off',
141 1 => 'Working',
142 2 => 'Unpaid leave',
143 3 => 'Annual leave',
144 4 => 'Vacation',
145 5 => 'Other',
146 7 => 'Off to work',
147 8 => 'Work to off'
148 ),
149 'class'=> [
150 0 => 'off',
151 1 => 'working',
152 2 => 'unavailable',
153 3 => 'unavailable',
154 4 => 'unavailable',
155 5 => 'unavailable',
156 6 => 'not-full-work',
157 7 => 'off-to-work',
158 8 => 'off'
159 ]
160 ),
161 'schedule_status_color' => array(
162 1 => 'icheckbox_square-green',
163 0 => 'icheckbox_square-yellow',
164 2 => 'icheckbox_square-red',
165 3 => 'icheckbox_square-red',
166 4 => 'icheckbox_square-red',
167 5 => 'icheckbox_square-red',
168 6 => 'icheckbox_square-red',
169 7 => 'icheckbox_square-red'
170 ),
171 'schedule_time_key' => array(
172 'morning' => 1,
173 'evening' => 2
174 ),
175 'tour_take_care' => array(
176 'no_assign' => 3,
177 'whole_all' => 1,
178 'whole_part' => 2
179 ),
180 'guide_booking_max_number' => 1,
181 'job_position_default' => array(
182 array(
183 'name' => 'Tour Leader',
184 'description' => 'Tour Leader',
185 'category_id' => 1,
186 'display' => 1,
187 'is_assign_tour' => 1,
188 'is_assign_booking' => 0,
189 'tour_take_care_id' => 1,
190 'default' => 1,
191 'positions' => array(
192 array(
193 'name' => 'Leader',
194 'nickname' => 'Leader',
195 'schedule_type' => 1,
196 'salary_type' => 1
197 )
198 )
199 ),
200 array(
201 'name' => 'Tour Guide',
202 'description' => 'Tour Guide',
203 'category_id' => 1,
204 'display' => 1,
205 'is_assign_tour' => 0,
206 'is_assign_booking' => 0,
207 'tour_take_care_id' => 2,
208 'default' => 1,
209 'positions' => array(
210 array(
211 'name' => 'Guide Full Time',
212 'nickname' => 'Guide FT',
213 'schedule_type' => 1,
214 'salary_type' => 2
215 ),
216 array(
217 'name' => 'Guide Part Time',
218 'nickname' => 'Guide PT',
219 'schedule_type' => 2,
220 'salary_type' => 2
221 )
222 )
223 )
224 ),
225 'blacklist_mail' => array(
226 'gmail.com',
227 'hotmail.com',
228 'yahoo.com',
229 'live.com',
230 'outlook.com'
231 ),
232 'email_payer' => 'a.price3@bigpond.com',
233 'email_test_send_invoice' => 'sangpham999@gmail.com',
234 'recent_activity_class' => [
235 'new' => 'fa fa-arrow-circle-right icon-success',
236 'success'=> 'fa fa-check-circle icon-success',
237 'note'=> 'fa fa-comments-o icon-notes',
238 'delete'=> 'fa fa-trash icon-warning',
239 'cancel'=> 'fa fa-minus-square-o icon-warning'
240 ],
241 'limit_recent_activity' => 10,
242 'sound' => 'data/sound/booking alert.mp3',
243 'recent_activity_title' => [
244 'Bookings' => [
245 'new'=> 'New booking from',
246 'newManual'=> 'added booking for',
247 'confirm'=> 'confirmed',
248 'cancel'=> 'cancelled',
249 'accept'=> 'accepted',
250 'delete'=> 'deleted',
251 'clear'=> 'cleared',
252 'reject'=> 'rejected'
253 ],
254 'CalendarNote' => [
255 'new' => 'New notes'
256 ]
257 ],
258 'default_color_option' => '#993300',
259 'old_limit'=>'61',
260 'old_limit_text'=>'older',
261 'old_limit_under'=>'0',
262 'old_limit_under_text'=>'under',
263);