Search found 6194 matches

by support
26 Apr 2024, 20:46
Forum: Bug Report version 3.5.3
Topic: Database Error: 1064 on database Backup
Replies: 3
Views: 39

Re: Database Error: 1064 on database Backup

Try to create backup using phomyadmin.
by support
26 Apr 2024, 18:28
Forum: Discussion
Topic: DB error when Restore backup to new server
Replies: 1
Views: 17

Re: DB error when Restore backup to new server

Hard to say what is it. Try to do backup and restore under phpmyadmin.
by support
26 Apr 2024, 09:03
Forum: Discussion
Topic: Image doesn't show in template export
Replies: 4
Views: 132

Re: Image doesn't show in template export

Reproduce issue on personal demo https://www.rukovoditel.net/demo.php and give me the link to the demo. I will look.
by support
26 Apr 2024, 09:02
Forum: Bug Report version 3.5.3
Topic: User Access Group is behaving abnormally and taking over Administrator Rights.
Replies: 1
Views: 19

Re: User Access Group is behaving abnormally and taking over Administrator Rights.

Looks like problem with database. Check app_access_groups tabel in phpmyadimn. The flag AUTO_INCREMENT should be assigned ot ID column. See attached.
In phpmyadimn you can remove duplicates.
by support
25 Apr 2024, 17:37
Forum: Discussion
Topic: How to format a copied date entry
Replies: 2
Views: 30

Re: How to format a copied date entry

No, there is no way. You can't copy value to different field type.
by support
25 Apr 2024, 08:22
Forum: Discussion
Topic: Clear Signature with Automate Actions?
Replies: 3
Views: 69

Re: Clear Signature with Automate Actions?

sql query is correct.
by support
24 Apr 2024, 19:14
Forum: Discussion
Topic: Clear Signature with Automate Actions?
Replies: 3
Views: 69

Re: Clear Signature with Automate Actions?

When you add signature the extra record added to app_approved_items table.
To clear signature you have to remove record from app_approved_items related to current item.
by support
24 Apr 2024, 19:08
Forum: Bug Report version 3.5.3
Topic: Database Error: 1064 on database Backup
Replies: 3
Views: 39

Re: Database Error: 1064 on database Backup

Can't reproduce it. Do you have extra custom tables in your database?
by support
23 Apr 2024, 08:53
Forum: Discussion
Topic: Automation /Approval Help
Replies: 3
Views: 69

Re: Automation /Approval Help

Check function https://docs.rukovoditel.net/index.php?p=48
where you can count items in subentity. In video example you can see count Tasks per Project. In Count function you can set own filters. So you can count items with specific filter.
by support
23 Apr 2024, 08:47
Forum: Bug Report version 3.5.3
Topic: Input Numeric Fields Duplicating
Replies: 4
Views: 68

Re: Input Numeric Fields Duplicating

This is not bug. If you add Currency to input then app try to apply currency convertor to any input where currency is set.
See https://docs.rukovoditel.net/index.php?p=50

If you don't need to convert currency then just add Sufix/Prefix to input to indicate currency.