Search found 166 matches

by empmdk
25 Apr 2024, 07:21
Forum: Discussion
Topic: Clear Signature with Automate Actions?
Replies: 3
Views: 69

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: 69

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: 68

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: 68

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: 68

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.
by empmdk
16 Apr 2024, 21:08
Forum: Suggestions
Topic: Automatic Status Trigger on Page Load or Query
Replies: 0
Views: 61

Automatic Status Trigger on Page Load or Query

I have an Automatic Status field that needs to change based on dynamic fields. Instead of setting up a cron that will run through every record, could we have it trigger the status update on page load & if the record is part of a query in a list/report? For example, I have a parent entity that ac...
by empmdk
14 Apr 2024, 20:46
Forum: Discussion
Topic: Filter By Week Returns No Results
Replies: 17
Views: 1044

Re: Filter By Week Returns No Results

Fantastic! It is working now without error. Thank you, Sergey.
by empmdk
14 Apr 2024, 07:57
Forum: Discussion
Topic: Filter By Week Returns No Results
Replies: 17
Views: 1044

Re: Filter By Week Returns No Results

I just updated to 3.5.2 and still getting this issue only with "Filter by Week". In the error logs, I get this.

Code: Select all

Undefined variable $myslq_date_format
includes/classes/reports/reports.php:941
/index.php?module=items/listing [AJAX]
This effects all 32 entities that I have set up so far.
by empmdk
10 Apr 2024, 18:21
Forum: Discussion
Topic: Automatic "Add in" Selection?
Replies: 2
Views: 73

Re: Automatic "Add in" Selection?

Dealerships is not being used as user accounts. We have a set of user groups for our users. Each set of user groups needs to be assigned to a specific Dealership.
For example: user groups for "Detail", "Service Advisor", "Shop Manager", etc.
by empmdk
02 Apr 2024, 21:19
Forum: Discussion
Topic: Automatic "Add in" Selection?
Replies: 2
Views: 73

Automatic "Add in" Selection?

I'm trying to restructure my entities. We have a car wash service with teams stationed at several car dealerships. At the moment, we have an entity per dealership with user groups configured according to the dealership they are assigned to. As we have more teams distributed to new dealerships, it is...