Search found 87 matches

by dhickey76
20 May 2020, 09:32
Forum: Discussion
Topic: Export to Template filename problem
Replies: 2
Views: 497

Re: Export to Template filename problem

I traced part of the problem back to the table width size. 700px max table width and left justified seems to work well with 8.5 x 11 paper size.

Selecting "Print" still does not use the filename but I can work around that.

Thanks!
by dhickey76
20 May 2020, 03:37
Forum: Discussion
Topic: Export to Template filename problem
Replies: 2
Views: 497

Export to Template filename problem

When using the Print function with an "export template" the filename is not being added correctly. Ruko inserts "index_php_module.pdf" instead of the filename. Screenshot_1.png Screenshot_2.png I am exporting to PDF using the extension. If I use the PDF icon the filename is saved...
by dhickey76
07 May 2020, 19:40
Forum: Discussion
Topic: Adding static text to form
Replies: 5
Views: 897

Re: Adding static text to form

You cant add a tooltip to the items in the drop-down list, just the main drop-down field. I could try using "selection" and then use CSS to hide the title and horizontal bar. Is there a way to use the "JS Formula" field to call a string from another entity and then use Field disp...
by dhickey76
07 May 2020, 00:51
Forum: Discussion
Topic: Adding static text to form
Replies: 5
Views: 897

Re: Adding static text to form

support wrote: 06 May 2020, 22:05 It looks like you need templates to Entity. See https://docs.rukovoditel.net/index.php?p=53
Thanks for the reply. I am trying to do something similar to this.
Screenshot_4.png

Thanks,
by dhickey76
06 May 2020, 19:57
Forum: Discussion
Topic: Adding static text to form
Replies: 5
Views: 897

Adding static text to form

Hi, Is there an option to add text to the form based on a drop down selection. I know I can display an item based on a field rule but I don't see anyway to add static text to the form . Basically instructional text based on a drop down selection. Screenshot_1.png I will be purchasing the extension i...
by dhickey76
30 Apr 2020, 02:27
Forum: Bug Report version 2.6
Topic: Typo in english translation
Replies: 3
Views: 1818

Typo in english translation

includes/languages/english.php (v2.6.1)

Line 194:

Code: Select all

define('TEXT_NAV_FORM_CONFIG','Form Configuraion');
Should be

Code: Select all

define('TEXT_NAV_FORM_CONFIG','Form Configuration');

Thanks!
by dhickey76
30 Apr 2020, 00:43
Forum: Discussion
Topic: Form Structuring
Replies: 15
Views: 2778

Re: Form Structuring

At the moment there is no way. I will think about solution. Has there been an update to this request? I think this would really open of the forms flexibility. Or even a new form item that allows multiple items on the same line for example "Part Number" "Description" "Qty&qu...