u/zackattackz287

Epicor Data Discovery Gantt Chart
▲ 2 r/epicor

Epicor Data Discovery Gantt Chart

In the Learning Center course on Data Discovery they show the grid chart, and there appears to be what looks like a Gantt chart option in the grid types? This option is not available to me in data discovery basic. Is this an advanced only feature? Or just something that does not exist anymore? I cannot find any other information about this online.

u/zackattackz287 — 7 days ago
▲ 2 r/epicor

EDD possible to link back to records in kinetic?

Hey y'all I recently started consulting for a shop using Kinetic. I'm exploring using EDD as a possible solution for a sales dashboard. But a pretty hard requirement would be the ability to link back into kinetic for any specific OrderHed rows (either in the EDD transaction result set rows, or otherwise).

Like if you could just click the order number and open kinetic for that order in a new tab that'd be ideal. But I can't find any such functionality baked in, so I was hoping someone here might know if this is possible?

If it's not I'm considering tampermonkey scripts to inject links, but I'd like to avoid that if the functionality is in EDD natively.

Thank you

reddit.com
u/zackattackz287 — 8 days ago

Heya I've been using openbox with tint2 for a little while now. It's mostly been great but I've ran into some issues with tint2 (I figure a lot of people here probably use tint2). I got an LLM to generate some patches that I've been dogfooding for a bit now with no issues. I'm using the https://gitlab.com/nick87720z/tint2 fork, though some of these may or may not work with different forks with some tweaking (some may not really even apply).

All three patches are fixes for the systray, most important are the first two which fix some annoying segfaults I've had. Anyways I'll list each patch + the issue it solves, I may open issues on the gitlab fork for these but this is a bit easier for me right now to just get these out to the community. I hope it helps anyone!

Fix crash when tray client disconnects mid-embed (https://pastebin.com/UxDTv4ML)

tint2 can SIGSEGV when a tray app destroys its window at the wrong moment during startup. Small fix.

Fix regression causing crash on tray client quit (https://pastebin.com/r3yN397K)

A commit in the nick87720z fork removed a `break` statement that was actually necessary, causing tint2 to SIGSEGV when a tray app quits. This patch restores it.

Fix icon overflow when systray_icon_size < panel height (https://pastebin.com/Rq0KrtSa)

If your `systray_icon_size` is smaller than your panel height, the rightmost tray icon gets clipped. One-line fix.

reddit.com
u/zackattackz287 — 4 months ago