Git Product home page Git Product logo

znuny-quickdelete's Introduction

Hi there 👋

I'm Denny, developer from Berlin, Germany

Metrics


Languages and Tools

git git GitLab GitHub Terminal Warp perl php javascript html5 css3 mysql mariadb nodejs jekyll jest selenium docker





My Work

Currently I am working on the ticket system Znuny.

Znuny/Znuny LTS is a fork of the ((OTRS)) Community Edition, one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management.

git

Enjoy!

Your Denny Korsukéwitz 🚀

znuny-quickdelete's People

Contributors

dennykorsukewitz avatar genaumann avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

sharkpd

znuny-quickdelete's Issues

Generic Agent GUI

Hi @SynPrime,

let's move on.
Now we need a GenericAgent, which we can create via CodeInstall->PackageSetup->ObjectAdd
Here you can see what the way should look like.
I'll just leave you alone for now and wonder how far you'll get.
:)
Please, Don't hesitate if you need help.

  • CodeInstall in SOPM
<CodeReinstall Type="post"><![CDATA[
        $Kernel::OM->Get('var::packagesetup::OTRSQuickDelete')->CodeReinstall();
    ]]></CodeReinstall>
<CodeInstall Type="post"><![CDATA[
        $Kernel::OM->Get('var::packagesetup::OTRSQuickDelete')->CodeInstall();
    ]]></CodeInstall>
<CodeUninstall Type="pre"><![CDATA[
        $Kernel::OM->Get('var::packagesetup::OTRSQuickDelete')->CodeUninstall();
    ]]></CodeUninstall>
<CodeUpgrade Type="post"><![CDATA[
        $Kernel::OM->Get('var::packagesetup::OTRSQuickDelete')->CodeUpgrade();
    ]]></CodeUpgrade>


  • GenericAgent
    • check if exists
    • create job if not
    $GenericAgentObject->JobAdd(
        Name => 'JobName',
        Data => {
            Queue => 'SomeQueue',
            ...
            Valid => 1,
        },
        UserID => 123,
    );

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.