Search found 237 matches

by karahan
27 Oct 2022, 16:47
Forum: Discussion
Topic: JasperPHP
Replies: 7
Views: 2115

Re: JasperPHP

Hi, just wanted to give a quick update: after more than a month of trying I did (almost) successfully deployed jasperphp library with my RUKO installation. I can now create reports in my local computer, upload jrxml to web and run report via "automate action" button. When I click button (c...
by karahan
25 Oct 2022, 18:58
Forum: Discussion
Topic: List of records - store to database field
Replies: 2
Views: 193

Re: List of records - store to database field

Just learned that GROUP_CONCAT function solves the problem.
Please ignore this thread.
by karahan
25 Oct 2022, 13:53
Forum: Discussion
Topic: List of records - store to database field
Replies: 2
Views: 193

List of records - store to database field

Hi,
is there any way to store values from "list of records by mysql query" to a database field?
Field type: https://docs.rukovoditel.net/index.php?p=101

Any help will be appreciated.
Thank you.
by karahan
24 Oct 2022, 19:55
Forum: Discussion
Topic: Error when opening form
Replies: 5
Views: 208

Re: Error when opening form

I understand now, thanks.
by karahan
22 Oct 2022, 09:24
Forum: Discussion
Topic: Error when opening form
Replies: 5
Views: 208

Re: Error when opening form

Thank you, I understand that.
My question is, if the field is configured to be "view only", it should be visible (only not editable)?
But it is hidden.
by karahan
21 Oct 2022, 17:29
Forum: Discussion
Topic: Error when opening form
Replies: 5
Views: 208

Re: Error when opening form

Sorry, I found it. I was messing with field access rights, and it produced error. On the other hand, I think there is some misbehaviour in fields access configuration. For example, if a field access is set to "view only", my understanding is that the field should be visible, still read-onl...
by karahan
21 Oct 2022, 14:45
Forum: Discussion
Topic: Error when opening form
Replies: 5
Views: 208

Error when opening form

Dear Sergey, collegues... I have some strange error when I open form...it just does not load. When I press F12 in my browser, this is what I see: VM9784:5 Uncaught TypeError: Cannot read properties of undefined (reading 'length') at form_handle_js_formula_3659 (eval at <anonymous> (jquery-1.10.2.min...
by karahan
27 Sep 2022, 15:31
Forum: Discussion
Topic: Problem importind date
Replies: 6
Views: 216

Re: Problem importind date

Hi,

I had no problems with importing dates in RUKO, this is how date cell should be formatted:
Import_date_RUKO.png
by karahan
30 Aug 2022, 01:03
Forum: Discussion
Topic: Click "update" button in main entity upon change in sub-entity
Replies: 3
Views: 271

Re: Click "update" button in main entity upon change in sub-entity

Thank you.
I think there is a slight misunderstanding...what I want to do is to trigger automatic action in invoice entity.
Is there a way to do that programmatically?
by karahan
15 Aug 2022, 15:04
Forum: Discussion
Topic: Click "update" button in main entity upon change in sub-entity
Replies: 3
Views: 271

Click "update" button in main entity upon change in sub-entity

Hi Sergey, collegues, is there a way to programmatically click "update" button in main entity upon change (for example adding record) in sub-entity? Explanation: I have the following entity structure: - Invoice -- invoice items I have automatic action in subentity (invoice items) to calcul...