• Resolved kingdave

    (@kingdave)


    L’esportazione in csv o in excel dei report di vendita non sono corretti. In csv i campi sono delimitati da “;” e non dal solo ; invece nell’esportazione in excel le commissioni hanno un valore moltiplicato per 100 (es. 0,54€ di commissioni in excel vengono portati com 54€). Credo il problema sia nell’uso di point o comma nell’export.
    Nella funzione prelievi non è previsto l’export così come nel libro cassa per i venditori. Ne è previsto un filtro per data… Tante piccole cose che rendono difficile gestire l’analisi dei dati. Se è possibile verificare e risolvere sarebbe ottimo.

Viewing 1 replies (of 1 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Well, I believe there has some issues in your Excel cell format setting, so it’s omitting decimal points.

    Otherwise it woks perfectly – https://ibb.co/JxdcM2L

    Still, you may add this line to your site –

    add_filter( 'wcfm_is_allow_datatable_hidden_export', '__return_true' );

    This will export order price columns separately without any text and currency symbol.

    Add custom code(s) to your child theme’s functions.php
    In case you do not have child theme then add those using this plugin – https://wordpress.org/plugins/code-snippets/

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Export excel o csv report ordini e prelievi’ is closed to new replies.