Search found 87 matches

by dhickey76
12 Mar 2021, 19:40
Forum: Bug Report version 2.8
Topic: No fields in Pivot Table Pro
Replies: 4
Views: 448

Re: No fields in Pivot Table Pro

This issue has been resolved. I had a feeling it was some custom CSS on my end hiding the element.

This was the culprit

Code: Select all

small {
    display: none;
}
I change this to

Code: Select all

table small {
	display: inline;
}
Everything is working normally now.
by dhickey76
02 Mar 2021, 19:11
Forum: Bug Report version 2.8
Topic: No fields in Pivot Table Pro
Replies: 4
Views: 448

Re: No fields in Pivot Table Pro

Hello Damien, You don't have this like at picture? Screenshot_111.png If you don't have it is strange because I have it in version 2.8.2 and also in v2.8.3 Regards Nope I have no options to add fields when creating a new Pro report. I updated to 2.8.3 yesterday so everything is fresh. The issue als...
by dhickey76
02 Mar 2021, 02:44
Forum: Bug Report version 2.8
Topic: No fields in Pivot Table Pro
Replies: 4
Views: 448

No fields in Pivot Table Pro

Hi Sergey, This has never worked for me since the Pivot table pro was introduced. I just updated to 2.8.3 and its still the same. There are no filter/field options in the report menu. I cant add a pro pivot table without adding fields. The regular pivot table works fine. Pivot table pro Pivot table ...
by dhickey76
24 Feb 2021, 21:40
Forum: Suggestions
Topic: Additional forum page
Replies: 0
Views: 261

Additional forum page

In the spirit of open source I think it would be great if some of the more advanced software developers (PHP, Javascript, SQL) had a place to share some of the code they developed to solve certain problems. It could just be snippets that users like myself could then use in our own Rukovoditel config...
by dhickey76
25 Jan 2021, 23:26
Forum: Suggestions
Topic: Form builder upgrades
Replies: 1
Views: 306

Form builder upgrades

Hi Sergey, So I've been trying to use the new form builder and while its useful it could be better if a couple of things were added. 1. Ability to remove the control label completely 2. Ability to adjust padding and/or margin 3. Increased percentage options. See below. This was done using custom css...
by dhickey76
18 Dec 2020, 21:33
Forum: Discussion
Topic: Time off requests
Replies: 2
Views: 354

Re: Time off requests

Thanks Sergey I think I'll give this one a try. Vacation / time off applications are super expensive and usually require a subscription. It's amazing how many different work processes we've been able to move into Rukovoditel!
by dhickey76
18 Dec 2020, 19:57
Forum: Discussion
Topic: Time off requests
Replies: 2
Views: 354

Time off requests

Has anyone tried setting up Rukovoditel as a employee time off/vacation manager? You would need to setup an allotment of hours for each group or category of time off. The employee would then submit a request for time off using a standard form and a series of drop down menus and date/time pickers. Th...
by dhickey76
18 Dec 2020, 19:33
Forum: Discussion
Topic: Required fields
Replies: 2
Views: 308

[SOLVED]Re: Required fields

I was able to to apply the example in the tutorial. Thanks.
by dhickey76
15 Dec 2020, 01:46
Forum: Discussion
Topic: Required fields
Replies: 2
Views: 308

Required fields

Hi Sergey or JS experts! Is there a way to make a form field required if another field on the form is filled in? One of my forms is accessed by multiple people at different times. I cant make certain fields always required because some of the information is not available until a later date. I would ...
by dhickey76
14 Dec 2020, 21:17
Forum: Discussion
Topic: List of records in table view
Replies: 2
Views: 370

Re: List of records in table view

Perfect! Thank you Sergey.