Revision 6b00b949
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
- ID 6b00b949320271b34c0f456b55d37fa5cfb6a001
- Vorgänger 7b18afd5
SL/AR.pm | ||
---|---|---|
519 | 519 |
qq| a.type, | . |
520 | 520 |
qq| pr.projectnumber AS globalprojectnumber, | . |
521 | 521 |
qq| c.name, c.customernumber, c.country, c.ustid, b.description as customertype, | . |
522 |
qq| c.id as customer_id, | . |
|
522 |
qq| c.id as customer_id, c.dunning_lock as customer_dunning_lock,| .
|
|
523 | 523 |
qq| e.name AS employee, | . |
524 | 524 |
qq| e2.name AS salesman, | . |
525 | 525 |
qq| dc.dunning_description, | . |
bin/mozilla/ar.pl | ||
---|---|---|
1043 | 1043 |
datepaid due duedate transaction_description notes salesman employee shippingpoint shipvia |
1044 | 1044 |
marge_total marge_percent globalprojectnumber customernumber country ustid taxzone |
1045 | 1045 |
payment_terms charts customertype direct_debit dunning_description department attachments |
1046 |
items); |
|
1046 |
items customer_dunning_lock);
|
|
1047 | 1047 |
|
1048 | 1048 |
my $ct_cvar_configs = CVar->get_configs('module' => 'CT'); |
1049 | 1049 |
my @ct_includeable_custom_variables = grep { $_->{includeable} } @{ $ct_cvar_configs }; |
... | ... | |
1100 | 1100 |
dunning_description => { 'text' => $locale->text('Dunning level'), }, |
1101 | 1101 |
attachments => { 'text' => $locale->text('Attachments'), }, |
1102 | 1102 |
items => { 'text' => $locale->text('Positions'), }, |
1103 |
customer_dunning_lock => { 'text' => $locale->text('Dunning lock'), }, |
|
1103 | 1104 |
%column_defs_cvars, |
1104 | 1105 |
); |
1105 | 1106 |
|
templates/design40_webpages/ar/search.html | ||
---|---|---|
213 | 213 |
<div> |
214 | 214 |
<input name="l_country" id="l_country" type="checkbox"><label for="l_country">[% 'Country' | $T8 %]</label> |
215 | 215 |
</div> |
216 |
<div> |
|
217 |
<input name="l_customer_dunning_lock" id="l_customer_dunning_lock" type="checkbox"><label for="l_customer_dunning_lock">[% 'Dunning lock' | $T8 %]</label> |
|
218 |
</div> |
|
216 | 219 |
</div> |
217 | 220 |
<div class="list col"> |
218 | 221 |
<h4>[% 'Amounts' | $T8 %]</h4> |
templates/webpages/ar/search.html | ||
---|---|---|
238 | 238 |
<td nowrap>[% 'Country' | $T8 %]</td> |
239 | 239 |
<td align=right><input name="l_ustid" id="l_ustid" class=checkbox type=checkbox value=Y></td> |
240 | 240 |
<td nowrap>[% 'USt-IdNr.' | $T8 %]</td> |
241 |
<td align=right><input name="l_customer_dunning_lock" id="l_customer_dunning_lock" class=checkbox type=checkbox value=Y></td> |
|
242 |
<td nowrap>[% 'Dunning lock' | $T8 %]</td> |
|
241 | 243 |
</tr> |
242 | 244 |
|
243 | 245 |
<table> |
Auch abrufbar als: Unified diff
Mahnsperre in VK-Rechnungsbericht anzeigen lassen