WC Recurring Invoice Pdf

설명

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

  • Save invoice as pdf from any order created by WooCommerce
  • Export invoices into CSV (primary GnuCash, more may follow…)
  • Preview quote as pdf to submit provisional offer to customers
  • Schedule recurring invoices directly send to customers email address
  • Send kindly reminders for over due invoices
  • Show payable invoices in customers “My Account”
  • Individual the PDF template in text and picture
  • Remind delegate person about pending payments from customers
  • A “Webspace” product type for recurring payment support
  • A “Working hours” product type to support service hours being invoiced to customers

RELEASE NOTES

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/.

스크린샷

  • The PDF printout when generating invoice
  • All invoices listing from admin panel
  • Invoice frontend for customers incl. pending payment instructions
  • Generate invoice metabox from WooCommerce Order page
  • WooCommerce Order basic prerequisites on subscription and ISPConfig (optional) settings
  • Settings for PDF invoice output 1/2
  • Additional settings for PDF invoice output 2/2
  • Task scheduler for recurring and reminder settings
  • Email template settings for payments and reminders

설치

  • Search for “wp-ispconfig3” 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

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);

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WC Recurring Invoice Pdf”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WC Recurring Invoice Pdf”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

Release notes are provided by the Github project page