Revision 67743ce3
Von Bernd Bleßmann vor etwa 2 Jahren hinzugefügt
SL/Controller/RecordLinks.pm | ||
---|---|---|
{ title => t8('Purchase Reclamation'), type => 'purchase_reclamation', model => 'Reclamation', number => 'record_number',},
|
||
{ title => t8('Purchase Invoice'), type => 'purchase_invoice', model => 'PurchaseInvoice', number => 'invnumber', },
|
||
{ title => t8('Letter'), type => 'letter', model => 'Letter', number => 'letternumber', description => 'subject', description_title => t8('Subject'), date => 'date', project => undef },
|
||
{ title => t8('Email'), type => 'email_journal', model => 'EmailJournal', number => 'id', description => 'subject', description_title => t8('Subject'), project => undef},
|
||
{ title => t8('Email'), type => 'email_journal', model => 'EmailJournal', number => 'id', description => 'subject', description_title => t8('Subject'), project => undef, date => 'sent_on',},
|
||
{ title => t8('AR Transaction'), type => 'ar_transaction', model => 'Invoice', number => 'invnumber', },
|
||
{ title => t8('AP Transaction'), type => 'ap_transaction', model => 'PurchaseInvoice', number => 'invnumber', },
|
||
{ title => t8('Dunning'), type => 'dunning', model => 'Dunning', number => 'dunning_id', },
|
templates/webpages/record_links/add_filter.html | ||
---|---|---|
var type = $('#record_links_add_filter_link_type').val();
|
||
var title = type == 'requirement_spec' ? kivi.t8('Title')
|
||
: type == 'letter' ? kivi.t8('Subject')
|
||
: type == 'email_journal' ? kivi.t8('Subject')
|
||
: kivi.t8('Transaction description');
|
||
|
||
if (type == 'letter' || type == 'email_journal' || type == 'gl_transaction') {
|
Auch abrufbar als: Unified diff
Verknüpfte Belege: E-Mail hinzufügen: Betreff richtig benennen und Datum anzeigen