Search results

  1. M

    Update date field on change

    I have an order entry database that works fine. I have a field called “approval” with 3 choices: pending, approved or denied. It is a select single radio button field. I also have a field for approval date. I would like to insert the current date intro the approval date field when the order is...
  2. M

    Export PDF Button Missing

    For some reason, The Export PDF button is missing. Export PDF is enabled. No Idea what I'm missing. Any Ideas? Here is my config.php: $export_to_pdf_feature = 1; $pdf_creation_time_limt = 30; $pdf_max_number_records = 100; $add_pdf_page_for_each_record = 1; $pdf_page_orientation = 'P'...
  3. M

    EXPORT PDF BUTTON MISSING

    For some reason, The Export PDF button is missing. Export PDF is enabled. No Idea what I'm missing. Any Ideas? // enable export to PDF feature (0|1). This feature is available on DaDaBIK Enterprise/Platinum version only. Here is my config.php: $export_to_pdf_feature = 1...
  4. M

    Increase Session Time before Auto Logout

    My users get logged out of Dadabik after a few minutes (5 - 7). How can I increase the time before they are logged out automatically?
  5. M

    Can not upload images from an iphone

    I have my dadabik application running fine. I can upload images from any computer but when I try to upload from an iphone it says "there was an error uploading the image" Both the computer and the iphone are accessing my dadabik application using chrome, and they are on separate networks from...
  6. M

    Ion cube issue

    Hi Eugenio. I was attempting to install our Enterprise version on a new server and move my existing dadabik System to the new server. The SQL database installed and copied with no issue. When I run install that PHP, I get a message that I am cube loader doesn’t exist. It has been installed and...
  7. M

    Need help using a hook to generate a CSV

    I am trying to generate a csv file every time a table is updated. Does anyone have any relevant information or success with such a task? You are using DaDaBIK version 10.3-Manarola enterprise, installed on 10-31-2020 PHP Version: 7.4.3 mysql version: 8.0.22-0ubuntu0.20.04.2 Web server...
  8. M

    PK TRYING TO INSERT NULL UPON UPDATING A RECORD

    I am receiving the following error only when updating a record. The issue began today when someone deleted a record (which we regularly do). The id_orders field is the PK, int auto_incrementing. It appears that upon selecting an existing record and making a change, dadabik wants to write...
  9. M

    Issues reading values from other tables using hooks

    I have 2 issues using hooks. I have created a complete order entry and tracking system using dadabik. Works great. I have used functions with success including automatically retrieving GPS coordinates and maps from mobile users. Here are my 2 issues. 1) As soon as I un-comment any of your...
  10. M

    Execute an html script from a form

    I need to capture and save the latitude and longitude of a mobile users position and save them to fields of my table. I have html code working fine to perform the function but have no idea how I can execute the script within a form and capture the data to the fields. Any creative ideas would be...
  11. M

    Custom_functions help !

    I have written a CRM system. The basic structure and functionality works fine. If I edit the custom_function.php file or operational_hooks.php file, the server will not load dadabik. Even if I just un-comment the example of email in the file, it will not load. I am at a loss here. Any...
  12. M

    Where is the dada sales app ?

    I am new to dadabik But I am having great success learning it. I recently upgraded to the enterprise version because it includes a sales app. Does anyone know where that is located or where the documentation is on it.
Top