Search found 237 matches

by karahan
20 Feb 2022, 00:03
Forum: Discussion
Topic: Store Uploaded Files in Database instead of FS Directory
Replies: 4
Views: 334

Re: Store Uploaded Files in Database instead of FS Directory

I am also interested in such a feature.
My RUKO is partly DMS and because backup does not include attachments (pdf files), I need to keep those files in several places...but having all inside backup would save much work and (perhaps) headache...
by karahan
19 Feb 2022, 09:46
Forum: Discussion
Topic: Message Pop Up Before Save
Replies: 11
Views: 1310

Re: Message Pop Up Before Save

You are probably right. SAP (www.sap.com) has some sort of similar feature. Confirmation before save is done by "multiple enter", meaning you cannot just save input, but saving needs pressing enter several times (each time a message is thrown at the bottom of the window asking something li...
by karahan
18 Feb 2022, 21:10
Forum: Discussion
Topic: Message Pop Up Before Save
Replies: 11
Views: 1310

Re: Message Pop Up Before Save

Somehow that is not making too much sense...to confirm the data you just validated through input process...?
by karahan
15 Feb 2022, 21:29
Forum: Discussion
Topic: Automatic action - button to dashboard or trigger by login
Replies: 12
Views: 866

Re: Automatic action - button to dashboard or trigger by login

Dear Sergey

any thoughts on this?

Thank you.
by karahan
15 Feb 2022, 11:21
Forum: Discussion
Topic: Strange behaviour in saving ajax field value to database
Replies: 5
Views: 248

Re: Strange behaviour in saving ajax field value to database

I understand that, but I am not using that variable.
It just sits there in code, I am not calling it anywhere in query.

For example, field_2630 is almost identical in code but works properly....
by karahan
15 Feb 2022, 10:38
Forum: Discussion
Topic: Strange behaviour in saving ajax field value to database
Replies: 5
Views: 248

Re: Strange behaviour in saving ajax field value to database

Thank you Sergey.
I did couple of tests.
On insert new record it does not work. The value saved in database is still multiplied by 60.
But on update existing record the value is correct.
Maybe this can help you to determine where is the issue.
by karahan
15 Feb 2022, 01:01
Forum: Discussion
Topic: Export two or more sub-entities trough one table
Replies: 12
Views: 814

Re: Export two or more sub-entities trough one table

@Paullm

No, I am not using iReport with RUKO. I have used it before with desktop java app but not with RUKO. Sergey has informed it is being developed for 3.1 version.
by karahan
13 Feb 2022, 13:56
Forum: Discussion
Topic: Strange behaviour in saving ajax field value to database
Replies: 5
Views: 248

Re: Strange behaviour in saving ajax field value to database

This field (field_2624) was firstly configured as "time"...later I changed it to decimal field type in phpmyadmin.
Could it be that somewhere inside database is "remembered" the first configuration?
by karahan
12 Feb 2022, 17:34
Forum: Discussion
Topic: Strange behaviour in saving ajax field value to database
Replies: 5
Views: 248

Strange behaviour in saving ajax field value to database

Hi, I have two ajax fields of almost identical query. One field (field_2624) is saved wrongly to database (result is multiplied by 60) while another (field_2630) is ok. I cannot figure out what is wrong. The picture below represents the problem: Strange_behaviour.png These are queries inside ajax fi...
by karahan
10 Feb 2022, 19:53
Forum: Discussion
Topic: Export two or more sub-entities trough one table
Replies: 12
Views: 814

Re: Export two or more sub-entities trough one table

My suggestion was to implement this suite (iReport) because of many additional features, compared to the current ones implemented in Ruko: - cross-entity queries (you can specify queries with joins so multiple tables can be included at once), - extensive design options (borders, fonts, alignments et...