Revision 900cadcb
Von Max Wessendorf vor 8 Monaten hinzugefügt
SL/Helper/EmailProcessing.pm | ||
---|---|---|
84 | 84 |
} |
85 | 85 |
|
86 | 86 |
1; |
87 |
|
|
88 |
|
|
89 |
=encoding utf8 |
|
90 |
|
|
91 |
=head1 NAME |
|
92 |
|
|
93 |
SL::Helper::EmailProcessing - Helper functions for processing email attachments |
|
94 |
|
|
95 |
=head1 SYNOPSIS |
|
96 |
|
|
97 |
This module provides helper functions for processing email attachments. |
|
98 |
|
|
99 |
=head1 METHODS |
|
100 |
|
|
101 |
=head2 process_attachments($function_name, $email_journal, %params) |
|
102 |
|
|
103 |
Processes the attachments of an email journal. The function to be used for processing is determined by the first argument. |
|
104 |
|
|
105 |
=head2 process_attachments_zugpferd($function_name, $email_journal, %params) |
|
106 |
|
|
107 |
Processes the attachments of an email journal. If it is a Zugpferd Invoiue it creates the PurchaseInvoice and links it to the email_journal. |
|
108 |
|
|
109 |
=head1 AUTHOR |
|
110 |
|
|
111 |
Tamino Steinert E<lt>tamino.steinert@tamino.stE<gt> |
|
112 |
|
|
113 |
=cut |
|
114 |
|
Auch abrufbar als: Unified diff
Doku: pod für EmailProcessing.pm ergänzt