Revision f928a1f6
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
locale/de/dn | ||
---|---|---|
11 | 11 |
'Apr' => 'Apr', |
12 | 12 |
'April' => 'April', |
13 | 13 |
'Attachment' => 'als Anhang', |
14 |
'Attachment name' => 'Name des Anhangs', |
|
14 | 15 |
'Aug' => 'Aug', |
15 | 16 |
'August' => 'August', |
16 | 17 |
'Auto Send?' => 'Auto. Versand?', |
... | ... | |
141 | 142 |
'Quotation' => 'Angebot', |
142 | 143 |
'Quotation Date missing!' => 'Angebotsdatum fehlt!', |
143 | 144 |
'Quotation Number missing!' => 'Angebotsnummer fehlt!', |
145 |
'RFQ' => 'Anfrage', |
|
144 | 146 |
'Reqdate' => 'Lieferdatum', |
145 | 147 |
'Required by' => 'Lieferdatum', |
146 | 148 |
'Sales Order' => 'Kundenauftrag', |
... | ... | |
196 | 198 |
|
197 | 199 |
$self->{subs} = { |
198 | 200 |
'H' => 'H', |
201 |
'Q' => 'Q', |
|
199 | 202 |
'add' => 'add', |
200 | 203 |
'add_transaction' => 'add_transaction', |
201 | 204 |
'ap_transaction' => 'ap_transaction', |
Auch abrufbar als: Unified diff
Möglichkeit eingebaut, beim Versenden von Emails den Namen für den Dateianhang selber festzulegen. Er ist mit "Vorgangstyp_Vorgangsnummer.ext" vorbelegt, also z.B. "Rechnung_15.pdf". Attribute in HTML-Tags und Werte gequotet.