Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 18a5640d

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID 18a5640d337e5930ee707e23f28f5be888e578b2
  • Vorgänger cc5e9e25
  • Nachfolger 34ed3f40

Mahnsperre in VK-Rechnungsbericht anzeigen lassen

Unterschiede anzeigen:

SL/AR.pm
qq| a.type, | .
qq| pr.projectnumber AS globalprojectnumber, | .
qq| c.name, c.customernumber, c.country, c.ustid, b.description as customertype, | .
qq| c.id as customer_id, | .
qq| c.id as customer_id, c.dunning_lock as customer_dunning_lock,| .
qq| e.name AS employee, | .
qq| e2.name AS salesman, | .
qq| dc.dunning_description, | .
bin/mozilla/ar.pl
datepaid due duedate transaction_description notes salesman employee shippingpoint shipvia
marge_total marge_percent globalprojectnumber customernumber country ustid taxzone
payment_terms charts customertype direct_debit dunning_description department attachments
items);
items customer_dunning_lock);
my $ct_cvar_configs = CVar->get_configs('module' => 'CT');
my @ct_includeable_custom_variables = grep { $_->{includeable} } @{ $ct_cvar_configs };
......
dunning_description => { 'text' => $locale->text('Dunning level'), },
attachments => { 'text' => $locale->text('Attachments'), },
items => { 'text' => $locale->text('Positions'), },
customer_dunning_lock => { 'text' => $locale->text('Dunning lock'), },
%column_defs_cvars,
);
templates/design40_webpages/ar/search.html
<div>
<input name="l_country" id="l_country" type="checkbox"><label for="l_country">[% 'Country' | $T8 %]</label>
</div>
<div>
<input name="l_customer_dunning_lock" id="l_customer_dunning_lock" type="checkbox"><label for="l_customer_dunning_lock">[% 'Dunning lock' | $T8 %]</label>
</div>
</div>
<div class="list col">
<h4>[% 'Amounts' | $T8 %]</h4>
templates/webpages/ar/search.html
<td nowrap>[% 'Country' | $T8 %]</td>
<td align=right><input name="l_ustid" id="l_ustid" class=checkbox type=checkbox value=Y></td>
<td nowrap>[% 'USt-IdNr.' | $T8 %]</td>
<td align=right><input name="l_customer_dunning_lock" id="l_customer_dunning_lock" class=checkbox type=checkbox value=Y></td>
<td nowrap>[% 'Dunning lock' | $T8 %]</td>
</tr>
<table>

Auch abrufbar als: Unified diff