Accounting for WooCommerce

Description

This plugin is a fork from Ro_meow’s WooCommerce Book-keeper with a huge refactor by NOUS Ouvert Utile et Simple.

Define global codes for each type of data: products, taxes, shipping fees, payment methods, account number, analytic.

You can export your orders in a CSV file, filtered by date and status, set columns and separators so every common Accounting Software.

With the PRO addon, you will be able to set accounting number and analytic code for each item of: products, taxes, shipping fees and payment methods.

Installation

  1. Upload into the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress admin
  3. You can edit defaults settings in WooCommerce > Settings > Accounting

FAQ

Which accounting software are currently supported?

Accounting for WooCommerce exports configurable CSV files, so most of common accounting softwares will be able to read it.

At this time, exports have been tested on Cogilog and GnuCash.

Reviews

March 30, 2021
Permet d'exporter facilement vers le logiciel de comptabilité. La configuration est simple et permet d'indiquer les code comptables comme les codes de compta analytique, très pratique !
Read all 1 review

Contributors & Developers

“Accounting for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

“Accounting for WooCommerce” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Accounting for WooCommerce” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.2.1

  • Manage WooCommerce activated on network

1.2

  • Use message notice instead of JS alert in case of empty result
  • Factorize get orders params in export

New hooks:
– woocommerce_accounting:export_form:before_submit action hook
– woocommerce_accounting:export:get_orders_args filter hook

1.1.3

  • Fix default settings tab name
  • More consistent wording
  • Rearrange export page layout.
  • Update pot file
  • Remove useless po/mo files

1.1.2

  • Add hook to export filename
  • Fix PHP syntax

1.1.1

  • Do not export taxes having amount equal to zero
  • Fix lost preference for “tab” separator

1.1

  • Move welcome message from setting tab to help tab.

1.0.0

  • Initial release