Search found 170 matches

by empmdk
14 Apr 2024, 20:46
Forum: Discussion
Topic: Filter By Week Returns No Results
Replies: 17
Views: 1061

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

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

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

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...
by empmdk
02 Feb 2024, 18:49
Forum: Discussion
Topic: Filter Parent Entity by Sub Entity Dropdown?
Replies: 0
Views: 282

Filter Parent Entity by Sub Entity Dropdown?

I need to be able to add a filter to a parent entity that will allow users to filter out based on the options picked in a Dropdown list field in a sub entity. How can I do this? For example, our parent entity holds information for vehicles and acts as an invoice. The services on the vehicle are adde...
by empmdk
30 Sep 2023, 20:40
Forum: Discussion
Topic: Numeric Add & Subtract Quantity Buttons?
Replies: 3
Views: 177

Re: Numeric Add & Subtract Quantity Buttons?

Ah, simple. I was overthinking this lol. Here's a quick summary of what I did. Stock sub-entity with Radiobox field with "incoming" and "outgoing" options. A Numeric quantity field with a minimum value of 1 required to prevent entering negative numbers. Separate Sum fuctions for ...
by empmdk
29 Sep 2023, 22:01
Forum: Discussion
Topic: Numeric Add & Subtract Quantity Buttons?
Replies: 3
Views: 177

Numeric Add & Subtract Quantity Buttons?

I have an Input Numeric Field for quantity of an item that is in stock. I need a way to have Automate Action or some other form of buttons to add to or subtract from this number as we either get more of the item or some are sold. What would be the best way to do this?
by empmdk
08 Aug 2023, 05:44
Forum: Suggestions
Topic: Common Reports Filter Created By User Group?
Replies: 0
Views: 421

Common Reports Filter Created By User Group?

There's currently no option to filter reports for "Created By" to choose a user group, only specific users. Is there a way to make this work or is it planned?
by empmdk
18 Jul 2023, 06:08
Forum: Discussion
Topic: Automate Actions Set Invoice to $0
Replies: 2
Views: 144

Re: Automate Actions Set Invoice to $0

I've got this working using the "Execute php script" option in Automate Actions. Just found this in the documentation but I copied the example for update_by_id and changed the entity and fields. $entity_id = 38; //get entity ID $item_id = [id]; //get current item ID //prepare data to updat...
by empmdk
16 Jul 2023, 09:53
Forum: Discussion
Topic: Automate Actions Set Invoice to $0
Replies: 2
Views: 144

Automate Actions Set Invoice to $0

I have an Automate Actions button called "Void" that will change the status of the invoice to "Void" as well as the service field I have set up to an option called "Void". I'm not able to use the "Total Cost" field to change to $0 with Automate Actions. The &q...