Search found 133 matches

by Benno812
09 Oct 2021, 01:31
Forum: Bug Report version 2.9
Topic: NULL datetime in pivot-calendar export
Replies: 1
Views: 1592

NULL datetime in pivot-calendar export

Hi Sergey, I tried to sync a pivot calendar report via link in my Hotel management system, events are added in the relative DB but they do not show in the software calendar. If I check the DB I see NULL in start-time and end-time. But when I try to sync a calendar from another service, for example A...
by Benno812
08 Oct 2021, 18:57
Forum: Discussion
Topic: Missing table after backup attempt
Replies: 4
Views: 276

Re: Missing table after backup attempt

I tried both from Ruko and from PHPMyAdmin but still get the problem.

Is there a query I can run to generate the table?
by Benno812
08 Oct 2021, 18:29
Forum: Discussion
Topic: Missing table after backup attempt
Replies: 4
Views: 276

Missing table after backup attempt

I tried to make a db backup, but something seems to be wrong.
When I restore the db file i get

Table 'app_fields' doesn't exist
by Benno812
21 Sep 2021, 01:39
Forum: Suggestions
Topic: Autodelete record after some time
Replies: 0
Views: 207

Autodelete record after some time

Hi Sergey, I was thinking about an option to autodelete a record after a certain amount of time or a date. This could be useful to automatically free space in DB and get rid of huge amounts of old elements users no longer need like old appointments or tasks from months or years ago, instead of manua...
by Benno812
19 Sep 2021, 13:49
Forum: Suggestions
Topic: french date format
Replies: 7
Views: 457

Re: french date format

Your js probably doesn't work because the date field in Ruko is setup as a text input field.
I'll try to make a code to convert the input type to date field and I'll share it here.
by Benno812
17 Sep 2021, 23:19
Forum: Suggestions
Topic: Datepicker language in public form
Replies: 1
Views: 242

Re: Datepicker language in public form

For anyone having the same problem, I found a temporary solution by adding this in form JS: jQuery(document).ready(function() { $.fn.datepicker.dates['en'] = { days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "S...
by Benno812
17 Sep 2021, 21:23
Forum: Suggestions
Topic: Datepicker language in public form
Replies: 1
Views: 242

Datepicker language in public form

Hello, I'm setting up a public form. My Ruko is in italian, but I need the form in english. I was able to translate field labels with JS, but the datepicker is still in italian. Is there a way to change its language? I think it would be useful to have an option in form setting to switch between Ruko...
by Benno812
15 Sep 2021, 02:49
Forum: Discussion
Topic: entity ID in js in form
Replies: 2
Views: 264

entity ID in js in form

Hi,
I'm setting up a js in a form and I need to use entity ID there. How is the correct syntax?
by Benno812
14 Sep 2021, 12:05
Forum: Suggestions
Topic: Emails option CC / BCC
Replies: 4
Views: 427

Re: Emails option CC / BCC

I agree. I checked the database table for emails and it already has CC and BCC columns so I assume this feature is already half done...
by Benno812
10 Sep 2021, 21:23
Forum: Suggestions
Topic: Auto Action -> Send Email
Replies: 0
Views: 263

Auto Action -> Send Email

Hi Sergey, I'm setting up an action button which run the following js: open_dialog('https://domain.com/index.php?module=ext/mail/create); return false; This open a modal window to write a new email. I just want to fill the email_to field with an email field of the current entity (the client's email ...