Search found 180 matches

by empmdk
12 Oct 2020, 02:39
Forum: Discussion
Topic: Issue With Template to Export & List of Records Query
Replies: 3
Views: 578

Issue With Template to Export & List of Records Query

I have a List of records by MySql query field pulling a list of selected services from a sub-entity. I'm trying to get my Templates to Export page to show the list of services, but it is only showing the number of services. I have the list of records query set to show a list. It works properly on th...
by empmdk
21 Sep 2020, 18:25
Forum: Discussion
Topic: Invoice Number Add Leading Zeros?
Replies: 4
Views: 695

Re: Invoice Number Add Leading Zeros?

Make a MySQL Formula field with the LPAD code shown in the image. Explanation: - LPAD (MySQL function for left padding) - [id] (This pulls the record ID number, but you can choose any of your field id's to add here if you need something else.) - 7 (How many digits you want.) - 0 (This is the placeh...
by empmdk
15 Sep 2020, 03:15
Forum: Discussion
Topic: Sub Entity Prevent Add Using Parent Status?
Replies: 6
Views: 625

Re: Sub Entity Prevent Add Using Parent Status?

One more question related to this. How can I have the Parent Entity status automatically set to "completed" when all of the Sub Entity records have their status set to "completed"?
by empmdk
14 Sep 2020, 22:56
Forum: Discussion
Topic: Sub Entity Prevent Add Using Parent Status?
Replies: 6
Views: 625

Re: Sub Entity Prevent Add Using Parent Status?

Perfect, thank you.
by empmdk
14 Sep 2020, 19:39
Forum: Discussion
Topic: Sub Entity Prevent Add Using Parent Status?
Replies: 6
Views: 625

Sub Entity Prevent Add Using Parent Status?

I'm trying to configure itemized invoices by using a Parent Entity for the main invoice & then a Sub Entity that has all of the services entered. The idea is when the status of all services are set to "complete" & the parent invoice is also completed, it will not allow additional i...
by empmdk
24 Aug 2020, 17:48
Forum: Discussion
Topic: improving the data reload
Replies: 8
Views: 1024

Re: improving the data reload

If you haven't already, you can set up Redis database caching & see if that makes a difference.
by empmdk
19 Aug 2020, 19:33
Forum: Discussion
Topic: improving the data reload
Replies: 8
Views: 1024

Re: improving the data reload

Do you have a lot of reports or have it loading more than the default 10 rows of data on the dashboard/entity page? If so, try to reduce the amount of rows per page. Maybe enable the caching option & see if that helps. Also for reports on the dashboard, try making separate pages of reports using...
by empmdk
16 Aug 2020, 19:00
Forum: Discussion
Topic: improving the data reload
Replies: 8
Views: 1024

Re: improving the data reload

What are the specs of your hosting environment? For example, is it using hard drive or SSD, how much memory, etc.
by empmdk
03 Aug 2020, 08:23
Forum: Bug Report version 2.7
Topic: Information Pages not displaying
Replies: 2
Views: 440

Re: Information Pages not displaying

I just updated & also having this issue. Would be great to have an "all groups" option as I have a large amount of user groups and continue to add more as we grow the application.
by empmdk
04 Jul 2020, 06:38
Forum: Discussion
Topic: Change location of Upload folder
Replies: 5
Views: 880

Re: Change location of Upload folder

If you're using Linux, you can create either a Samba, CIFS or NFS share on your storage server and then on the Ruko server, map that shared drive/folder to a new folder in your Ruko install directory. On the storage server, remake all the default Ruko file directories inside the root of the folder o...