Revision cff1389b
Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
922 | 922 |
@columns = |
923 | 923 |
qw(transdate id type invnumber ordnumber cusordnumber name netamount tax amount paid |
924 | 924 |
datepaid due duedate transaction_description notes salesman employee shippingpoint shipvia |
925 |
marge_total marge_percent globalprojectnumber customernumber country ustid taxzone payment_terms charts customertype direct_debit); |
|
925 |
marge_total marge_percent globalprojectnumber customernumber country ustid taxzone payment_terms charts customertype direct_debit dunning_description);
|
|
926 | 926 |
|
927 | 927 |
my $ct_cvar_configs = CVar->get_configs('module' => 'CT'); |
928 | 928 |
my @ct_includeable_custom_variables = grep { $_->{includeable} } @{ $ct_cvar_configs }; |
... | ... | |
969 | 969 |
'charts' => { 'text' => $locale->text('Buchungskonto'), }, |
970 | 970 |
'customertype' => { 'text' => $locale->text('Customer type'), }, |
971 | 971 |
'direct_debit' => { 'text' => $locale->text('direct debit'), }, |
972 |
dunning_description => { 'text' => $locale->text('Dunning level'), }, |
|
972 | 973 |
%column_defs_cvars, |
973 | 974 |
); |
974 | 975 |
|
Auch abrufbar als: Unified diff
Rechnungssuche: optionale Spalte Mahnstufe implementiert