Search found 486 matches

by Didou12
30 Dec 2023, 12:47
Forum: Discussion
Topic: Report Designer Table and Chart
Replies: 1
Views: 2084

Re: Report Designer Table and Chart

Hi,

Have you tried to add php in the name ? maybe it works.

Also, if you want some help, can you do a little and easy example in demo, because I don't use report designer at this time, so I can't check with my data :
https://www.rukovoditel.net/demo.php

thanks
by Didou12
30 Dec 2023, 12:43
Forum: Discussion
Topic: Help for JS to disable dropdown and date fields
Replies: 9
Views: 234

Re: Help for JS to disable dropdown and date fields

I recommend to use the 1 and 1 solution,

For 2-2 :
Some browsers have maybe lack of compatibility with this function,
Also, visually I think this approach is less intuitive,
And it can be lack of accessibility for some technologies or support (because of pointers)
by Didou12
30 Dec 2023, 12:31
Forum: Discussion
Topic: Templates to export (docx) with "Export Selected"
Replies: 1
Views: 75

Re: Templates to export (docx) with "Export Selected"

Hi Techtr :) For docx export with selected, you create the table in the settings, and in the docx model you need to add the tag "${table}" in the doc, before import this docx as model. https://docs.rukovoditel.net/index.php?p=124 In my screenshot, for example I click on the name "test...
by Didou12
30 Dec 2023, 12:08
Forum: Discussion
Topic: Needing for Form to Form Calculations
Replies: 1
Views: 1992

Re: Needing for Form to Form Calculations

Hi Sorry for delay, Can you do a very simple example of what you have (as fields, nested entities, forms, current JS formula for total), in the demo : https://www.rukovoditel.net/demo.php it will be more easy for me to help you :) and also tell me what field ids you want to calculate and where you w...
by Didou12
30 Dec 2023, 11:50
Forum: Bug Report version 3.4.4
Topic: Values not displayed (checkbox field with global list)
Replies: 0
Views: 512

Values not displayed (checkbox field with global list)

Hi,

The option doesn't work with global list.
by Didou12
30 Dec 2023, 11:40
Forum: Discussion
Topic: Show field type "check box" values sum
Replies: 7
Views: 319

Re: Show field type "check box" values sum

Hi, Sure, you can make this with ajax field and put this code : $list = [123]; //id of the checkbox field $total_query = db_query("select SUM(value) as total from app_fields_choices where id in ($list)",false); //use "app_fields_choices" if list of choices is directly in the chec...
by Didou12
30 Dec 2023, 10:09
Forum: Discussion
Topic: Make a menu item invisible?
Replies: 16
Views: 508

Re: Make a menu item invisible?

Perfect, in your case : - You can add this JS in Configuration, Custom HTML, Add code before tag </body>. - Remember JS can be access with source of the page, so don't use confidential or privacy datas For all users, you need to add code in a tag script "<script>CODE HERE</script>" : $('ul...
by Didou12
30 Dec 2023, 01:31
Forum: Discussion
Topic: Make a menu item invisible?
Replies: 16
Views: 508

Re: Make a menu item invisible?

Yes

viewtopic.php?t=4502
To hide entity you don't want to show (like an entity you already have in a report, like Kanban)
So you want it hidden but not for admin ?
Can you give me the info from tag in the menu (from page source code).
by Didou12
28 Dec 2023, 21:15
Forum: Discussion
Topic: Update to 3.4
Replies: 5
Views: 158

Re: Update to 3.4

Have you update with the link to update database ?

https://docs.rukovoditel.net/index.php?p=63

Or try to reinstall folders with ftp