Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a64b214d

Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt

  • ID a64b214d855ee7c1077323dbc8d2e19a89703085
  • Vorgänger f4006367
  • Nachfolger d6beac43

Rechnungen: In Kopf anzeigen, in welchen SEPA-Exporten der Beleg enthalten ist

Unterschiede anzeigen:

SL/DB/Invoice.pm
column_map => { id => 'ar_id' },
manager_args => { with_objects => [ 'sepa_export' ] }
},
sepa_exports => {
type => 'many to many',
map_class => 'SL::DB::SepaExportItem',
map_from => 'ar',
map_to => 'sepa_export',
},
custom_shipto => {
type => 'one to one',
class => 'SL::DB::Shipto',
bin/mozilla/is.pl
my %TMPL_VAR = ();
my @custom_hiddens;
$TMPL_VAR{invoice_obj} = SL::DB::Invoice->new(id => $form->{id})->load if $form->{id};
$form->{employee_id} = $form->{old_employee_id} if $form->{old_employee_id};
$form->{salesman_id} = $form->{old_salesman_id} if $form->{old_salesman_id};
locale/de/all
'SCREENED' => 'Angezeigt',
'SEPA XML download' => 'SEPA-XML-Download',
'SEPA creditor ID' => 'SEPA-Kreditoren-Identifikation',
'SEPA exports' => 'SEPA-Exporte',
'SEPA exports:' => 'SEPA-Exporte:',
'SEPA message ID' => 'SEPA-Nachrichten-ID',
'SEPA message IDs' => 'SEPA-Nachrichten-IDs',
templates/webpages/is/form_header.html
</td>
</tr>
[%- END %]
[%- IF invoice_obj.sepa_exports.as_list.size %]
<tr>
<th align="right">[% LxERP.t8("SEPA exports") %]</th>
<td>
[% FOREACH export = invoice_obj.sepa_exports.as_list %]
<a href="sepa.pl?action=bank_transfer_edit&vc=customer&id=[% HTML.url(export.id) %]">[% HTML.escape(export.id) %]</a>
[% UNLESS loop.last %], [% END %]
[% END %]
</td>
</tr>
[%- END %]
[%- IF business %]
<tr>
<th align="right">[% 'Customer type' | $T8 %]</th>

Auch abrufbar als: Unified diff