Forum Replies Created

Viewing 15 replies - 1 through 15 (of 82 total)
  • Plugin Author plainware

    (@plainware)

    Hello,
    currently there’re no specific ids for those links but you can style them with the following tweak:

    .hc-app-container .hc-col-1-2 > a.hc-align-center {
    border: #ccc 1px solid;
    padding: .5em 1em
    }
    • This reply was modified 2 months ago by plainware.
    Plugin Author plainware

    (@plainware)

    Hello,
    thank you for your feedback! I’m afraid this might be a confusion. These email subjects are configurable. The weekly notifications are always for the next week regarding the reference date. And the default email subject reads “Next Week Shifts: {DATELABEL}” where {DATELABEL} is replaced with the actual dates like “13 – 19 Oct 2024”. So this “Your Castings THIS WEEK” is a custom label that was set in ShiftController, Administration, Reminders, Edit Templates. You can probably replace “THIS WEEK” to “for the following week:” or remove it altogether to avoid confusion.

    Plugin Author plainware

    (@plainware)

    Hello,
    thank you for your feedback. Our plugin calculates the mathematical distance as a direct line between two points, while the Google maps provide you with the distance on the automobile or pedestrian roads. The latter is certainly longer. Why we don’t calculate the real distance along the roads? We do this for speed – a search request may return hundreds of results. It may take a second to calculate the road distance from A to B, but it’ll have a significant delay if we have multiple results. It will also require more API requests from your site to the Google Maps that will result in higher expenses.

    So, to sum it up: if we need to get the exact distance along the roads, we should ask the Google maps to build the route between the point A (the search request) to points B1, B2, B3 … B100 … B1000 etc (our locations from the locator database). So we would need to send 100s of API requests to the Google Maps on this one locator request which will take time and money. With the current mathematical approach, we simply ask the Google Maps about the geo coordinates of the point A, then we calculate the mathematical distance between these coordinates of the point A, and the coordinates of our locations B1, B2 … which are already known since you already geocoded them. It’s a simple and quick function. Although its result is shorter than the real car trip, it still allows to rank the results by distance less or more close to reality.

    I hope it helps!

    Plugin Author plainware

    (@plainware)

    Hello,
    in version 4.6.60 we’ve implemented a few optimization changes that reduced the number of database queries, I hope it’ll help.

    Plugin Author plainware

    (@plainware)

    Hello,
    in version 4.6.60 we’ve implemented a few optimization changes that reduced the number of database queries, I hope it’ll help.

    Plugin Author plainware

    (@plainware)

    Hello,
    in version 4.6.60 we’ve implemented a few optimization changes that reduced the number of database queries, I hope it’ll help.

    Plugin Author plainware

    (@plainware)

    Thank you very much for your feedback! I’m really sorry for the issue. With the current version there can be speed issues if there are a LOT of calendars, like more than 50. For the moment we can only suggest to reorganize the structure of the data, perhaps merge several calendars into one.

    Plugin Author plainware

    (@plainware)

    Thank you very much for your feedback! I’m really sorry for the issue. With the current version there can be speed issues if there are a LOT of calendars, like more than 50. For the moment we can only suggest to reorganize the structure of the data, perhaps merge several calendars into one.

    Plugin Author plainware

    (@plainware)

    Ciao,
    I’m sorry for not replying sooner. Currently your web page has the following error:

    Google Maps JavaScript API error: BillingNotEnabledMapError

    That means that you need to provide your billing details (a creadit card or something) at Google Console control panel (where you configured the Maps API key). They provide $200 USD free credit each month that is enough for most small and medium websites, but anyway still require the billing details. This error isn’t related specifically to our plugin, any application dealing with Google Maps requires the same configuration.

    Plugin Author plainware

    (@plainware)

    Hello,
    thank you very much for your feedback, I’m really sorry for not replying sooner. At the moment those do not integrate with each other, but integration development is in the nearest plans! Most probably, it will be possible to use shifts from ShiftController as templates for time cards. Also we plan clock-in/out functionality for Plain Tracker, and probably it could also connect with ShiftController somehow.

    Plugin Author plainware

    (@plainware)

    Hello Dominik,
    thank you for your feedback! I’m not sure if I completely understood your question. Do you mean to make the day columns wider? By default, our schedule view extends to the full width it has, so it greatly depends on your current theme. You can probably adjust your theme settings so on this particular page the content is 100% wide rather than taking a fraction of the available width.
    Or alternatively you can switch to the list view so all the shift information will be completely visible almost in any front end design.

    Plugin Author plainware

    (@plainware)

    Hello,
    thank you for your feedback! We’ve published a new version update 4.9.40 where we added an option to choose if you need to send reminders for shifts, time off or both. Configure it in ShiftController, Administration, Reminders.

    Plugin Author plainware

    (@plainware)

    Hello, thanks, we’ve fixed the download.

    Plugin Author plainware

    (@plainware)

    Hello,
    I’m sorry at the moment it’s not possible. A user is either an administrator, who can have access to everything, or a manager who can manage shifts in certain calendars, but can’t create new employees or shift types.

    Plugin Author plainware

    (@plainware)

    Hello,
    I’m sorry for not replying sooner.

    All admins of the site automatically get admin rights in ShiftController too. We also add the “ShiftController Administrator” role to WordPress so if you assign this role to a user, they will have admin rights in ShiftController, but no admin rights to other parts/plugins of the website.

    So, for your case, assigning dual role: WordPress Admin and ShiftController Admin doesn’t make sense, the WordPress admin is already an administrator in ShiftController.

Viewing 15 replies - 1 through 15 (of 82 total)