mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-24 13:40:29 +01:00
add copyright/license
This commit is contained in:
parent
9defde81ae
commit
f37ef6e591
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Bank
|
class Bank
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Communication
|
class Communication
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Contact
|
class Contact
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Country
|
class Country
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class CreateShipmentOrderRequest
|
class CreateShipmentOrderRequest
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class CreateShipmentOrderResponse
|
class CreateShipmentOrderResponse
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class CreationState
|
class CreationState
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Customer
|
class Customer
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class DeleteShipmentOrderRequest
|
class DeleteShipmentOrderRequest
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class DeleteShipmentOrderResponse
|
class DeleteShipmentOrderResponse
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class DeletionState
|
class DeletionState
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class DeliveryAddress
|
class DeliveryAddress
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Dimension
|
class Dimension
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class ExportDocPosition
|
class ExportDocPosition
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class ExportDocument
|
class ExportDocument
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class LabelData
|
class LabelData
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Name
|
class Name
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class NativeAddress
|
class NativeAddress
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class NativeAddressNew
|
class NativeAddressNew
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class PackStation
|
class PackStation
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Postfiliale
|
class Postfiliale
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Receiver
|
class Receiver
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class ReceiverNativeAddress
|
class ReceiverNativeAddress
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Shipment
|
class Shipment
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
use DateTimeImmutable;
|
use DateTimeImmutable;
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class ShipmentItem
|
class ShipmentItem
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class ShipmentNotification
|
class ShipmentNotification
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class ShipmentOrder
|
class ShipmentOrder
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class ShipmentService
|
class ShipmentService
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Shipper
|
class Shipper
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Status
|
class Status
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class StatusElement
|
class StatusElement
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Statusinformation
|
class Statusinformation
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl\Data;
|
namespace Xentral\Carrier\Dhl\Data;
|
||||||
|
|
||||||
class Version
|
class Version
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\Dhl;
|
namespace Xentral\Carrier\Dhl;
|
||||||
|
|
||||||
use SoapClient;
|
use SoapClient;
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud\Data;
|
namespace Xentral\Carrier\SendCloud\Data;
|
||||||
|
|
||||||
class Document
|
class Document
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud\Data;
|
namespace Xentral\Carrier\SendCloud\Data;
|
||||||
|
|
||||||
abstract class ParcelBase
|
abstract class ParcelBase
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud\Data;
|
namespace Xentral\Carrier\SendCloud\Data;
|
||||||
|
|
||||||
class ParcelCreation extends ParcelBase
|
class ParcelCreation extends ParcelBase
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud\Data;
|
namespace Xentral\Carrier\SendCloud\Data;
|
||||||
|
|
||||||
class ParcelCreationError
|
class ParcelCreationError
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud\Data;
|
namespace Xentral\Carrier\SendCloud\Data;
|
||||||
|
|
||||||
class ParcelItem
|
class ParcelItem
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud\Data;
|
namespace Xentral\Carrier\SendCloud\Data;
|
||||||
|
|
||||||
use DateTimeImmutable;
|
use DateTimeImmutable;
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud\Data;
|
namespace Xentral\Carrier\SendCloud\Data;
|
||||||
|
|
||||||
class SenderAddress {
|
class SenderAddress {
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud\Data;
|
namespace Xentral\Carrier\SendCloud\Data;
|
||||||
|
|
||||||
class ShippingMethod {
|
class ShippingMethod {
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud\Data;
|
namespace Xentral\Carrier\SendCloud\Data;
|
||||||
|
|
||||||
class ShippingProduct {
|
class ShippingProduct {
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud;
|
namespace Xentral\Carrier\SendCloud;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Carrier\SendCloud;
|
namespace Xentral\Carrier\SendCloud;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Modules\ShippingMethod\Model;
|
namespace Xentral\Modules\ShippingMethod\Model;
|
||||||
|
|
||||||
class CreateShipmentResult
|
class CreateShipmentResult
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Modules\ShippingMethod\Model;
|
namespace Xentral\Modules\ShippingMethod\Model;
|
||||||
|
|
||||||
class CustomsInfo
|
class CustomsInfo
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Xentral\Modules\ShippingMethod\Model;
|
namespace Xentral\Modules\ShippingMethod\Model;
|
||||||
|
|
||||||
class Product
|
class Product
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
* SPDX-FileCopyrightText: 2019 Xentral (c) Xentral ERP Software GmbH, Fuggerstrasse 11, D-86150 Augsburg, Germany
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
*/
|
||||||
|
|
||||||
var ShippingMethodCreate = function ($) {
|
var ShippingMethodCreate = function ($) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
* SPDX-FileCopyrightText: 2019 Xentral (c) Xentral ERP Software GmbH, Fuggerstrasse 11, D-86150 Augsburg, Germany
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
**** COPYRIGHT & LICENSE NOTICE *** DO NOT REMOVE ****
|
**** COPYRIGHT & LICENSE NOTICE *** DO NOT REMOVE ****
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
* SPDX-FileCopyrightText: 2019 Xentral (c) Xentral ERP Software GmbH, Fuggerstrasse 11, D-86150 Augsburg, Germany
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
**** COPYRIGHT & LICENSE NOTICE *** DO NOT REMOVE ****
|
**** COPYRIGHT & LICENSE NOTICE *** DO NOT REMOVE ****
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
* SPDX-FileCopyrightText: 2019 Xentral (c) Xentral ERP Software GmbH, Fuggerstrasse 11, D-86150 Augsburg, Germany
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
*/
|
||||||
|
|
||||||
use Xentral\Modules\ShippingMethod\Model\CreateShipmentResult;
|
use Xentral\Modules\ShippingMethod\Model\CreateShipmentResult;
|
||||||
use Xentral\Modules\ShippingMethod\Model\CustomsInfo;
|
use Xentral\Modules\ShippingMethod\Model\CustomsInfo;
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
|
||||||
|
SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
-->
|
||||||
|
|
||||||
<div class="container-fluid" id="createshipmentapp">
|
<div class="container-fluid" id="createshipmentapp">
|
||||||
<form action="" method="post" v-on:submit.prevent="submit">
|
<form action="" method="post" v-on:submit.prevent="submit">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -1,249 +0,0 @@
|
|||||||
<div class="container-fluid" id="sendcloudapp">
|
|
||||||
<form action="" method="post" v-on:submit.prevent="submit">
|
|
||||||
<div class="row">
|
|
||||||
<div v-for="msg in messages" :class="msg.class">{{msg.text}}</div>
|
|
||||||
<div>
|
|
||||||
<h1>{|Paketmarken Drucker für|} SendCloud</h1>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4">
|
|
||||||
<h2>{|Empfänger|}</h2>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>{|Name|}:</td>
|
|
||||||
<td><input type="text" size="36" v-model="form.name"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Name 2|}:</td>
|
|
||||||
<td><input type="text" size="36" v-model="form.name2"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Name 3|}:</td>
|
|
||||||
<td><input type="text" size="36" v-model="form.name3"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Strasse/Hausnummer|}:</td>
|
|
||||||
<td>
|
|
||||||
<input type="text" size="30" v-model="form.strasse">
|
|
||||||
<input type="text" size="5" v-model="form.hausnummer">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|PLZ/Ort|}:</td>
|
|
||||||
<td><input type="text" size="5" v-model="form.plz">
|
|
||||||
<input type="text" size="30" v-model="form.ort">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Bundesland|}:</td>
|
|
||||||
<td><input type="text" size="36" v-model="form.bundesland"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Land|}:</td>
|
|
||||||
<td>
|
|
||||||
<select v-model="form.land">
|
|
||||||
<option v-for="(value, key) in countries" :value="key">{{value}}</option>
|
|
||||||
</select>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|E-Mail|}:</td>
|
|
||||||
<td><input type="text" size="36" v-model="form.email"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Telefon|}:</td>
|
|
||||||
<td><input type="text" size="36" v-model="form.telefon"></td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4" v-once>
|
|
||||||
<h2>vollst. Adresse</h2>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>{|Name|}</td>
|
|
||||||
<td>{{form.name}}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Ansprechpartner|}</td>
|
|
||||||
<td>{{form.ansprechpartner}}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Abteilung|}</td>
|
|
||||||
<td>{{form.abteilung}}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Unterabteilung|}</td>
|
|
||||||
<td>{{form.unterabteilung}}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Adresszusatz|}</td>
|
|
||||||
<td>{{form.adresszusatz}}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Strasse|}</td>
|
|
||||||
<td>{{form.streetwithnumber}}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|PLZ/Ort|}</td>
|
|
||||||
<td>{{form.plz}} {{form.ort}}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Bundesland|}</td>
|
|
||||||
<td>{{form.bundesland}}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Land|}</td>
|
|
||||||
<td>{{form.land}}</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4">
|
|
||||||
<h2>{|Paket|}</h2>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>{|Gewicht (in kg)|}:</td>
|
|
||||||
<td><input type="text" v-model="form.weight"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Höhe (in cm)|}:</td>
|
|
||||||
<td><input type="text" size="10" v-model="form.height"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Breite (in cm)|}:</td>
|
|
||||||
<td><input type="text" size="10" v-model="form.width"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Länge (in cm)|}:</td>
|
|
||||||
<td><input type="text" size="10" v-model="form.length"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Produkt|}:</td>
|
|
||||||
<td>
|
|
||||||
<select v-model="form.method">
|
|
||||||
<option v-for="(value, key, index) in methods" :value="key">{{value}}</option>
|
|
||||||
</select>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Nachnahme|}:</td>
|
|
||||||
<td><input type="checkbox" v-model="form.cashOnDelivery"> (Betrag: {{ form.codvalue }}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Wunschtermin|}:</td>
|
|
||||||
<td><input type="date" v-model="form.preferredDay"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="clearfix"></div>
|
|
||||||
<div class="col-md-12">
|
|
||||||
<h2>{|Bestellung|}</h2>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>{|Bestellnummer|}:</td>
|
|
||||||
<td><input type="text" size="36" v-model="form.order_number"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Rechnungsnummer|}:</td>
|
|
||||||
<td><input type="text" size="36" v-model="form.invoice_number"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Sendungsart|}:</td>
|
|
||||||
<td>
|
|
||||||
<select v-model="form.sendungsart">
|
|
||||||
<option v-for="(value, key) in customs_shipment_types" :value="key">{{value}}</option>
|
|
||||||
</select>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>{|Versicherungssumme|}:</td>
|
|
||||||
<td><input type="text" size="10" v-model="form.total_insured_value"/></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-12">
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<th>{|Bezeichnung|}</th>
|
|
||||||
<th>{|Menge|}</th>
|
|
||||||
<th>{|HSCode|}</th>
|
|
||||||
<th>{|Herkunftsland|}</th>
|
|
||||||
<th>{|Einzelwert|}</th>
|
|
||||||
<th>{|Einzelgewicht|}</th>
|
|
||||||
<th>{|Währung|}</th>
|
|
||||||
<th>{|Gesamtwert|}</th>
|
|
||||||
<th>{|Gesamtgewicht|}</th>
|
|
||||||
<th><a v-on:click="addPosition"><img src="themes/new/images/add.png"></a></</th>
|
|
||||||
</tr>
|
|
||||||
<tr v-for="(pos, index) in form.positions">
|
|
||||||
<td><input type="text" v-model="pos.bezeichnung" required></td>
|
|
||||||
<td><input type="text" v-model="pos.menge" required></td>
|
|
||||||
<td><input type="text" v-model="pos.zolltarifnummer" required></td>
|
|
||||||
<td><input type="text" v-model="pos.herkunftsland" required></td>
|
|
||||||
<td><input type="text" v-model="pos.zolleinzelwert" required></td>
|
|
||||||
<td><input type="text" v-model="pos.zolleinzelgewicht" required></td>
|
|
||||||
<td><input type="text" v-model="pos.zollwaehrung" required></td>
|
|
||||||
<td>{{Number(pos.menge*pos.zolleinzelwert || 0).toFixed(2)}}</td>
|
|
||||||
<td>{{Number(pos.menge*pos.zolleinzelgewicht || 0).toFixed(3)}}</td>
|
|
||||||
<td><a v-on:click="deletePosition(index)"><img src="themes/new/images/delete.svg"></a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td colspan="7"></td>
|
|
||||||
<td>{{total_value.toFixed(2)}}</td>
|
|
||||||
<td>{{total_weight.toFixed(3)}}</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<input class="btnGreen" type="submit" value="{|Paketmarke drucken|}" name="drucken">
|
|
||||||
<input type="button" value="{|Andere Versandart auswählen|}" name="anders">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
const sendcloudApp = new Vue({
|
|
||||||
el: '#sendcloudapp',
|
|
||||||
data: {
|
|
||||||
form: [JSON],
|
|
||||||
countries: [JSON_COUNTRIES],
|
|
||||||
methods: [JSON_METHODS],
|
|
||||||
customs_shipment_types: [JSON_CUSTOMS_SHIPMENT_TYPES],
|
|
||||||
messages: []
|
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
total_value() {
|
|
||||||
let sum = 0;
|
|
||||||
for(const pos of this.form.positions) {
|
|
||||||
sum += pos.menge * pos.zolleinzelwert;
|
|
||||||
}
|
|
||||||
return sum;
|
|
||||||
},
|
|
||||||
total_weight() {
|
|
||||||
let sum = 0;
|
|
||||||
for(const pos of this.form.positions) {
|
|
||||||
sum += pos.menge * pos.zolleinzelgewicht;
|
|
||||||
}
|
|
||||||
return sum;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
submit: function() {
|
|
||||||
let app = this;
|
|
||||||
let xhr = new XMLHttpRequest();
|
|
||||||
xhr.open('POST', location.href, true);
|
|
||||||
xhr.setRequestHeader('Content-Type', 'application/json');
|
|
||||||
xhr.onload = function () {
|
|
||||||
let json = JSON.parse(this.response);
|
|
||||||
app.messages = json.messages;
|
|
||||||
}
|
|
||||||
xhr.send(JSON.stringify($.extend({submit:'print'}, this.form)));
|
|
||||||
},
|
|
||||||
addPosition: function() {
|
|
||||||
this.form.positions.push({ });
|
|
||||||
},
|
|
||||||
deletePosition: function(index) {
|
|
||||||
this.form.positions.splice(index, 1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
</script>
|
|
@ -1,69 +0,0 @@
|
|||||||
<br><br><table id="paketmarketab" align="center">
|
|
||||||
<tr>
|
|
||||||
<td align="center">
|
|
||||||
<br>
|
|
||||||
<form action="" method="post">
|
|
||||||
[ERROR]
|
|
||||||
<h1>Paketmarken Drucker für [ZUSATZ]</h1>
|
|
||||||
<br>
|
|
||||||
<b>Empfänger</b>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<table>
|
|
||||||
<tr><td>
|
|
||||||
|
|
||||||
|
|
||||||
<table style="float:left;">
|
|
||||||
<tr><td>Name:</td><td><input type="text" size="36" value="[NAME]" name="name" id="name"><script type="text/javascript">document.getElementById("name").focus(); </script></td></tr>
|
|
||||||
<tr><td>Name 2:</td><td><input type="text" size="36" value="[NAME2]" name="name2"></td></tr>
|
|
||||||
<tr><td>p. Adr.:</td><td><input type="text" size="36" value="[NAME3]" name="name3"></td></tr>
|
|
||||||
|
|
||||||
|
|
||||||
<tr><td>Land:</td><td>[EPROO_SELECT_LAND]</td></tr>
|
|
||||||
<tr><td>PLZ/Ort:</td><td><input type="text" name="plz" size="5" value="[PLZ]"> <input type="text" size="30" name="ort" value="[ORT]"></td></tr>
|
|
||||||
<tr><td>Strasse/Hausnummer:</td><td><input type="text" size="30" value="[STRASSE]" name="strasse"> <input type="text" size="5" name="hausnummer" value="[HAUSNUMMER]"></td></tr>
|
|
||||||
|
|
||||||
<tr><td>E-Mail:</td><td><input type="text" size="36" value="[EMAIL]" name="email"></td></tr>
|
|
||||||
<tr><td>Telefon:</td><td><input type="text" size="36" value="[TELEFON]" name="telefon"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<table style="float:right;">
|
|
||||||
[GEWICHT]
|
|
||||||
<tr>
|
|
||||||
<td>Höhe (in cm):</td>
|
|
||||||
<td>
|
|
||||||
<input type="text" size="10" value="[HEIGHT]" name="height">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Breite (in cm):</td>
|
|
||||||
<td>
|
|
||||||
<input type="text" size="10" value="[WIDTH]" name="width">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Länge (in cm):</td>
|
|
||||||
<td>
|
|
||||||
<input type="text" size="10" value="[LENGTH]" name="length">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<div style="clear:both"></div>
|
|
||||||
<!-- <br><br>
|
|
||||||
<table align="center">
|
|
||||||
<tr><td colspan="2"><b>Service</b></td></tr>
|
|
||||||
<tr><td>Nachnahme:</td><td><input type="checkbox" name="nachnahme" value="1" [NACHNAHME]> (Betrag: [BETRAG] EUR)<input type="hidden" name="betrag" value="[BETRAG]"></td></tr>
|
|
||||||
</table>-->
|
|
||||||
|
|
||||||
<br><br>
|
|
||||||
<center><input class="btnGreen" type="submit" value="Paketmarke drucken" name="drucken">
|
|
||||||
[TRACKINGMANUELL]
|
|
||||||
<input type="button" value="{|Andere Versandart auswählen|}" onclick="window.location.href='index.php?module=versanderzeugen&action=wechsel&id=[ID]'" name="anders">
|
|
||||||
<!--<input type="button" value="Abbrechen">--></center>
|
|
||||||
</td></tr></table>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<br><br>
|
|
||||||
</td></tr></table>
|
|
@ -1,19 +0,0 @@
|
|||||||
<br><br><table id="paketmarketab" align="center">
|
|
||||||
<tr>
|
|
||||||
<td align="center">
|
|
||||||
<br>
|
|
||||||
<form action="" method="post">
|
|
||||||
[ERROR]
|
|
||||||
<h1>[ZUSATZ]</h1>
|
|
||||||
<!--<br>
|
|
||||||
<h3 style="color:red;">Beim Versand ins Ausland mit UPS müssen die Felder <b>Name</b>, <b>Name 2</b> und <b>Telefon</b> ausgefüllt werden!</h3>-->
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<center><input class="btnGreen" type="submit" value="{|Weiter|}" name="drucken">
|
|
||||||
|
|
||||||
<input type="button" value="{|Andere Versandart auswählen|}" onclick="window.location.href='index.php?module=versanderzeugen&action=wechsel&id=[ID]'" name="anders">
|
|
||||||
<!--<input type="button" value="Abbrechen">--></center>
|
|
||||||
</form>
|
|
||||||
</td></tr></table>
|
|
||||||
<br><br>
|
|
@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/*
|
||||||
*
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use Xentral\Carrier\Dhl\Data\Communication;
|
use Xentral\Carrier\Dhl\Data\Communication;
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
*/
|
||||||
|
|
||||||
use Xentral\Carrier\SendCloud\Data\Document;
|
use Xentral\Carrier\SendCloud\Data\Document;
|
||||||
use Xentral\Carrier\SendCloud\Data\ParcelCreation;
|
use Xentral\Carrier\SendCloud\Data\ParcelCreation;
|
||||||
use Xentral\Carrier\SendCloud\Data\ParcelItem;
|
use Xentral\Carrier\SendCloud\Data\ParcelItem;
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
SPDX-FileCopyrightText: 2019 Xentral (c) Xentral ERP Software GmbH, Fuggerstrasse 11, D-86150 Augsburg, Germany
|
||||||
|
|
||||||
|
SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
-->
|
||||||
<!-- gehort zu tabview -->
|
<!-- gehort zu tabview -->
|
||||||
<div id="tabs">
|
<div id="tabs">
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
SPDX-FileCopyrightText: 2019 Xentral (c) Xentral ERP Software GmbH, Fuggerstrasse 11, D-86150 Augsburg, Germany
|
||||||
|
|
||||||
|
SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
-->
|
||||||
<!-- gehort zu tabview -->
|
<!-- gehort zu tabview -->
|
||||||
<div id="tabs">
|
<div id="tabs">
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
* SPDX-FileCopyrightText: 2019 Xentral (c) Xentral ERP Software GmbH, Fuggerstrasse 11, D-86150 Augsburg, Germany
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
**** COPYRIGHT & LICENSE NOTICE *** DO NOT REMOVE ****
|
**** COPYRIGHT & LICENSE NOTICE *** DO NOT REMOVE ****
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022 Andreas Palm
|
||||||
|
* SPDX-FileCopyrightText: 2019 Xentral (c) Xentral ERP Software GmbH, Fuggerstrasse 11, D-86150 Augsburg, Germany
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
**** COPYRIGHT & LICENSE NOTICE *** DO NOT REMOVE ****
|
**** COPYRIGHT & LICENSE NOTICE *** DO NOT REMOVE ****
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user