=== WC Recurring Invoice Pdf === Contributors: ole1986 Tags: woocommerce, invoicing, billing, pdf, custom products Donate link: https://www.paypal.com/cgi-bin/webscr?item_name=Donation+WC+Recurring+Invoice+Pdf&cmd=_donations&business=ole.k@web.de Requires at least: 3.1 Tested up to: 6.5 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html
WooCommerce invoice pdf generation for recurring / non-recurring orders. incl. invoice submission
== Description ==
The WC-InvoicePdf plugin is used to generate PDF documents from woocommerce orders. It also allows to setup WC Orders to be recurring and submits the invoices to there customers respectively.
Features
== Installation ==
TESTING
For testing the recuring payments (submission of invoices) the "Test recuring" settings can be hooked to overwrite any customer email address
= DEVELOPMENT =
To set the recurring state of an order while receiving a request, an action hook can be used to achieve this
// call the plugin to mark it as yearly recurring payment order do_action('wcinvoicepdf_order_period', $order_id, 'yearly'); // call the plugin to mark it as monthly recurring payment order do_action('wcinvoicepdf_order_period', $order_id, 'monthly');
To add additional info into the invoice metabox located in order, the following hook is availble
do_action('wcinvoicepdf_invoice_metabox', $post_id);
== Screenshots ==
== License ==
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with WP Nofollow More Links. If not, see http://www.gnu.org/licenses/.
== Changelog ==
Release notes are provided by the Github project page