Revision 89deb5d8
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
locale/de/more/crm | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
# -*- coding: utf-8; -*- |
|
3 |
# vim: fenc=utf-8 |
|
4 |
|
|
5 |
use utf8; |
|
6 |
|
|
7 |
$self->{more_texts} = { |
|
8 |
'Add Machine' => 'Maschine erfassen', |
|
9 |
'Add Service Contract' => 'Wartungsvertrag erfassen', |
|
10 |
'Admin' => 'Administration', |
|
11 |
'Appointment Category' => 'Termin Kategorie', |
|
12 |
'Appointments' => 'Termine', |
|
13 |
'CRM admin' => '', |
|
14 |
'CRM create customers, vendors and contacts' => '', |
|
15 |
'CRM follow up' => '', |
|
16 |
'CRM know how' => '', |
|
17 |
'CRM notices' => '', |
|
18 |
'CRM opportunity' => '', |
|
19 |
'CRM optional software' => '', |
|
20 |
'CRM other' => '', |
|
21 |
'CRM search' => '', |
|
22 |
'CRM send email' => '', |
|
23 |
'CRM services' => '', |
|
24 |
'CRM status' => '', |
|
25 |
'CRM termin' => '', |
|
26 |
'CRM user' => '', |
|
27 |
'CRM' => 'CRM', |
|
28 |
'Catalog' => 'Katalog', |
|
29 |
'DHL' => 'DHL', |
|
30 |
'Document Template' => 'Dokumentvorlage', |
|
31 |
'Documents' => 'Dokumente', |
|
32 |
'Etikett' => 'Etikett', |
|
33 |
'EuR' => 'EuR', |
|
34 |
'Knowledge' => 'Wissen', |
|
35 |
'Label' => 'Etikett', |
|
36 |
'Machine' => 'Maschine', |
|
37 |
'Message' => 'Nachricht', |
|
38 |
'Opportunity' => 'Auftragschance', |
|
39 |
'Other' => 'Sonstiges', |
|
40 |
'Packliste' => 'Packliste', |
|
41 |
'Partsedit' => 'Wareneditor', |
|
42 |
'Person' => 'Person', |
|
43 |
'Service Contract' => 'Wartungsvertrag', |
|
44 |
'Time Tracking' => 'Zeiterfassung', |
|
45 |
'User Groups' => 'Gruppen', |
|
46 |
'Warehouse correction' => 'Lagerkorrektur', |
|
47 |
'Warehouse list' => 'Inventurliste', |
|
48 |
'ZM' => 'ZM', |
|
49 |
'eBayImporter' => 'eBay-Importierer', |
|
50 |
}; |
|
51 |
|
|
52 |
1; |
menus/user/10-crm.yaml | ||
---|---|---|
1 |
--- |
|
2 |
- id: crm |
|
3 |
name: CRM |
|
4 |
icon: crm |
|
5 |
order: 50 |
|
6 |
- parent: crm |
|
7 |
id: crm_search |
|
8 |
name: Search |
|
9 |
icon: search |
|
10 |
order: 100 |
|
11 |
access: crm_search |
|
12 |
module: crm/getData.php |
|
13 |
- parent: crm |
|
14 |
id: crm_add |
|
15 |
name: Add |
|
16 |
order: 200 |
|
17 |
- parent: crm_add |
|
18 |
id: crm_add_customer |
|
19 |
name: Customer |
|
20 |
icon: customer |
|
21 |
order: 100 |
|
22 |
access: crm_new |
|
23 |
module: crm/firmen3.php |
|
24 |
params: |
|
25 |
Q: C |
|
26 |
- parent: crm_add |
|
27 |
id: crm_add_vendor |
|
28 |
name: Vendor |
|
29 |
icon: vendor |
|
30 |
order: 200 |
|
31 |
access: crm_new |
|
32 |
module: crm/firmen3.php |
|
33 |
params: |
|
34 |
Q: V |
|
35 |
- parent: crm_add |
|
36 |
id: crm_add_person |
|
37 |
name: Person |
|
38 |
icon: contact |
|
39 |
order: 300 |
|
40 |
access: crm_new |
|
41 |
module: crm/personen3.php |
|
42 |
- parent: crm |
|
43 |
id: crm_appointments |
|
44 |
name: Appointments |
|
45 |
icon: appointment |
|
46 |
order: 300 |
|
47 |
access: crm_termin |
|
48 |
module: crm/termin.php |
|
49 |
- parent: crm |
|
50 |
id: crm_opportunity |
|
51 |
name: Opportunity |
|
52 |
icon: opportunity |
|
53 |
order: 400 |
|
54 |
access: crm_opportunity |
|
55 |
module: crm/opportunity.php |
|
56 |
- parent: crm |
|
57 |
id: crm_follow_up |
|
58 |
name: Follow-Up |
|
59 |
icon: follow_up |
|
60 |
order: 500 |
|
61 |
access: crm_follow |
|
62 |
module: crm/wvl1.php |
|
63 |
- parent: crm |
|
64 |
id: crm_e_mail |
|
65 |
name: E-mail |
|
66 |
icon: email |
|
67 |
order: 600 |
|
68 |
access: crm_email |
|
69 |
module: crm/mail.php |
|
70 |
- parent: crm |
|
71 |
id: crm_knowledge |
|
72 |
name: Knowledge |
|
73 |
icon: knowledge |
|
74 |
order: 700 |
|
75 |
access: crm_knowhow |
|
76 |
module: crm/wissen.php |
|
77 |
- parent: crm |
|
78 |
id: crm_memo |
|
79 |
name: Memo |
|
80 |
icon: memo |
|
81 |
order: 800 |
|
82 |
access: crm_notices |
|
83 |
module: crm/postit.php |
|
84 |
- parent: crm |
|
85 |
id: crm_documents |
|
86 |
name: Documents |
|
87 |
order: 900 |
|
88 |
access: crm_other |
|
89 |
module: crm/dokument.php |
|
90 |
- parent: crm |
|
91 |
id: crm_time_tracking |
|
92 |
name: Time Tracking |
|
93 |
order: 1000 |
|
94 |
access: crm_service |
|
95 |
module: crm/timetrack.php |
|
96 |
- parent: crm |
|
97 |
id: crm_other |
|
98 |
name: Other |
|
99 |
order: 1100 |
|
100 |
- parent: crm_other |
|
101 |
id: crm_other_etikett |
|
102 |
name: Etikett |
|
103 |
order: 100 |
|
104 |
access: crm_other |
|
105 |
module: crm/prtetikett.php |
|
106 |
target: _blank |
|
107 |
- parent: crm_other |
|
108 |
id: crm_other_dhl |
|
109 |
name: DHL |
|
110 |
order: 200 |
|
111 |
access: crm_other |
|
112 |
module: crm/dhl.php |
|
113 |
- parent: crm_other |
|
114 |
id: crm_other_ebayimporter |
|
115 |
name: eBayImporter |
|
116 |
order: 300 |
|
117 |
access: crm_other |
|
118 |
module: crm/ebayImporter.php |
|
119 |
- parent: crm_other |
|
120 |
id: crm_other_catalog |
|
121 |
name: Catalog |
|
122 |
order: 400 |
|
123 |
access: crm_other |
|
124 |
module: crm/katalog.php |
|
125 |
- parent: crm_other |
|
126 |
id: crm_other_warehouse_list |
|
127 |
name: Warehouse list |
|
128 |
order: 500 |
|
129 |
access: crm_other |
|
130 |
module: crm/inventur.php |
|
131 |
- parent: crm_other |
|
132 |
id: crm_other_warehouse_correction |
|
133 |
name: Warehouse correction |
|
134 |
order: 600 |
|
135 |
access: crm_admin |
|
136 |
module: crm/inventurlager.php |
|
137 |
- parent: crm_other |
|
138 |
id: crm_other_partsedit |
|
139 |
name: Partsedit |
|
140 |
order: 700 |
|
141 |
access: crm_other |
|
142 |
module: crm/partsedit.php |
|
143 |
- parent: crm_other |
|
144 |
id: crm_other_packliste |
|
145 |
name: Packliste |
|
146 |
order: 800 |
|
147 |
access: crm_other |
|
148 |
module: crm/packliste.php |
|
149 |
- parent: crm_other |
|
150 |
id: crm_other_eur |
|
151 |
name: EuR |
|
152 |
order: 900 |
|
153 |
access: crm_other |
|
154 |
module: crm/eur.php |
|
155 |
- parent: crm_other |
|
156 |
id: crm_other_zm |
|
157 |
name: ZM |
|
158 |
order: 1000 |
|
159 |
access: crm_other |
|
160 |
module: crm/ustva_zm.php |
|
161 |
- parent: crm |
|
162 |
id: crm_service |
|
163 |
name: Service |
|
164 |
icon: service |
|
165 |
order: 1200 |
|
166 |
- parent: crm_service |
|
167 |
id: crm_service_service_contract |
|
168 |
name: Service Contract |
|
169 |
order: 100 |
|
170 |
access: crm_service |
|
171 |
module: crm/vertrag1.php |
|
172 |
- parent: crm_service |
|
173 |
id: crm_service_add_service_contract |
|
174 |
name: Add Service Contract |
|
175 |
order: 200 |
|
176 |
access: crm_service |
|
177 |
module: crm/vertrag3.php |
|
178 |
- parent: crm_service |
|
179 |
id: crm_service_machine |
|
180 |
name: Machine |
|
181 |
order: 300 |
|
182 |
access: crm_service |
|
183 |
module: crm/maschine1.php |
|
184 |
- parent: crm_service |
|
185 |
id: crm_service_add_machine |
|
186 |
name: Add Machine |
|
187 |
order: 400 |
|
188 |
access: crm_service |
|
189 |
module: crm/maschine3.php |
|
190 |
- parent: crm |
|
191 |
id: crm_admin |
|
192 |
name: Admin |
|
193 |
icon: admin |
|
194 |
order: 1300 |
|
195 |
- parent: crm_admin |
|
196 |
id: crm_admin_document_template |
|
197 |
name: Document Template |
|
198 |
icon: document_template |
|
199 |
order: 100 |
|
200 |
access: crm_admin |
|
201 |
module: crm/dokument1.php |
|
202 |
- parent: crm_admin |
|
203 |
id: crm_admin_label |
|
204 |
name: Label |
|
205 |
icon: label |
|
206 |
order: 200 |
|
207 |
access: crm_admin |
|
208 |
module: crm/aufkleber_def.php |
|
209 |
- parent: crm_admin |
|
210 |
id: crm_admin_appointment_category |
|
211 |
name: Appointment Category |
|
212 |
order: 300 |
|
213 |
access: crm_admin |
|
214 |
module: crm/tcatedit.php |
|
215 |
- parent: crm_admin |
|
216 |
id: crm_admin_message |
|
217 |
name: Message |
|
218 |
icon: message |
|
219 |
order: 400 |
|
220 |
access: crm_admin |
|
221 |
module: crm/user3.php |
|
222 |
- parent: crm_admin |
|
223 |
id: crm_admin_client |
|
224 |
name: Client |
|
225 |
order: 500 |
|
226 |
access: crm_adminstatus |
|
227 |
module: crm/mandant.php |
|
228 |
- parent: crm_admin |
|
229 |
id: crm_admin_user_groups |
|
230 |
name: User Groups |
|
231 |
icon: user_group |
|
232 |
order: 600 |
|
233 |
access: crm_admin |
|
234 |
module: crm/user2.php |
|
235 |
- parent: crm_admin |
|
236 |
id: crm_admin_user |
|
237 |
name: User |
|
238 |
icon: user |
|
239 |
order: 700 |
|
240 |
access: crm_adminuser |
|
241 |
module: crm/user1.php |
|
242 |
- parent: crm_admin |
|
243 |
id: crm_admin_dhl |
|
244 |
name: DHL |
|
245 |
order: 800 |
|
246 |
access: crm_adminuser |
|
247 |
module: crm/dhladm.php |
|
248 |
- parent: crm_admin |
|
249 |
id: crm_admin_status |
|
250 |
name: Status |
|
251 |
icon: status |
|
252 |
order: 900 |
|
253 |
access: crm_adminstatus |
|
254 |
module: crm/status.php |
Auch abrufbar als: Unified diff
CRM Dateien entfernt