Search found 171 matches

by empmdk
19 May 2024, 01:04
Forum: Discussion
Topic: Template To Export XLSX Billing Statement Help
Replies: 0
Views: 22

Template To Export XLSX Billing Statement Help

I'm trying to set up a template to export that we can use as a billing statement with a logo and other information already set up. We need all of the filtered records to be exported into a single XLSX file. As it is now, it will export a separate file for each record we have selected. For XLSX, it h...
by empmdk
07 May 2024, 15:33
Forum: Discussion
Topic: Common Reports in Dashboard Sections?
Replies: 3
Views: 145

Re: Common Reports in Dashboard Sections?

I've tried giving permission with their user group and to the user directly. They have the reports on the dashboard but unable to put them into sections. It's the same for my admin account. Other report types show up in the sections dropdown, just not common reports.
by empmdk
04 May 2024, 21:09
Forum: Bug Report version 3.5.3
Topic: Signature Field Button Hidden by Automate Actions Button Settings
Replies: 1
Views: 116

Signature Field Button Hidden by Automate Actions Button Settings

My Signature field button is being hidden when I place an Automate Actions button into "Comments Section" or "Menu More Actions". It happens to all users/groups that are given access to the Automate Actions button. Moving it to only "on the record page" will allow the S...
by empmdk
03 May 2024, 18:25
Forum: Discussion
Topic: Common Reports in Dashboard Sections?
Replies: 3
Views: 145

Common Reports in Dashboard Sections?

How can we get Common Reports to show up in the Configure Dashboard > Sections ?
Only Standard Reports are showing up in the dropdown.
by empmdk
02 May 2024, 16:35
Forum: Discussion
Topic: vPIC error message
Replies: 1
Views: 86

Re: vPIC error message

I had this issue a while back. Fixed it by setting PHP Max Connections to a higher value. Mine is set to 100 and I haven't had any issues since, except for if the NHTSA database in undergoing maintenance.
by empmdk
25 Apr 2024, 07:21
Forum: Discussion
Topic: Clear Signature with Automate Actions?
Replies: 3
Views: 158

Re: Clear Signature with Automate Actions?

Testing with this and it seems to be working well. Is this good or any improvements you would recommend? Thank you. $entities_id = 96; $item_id = [id]; $delete_signature = db_query("DELETE FROM app_approved_items WHERE entities_id = '" . ($entities_id) . "' AND items_id = '" . ($...
by empmdk
24 Apr 2024, 00:39
Forum: Discussion
Topic: Clear Signature with Automate Actions?
Replies: 3
Views: 158

Clear Signature with Automate Actions?

I have a signature field and a date field for when the signature is added. I have the signature field set to trigger an automate action to set the date of when it was signed. The action for this is set to Enter Manually (no) and Value (0) to add the current date. I'm trying to add an automate action...
by empmdk
23 Apr 2024, 07:48
Forum: Bug Report version 3.5.3
Topic: Input Numeric Fields Duplicating
Replies: 4
Views: 135

Re: Input Numeric Fields Duplicating

Sent you a PM. I was able to duplicate the issue.
Vehicle Repairs > Add > Add Service button. Two fields listed that will duplicate the number entered into the other. This happens even when I have one of the fields hidden based on the service selection.
by empmdk
19 Apr 2024, 19:17
Forum: Bug Report version 3.5.3
Topic: Input Numeric Fields Duplicating
Replies: 4
Views: 135

Re: Input Numeric Fields Duplicating

This seems to only be an issue if I have a currency selected on the fields. If I leave the currency empty, it allows me to enter different numbers in the fields.
by empmdk
19 Apr 2024, 18:57
Forum: Bug Report version 3.5.3
Topic: Input Numeric Fields Duplicating
Replies: 4
Views: 135

Input Numeric Fields Duplicating

If I have more than one Input Numeric field in my form, typing a number into one will add that number into the others instantly. Making it impossible to use both independently.