Revision 15bcb411
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
73 | 73 |
qq| o.marge_total, o.marge_percent, | . |
74 | 74 |
qq| ex.$rate AS exchangerate, | . |
75 | 75 |
qq| pr.projectnumber AS globalprojectnumber, | . |
76 |
qq| e.name AS employee, s.name AS salesman | . |
|
76 |
qq| e.name AS employee, s.name AS salesman, | . |
|
77 |
qq| ct.country, ct.ustid | . |
|
77 | 78 |
qq|FROM oe o | . |
78 | 79 |
qq|JOIN $vc ct ON (o.${vc}_id = ct.id) | . |
79 | 80 |
qq|LEFT JOIN employee e ON (o.employee_id = e.id) | . |
bin/mozilla/oe.pl | ||
---|---|---|
681 | 681 |
"salesman", |
682 | 682 |
"shipvia", "globalprojectnumber", |
683 | 683 |
"transaction_description", "open", |
684 |
"delivered", "marge_total", "marge_percent" |
|
684 |
"delivered", "marge_total", "marge_percent", |
|
685 |
"country", "ustid", |
|
685 | 686 |
); |
686 | 687 |
|
687 | 688 |
# only show checkboxes if gotten here via sales_order form. |
... | ... | |
742 | 743 |
'open' => { 'text' => $locale->text('Open'), }, |
743 | 744 |
'delivered' => { 'text' => $locale->text('Delivered'), }, |
744 | 745 |
'marge_total' => { 'text' => $locale->text('Ertrag'), }, |
745 |
'marge_percent' => { 'text' => $locale->text('Ertrag prozentual'), } |
|
746 |
'marge_percent' => { 'text' => $locale->text('Ertrag prozentual'), }, |
|
747 |
'country' => { 'text' => $locale->text('Country'), }, |
|
748 |
'ustid' => { 'text' => $locale->text('USt-IdNr.'), }, |
|
746 | 749 |
); |
747 | 750 |
|
748 | 751 |
foreach my $name (qw(id transdate reqdate quonumber ordnumber name employee salesman shipvia transaction_description)) { |
locale/de/login | ||
---|---|---|
337 | 337 |
'Transactions, AR transactions, AP transactions' => 'Dialogbuchen, Debitorenrechnungen, Kreditorenrechnungen', |
338 | 338 |
'Transfer To Stock' => 'Lagereingang', |
339 | 339 |
'Trying to call a sub without a name' => 'Es wurde versucht, eine Unterfunktion ohne Namen aufzurufen.', |
340 |
'USt-IdNr.' => 'USt-IdNr.', |
|
340 | 341 |
'Unit' => 'Einheit', |
341 | 342 |
'Unknown dependency \'%s\'.' => 'Unbekannte Abhängigkeit \'%s\'.', |
342 | 343 |
'Value' => 'Wert', |
locale/de/oe | ||
---|---|---|
310 | 310 |
'Transactions, AR transactions, AP transactions' => 'Dialogbuchen, Debitorenrechnungen, Kreditorenrechnungen', |
311 | 311 |
'Transfer To Stock' => 'Lagereingang', |
312 | 312 |
'Trying to call a sub without a name' => 'Es wurde versucht, eine Unterfunktion ohne Namen aufzurufen.', |
313 |
'USt-IdNr.' => 'USt-IdNr.', |
|
313 | 314 |
'Unit' => 'Einheit', |
314 | 315 |
'Unknown dependency \'%s\'.' => 'Unbekannte Abhängigkeit \'%s\'.', |
315 | 316 |
'Value' => 'Wert', |
locale/de/todo | ||
---|---|---|
333 | 333 |
'Transactions, AR transactions, AP transactions' => 'Dialogbuchen, Debitorenrechnungen, Kreditorenrechnungen', |
334 | 334 |
'Transfer To Stock' => 'Lagereingang', |
335 | 335 |
'Trying to call a sub without a name' => 'Es wurde versucht, eine Unterfunktion ohne Namen aufzurufen.', |
336 |
'USt-IdNr.' => 'USt-IdNr.', |
|
336 | 337 |
'Unit' => 'Einheit', |
337 | 338 |
'Unknown dependency \'%s\'.' => 'Unbekannte Abhängigkeit \'%s\'.', |
338 | 339 |
'Value' => 'Wert', |
templates/webpages/oe/search_de.html | ||
---|---|---|
226 | 226 |
<label for="l_salesman">Verk?ufer/in</label> |
227 | 227 |
</td> |
228 | 228 |
</tr> |
229 |
<tr> |
|
230 |
<td colspan=4 align=left><b>Kunde</td> |
|
231 |
</tr> |
|
232 |
<tr> |
|
233 |
<td> |
|
234 |
<input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y"> |
|
235 |
<label for="l_country">Land</label> |
|
236 |
</td> |
|
237 |
<td> |
|
238 |
<input name="l_ustid" id="l_ustid" class="checkbox" type="checkbox" value="Y"> |
|
239 |
<label for="l_ustid">USt-IdNr.</label> |
|
240 |
</td> |
|
241 |
</tr> |
|
229 | 242 |
[%- IF type == 'sales_order' %] |
230 | 243 |
<tr><td colspan="3"><hr></td></tr> |
231 | 244 |
[%- END %] |
templates/webpages/oe/search_master.html | ||
---|---|---|
226 | 226 |
<label for="l_salesman"><translate>Salesman</translate></label> |
227 | 227 |
</td> |
228 | 228 |
</tr> |
229 |
<tr> |
|
230 |
<td colspan=4 align=left><b><translate>Customer</translate></td> |
|
231 |
</tr> |
|
232 |
<tr> |
|
233 |
<td> |
|
234 |
<input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y"> |
|
235 |
<label for="l_country"><translate>Country</translate></label> |
|
236 |
</td> |
|
237 |
<td> |
|
238 |
<input name="l_ustid" id="l_ustid" class="checkbox" type="checkbox" value="Y"> |
|
239 |
<label for="l_ustid"><translate>USt-IdNr.</translate></label> |
|
240 |
</td> |
|
241 |
</tr> |
|
229 | 242 |
[%- IF type == 'sales_order' %] |
230 | 243 |
<tr><td colspan="3"><hr></td></tr> |
231 | 244 |
[%- END %] |
Auch abrufbar als: Unified diff
2 Felder noch on die Auftragssuche übernommen.