Daniel W
Forum Replies Created
-
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] ERROR PARSING JSONNow every staff shift trade (leave shift) must go through admins via e-mail ??
I hope for an update soon ??
You are right!
It did not erase any shifts, just created new ones side by side. I was confused and thought the real ones was overwritten and then I (me, myself and I) erased the whole week. My bad.
But the issue remains: The copy function ignored my date of destination and copied to the next week (default).
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] ERROR PARSING JSONOn our website – staff cannot leave a shift unless we enable access to also create shifts.
When they try to leave a shift they get the JSON error.
Added in 3.1.0
Forum: Plugins
In reply to: [PitchPrint] Call to undefined function wc_enqueue_js()Same happened to me…
It went well on another install with a newer version.
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] iCal Sync | DescriptionLike this (mockup from a part of module > ical > models> ical.php )
reset( $this->shifts ); foreach( $this->shifts as $sh ){ $views = array( 'location' => $sh->present_location(HC_PRESENTER::VIEW_RAW), 'user' => $sh->present_user(HC_PRESENTER::VIEW_RAW), 'notes' => $sh->present_notes(HC_PRESENTER::VIEW_RAW), ); $event = new hc_vevent(); // initiate a new EVENT $event->setProperty( 'uid', 'obj-' . $sh->id . '-' . $my_unique ); $event->setProperty( 'location', $views['location'] ); $event->setProperty( 'summary', $views['user'] . ' @ ' . $views['location'] ); $event->setProperty( 'description', $views['notes'] );
The imaginary rows are:
'notes' => $sh->present_notes(HC_PRESENTER::VIEW_RAW),
and
$event->setProperty( 'description', $views['notes'] );
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] iCal Sync | Field ReadonlyIt is!
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] iCal SyncSuper!
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Disable automatic scroll on page?Perfect!
Ah! I see the “X” is for erase and not for archive ??
I have now erased all former staff. Nice and tidy.
(No need for a subpage anymore, but a list view would be nice.)Question simplified:
We need an option in the settings like this:
(?) Keep last assigned staff name on an “empty” shift until another user has taken it.(The whole Shift Trade tab is not necessary.)
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Disable filter and controls?Resolved in 3.0.4 with shortcodes ??
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Localization glitch3.0.3 cured it
Yes I’d like a subpage. (And preferably more of a list instead of all rounded squares.)