Search results

  1. eugenio

    Implemented A "Layout" tab (admin section)

    A layout tab (slightly different compared to the one described here) was introduced in V 11.8.
  2. eugenio

    Implemented Application Export / Backup

    Released with V. 12 Aveto.
  3. eugenio

    Implemented 1-click deployment from test to production server

    V 12 "Aveto", released yesterday, introduces the ne "beta development mode", which, in a different way, implement this "1-click deployment from test to production" need.
  4. eugenio

    FIXED Custom code API + revision bug

    Fixed in V 12
  5. eugenio

    root user not created on install

    The documentation has been updated in V 12.
  6. eugenio

    Possibility of exporting app from appifytext.ai for use with lifetime license?

    Hello Mark, any DaDaBIK edition is fine. Best,
  7. eugenio

    Customize standard form headers

    Hi, you can customize all the messages in a custom language file. If you are using Italian, /include/languages/italian_custom.php https://dadabik.com/index.php?function=show_documentation#language Best,
  8. eugenio

    delete selected with checkbox

    Hello Marco, at the moment it is not possible. Best,
  9. eugenio

    different page format for different pdf

    Hello, you are right, the A4 format is passed by default by DaDaBIK when a new instance of the class MYPDF is created. It could be transformed into a config parameter, I'll add this to the todo list. About changing the tcpdf code, I would say it shouldn't be a problem but it's hard to say for...
  10. eugenio

    Custom function - Transformation

    There is an example of transformation function in the documentation, chapter 11 "Import data from MS Excel/CSV/ODS" subchapter "Transformation functions". Best,
  11. 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...
  12. 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...
  13. eugenio

    Tcpdf errors

    It is compatible, what kind of problems did you experience?
  14. 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...
  15. 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?
  16. 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.
  17. 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.
  18. eugenio

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

    It happens even to the best of us :)
  19. 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?
Top