Search found 166 matches

by p.dimitrov
19 Jan 2021, 11:12
Forum: Bug Report version 2.8
Topic: Static text by pattern not generating
Replies: 6
Views: 441

Static text by pattern not generating

Hi, after update static text by pattern doesn't work for one of the fields for some reason:
static text.jpg
It's a CASE statement for both MySQL formula fields, but even if the calculation seems to work, the value is not transferred to static text field.
by p.dimitrov
28 Jul 2020, 11:57
Forum: Bug Report version 2.7
Topic: Error with docx export
Replies: 3
Views: 6543

Re: Error with pdf export

First error fixed with newer php version, but the second is still showing
by p.dimitrov
28 Jul 2020, 10:41
Forum: Bug Report version 2.7
Topic: Error with docx export
Replies: 3
Views: 6543

Re: Error with pdf export

Also when trying the new docx template we get this error: Warning: ZipArchive::getFromName(): Invalid or uninitialized Zip object in /home/panflext/public_html/order-track/includes/libs/PHPWord/vendor/phpoffice/phpword/src/PhpWord/Shared/ZipArchive.php on line 201 Warning: ZipArchive::getFromName():...
by p.dimitrov
27 Jul 2020, 14:21
Forum: Bug Report version 2.7
Topic: Error with docx export
Replies: 3
Views: 6543

Error with docx export

Hi, after updating to 2.7.1 we are getting the following error when trying to generate export template pdf:

Code: Select all

Parse error: syntax error, unexpected '=' in /home/panflext/public_html/order-track/includes/libs/dompdf-0.8.5/src/Dompdf.php on line 356
by p.dimitrov
18 Feb 2020, 22:51
Forum: Suggestions
Topic: Custom CSS in Application Settings
Replies: 2
Views: 822

Re: Custom CSS in Application Settings

Just make a new theme and put your css in the theme css and it will not be overwritten.
by p.dimitrov
03 Feb 2020, 17:10
Forum: Discussion
Topic: Field rules with entity field
Replies: 1
Views: 665

Field rules with entity field

Any way to use display field rules with entity field (or show/hide fields with new jscript in form)? I have services in entity field and I want to be able to hide or show fields depending on selected entity ( different services need different data input)
by p.dimitrov
03 Feb 2020, 17:03
Forum: Discussion
Topic: update ajax fieldtype
Replies: 9
Views: 960

Re: update ajax fieldtype

You can try to add one field called "refresh" for example and make automate action to change that field from 1 to 0 just to refresh the orders. Not sure if it would work with your setup though. My setup with prices is to have dynamic query that pulls the price depending of service and clie...
by p.dimitrov
31 Jan 2020, 17:26
Forum: Discussion
Topic: How to check multiple select entity
Replies: 2
Views: 662

Re: How to check multiple select entity

Great, thanks so much!
by p.dimitrov
31 Jan 2020, 12:47
Forum: Discussion
Topic: How to check multiple select entity
Replies: 2
Views: 662

How to check multiple select entity

Hi, I have 2 entities with fields [996] and [1483]. They are both Entity type field and point to a products entity. [996] is always single choice dropdown, but [1483] can be multiple choice. I want to check if they match in MySQL Query and [996] = [1483] works fine when there is only one entity sele...
by p.dimitrov
30 Jan 2020, 09:49
Forum: Suggestions
Topic: Clone entity filter
Replies: 0
Views: 449

Clone entity filter

First of all, clone entity is THE best and useful function for 2.6! It would be really flexible if we can set filter and when action is run then clone entities only accordingly to it.
clone entity.jpg