-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add logic for reminder generation (#219)
* first commit * make class parameers optional / change classnames * add ability to distinguish between attachments * repair shemadb_default * remove superflous line * remove lacalization * add "create_reminder" to localization * remove lacalization from admin folder * repaired midgard l10n * make class name dynamic * add typehint to get_attachment * hide button, when not needed / codingstyle * reminder button appers after 14 days * use overdue for status * remove $invoice variable /change reminder classname * change seccess / error message reminder pdf creation * change config /remove lacalization * change dialog window on reminder re-creation * remove 'kind switch' * remove "has alredy sent" message for overdue reminder * include reminder view * remove nested if from populate_toolbar() * add l10n to filename * coding style / remove $kind variable / change l10n * change label name to reminder * remove bracelets * add reminder to l10n * change Mahnung to mahnung. * change: title/spelling/logic * change mahnung lcfirst * add test --------- Co-authored-by: Simon Rautenberg <[email protected]>
- Loading branch information
1 parent
0b96910
commit 76451e6
Showing
12 changed files
with
102 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
'invoice_number_format' => '#%06d', | ||
//contains the class file to create the pdf for the invoice, if set to false pdf-creation is disabled | ||
'invoice_pdfbuilder_class' => false, //implements org_openpsa_invoices_interfaces_pdfbuilder | ||
'invoice_pdfbuilder_reminder_class' => false, | ||
|
||
'invoice_mail_bcc' => false, | ||
'invoice_mail_from_address' => '[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters