Search found 166 matches

by p.dimitrov
11 May 2021, 12:12
Forum: Bug Report version 2.8
Topic: Entity dropdown ajax copy issue
Replies: 7
Views: 3419

Entity dropdown ajax copy issue

Hi, I have a strange issue where the same copy value fields list don't work if its ordered in a specific way: Here the query returns breaks and doesnt copy any of the fields: not working.jpg Here the same list but the last 4 fields moved to the top and everything works: copy_ok.jpg So if I had to ad...
by p.dimitrov
10 May 2021, 18:24
Forum: Discussion
Topic: Select the same entry from a list several times?
Replies: 3
Views: 308

Select the same entry from a list several times?

Lets say I have a list with several entries: ENTRY 1 ENTRY 2 ENTRY 3 If I select ENTRY 2, it's grayed out and can't be used anymore. Is there a way to be able to select it multiple times? Lets say we have some repeating items, and we want to be able to dropdown multiselect and have as a result for e...
by p.dimitrov
21 Apr 2021, 12:47
Forum: Suggestions
Topic: Next and Previous Buttons
Replies: 20
Views: 3529

Re: Next and Previous Buttons

This is great! But the database query solution works weird for me. Skips some entries and at some point disables previous arrow although there is previous entries. Also moved placement to be in the breadcrumps area just above info panel, it makes more sense to me to be there instead: jQuery(document...
by p.dimitrov
18 Mar 2021, 21:34
Forum: Suggestions
Topic: Next and Previous Buttons
Replies: 20
Views: 3529

Re: Next and Previous Buttons

Greetings, as I said I use 3 fields: 1 formula to calculate previous record id: [id]-1 1 formula to calculate next record id: [id]+1 1 text pattern field which is: <a class="btn btn-primary" href="http://your site goes here/index.php?module=items/info&path=[entity-id]-[prev-record...
by p.dimitrov
15 Mar 2021, 11:01
Forum: Discussion
Topic: Is this workflow possible with automate actions?
Replies: 2
Views: 320

Re: Is this workflow possible with automate actions?

Nope, doesn't show either way. Unfortunately seems like nested forms doesn't work in automate action too, I was thinking it could do the trick.
by p.dimitrov
12 Mar 2021, 12:29
Forum: Discussion
Topic: Is this workflow possible with automate actions?
Replies: 2
Views: 320

Is this workflow possible with automate actions?

Untitled drawing.jpg Are steps 1 and 2 possible to happen in automate actions? Right now I can only add new "Size" entity and select in "Items" one of the already present entities in "Size", but can't use one created in the process. Can the newly created "Sizes&qu...
by p.dimitrov
18 Feb 2021, 16:19
Forum: Discussion
Topic: What field to use to perform calculations, and store it in mySQL
Replies: 0
Views: 258

What field to use to perform calculations, and store it in mySQL

Hi, what field type should I use to be able to to perform calculations, get result, store it in mySQL, and use it in another calculations? I have to pull some prices and make formula with them, they may change in the future and I want the numbers stored. I was using static text by pattern to store t...
by p.dimitrov
20 Jan 2021, 10:12
Forum: Bug Report version 2.8
Topic: Static text by pattern not generating
Replies: 6
Views: 422

Re: Static text by pattern not generating

Maybe I'm not using it how you intended it, but it was working without a problem. Also noticed the same problem with a MySQL query, which uses another MySQL query field in the condition, that gives result but won't copy to static field too. I had to replace it with internal select formula to work.
by p.dimitrov
19 Jan 2021, 13:37
Forum: Bug Report version 2.8
Topic: Static text by pattern not generating
Replies: 6
Views: 422

Re: Static text by pattern not generating

Looks like you are not multiplying in your formula as the result should be 100. Please try to multiply [Текст по шаблону 2]*[Текст по шаблону 3] in your formula and the use the result as pattern in [Текст по шаблону]
by p.dimitrov
19 Jan 2021, 12:55
Forum: Bug Report version 2.8
Topic: Static text by pattern not generating
Replies: 6
Views: 422

Re: Static text by pattern not generating

Yes I know that. I've done further experimenting, the issue appears when the fields used in the formula are static text fields. To reproduce: - Use 2 numerical static text fields - Use MySQL formula field and multiply these 2 fields - Use static text field that copy the formula result. The formula c...