Search found 50 matches

by pico
23 Sep 2020, 08:52
Forum: Discussion
Topic: Common Report doesn't work for Admin?
Replies: 4
Views: 748

Re: Common Report doesn't work for Admin?

Yes, admin is not supported for common reports. Apparently there's already another thread on it:
viewtopic.php?f=2&t=1642&p=6873&hilit=c ... ator#p6873
by pico
23 Sep 2020, 02:10
Forum: Discussion
Topic: Common Report doesn't work for Admin?
Replies: 4
Views: 748

Common Report doesn't work for Admin?

I've created a common report, I assigned to a group and 2 administrators (including myself), I also check it to show in menu and dashboard, but it didn't appear, both in menu and dashboard. There are 2 other common report that created previously by the other admin and they work just fine. Does anyon...
by pico
19 Feb 2020, 12:50
Forum: Discussion
Topic: SQL Formula Question
Replies: 3
Views: 515

Re: SQL Formula Question

I've got it fixed.

Code: Select all

(select sum(field_625/field_173) from app_entity_22 where id=e.parent_item_id)*[689]
:D
by pico
19 Feb 2020, 12:34
Forum: Discussion
Topic: SQL Formula Question
Replies: 3
Views: 515

Re: SQL Formula Question

I revised my code.
(select field_693 from app_entity_22 where id=e.parent_item_id)*[689]
Now it's always return 0.00
by pico
19 Feb 2020, 12:31
Forum: Discussion
Topic: SQL Formula Question
Replies: 3
Views: 515

SQL Formula Question

Hi Everyone, I not really familiar with SQL syntax, maybe someone can help? I've set an SQL Formula field [693] in Task entity: weigh/months difference ([625]/[173]) and it works just fine. Then, when I want to use that value in sub entity SQL Formula field to be multiplied by months difference [689...
by pico
07 Feb 2020, 10:44
Forum: Bug Report version 2.6
Topic: Error After Update 2.52 to 2.61
Replies: 1
Views: 466

Re: Error After Update 2.52 to 2.61

Everything is working now.
Apparently I didn't run the extension update script correctly.
by pico
07 Feb 2020, 07:59
Forum: Bug Report version 2.6
Topic: Error After Update 2.52 to 2.61
Replies: 1
Views: 466

Error After Update 2.52 to 2.61

Hi Sergey,

I've got error 1146 after updating from 2.52 to 2.61 saying
1146 - Table 'dbn.app_ext_xml_export_templates' doesn't exist. See attached file.

I have did update the database and also the extension. Any solution?
by pico
19 Jul 2019, 12:29
Forum: Discussion
Topic: Popup doesn't work after moving to new server
Replies: 1
Views: 472

Re: Popup doesn't work after moving to new server

Then I found out the culprit... it's not the environment at all.. LOL
by pico
19 Jul 2019, 11:38
Forum: Discussion
Topic: Moving Rukovoditel to another server
Replies: 1
Views: 582

Moving Rukovoditel to another server

Hi all.. I just share my experience moving Rukovoditel from my local computer to a hosting server. First attempt i tried to install a fresh Rukovoditel to a hosting server, which is when smooth. But all popups don't work, that means the applications don't work either. Since adding anything use popup...
by pico
19 Jul 2019, 01:36
Forum: Discussion
Topic: Popup doesn't work after moving to new server
Replies: 1
Views: 472

Popup doesn't work after moving to new server

Hi all,

I've just realize that popups don't work when I try to move Rukovoditel from localhost to a live server. I used a fresh install though.
Anyone have similar issue?

I know it's about different environment. Like php.ini, or others. But what is it?
Surely it has passed the environment check.