Search found 166 matches

by p.dimitrov
30 Jan 2020, 09:38
Forum: Suggestions
Topic: Design feedback function
Replies: 0
Views: 438

Design feedback function

It would be nice to have a design feedback function - for example the operator upload an image (or even better if its possible - pdf) and then the client can leave remarks on parts of the image which should be changed, like this: ProjectHuddle-A-WordPress-plugin-for-website-and-design-communication....
by p.dimitrov
15 Jan 2020, 08:33
Forum: Discussion
Topic: MySQL Query Get Value of List Items?
Replies: 3
Views: 620

Re: MySQL Query Get Value of List Items?

I think you can use simple mySQL formula field, something like this: get_value([216])*[359]=[541] You can then have higher total cost when multiplying by number bigger than 1 or make it cheaper by multiplying by number smaller than 1. Or you can add radio button choice "add" and "subt...
by p.dimitrov
10 Jan 2020, 09:58
Forum: Discussion
Topic: Extension Template Export missing parent_item_id
Replies: 12
Views: 3361

Re: Extension Template Export missing parent_item_id

Is there any way with the new addition to filter subentities by related items field? For example, attach a project via related items field and export only its sub entities?
by p.dimitrov
17 Dec 2019, 09:26
Forum: Bug Report version 2.5
Topic: Weird database error
Replies: 5
Views: 8642

Re: Weird database error

Maybe, but it happens only when using this specific entity, so I'm thinking there must be something causing it. I also have nearly identical entity with the same setup, where this never happens.
by p.dimitrov
16 Dec 2019, 15:52
Forum: Bug Report version 2.5
Topic: Weird database error
Replies: 5
Views: 8642

Re: Weird database error

Unfortunately that didn't fix it. Any other ideas?
by p.dimitrov
12 Dec 2019, 15:22
Forum: Bug Report version 2.5
Topic: Weird database error
Replies: 5
Views: 8642

Re: Weird database error

Thanks, I'll try that.
by p.dimitrov
12 Dec 2019, 13:16
Forum: Bug Report version 2.5
Topic: Weird database error
Replies: 5
Views: 8642

Weird database error

Hi, I get this weird error:
error.jpg
I thought it was faulty formula, fixed it, it got away for a few days, then happened again. It happens once a day when an operator creates entity. After several minutes it disappears for the rest of the day, then happens again tomorrow.
by p.dimitrov
26 Nov 2019, 14:21
Forum: Discussion
Topic: Export templates question
Replies: 2
Views: 697

Re: Export templates question

Works flawless! Many Thanks!
by p.dimitrov
26 Nov 2019, 13:04
Forum: Discussion
Topic: Export templates question
Replies: 2
Views: 697

Export templates question

Hi, I'm using MySQL query in my main entity "Orders" to list needed fields from its subentities. The query is: GROUP_CONCAT([1251] ORDER BY date_added ASC SEPARATOR '<br>') The idea is to be able to list the sub-entities from each order when attached as related item in entity "Invoice...
by p.dimitrov
16 Nov 2019, 00:55
Forum: Discussion
Topic: Calculate Totals in Listing
Replies: 5
Views: 5980

Re: Calculate Totals in Listing

I haven't done exactly this but it looks like it can be done with MySQL Query field. Your setup should be something like this: -put the field in your main entity -in the field select your Sub-entity Einträge -select field: SUM([counter field]) -condition: e.id = parent_item_id This will sum only the...