{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/dev" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 724,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "718962b615ea9c5fe54c114e74aa1d8eff256b3f",
            "branch" : [
              {
                "SHA1" : "718962b615ea9c5fe54c114e74aa1d8eff256b3f",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "718962b615ea9c5fe54c114e74aa1d8eff256b3f",
            "branch" : [
              {
                "SHA1" : "718962b615ea9c5fe54c114e74aa1d8eff256b3f",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "718962b615ea9c5fe54c114e74aa1d8eff256b3f",
        "branch" : [
          {
            "SHA1" : "718962b615ea9c5fe54c114e74aa1d8eff256b3f",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/younex1/erp-nuxt-frontend.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#724",
  "duration" : 61773,
  "estimatedDuration" : 71602,
  "executor" : null,
  "fullDisplayName" : "build-logship-frontend #724",
  "id" : "724",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 724,
  "queueId" : 5623,
  "result" : "SUCCESS",
  "timestamp" : 1788307200273,
  "url" : "https://jenkins.younex.de/job/build-logship-frontend/724/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "server/api/accounting/amazon/orders-check.get.ts",
          "server/api/accounting/ebay/orders-check.get.ts"
        ],
        "commitId" : "0eb5b88f6d5e3d007b193bffd483875433779862",
        "timestamp" : 1788244104000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "orders-check (Amazon + eBay): don't count a voided linked order as matched\u000a\u000amatchOrders() already captured the linked c_order's DocStatus but never\u000achecked it - a manually voided/canceled order still counted as a resolved\u000amatch, so the reconciliation page silently showed it as handled instead\u000aof flagging it for reimport (importSingleOrder already treats a voided\u000alink as not-really-imported for the exact same reason; this brings the\u000acomparison page's own matching in line with that rule).\u000a\u000aCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\u000aClaude-Session: https://claude.ai/code/session_01QTy674ErXSPZ8spJ6HMhE6\u000a",
        "date" : "2026-09-01 08:28:24 +0200",
        "id" : "0eb5b88f6d5e3d007b193bffd483875433779862",
        "msg" : "orders-check (Amazon + eBay): don't count a voided linked order as matched",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "server/api/accounting/amazon/orders-check.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/api/accounting/ebay/orders-check.get.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/pages/accounting/amazon-orders-check.vue",
          "app/components/AgGrid/Accounting/AgDocPreviewLink.vue",
          "app/pages/accounting/ebay-orders-check.vue"
        ],
        "commitId" : "e72265bd4727f144c2355df0676ccf32a933ee67",
        "timestamp" : 1788251427000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "Amazon/eBay orders-check: add batch/single order cancellation (VO)\u000a\u000aSometimes a matched order was imported with a mistake (wrong amount etc.)\u000aand needs to be voided so it can be reimported clean. Adds a \"Stornieren\"\u000atoolbar action (batch, from the checkbox selection) and a per-row cancel\u000abutton on \"Interner Auftrag\" (mirrors the existing import \"+\" button),\u000aboth calling the standard order document-action endpoint with VO.\u000a\u000aEligible rows: matched, linked to a real order, no invoice yet, not\u000aalready voided/closed. After a successful void the row is patched\u000ain-place to matched:false so it immediately shows as \"FEHLT\" again and\u000acan be reimported from the same page.\u000a\u000aAgDocPreviewLink gains an opt-in onCancelOrder/canCancelOrder param pair,\u000asymmetric with the existing onImportOrder/canImportOrder.\u000a",
        "date" : "2026-09-01 10:30:27 +0200",
        "id" : "e72265bd4727f144c2355df0676ccf32a933ee67",
        "msg" : "Amazon/eBay orders-check: add batch/single order cancellation (VO)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/components/AgGrid/Accounting/AgDocPreviewLink.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/pages/accounting/amazon-orders-check.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/pages/accounting/ebay-orders-check.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "server/api/invoices/lexoffice-upload.post.ts",
          "server/utils/zugferd/maybeZugferdPdf.ts"
        ],
        "commitId" : "718962b615ea9c5fe54c114e74aa1d8eff256b3f",
        "timestamp" : 1788255012000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "upload to lexoffice only zugpferd\u000a",
        "date" : "2026-09-01 11:30:12 +0200",
        "id" : "718962b615ea9c5fe54c114e74aa1d8eff256b3f",
        "msg" : "upload to lexoffice only zugpferd",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "server/api/invoices/lexoffice-upload.post.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/utils/zugferd/maybeZugferdPdf.ts"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.younex.de/user/info",
      "fullName" : "info"
    }
  ]
}