Recent content by eugenio

  1. eugenio

    Quickest/best way to duplicate app

    You don't need to install DaDaBIK, for an exact copy: copy and paste all the files, copy the DB, change the field "url_installation" in dadabik_installation_tab (this is normally set by the installation procedure), change config_custom.php according to the new server (also change...
  2. eugenio

    Tcpdf errors

    The documentation is correct, but this doesn't imply that importing from select_single fields is not possible / not compatible as you stated. The documentation refers to lookup fields (all lookup fields): if in your xls you don't have the value of the PK, you can use a transformation function...
  3. eugenio

    Tcpdf errors

    It is compatible, what kind of problems did you experience?
  4. eugenio

    different page format for different pdf

    Hello, you have to check the TCPDF documentation to see how to change the page size and then add the proper code in your set_standard_pdf_parameters_custom() function (see the documentation for further details). For example this line in the set_standard_pdf_parameters_custom() function set...
  5. eugenio

    Tcpdf errors

    Hello, did you change any DaDaBIK file except from config_custom.php? Could you try a fresh installation, using the original files downloaded and changing just config_custom.php, on a simple (1 table ) DB and see if you get the same error?
  6. eugenio

    Contains as default option in quicksearch

    If you only need contains you can also remove all the other options: no operator menu will be displayed and the search will always use contains.
  7. eugenio

    Clear Filters when there is an error

    Hello, which version are you using? Starting from 11.7, when a query error is generated, a message appears with a link to logout and login again, this clear the filters.
  8. eugenio

    using a custom button to apply a filter (via redirecting)

    It happens even to the best of us :)
  9. eugenio

    new installation 403 error on install.php

    Hello, is it possible that you have a table called delivery_notes in multiple schemas of the same database?
  10. eugenio

    using a custom button to apply a filter (via redirecting)

    Yes, you can start with that, but if it still doesn't work I would do a more comprehensive test
  11. eugenio

    using a custom button to apply a filter (via redirecting)

    I am pretty sure that $enable_search_by_url is overwritten somewhere or not set in config.php due to a file edit. I would test a fresh installation of DaDaBIK, using the original files you downloaded and editing only config_custom.php with the required parameters and see if you get the same...
  12. eugenio

    using a custom button to apply a filter (via redirecting)

    You don't need to copy it to config_custom.php (and you shouldn't unless you want to change the default setting). There might be something wrong somewhere else.. I see you wrote $enable_search_by_utl (utl instead of url), is this a typo or in your config.php file it is written utl ?
  13. eugenio

    using a custom button to apply a filter (via redirecting)

    That's strange, is the config parameter $enable_search_by_url set to 1 (by default it is)? If you use one of our online demo (dadabik.com/demo), do you see the button?
  14. eugenio

    using a custom button to apply a filter (via redirecting)

    The button is displayed after the execution of an advanced search and allows you to simulate, using an URL (the one the button shows you), the same advanced search.
  15. eugenio

    using a custom button to apply a filter (via redirecting)

    I am not sure if I got what you need, but if you only need to open a table with a pre-defined search filter, you can execute the search using the advanced search feature, then click on "show search URL" at the bottom of the page and finally use that URL as a redirect URL in your custom button...
Top