Search found 166 matches

by p.dimitrov
24 Jul 2018, 15:48
Forum: Suggestions
Topic: Next and Previous Buttons
Replies: 20
Views: 3566

Re: Next and Previous Buttons

I suggested that some time ago, but in the meantime I'm using 2 formula fields where I use CONCAT(id)-1 and CONCAT(id)+1 to get the previous and next id, then "assemble" the links in text pattern field and add some css to look like buttons. It's not very pretty but it works.
Untitled-1.jpg
by p.dimitrov
03 Jul 2018, 08:36
Forum: Suggestions
Topic: Show totals in graphic reports when saved/printed
Replies: 2
Views: 911

Show totals in graphic reports when saved/printed

It would be nice to have some more print friendly mode for graphic reports - for example show totals in the bottom values and on bars. Right now if the report is printed or saved there is no way to know what exactly each bar shows, because values show on hover only. Also, if you have a very small va...
by p.dimitrov
21 Jun 2018, 08:22
Forum: Discussion
Topic: Export template for subentities of linked entity
Replies: 9
Views: 1470

Re: Export template for subentities of linked entity

Ok,but that way I can't display values from sub-entity, is that right?
by p.dimitrov
20 Jun 2018, 16:47
Forum: Discussion
Topic: Export template for subentities of linked entity
Replies: 9
Views: 1470

Re: Export template for subentities of linked entity

Yes, I think there should be a way to filter by field #988, but I can't figure it out. I'm using display sub-entity code. I think I can't use related records code because the data I need is the sub-entity. Here it is:
export_template.jpg
by p.dimitrov
20 Jun 2018, 14:46
Forum: Discussion
Topic: Export template for subentities of linked entity
Replies: 9
Views: 1470

Re: Export template for subentities of linked entity

Well, lets say I have a list of orders with expenses listed as sub-entity: ORDER └ COSTS Each order can have multiple and different costs, which must be calculated. Then, invoice must be created for multiple orders merged roughly like this: INVOICE NO/DATE ORDER NAME | ITEM | QUANTITY | SIZE | COST ...
by p.dimitrov
20 Jun 2018, 14:12
Forum: Discussion
Topic: Export template for subentities of linked entity
Replies: 9
Views: 1470

Re: Export template for subentities of linked entity

Thanks, the formula works like a charm now! Do you have any suggestion about the filtering of linked entitie's sub enitites?
by p.dimitrov
20 Jun 2018, 11:15
Forum: Bug Report version 2.2
Topic: Custom dashboard redirect
Replies: 2
Views: 4358

Custom dashboard redirect

Hi, when using automate action in custom dashboard (report group) on entity, after completion the user is being redirected in the home dashboard. I don't know if this is bug, but I think it would make more sense to stay in page where the user is currently in.
by p.dimitrov
20 Jun 2018, 10:56
Forum: Discussion
Topic: Export template for subentities of linked entity
Replies: 9
Views: 1470

Export template for subentities of linked entity

Hi Sergey, I'm trying to make an invoice entity. I need to be able to select multiple orders and extract data from their sub-entities only, but its showing data for all sub-entities, and I can't seem to be able to filter it. Could you point me where is my mistake, or if there is better way to do thi...
by p.dimitrov
02 Mar 2018, 13:23
Forum: Suggestions
Topic: Previous/next buttons in project
Replies: 2
Views: 1011

Re: Previous/next buttons in project

Thank you!