Giter Club home page Giter Club logo

dolibarr_module_query's Introduction

/* 
 * Copyright (C) 2014-2016 ATM Consulting <[email protected]>
 *
 * This program and files/directory inner it is free software: you can 
 * redistribute it and/or modify it under the terms of the 
 * GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

I. PDF generation
   
   1. To transform and send dashboard by mail you'll need WKHTMLTOPDF. 
   		a. Use the lib/wkhtmltox-0.12.2.1_linux-wheezy-amd64.deb or retrieve the good one from http://wkhtmltopdf.org/downloads.html
   		b. in terminal, install it as root with "dpkg -i wkhtmltox-0.12.2.1_linux-wheezy-amd64.deb" and "apt-get install -f"
   		c. don't use wkhtmltopdf from repository of debian, it can't run headless (because of a bug)
   		d. configure your cron to call the mail-dashboard.php from commande line with argument 1 (DAY,WEEK,MONTH) and argument 2 (step 1 or 2)
   		
   		
   	2. To export list as custom list with ODT or ODS template you'll need libreoffice
   		a. in terminal, install it as root with "apt-get install libreoffice-writer". It's normally sufficient
   		
   		

   
   

dolibarr_module_query's People

Contributors

atm-adrien avatar atm-arnaud avatar atm-florian avatar atm-florianm avatar atm-gauthier avatar atm-greg avatar atm-gregm avatar atm-gregr avatar atm-john avatar atm-jpb avatar atm-kevin avatar atm-lena avatar atm-marc avatar atm-maxime avatar atm-nicolas avatar atm-quentin avatar atm-robin avatar aurelienc avatar flegastelois avatar jfefe avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dolibarr_module_query's Issues

Trop d'options affichées dans le mode expert "simple"

Le mode expert "simple" (TQuery::expert == 1) ne prend en compte aucun des traitements SQL possibles dans le mode assisté (application de fonctions SQL, groupement, tri), mais affiche quand même l'interface correspondante => cacher la majeure partie de cette interface

Préfixe llx_ en dur

Le script de mise à jour de la base de données à l'activation du module n'utilise pas la constante MAIN_DB_PREFIX : si le préfixe est différent de llx_, les requêtes livrées avec le module ne fonctionnent pas. Ça ne bloque cependant pas l'activation du module.

Recherche LIKE disparait en mode Expert

Bonjour, en mode basic il est possible de passer un champs en mode "variable" et d'indiquer LIKE dans le menu. Ceci permet de faire un recherche et un filtre dynamiquement sur la requête.
Mais quand on passe en mode expert avancé, il y a toujours la possiblité d'indiquer que le champ est variable, mais l'option like n'est plus disponible... du coup, je ne vois pas comment faire le filtre.
Est-ce un bug ? ou faut-il le spécifier autrement ? merci

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.