Search results

  1. tiagovareta

    Form With Repeatable Subform (With Repeatable Subform)

    Hi! I am developing an order entry system. I currently have 3 forms: Customers, Orders and Products. When accessing the Customer List, I want to add orders and orders add products. That is: - Customers form, not repeatable as there will be one for each customer; - Orders Subform, repeatable...
  2. tiagovareta

    Exercise Editor - Reports

    Hello! I am creating the exercise editor and a training manager. The idea of operation will be: We create / manage the exercises and their characteristics, We create / manage the training, adding exercises to the training. I already did Exercise Management and Training Management. Now I want to...
  3. tiagovareta

    Primary Field / Filter Source for Data Display

    Hi, I'm developing a Soccer practice planner. In Football everything works by season. Is it possible to have an initial field, where I can choose the time I want to see / edit, and then all the information will be allusive to that time? For season we will always have different things: Players...
  4. tiagovareta

    Reports / Complex Reports

    Hi! I have a project in hand, to develop a manager of sports planning, specifically in Football. So by the way, you have to have the features: - Management of Exercises; - Management of Training Units; - Associate Exercises with training; - Print Training Sheet; It seems to me that it is...
  5. tiagovareta

    DatabaseJoin With Filter - Based on DropDown Value

    Hi, I am developing an application for control / register boxes. In this case to register (input / output), on the client, I have: 1 - Customer Choice Field (databasejoin) 2 - Field of Choice of the Type of Record I enter / exit (dropdown) 3 - Box Selection Field (databasejoin) So far...
  6. tiagovareta

    Validation NotEmpty + Icon

    Hi, Will it be possible to have the Labels of a form "hidden" and show the validation icon? What he wanted was if the field was not validated, the information of the field to fill out appeared. I have the hidden labels (none): The element configured as follows: When the verification fails...
  7. tiagovareta

    jUser Plugin - Error on Edit Record

    Hi, I have a form for registering clients, where I have the jUser plugin configured in this way: - http://prntscr.com/nakdv4 - http://prntscr.com/nake0r - http://prntscr.com/nake56 - http://prntscr.com/nake9e To create the registry, it does normal synchronization and everything works fine...
  8. tiagovareta

    SyntaxError: Unexpected token D in JSON at position 0 - Form Submit (onAfterProcess)

    Hi, I have a form, to register orders and are trying to put the payment by ATM. In this form I have 2 plugins: PHP + Redirect, The PHP Plugin (onAfterProcess) Calls the file: include 'plugins/fabrik_form/php/scripts/pay/register.php' - Where it generates the payment references and writes them...
  9. tiagovareta

    Get File Name - Upload Field

    Hi, I have a form that is not associated with a database. I use this form to send files. In this case, I do not want to save the file path. In the form processing, in the area of plugins, I have a pulgin php, to send the email with the files that we are uploading. I put the code, to get the...
  10. tiagovareta

    Add Negative Value to Field - Depending on the DropDown option

    Hi, I have a product entry and exit form (stock management). When I create a record in this form, I select whether it is a stock entry or exit through a DropDown, and then in the Quantity field, I enter the quantity of the incoming or outgoing product. In the quantity field, when I register a...
  11. tiagovareta

    Pagination in a Sub-Form (Table View)

    Hi, Is it possible to have pagination in a subform that has the table view? The appearance of my subform is this: http://prntscr.com/lqrt5k The idea would be to show every 10 records. How can I do this pagination?
  12. tiagovareta

    Enable/Disable Form Fields - Lists with Relationship

    Hi, I have 3 lists / tables: - Boxes - Customers - Registration Boxs -> Clients In the "Registration Boxes -> Clients" table, I have several fields, among them the "Client Id" + "Box Id" link. So far everything is right! The issue is that when I enter the Client, and I will add a record, the...
  13. tiagovareta

    Pre-Filter in Relationship Form (SubForm)

    Hi, I have a list for entries and exits records, related to the list of clients. I just want to show the records that do not have the "Delivered" status. I have a menu that directly accesses the list of all records (entries / exits) of all clients. Here the pre-filter is working: - Pre-Filter...
  14. tiagovareta

    Formatting Fields - Sending Email (Form Plugin)

    Hi, I have a form (order notes), that whenever a new purchase order is edited or registered, 1 email is sent to the administrator. The form is this: http://prntscr.com/jzlaam + http://prntscr.com/jzlafq In the email template, I use a Joomla article, configured as follows...
  15. tiagovareta

    $formModel->getElementData value to string

    Hi, I have a field (combobox), to select a phone number. When calling the field value this way: $number = $formModel->getElementData('tb_envio_sms_ind___sms_numero_enviar_sms_ind'); Returns the value of: "Array" and not the phone number I chose. How can I resolve this situation?
  16. tiagovareta

    Form Submit Error: SyntaxError: Unexpected token < in JSON at position 0

    Hi, I have a form with two plugins! The first plugin (php / Star Of Form Submission), I use to handle the collected data. Send 2 emails and register in the database. The second plugin (redirect), makes the referral to the thank-you page. The issue is that as soon as I do "send", it gives the...
  17. tiagovareta

    Export PDF - Fields overlap

    Hi, I have an application for order management! I want to export to pdf: - List of order forms - Order Note (when entering the order form) By clicking on the PDF from the list: http://prntscr.com/jf6ye4 The PDF file looks like this, with the overlapping fields: http://prntscr.com/jf70vw By...
  18. tiagovareta

    PHP List Plugin - Apply code only to the first selected

    Hi, I have a list button (php list plugin), to synchronize the list records, in the MailChimp list. It is working, but only synchronizes the 1st selected record. I have the following code: $app = JFactory::getApplication(); $ids = $app->input->get('ids', array(), 'array'); foreach ($ids AS...
  19. tiagovareta

    Value to Save Fields (Invoice Notes)

    Hi! I am developing a project for issuing Order Notes! The idea is to have multiple fields on the customer and have the rows with the products. Among others, I have the tables: Products, Customers, Order Note, Order Note Lines. I already have everything working except some fields in the...
  20. tiagovareta

    Full Calendar - Do not show completed tasks

    Hi, I have the calendar view (full calendar), which shows the tasks we have to do. In the form I have a yesno element, to set whether the task is complete or not. Is it possible to show only the tasks to be performed in the calendar? Or be the tasks that have the element yesno in "no" ...
We are in need of some funding.
More details.

Thank you.

Staff online

Members online

Back
Top