Search found 237 matches

by karahan
30 May 2023, 19:10
Forum: Discussion
Topic: Automatic action not triggered after insert record
Replies: 8
Views: 276

Re: Automatic action not triggered after insert record

Dear Sergey, unfortunately I need to require your assistance. My action does not work for user groups other than administrator. I really tried everything, also created new subentity and placed the action. If I run action as admin everything works, but if I choose other access group the action is not...
by karahan
29 May 2023, 18:32
Forum: Discussion
Topic: Automatic action not triggered after insert record
Replies: 8
Views: 276

Re: Automatic action not triggered after insert record

Ok, I did some tests. Automatic action will not work if this order of events: Create action -> trigger from access group with no permission -> change action and set permission to access group -> never works! So, for example, we have two access groups (A and B) and create automatic action with access...
by karahan
28 May 2023, 22:25
Forum: Discussion
Topic: Automatic action not triggered after insert record
Replies: 8
Views: 276

Automatic action not triggered after insert record

I am having a strange behavior in one of the automatic actions. The action is set to update parent entity and triggers on adding a record, but it is not triggered. I checked inside database (table apt_ext_processes): action_trigger.png I put also a button inside my form and when I click on button th...
by karahan
26 May 2023, 14:06
Forum: Discussion
Topic: Multiple PDF inside browser tab
Replies: 5
Views: 97

Re: Multiple PDF inside browser tab

Can you please give me an example?
by karahan
26 May 2023, 13:15
Forum: Discussion
Topic: Multiple PDF inside browser tab
Replies: 5
Views: 97

Re: Multiple PDF inside browser tab

Thank you.
Jasper extension only generates pdf files. All I want is to show multiple PDFs inside one single window / browser tab.
So I think it is a "pure" PHP question...

I hope someone could give me solution...
by karahan
26 May 2023, 12:04
Forum: Discussion
Topic: Multiple PDF inside browser tab
Replies: 5
Views: 97

Multiple PDF inside browser tab

Dear Sergey, collegues... I have implemented a jasper print with my RUKO installation and I call jasper report with an automatic action. Everything works, but the problem is each record is in a separate browser tab and in case of many records this is very annoying. I want all records (generated PDFs...
by karahan
18 May 2023, 11:59
Forum: Discussion
Topic: Can you show a nested entity field from within a nested entity form?
Replies: 4
Views: 222

Re: Can you show a nested entity field from within a nested entity form?

Hi,

just a quick thought, did you somehow set "Services provided" field access rules to "view only".
I had a similar situation (could not get field visible inside form) and was pulling my hair off...but it was this mistake...
by karahan
30 Apr 2023, 12:21
Forum: Discussion
Topic: Global variables
Replies: 5
Views: 236

Re: Global variables

Thank you, I understand. However, I was trying to solve my issue in another way. So I created a separate entity called "Routines", and subentity "Configuration": image_2023-04-30_100936060.png These entities are meant for definition of "booking schemas" (I develop an ac...
by karahan
26 Apr 2023, 10:52
Forum: Discussion
Topic: Global variables
Replies: 5
Views: 236

Re: Global variables

Dear Sergey,

I know this is probably not in priority, but it would help my case.
Can you enable this...?

Thank you.
by karahan
26 Apr 2023, 09:55
Forum: Discussion
Topic: New feature - XLSX template to export
Replies: 11
Views: 439

Re: New feature - XLSX template to export

Hi there. The idea is to allow calculation of "custom fields" inside report. I am giving a small example of invoice template below: template_example.PNG Blue fields in template (company name, date, invoice no., item, qty, price...) are directly from database. Yellow fields are not present ...