Revision 2b841a42
Von Max Wessendorf vor 8 Monaten hinzugefügt
SL/Helper/EmailProcessing.pm | ||
---|---|---|
98 | 98 |
} |
99 | 99 |
|
100 | 100 |
1; |
101 |
|
|
102 |
|
|
103 |
=encoding utf8 |
|
104 |
|
|
105 |
=head1 NAME |
|
106 |
|
|
107 |
SL::Helper::EmailProcessing - Helper functions for processing email attachments |
|
108 |
|
|
109 |
=head1 SYNOPSIS |
|
110 |
|
|
111 |
This module provides helper functions for processing email attachments. |
|
112 |
|
|
113 |
=head1 METHODS |
|
114 |
|
|
115 |
=head2 process_attachments($function_name, $email_journal, %params) |
|
116 |
|
|
117 |
Processes the attachments of an email journal. The function to be used for processing is determined by the first argument. |
|
118 |
|
|
119 |
=head2 process_attachments_zugpferd($function_name, $email_journal, %params) |
|
120 |
|
|
121 |
Processes the attachments of an email journal. If it is a Zugpferd Invoiue it creates the PurchaseInvoice and links it to the email_journal. |
|
122 |
|
|
123 |
=head1 AUTHOR |
|
124 |
|
|
125 |
Tamino Steinert E<lt>tamino.steinert@tamino.stE<gt> |
|
126 |
|
|
127 |
=cut |
|
128 |
|
Auch abrufbar als: Unified diff
Doku: pod für EmailProcessing.pm ergänzt