• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

Search results

  1. S

    Calc element in related data

    Hi, Thanks to Hugh or cheesegrits I discovered the usage of related data for huge data treatment. Now I use two list Employeur_2 and Salarie_3. The only problem I have is : 1 - how to get autres_cotisations (calc element) works. The former formula : return '{fab_employeurs___regime_raw}' *...
  2. S

    Column Subtotal goes wrong

    Thanks for your help guys. That work well. All calculation tested and rendered correct. I dont know what I would do without your help. I didnt use a code you sent me earlier because I got server interruption while I was doing it. After I restored former backup and didnt remember or get time to...
  3. S

    Column Subtotal goes wrong

    Understood. Calculation for cotisation_retraite, autres_cotisations and total_cotisation are correct. Just little problem with sum in column for autres_cotisations and total_cotisation. Its that something we can fix or not. Just sayin'. Regards
  4. S

    Column Subtotal goes wrong

    Yeah ! Calculation is back in autres_cotisations element. Thanks... Just one last thing, how to get subtotal in column for total_cotisation correct. I mean subtotal in column for total_cotisation = subtotal in column cotisation_retraite + subtotal in column autres_cotisations. Now only...
  5. S

    Column Subtotal goes wrong

    Okay, I disabled unecessary list. You should focus on below list : List and form : Employeurs and SALARIES group : Employeurs, SALARIES and Employeurs-[fab_salaries] Elements : fab_salaries___salaire_brut_mensuel_deplaf (id 344) (field) fab_salaries___salaire_brut_mensuel_plaf (id 351) (calc)...
  6. S

    Column Subtotal goes wrong

    Connexion problem fixed on the web site. You can have access right now
  7. S

    Column Subtotal goes wrong

    I know. I installed some security updates on the main server who didnt respond after a reboot command. Am waiting root password from my IAAS's to restore services from cpanel or SSH mode. I will let you know as soon as its okay. Sorry... Errors occured on server less than 1hour after my last...
  8. S

    Column Subtotal goes wrong

    Hello !!! someone ! :(
  9. S

    Column Subtotal goes wrong

    Done.
  10. S

    Column Subtotal goes wrong

    Nope.... nothing happen.... only blank on autres_cotisations..... I even lose the calc I had before with this element.... Sorry !
  11. S

    Column Subtotal goes wrong

    Can you check please if this code for the calc element (salaire_brut_mensuel_plaf) is correct. if ({fab_salaries___salaire_brut_mensuel_deplaf_raw}>400000){ return '400000'; } else{ return {fab_salaries___salaire_brut_mensuel_deplaf}; }
  12. S

    Column Subtotal goes wrong

    You right. I checked in the table itself in PhpMyAdmin and autres_cotisations has 0 as value. May be because it himself based on another calc element (salaire_brut_mensuel_plaf) I dont understand what's going on here. Little help please Regards
  13. S

    Column Subtotal goes wrong

    Oh before I forgot. {fab_salaries___salaire_brut_mensuel_plaf} is a calc element and use a this script : if ({fab_salaries___salaire_brut_mensuel_deplaf_raw}>400000){ return '400000'; } else{ return {fab_salaries___salaire_brut_mensuel_deplaf}; } This calc element is included in...
  14. S

    Column Subtotal goes wrong

    Thanks for your time but I tried to do each calc alone, it still the same result. the calc for the {fab_salaries___cotisation_retraite} is correct and formula is : $myCalc1 = (int)'{fab_salaries___salaire_brut_mensuel_deplaf}' * 0.08; return $myCalc1; the calc for the...
  15. S

    Column Subtotal goes wrong

    Hi, I have 3 elements calc : - first element named cotisation_retraite which is calc element (result of a field element * 0.08) - second element named autres_cotisations which is also a calc element (result of another calc element *drop down element) - Third element named total_cotisation...
  16. S

    Order number in form

    Many thanks. It worked
  17. S

    Order number in form

    Thanks for your answer; 1/ The order number can be created at form submission 2/ Lets say that we need the number to start like 20171 (so forget about 0's) 3/ what kind of element do I need to create (field, calc...etc) in employeur list or no need to create an element
  18. S

    Order number in form

    Hi, I have two lists : employeurs list and salaries list. Each list has several elements. I made a form using a combined two lists Now I need to add a ready-only element to employeur list to do an unique order number everytime a new form is created (like counter). The numerotation will be like...
  19. S

    Just upgraded to pro

    it working. My bad Thanks cheesegrits
  20. S

    Just upgraded to pro

    Hi, I just upgraded to pro support but it seems not working yet. How do I do to post in professional forum section. regards
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top