panaris / dolibarr-mydata

A dolibarr module which pushes invoices to AADE MyDATA service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOLIBARR ERP & CRM MODULE FOR GREEK AADE MYDATA

This Dolibarr module pushes invoices to AADE MyDATA


Install module:

  • If you get the module in a zip file (like when downloading it from the market place Dolistore), go into menu Home - Setup - Modules - Deploy external module and upload the zip file.

Note: If this screen tell you there is no custom directory, check your setup is correct:

  • In your Dolibarr installation directory, edit the htdocs/conf/conf.php file and check that following lines are not commented:

    //$dolibarr_main_url_root_alt ...
    //$dolibarr_main_document_root_alt ...
  • Uncomment them if necessary (delete the leading //) and assign a sensible value according to your Dolibarr installation

    For example :

    • UNIX:

      $dolibarr_main_url_root_alt = '/custom';
      $dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';
    • Windows:

      $dolibarr_main_url_root_alt = '/custom';
      $dolibarr_main_document_root_alt = 'C:/My Web Sites/Dolibarr/htdocs/custom';

About

A dolibarr module which pushes invoices to AADE MyDATA service


Languages

Language:PHP 75.6%Language:JavaScript 19.8%Language:CSS 4.6%