Search found 59 matches

by Njfgroup
22 Jul 2022, 05:26
Forum: Discussion
Topic: Copy Sub Entity
Replies: 1
Views: 233

Copy Sub Entity

Is there a way to copy a sub-entity in whole with the settings? I have an entity "Arrest Records" and a sub entity "Subject Information".... I would like to copy (or clone) the :Subject Information" under the same entity "Arrest Records" in order to alter it as &qu...
by Njfgroup
16 Feb 2022, 06:15
Forum: Discussion
Topic: SMS Cron Confusion
Replies: 1
Views: 189

Re: SMS Cron Confusion

Disregard this guys!!! I had to update my server date and time (it was set wrong).... and then had to change the Number of Days from -1 to +1....

I got it working now!!
by Njfgroup
16 Feb 2022, 05:52
Forum: Discussion
Topic: SMS Cron Confusion
Replies: 1
Views: 189

SMS Cron Confusion

Hey guys, I have cron setup for task SMS notifications to be sent to the assigned user but I am confused as to how to set it up properly... My settings now are as follow: CRON > /home/SERVER/public_html/files/cron/sms_by_date.php to be sent once per day. In Sending SMS Rules I created a command to s...
by Njfgroup
07 Feb 2022, 23:06
Forum: Discussion
Topic: Version 2.7 to 3.01 help
Replies: 5
Views: 253

Re: Version 2.7 to 3.01 help

Got it working! I guess I was overthinking it!! lol... Thanks guys!
by Njfgroup
07 Feb 2022, 23:02
Forum: Discussion
Topic: Version 2.7 to 3.01 help
Replies: 5
Views: 253

Re: Version 2.7 to 3.01 help

OH!!, OK... Ill try that... Thanks Sergey!!
by Njfgroup
07 Feb 2022, 22:48
Forum: Discussion
Topic: Version 2.7 to 3.01 help
Replies: 5
Views: 253

Re: Version 2.7 to 3.01 help

That's what I thought as well.... how can I get versions 2.8 and 2.9? Any ideas? TIA
by Njfgroup
07 Feb 2022, 22:22
Forum: Discussion
Topic: Version 2.7 to 3.01 help
Replies: 5
Views: 253

Version 2.7 to 3.01 help

Hey guys, So I have Rukovoditel in one of my domains which is version 2.7. I tried updating to version 3.01 and did the table update as well but am getting an error that tables are missing when trying to load the domain... I also installed a clean version of 3.01 and then tried to restore from a dat...
by Njfgroup
02 Nov 2021, 15:39
Forum: Discussion
Topic: Year on auto increment
Replies: 6
Views: 516

Re: Year on auto increment

Yep, I saw that and fixed it..

Thanks!!!
by Njfgroup
02 Nov 2021, 00:16
Forum: Discussion
Topic: Auto Increment field
Replies: 2
Views: 397

Re: Auto Increment field

Thanks Sergei, I managed to make it work. This is the code I used for the PHP field if anyone else want to do something similar. if(!strlen($current_field_value)){ $date = [date_added]; $year = date('Y', $date); //Entity ID 25, PHP code field ID id $query = db_query("SELECT id c FROM app_entity...
by Njfgroup
01 Nov 2021, 19:47
Forum: Discussion
Topic: Year on auto increment
Replies: 6
Views: 516

Re: Year on auto increment

This code works!!! now my project numbers show the year and id# (2021-1000, 2021-1001 etc).. Thanks!!!!

And this now will show each year i.e. 2022-1000, 2023-1000 etc. right?