Revision d8f857c7
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1342 | 1342 |
<tr> |
1343 | 1343 |
<td align=right><input name="l_payment_terms" class=checkbox type=checkbox value=Y></td> |
1344 | 1344 |
<td nowrap>| . $locale->text('Payment Terms') . qq|</td> |
1345 |
<td align=right><input name="l_charts" class=checkbox type=checkbox value=Y></td> |
|
1346 |
<td nowrap>| . $locale->text('Buchungskonto') . qq|</td> |
|
1345 | 1347 |
</tr> |
1346 | 1348 |
</table> |
1347 | 1349 |
</td> |
... | ... | |
1406 | 1408 |
my @columns = |
1407 | 1409 |
qw(transdate id type invnumber ordnumber name netamount tax amount paid datepaid |
1408 | 1410 |
due duedate transaction_description notes employee globalprojectnumber |
1409 |
vendornumber country ustid taxzone payment_terms); |
|
1411 |
vendornumber country ustid taxzone payment_terms charts);
|
|
1410 | 1412 |
|
1411 | 1413 |
my @hidden_variables = map { "l_${_}" } @columns; |
1412 | 1414 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto); |
... | ... | |
1436 | 1438 |
'ustid' => { 'text' => $locale->text('USt-IdNr.'), }, |
1437 | 1439 |
'taxzone' => { 'text' => $locale->text('Steuersatz'), }, |
1438 | 1440 |
'payment_terms' => { 'text' => $locale->text('Payment Terms'), }, |
1441 |
'charts' => { 'text' => $locale->text('Buchungskonto'), }, |
|
1439 | 1442 |
); |
1440 | 1443 |
|
1441 | 1444 |
foreach my $name (qw(id transdate duedate invnumber ordnumber name datepaid employee shippingpoint shipvia transaction_description)) { |
Auch abrufbar als: Unified diff
Einkaufsrechnungen Buchungskonto