Search found 180 matches

by empmdk
08 Jan 2020, 04:55
Forum: Suggestions
Topic: Mobile View Checkboxes
Replies: 0
Views: 379

Mobile View Checkboxes

Add an option to show a select checkbox on mobile view. Required to use the "With Selected" options on mobile.
by empmdk
04 Jan 2020, 09:32
Forum: Discussion
Topic: MySQL Query Get Value of List Items?
Replies: 3
Views: 620

MySQL Query Get Value of List Items?

I'm trying to use a MySQL query to pull the value set for selected "drop-down list" and/or "dropdown multiselect" fields & then add that value with the number that was entered in a numeric field. I can't seem to find where the values for drop-down lists are stored so I don't ...
by empmdk
12 Nov 2019, 18:21
Forum: Suggestions
Topic: Visually Build MySQL Queries
Replies: 0
Views: 3811

Visually Build MySQL Queries

I think a great addition would be a feature to visually build MySQL queries for fields. This would help those who are not familiar with how to manually do this while also reducing the time needed to figure out the right formula needed. Some kind of drag & drop (or series of dropdowns) of availab...
by empmdk
01 Nov 2019, 00:06
Forum: Suggestions
Topic: Automate Actions Checkboxes
Replies: 0
Views: 2649

Automate Actions Checkboxes

For an automate actions button with multiple actions. There should be checkboxes for the multiple actions, maybe on the confirmation window. For example, adding a common set of tasks to a sub-entity. Not all parent items require the same sub-tasks. Being able to uncheck certain items would be very h...
by empmdk
31 Oct 2019, 22:42
Forum: Discussion
Topic: SubTask To-Do List Filtering?
Replies: 1
Views: 2164

SubTask To-Do List Filtering?

Are there any plans to include the ability to filter subtask / To-Do Lists in reports? Also make it so you cannot set the main tasks status to "Complete" unless all To-Do boxes are checked?
by empmdk
01 Sep 2019, 22:34
Forum: Discussion
Topic: Payroll Configuration?
Replies: 8
Views: 1820

Re: Payroll Configuration?

I've been playing around with this to try figuring out what kind of query is needed as I'm not totally familiar with that. I think it is conflicting with the MySQL Formula field I'm using for the invoice field generation. The errors keep referencing the invoice MySQL Formula field like it's part of ...
by empmdk
26 Aug 2019, 06:41
Forum: Discussion
Topic: Payroll Configuration?
Replies: 8
Views: 1820

Re: Payroll Configuration?

Any further suggestions for this? The value the employee gets paid is based on which service(s) are chosen. Need to be able to choose multiple services The value(s) saved must be static & not generated by MySQL to prevent changing all previous entries if the pay for that service is changed in th...
by empmdk
11 Aug 2019, 19:58
Forum: Discussion
Topic: Payroll Configuration?
Replies: 8
Views: 1820

Re: Payroll Configuration?

I have attempted using a Pivot Table. However, the users pay is different from the value set for the service. Also, the pivot table doesn't seem to pull the value for the service, only the name. The pay per service is a set dollar amount depending on which service is done, not a percentage. So, at l...
by empmdk
11 Aug 2019, 05:27
Forum: Discussion
Topic: Payroll Configuration?
Replies: 8
Views: 1820

Payroll Configuration?

Has anyone successfully set up a working payroll with reports? I have an entity with a "drop-down multiselect" field with a list containing different services. Each has its own value for invoicing purposes, which I have working. What I'm trying to accomplish is a way to generate what an as...
by empmdk
09 Aug 2019, 06:04
Forum: Discussion
Topic: Mass Invoice Generation
Replies: 1
Views: 456

Re: Mass Invoice Generation

Found a simple fix. Changing the Invoice field to a MySQL formula with just [id] and keeping the prefix works great.