Thread Starter
therab
(@therab)
hi,
ok I understand. I was hoping for something I might have missed in your plugin.
After some more investigation, the “germanized” plugin stores most of the data for a possible export of invoices by date in the post_meta table.
An export option for invoices does exist for that plugin, but needless to state, it has barely the features of your export plugin (like scheduled export of your plugin’s ‘pro’ version)
Some of them are serialized objects, so there’s a lot of work ahead of me to export that stuff, and it will be a different task to export all single items sold in a date range, but those two are obviously two entirely different tasks to handle.
Thanks for your quick reply.
FYI: the woocommerce germanized post_meta keys for an invoice/packing slip
_invoice_address
_invoice_shipping_address
_invoice_recipient
_invoice_items
_invoice_currency
_invoice_tax_totals
_invoice_payment_method
_invoice_payment_method_title
_invoice_totals
_invoice_order
_invoice_order_number
_invoice_order_data
_invoice_number
_invoice_number_formatted
_invoice_filename
_invoice_attachment
Plugin Contributor
therab
(@therab)
Thank you, too.
It’s only worth patching if what’s already there is worth patching 🙂
Keep up the good work!
Rainer