Search found 237 matches

by karahan
11 May 2022, 20:04
Forum: Discussion
Topic: Automatic action problem
Replies: 7
Views: 437

Automatic action problem

Dear Sergey

I am having problem with automatic action.
If I run the action as administrator everything works, but if I run it as user nothing happens.
I dont know how to proceed...

Please, can you point me where to look?
by karahan
05 May 2022, 10:11
Forum: Suggestions
Topic: Keyboard shortcuts
Replies: 2
Views: 284

Re: Keyboard shortcuts

This has been already suggested.
Keyboard shortcuts would improve RUKO's ergonomy. I would love to have it implemented.
by karahan
25 Apr 2022, 13:01
Forum: Discussion
Topic: Local installation
Replies: 2
Views: 205

Local installation

Dear Sergey,

I tried to install RUKO on local pc as given instructions here: https://docs.rukovoditel.net/index.php?p=5

Anyway, I am getting these errors and dont know how to proceed...what seems to be the problem?

I am using WIN 10.

Please help.
Local_install_error.PNG
by karahan
22 Apr 2022, 14:48
Forum: Discussion
Topic: SQL use in automatic action
Replies: 4
Views: 272

Re: SQL use in automatic action

Can you please help me get this query working. I cannot get it right: $info_query = db_query("select app_entity_202.field_3565 from app_entity_202"); while($info = db_fetch_array($info_query)) { $polje = db_query('" . $info['field_3565'] . "'); } I cannot get this variable ($polj...
by karahan
22 Apr 2022, 12:17
Forum: Discussion
Topic: SQL use in automatic action
Replies: 4
Views: 272

Re: SQL use in automatic action

Ok, let me explain what I need. I am building automatic schema for posting. These automatic schemes are common in accounting. To achieve this, I have an automatic action where I specify steps (calculation, insert, update etc). Now, I need a bit of flexibility. The user should be able to specify whic...
by karahan
22 Apr 2022, 11:48
Forum: Discussion
Topic: Click "update button" from subentity
Replies: 4
Views: 255

Re: Click "update button" from subentity

Let me show you what I mean:
Update_parent_record.png
So just perform "update" in parent record as if user clicked "update" button in parent form and save. Nothing else.

This function will be very useful for me and, hopefully, you can implement it.

Thank you.
by karahan
21 Apr 2022, 16:34
Forum: Discussion
Topic: SQL use in automatic action
Replies: 4
Views: 272

SQL use in automatic action

Can someone help with this problem: Query1.png So I want to use dynamic field name in automatic action. The field name is stored in database: Field_database.png The query works, but always returns field name ('app_entity_155.field_2486'). But it should return result which is stored in field_2486. Ho...
by karahan
17 Apr 2022, 12:16
Forum: Discussion
Topic: Click "update button" from subentity
Replies: 4
Views: 255

Re: Click "update button" from subentity

Ok, let me explain. The parent entity is "invoice". The subentity is "items". In "invoice" entity, I set up fields to calculate total amount, total tax etc...I need the values to be stored in database so I set the fields of mysql query type. I also set up automatic acti...
by karahan
15 Apr 2022, 13:07
Forum: Discussion
Topic: Click "update button" from subentity
Replies: 4
Views: 255

Click "update button" from subentity

Dear Sergey,

I have a following entity structure:
- entity A (parent)
-- entity B (subentity)

I want to "click" the update button in parent entity each time a new record is added in subentity.
Is there a way to perform this (and to include it in automatic action)?

Thanks in advance.
by karahan
05 Apr 2022, 12:47
Forum: Discussion
Topic: Query does not work
Replies: 1
Views: 211

Query does not work

Hi, can someone figure out why the last part of the query is not working ("...and e.field_3631 = (select app_entity_137.field_1775 from app_entity_137 where app_entity_137.id = [parent_item_id])")? e.field_3422 = (select app_entity_1.field_6 from app_entity_1 where app_entity_1.id = [curre...