AyeCode / invoicing

GetPaid (Formerly the Invoicing plugin) is a lightweight Payments and Invoicing system for WordPress. It can be used to sell anything online via payment forms or buy now buttons that can be added to any landing page. It can also be used by freelancers to manage their Invoices or by 3rd party Themes and Plugins as their payment system. GeoDirectory currently uses GetPaid as its payment system
https://wpgetpaid.com/
Other
38 stars 22 forks source link

Custom number for invoices #131

Closed Mte90 closed 6 years ago

Mte90 commented 6 years ago

I configured for sequential numbers but seems that there are jump with the ids of invoice. I need to be sure that the invoice number is different from the post type id in that way I can use the invoice in Italian fiscal system without issue. There is a filter for that? usually in woocomerce I use a global option to save the last invoice number and save that inside the invoice and use that instead of the post type id.

Mte90 commented 6 years ago

Ok, checked better with configuration and this seems works outside the box. Sorry for the useless issue