HESK version 3.5.0 BETA (test version)

Helpdesk for my helpdesk software

Moderator: mkoch227

Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.5.0 BETA (test version)

Post by Klemen »

Hi,

To reduce the table paddings, you can use this trick:
https://x.com/HESKdotCOM/status/1544350335547973633

Will look into the $hesklang['submit_ticket'] issue, thanks.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
haltintoprak
Posts: 1
Joined: Thu Aug 01, 2024 9:30 pm

Re: HESK version 3.5.0 BETA (test version)

Post by haltintoprak »

How can we remove Add CC field on customer logged ticket creation?

like in here
https://imgur.com/a/EUByUnS
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.5.0 BETA (test version)

Post by Klemen »

In Admin panel > Settings > Help desk > under "Features" find "Ticket followers: Allow tickets to have multiple customers"

Unselect it and save changes.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
parashuram
Posts: 3
Joined: Fri Apr 28, 2017 7:31 am

Re: HESK version 3.5.0 BETA (test version)

Post by parashuram »

Hi

Is ther any time and date is fixed to release 3.5.0 stable version?
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.5.0 BETA (test version)

Post by Klemen »

I expect it in 2nd half of September.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
parashuram
Posts: 3
Joined: Fri Apr 28, 2017 7:31 am

Re: HESK version 3.5.0 BETA (test version)

Post by parashuram »

Thanks for the update. I am Microsoft 365 user, whatever Microsoft implementing is for the seuciry of the users, However you provided OAuth creation option. I cannot blame on this microsoft or Hesk Team. You may remove the Word Blame Microsoft on your website. Blaming others never helps.

Thanks again for this feature.

As I can see in other platforms, you can create OAuth. if possible please implement. It helps me. I cannot make big donation at this movement, I can able to buy Lincense if it is below 50 USD.

Parashuram Singade
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.5.0 BETA (test version)

Post by Klemen »

Any provider who uses the same OAuth process can be enabled in Hesk, not just M365. For example, Google and Yahoo work as well.

However, please keep this thread focused on 3.5.0 BETA and not other issues.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
BradJackson67
Posts: 5
Joined: Sun Aug 04, 2024 12:52 am

Re: HESK version 3.5.0 BETA (test version)

Post by BradJackson67 »

Hi, I note possible second half of Sept for release of 3.5.0. Does that include cloud version?
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.5.0 BETA (test version)

Post by Klemen »

Yes, that includes the cloud, at least new accounts.

When new versions with fundamental changes are released, we usually wait a week or two before upgrading existing accounts, though, to make sure any strange bugs that might have escaped testing are caught. This is to provide stability and prevent existing help desks from malfunctioning.

However, we can upgrade your account as soon as it is available (send me a private message/email or use the contact form on the hesk.com page).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
bastiaan.c
Posts: 142
Joined: Sat Jun 22, 2013 9:24 pm

Re: HESK version 3.5.0 BETA (test version)

Post by bastiaan.c »

A custom field can have the visibility: "public" & "Staff only"

How do I hide the field from the public?
BUT a customer account that logs in should be able to see it.
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.5.0 BETA (test version)

Post by Klemen »

Well, you can't :lol:

It's not a scenario that had appeared before. The "Public" may need to be renamed to "Customer side" for clarity. No promises, but we could probably add this in the future.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
bastiaan.c
Posts: 142
Joined: Sat Jun 22, 2013 9:24 pm

Re: HESK version 3.5.0 BETA (test version)

Post by bastiaan.c »

Code: Select all

<?php
// generate a barcode
if ($hesk_settings['barcode']['print'] && ( ! $hesk_settings['barcode']['staff_only'] || $showStaffOnlyFields)) {
    $barcode = new \Com\Tecnick\Barcode\Barcode();
    $bobj = $barcode->getBarcodeObj(
        $hesk_settings['barcode']['type'],   // barcode type
        $ticket['trackid'],                  // data string to encode
        $hesk_settings['barcode']['width'],  // bar width (use absolute or negative value as multiplication factor)
        $hesk_settings['barcode']['height'], // bar height (use absolute or negative value as multiplication factor)
        $hesk_settings['barcode']['color'],  // foreground color
        array(2, 2, 20, 2)                   // padding (use absolute or negative values as multiplication factors)
        )->setBackgroundColor($hesk_settings['barcode']['bg']); // background color

    echo '<img alt="Barcode" src="data:image/png;base64,'.base64_encode($bobj->getPngData()).'">';
}
?>

How do I change " $ticket['trackid'], // data string to encode"
with the ticket URL, so when I scan the QR that the URL will open

I tried something like

$ticket['hesk_url']) . '/ticket.php?track='.urlencode($trackingID)'],


i tried for hours :-(
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.5.0 BETA (test version)

Post by Klemen »

You're probably looking for:

Code: Select all

$hesk_settings['hesk_url'].'/ticket.php?track='.$ticket['trackid']
However, let's keep this thread focused on reporting issues with 3.5.0 beta, other questions should go into a new post.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
heskneedhelp
Posts: 3
Joined: Mon Jul 31, 2017 9:12 am

Re: HESK version 3.5.0 BETA (test version)

Post by heskneedhelp »

Hi, is new release still due for this month?
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK version 3.5.0 BETA (test version)

Post by Klemen »

Hopefully, yes. Beta 2 testing is currently being completed (it was only released to a handful of testers).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked