xpay✦ Commerce
Directory
WooCommerce plugins
Corrispettivi for WooCommerce
Corrispettivi for WooCommerce
Un aiuto per la compilazione del Registro dei Corrispettivi derivanti da vendite WooCommerce.
2.0
(1 ratings)Will this break my store?
What the WordPress.org registry says about keeping Corrispettivi for WooCommerce running.
Tested to 6.9.5 — 1 branch behind 7.0
Tested against the WordPress branch in use today.5 months ago
At least 3.0 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.8.0
Your host must be running at least this version.4.4
woocommerce
These must be installed and active first.1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how Corrispettivi for WooCommerce is looked after — not on how many stores run it.
Maintenance
35 / 35WordPress compatibility
14 / 20Support responsiveness
Not enough dataMerchant satisfaction
8 / 15Listing transparency
6 / 10Ratings
2.0
1 ratingIl registro dei corrispettivi è il registro contabile dove bisogna annotare le operazioni attive giornaliere (con e senza IVA).
Corrispettivi per WooCommerce consente di generare automaticamente un elenco dei corrispettivi giornalieri distinto per mese e anno a partire dagli ordini di WooCommerce che hanno ricevuto un pagamento.
Sono inclusi nel calcolo gli ordini completati, e opzionalmente quelli in lavorazione, in sospeso o rimborsati.
L’elenco dei corrispettivi è distinto per mese e anno, e riporta per ciascuna giornata:
- il totale dei corrispettivi giornalieri;
- i totali distinti per aliquota IVA;
- i totali delle operazioni non imponibili o esenti;
- i totali delle operazioni non soggette a registrazione IVA;
- il numero (da/a) delle fatture emesse.
Il plugin ricava i dati degli ordini fatturati da PDF Invoices & Packing Slips for WooCommerce oppure da WooCommerce Italian Add-on Plus, se presenti.
Gli elenchi sono esportabili in formato Excel (.xlsx) o CSV.
Translations in your language
- English
- Italian (it_IT)
- Our plugin is fully WPML Compatible.
Support
If you find any issue, let us know here!
Contributions
Help us to translate the plugin in your language. You can do it here.
Non ci risulta al momento un meccanismo codificato che consenta di effettuare questo invio in modo automatico.
Puoi usare il filtro corrispettivi_for_woocommerce_default_wc_status nel file functions.php del tema (meglio child theme):
`php
add_filter(‘corrispettivi_for_woocommerce_default_wc_status’, function($statuses) {
$statuses[] = ‘wc-custom-status’;
$statuses[] = ‘wc-shipped’;
return array_values(array_unique($statuses));
});
`
Note:
* Usa gli slug WooCommerce completi, ad esempio wc-completed.
* Il plugin mantiene sempre wc-completed tra gli stati selezionati.
Plugin details
Tags on WordPress.org
