-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
66 lines (46 loc) · 2.4 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
=== WC Recurring Invoice ===
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&[email protected]
Requires at least: 3.1
Tested up to: 6.6
Stable tag: trunk
License: MIT
WooCommerce invoice PDF generator for recurring / non-recurring orders and Email submission.
== Description ==
The WC Recurring Invoice (aka WC Invoice PDF) extends WooCommerce to generate PDF invoices while supporting recurring and automated Email submission.
**FEATURES**
* Invoice overview
* Manage invoice status and due date
* Email submission schedule for invoices
* Individual payment reminder (internal and customer)
* Customizable PDF and Email content through placeholders
* [NEW] Support for XRechnung according to EN16931
**WooCommerce Extended**
* [PRODUCT] Subscription product (Webspace) to trigger recurring Orders
* [PRODUCT] Individual "Service" product allowing to customize units (E.g PCS, hours, mins, any other)
* [ORDER] Generate and preview PDF invoice for any WooCommerce order
* [ORDER] Configurable subscription type (yearly, monthly) per WooCommerce order
== Installation ==
* Search for "wc-invoice-pdf" in the "Plugins -> Install" register
* Install and active the plugin
* Open the "WC-Invoices" -> "Settings" menu from admin pane for configuration
**TESTING**
For testing the recuring payments (submission of invoices) the "Test recuring" settings can be hooked to overwrite any customer email address
= DEVELOPMENT =
This plugins provides the following webhooks
* wc_recurring_order_period | When order subscription is being changed/created (also applies to shop cart orders)
* wc_recurring_invoice_metabox | Invoice metabox hook in WooCommerce order backend (content)
* wc_recurring_invoice_creating | When an invoice pdf is supposed to be saved into database
== Screenshots ==
1. The PDF printout when generating invoice
2. All invoices listing from admin panel
3. Invoice frontend for customers incl. XRechnung download
4. Generate invoice metabox from WooCommerce Order page
5. WC Recurring Settings page (General)
6. WC Recurring Settings page (Invoice PDF)
7. Email template settings for payments and reminders
== License ==
[MIT LICENSED](https://github.com/ole1986/wc-invoice-pdf)
== Changelog ==
[RELEASE NOTES](https://github.com/ole1986/wc-invoice-pdf/releases)