Revision d333cdb7
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1023 | 1023 |
my @columns = |
1024 | 1024 |
qw(transdate id type invnumber ordnumber name netamount tax amount paid datepaid |
1025 | 1025 |
due duedate transaction_description notes employee globalprojectnumber department |
1026 |
vendornumber country ustid taxzone payment_terms charts direct_debit); |
|
1026 |
vendornumber country ustid taxzone payment_terms charts debit_chart direct_debit);
|
|
1027 | 1027 |
|
1028 | 1028 |
my @hidden_variables = map { "l_${_}" } @columns; |
1029 | 1029 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto |
... | ... | |
1056 | 1056 |
'taxzone' => { 'text' => $locale->text('Tax rate'), }, |
1057 | 1057 |
'payment_terms' => { 'text' => $locale->text('Payment Terms'), }, |
1058 | 1058 |
'charts' => { 'text' => $locale->text('Chart'), }, |
1059 |
'debit_chart' => { 'text' => $locale->text('Debit Account'), }, |
|
1059 | 1060 |
'direct_debit' => { 'text' => $locale->text('direct debit'), }, |
1060 | 1061 |
); |
1061 | 1062 |
|
Auch abrufbar als: Unified diff
Einkaufsbericht um Anzeige erstes Sollkonto erweitert