Codebasis als Dateien ins Arbeitsrepo statt als Gitlink

QuellCode/CentronERP war nur als Gitlink (Submodul-Referenz auf 79c1142)
getrackt, ohne .gitmodules und ohne erreichbares Remote. Der
Untersuchungsgegenstand der Versuchsreihe war damit nicht reproduzierbar
gesichert: Ein Klon haette ein leeres Verzeichnis erhalten, und die Belege
der 3.287 Anforderungen waeren nicht ueberpruefbar gewesen.

Umstellung:
- Historie nach c:\DEV\CentronERP_git_snapshot_79c1142 ausgelagert
  (vollstaendig lesbar, enthaelt 79c1142 und Vorgaenger 89ccfd6)
- Gitlink aus dem Index entfernt
- Dateiinhalt aufgenommen: 24.557 Dateien, rund 333 MB

Die verschachtelte .gitignore der Codebasis gilt weiter, Build-Artefakte
bleiben ausgeschlossen. Details in Versuche/Versuch_01/_Codebasis-Nachweis.md
This commit is contained in:
Christoph Schwörer
2026-08-26 07:43:51 +02:00
parent 18edae75b6
commit f045b99a25
24664 changed files with 5846716 additions and 1 deletions
@@ -0,0 +1,60 @@
using System.IO;
using System.Text;
using Centron.BusinessLogic;
using Centron.BusinessLogic.EmployeeArea;
using Centron.BusinessLogic.WebServices.Sales.Receipts;
using Centron.Data.Entities.Administration;
using Centron.Data.WebServices.Sales.Receipts.Offers;
using Centron.Tests.EndToEnd.Infrastructure;
using Xunit;
using Xunit.Abstractions;
namespace Centron.Tests.EndToEnd.Tests.ITscopeOffer
{
public class ITscopeOfferTests : EndToEndTest
{
public ITscopeOfferTests(ITestOutputHelper testOutputHelper)
: base(testOutputHelper)
{
this.Verifier.Settings.IgnoreProperty<ReceiptOfferItemDTO>(f => f.PurchaseBasePrice);
this.Verifier.Settings.IgnoreProperty<ReceiptOfferItemDTO>(f => f.OriginalPurchasePrice);
// Have to ignore ManufacturerCode as well, because the articles don't exist at ITscope anymore,
// so we fall back to ARTIKNEU, and have a GUID in the ManufacturerCode
this.Verifier.Settings.IgnoreProperty<ReceiptOfferItemDTO>(f => f.ManufacturerCode);
}
[Fact(Skip = "Depends on ITscope API which sometimes changes it's data and then this test is flaky.")]
public override void Execute()
{
// Make sure the company-name is included in the invoice-address and delivery-address
this.CreateOffer("OpenTransOffer1");
// Make sure the special characters work correctly
this.CreateOffer("OpenTransOffer2");
}
private void CreateOffer(string name)
{
var openTransDocument = this.GetOpenTransDocument(name + ".xml");
using (var session = new BLSession())
{
int customerI3D = 10000;
var user = session.GetBL<AppUserBL>().GetAppUser(f => f.I3D == 11);
var offer = session.GetBL<ReceiptWebServiceBL>().CreateOfferFromITscope(customerI3D, null, null, null, openTransDocument, user);
this.Verifier.Verify(name, offer);
}
}
private string GetOpenTransDocument(string name)
{
using (var stream = this.GetType().Assembly.GetManifestResourceStream(this.GetType(), name))
using (var reader = new StreamReader(stream, Encoding.UTF8))
{
return reader.ReadToEnd();
}
}
}
}
@@ -0,0 +1,461 @@
{
Data: {
AdditionalText: null,
AddressI3D: 1,
BranchI3D: null,
BranchOrigin: 0,
CampaignI3D: null,
CartAssembleArticles: false,
CartCreatorContactPersonI3D: null,
CartDescription: null,
CartName: null,
CartState: null,
ChangedAt: null,
ChangedByI3D: null,
ChangedThroughApplication: 6,
City: 'Ulm',
CompleteReasonI3D: null,
CompleteReasonText: null,
ConcurrencyControlGuid: Guid,
ContactName: 'Frau Franziska Franzen',
ContactPersonI3D: 23,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CountryI3D: 1,
CreatedAt: null,
CreatedByI3D: 22,
CurrencyFactor: 1.0,
CurrencyFactorIsFixed: false,
CurrencyI3D: 1,
CurrencyString: '€',
CustomerI3D: 10000,
Date: DateTime,
DeliveryAddress: null,
DeliveryAddressAddressI3D: null,
DeliveryAddressContactPersonI3D: null,
DeliveryAddressCustomerI3D: null,
DeliveryAddressInformation: null,
DeliveryConditionI3D: 21,
DeliveryConditionText: 'Die Lieferung erfolgt zur Lieferanschrift frei Haus.\r\n',
DeliveryDate: null,
DirectoryI3D: null,
EditorI3D: 22,
Email: 'ff@c-entron.de',
ExclusiveOfVAT: false,
Fax: '0731-140399-399',
HasPostOfficeBox: false,
I3D: 0,
Information: 'Dieses Angebot wurde von ITscope importiert.\r\nDie ITscope Angebotsnummer ist AN-20210326/1466 Surface Book\r\n\r\nDie Rechnungsadresse bei ITscope war: \r\nZEG Zentraleinkauf Holz + Kunststoff eG\r\nOliver Becht\r\nRudolf-Diesel-Straße 1\r\n70806 Kornwestheim\r\nDeutschland\r\n\r\nDie Lieferadresse bei ITscope war: \r\nZEG Zentraleinkauf Holz + Kunststoff eG\r\nOliver Becht\r\nRudolf-Diesel-Straße 1\r\n70806 Kornwestheim\r\nDeutschland\r\n',
InvoiceAddress: null,
InvoiceAddressAddressI3D: null,
InvoiceAddressContactPersonI3D: null,
InvoiceAddressCustomerI3D: null,
InvoiceAddressInformation: null,
IsCart: false,
IsCashAsset: false,
IsLeasingActive: false,
IsPartialDeliveryPossible: false,
IsServiceActive: false,
Items: [
{
AddAdditionalInformations: [],
ArticleCode: null,
ArticleI3D: null,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: null,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: null,
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: null,
IsService: false,
Kind: 2,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: null,
QuantityProcessed: null,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: null,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Sehr geehrte Frau Franzen,\r\n\r\nanbei wie besprochen das Angebot.',
VATI3D: null,
VATRate: null,
Visible: 1,
WarehouseI3D: null,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: 'ARTIKNEU',
ArticleI3D: 2,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: 2450.00,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: '',
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: false,
IsService: false,
Kind: 1,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: 1.0,
QuantityProcessed: 0.0,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: 4400,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Microsoft Surface Book 3 - Tablet - mit Tastatur-Dock - Core i7 1065G7 / 1.3 GHz - Win 10 Pro - 32 GB RAM - 1 TB SSD - 34.3 cm (13.5")\r\nTouchscreen 3000 x 2000 - GF GTX 1650 - Bluetooth - Wi-Fi - Platin - kbd: Deutsch - kommerziellHst.-Nr.: SLU-00005',
VATI3D: 4,
VATRate: 19.0,
Visible: 1,
WarehouseI3D: -1,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: 'FREMD',
ArticleI3D: 1,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: 2260.00,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: '0889842597998',
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: false,
IsService: false,
Kind: 1,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: 1.0,
QuantityProcessed: 0.0,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: 4400,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Microsoft Surface Book 3 - Tablet - mit Tastatur-Dock - Core i7 1065G7 / 1.3 GHz - Win 10 Pro - 32 GB RAM - 512 GB SSD - 34.3 cm (13.5")\r\nTouchscreen 3000 x 2000 - GF GTX 1650 - Bluetooth - Wi-Fi - Platin - kbd: Deutsch - kommerziellHst.-Nr.: SLM-00005',
VATI3D: 4,
VATRate: 19.0,
Visible: 1,
WarehouseI3D: -1,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: 'ARTIKNEU',
ArticleI3D: 2,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: 1815.00,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: '',
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: false,
IsService: false,
Kind: 1,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: 1.0,
QuantityProcessed: 0.0,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: 4400,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Microsoft Surface Book 3 - Tablet - mit Tastatur-Dock - Core i7 1065G7 / 1.3 GHz - Win 10 Pro - 16 GB RAM - 256 GB SSD - 34.3 cm (13.5")\r\nTouchscreen 3000 x 2000 - GF GTX 1650 - Bluetooth - Wi-Fi - Platin - kbd: Deutsch - kommerziellHst.-Nr.: SKY-00005',
VATI3D: 4,
VATRate: 19.0,
Visible: 1,
WarehouseI3D: -1,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: 'FREMD',
ArticleI3D: 1,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: 220.00,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: '0889842601039',
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: false,
IsService: false,
Kind: 1,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: 1.0,
QuantityProcessed: 0.0,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: 4400,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Microsoft Extended Hardware Service Plan - Serviceerweiterung - Austausch - 4 Jahre (ab ursprünglichem Kaufdatum des Geräts)\r\nReaktionszeit: 3-5 Arbeitstage - kommerziell - für Surface BookHst.-Nr.: VP4-00097',
VATI3D: 4,
VATRate: 19.0,
Visible: 1,
WarehouseI3D: -1,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: null,
ArticleI3D: null,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: null,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: null,
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 1,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: null,
IsService: false,
Kind: 2,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: null,
QuantityProcessed: null,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: null,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: '',
VATI3D: null,
VATRate: null,
Visible: 1,
WarehouseI3D: null,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: null,
ArticleI3D: null,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: null,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: null,
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 2,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: null,
IsService: false,
Kind: 2,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: null,
QuantityProcessed: null,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: null,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Sie wurden beraten von Administrator.',
VATI3D: null,
VATRate: null,
Visible: 1,
WarehouseI3D: null,
WEEE: null
}
],
LeasingFee: 0.0,
LeasingMonths: 0,
LeasingRatePercent: 0.0,
LeasingRatePerMonth: 0.0,
LicenseeAddress: null,
LicenseeAddressAddressI3D: null,
LicenseeAddressContactPersonI3D: null,
LicenseeAddressCustomerI3D: null,
LicenseeAddressInformation: null,
Number: 10340,
OfficeStaffI3D: 34,
PaymentConditionI3D: 7,
PaymentConditionText: 'Die Rechnung ist innerhalb von 30 Tagen bis zum EinDatum rein netto = 0,00 € fällig.\r\nEs gelten unsere AGB sowie erweiterter Eigentumsvorbehalt.',
Phone: '0731-140399-0',
PostOfficeBox: '',
ProbabilityClassificationI3D: null,
ProductGroupClassificationI3D: null,
ProjectEnd: null,
ProjectNumber: null,
Provision: [],
PurchaseOrderNumber: null,
ReceiptConditionI3D: 4,
ReceiptConditionText: 'Das Angebot ist freibleibend. Bitte beachten Sie, dass aufgrund von Währungsschwankungen Preisänderungen möglich sind. Es gelten unsere AGB.',
ReceiptKind: 1,
ReceiptUserStateI3D: null,
Receiver: 'c-entron software gmbh\r\nsdklfnfdjskfdsöfjsadkfjödöfjdsjafsöjdkfjösdajfsjdföjfjsdjfkjsadfjskdjfkjasdköal kalsjsvkjkldsjfkldösjkl jksdljvk jklsavj kjdslk jkldsj klödsj kljasdkl jkl jsckl jklasj klasj kljsö jksj dkljsdklj klsdj öklsdj klsdj lkjkasdj klasdj klsdj kljasfkl jöl\r\nFrau Franziska Franzen\r\nListstrasse 1\r\n89079 Ulm',
ReminderDate: DateTime,
SalesRepresentativeI3D: 31,
ServiceFee: 0.0,
ServiceMonths: 0,
ServiceRatePercent: 0.0,
ServiceRatePerMonth: 0.0,
ShowInformation: true,
State: 1,
Street: 'Liststrasse 1',
Version: 1,
Zip: '89079'
},
Error: null,
Message: null,
MessageCode: null,
Status: 0
}
@@ -0,0 +1,192 @@
<?xml version="1.0" encoding="UTF-8"?><QUOTATION xmlns="http://www.opentrans.org/XMLSchema/2.1" xmlns:ns2="http://www.bmecat.org/bmecat/2005" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" version="2.1">
<QUOTATION_HEADER>
<CONTROL_INFO>
<GENERATOR_INFO>itscope</GENERATOR_INFO>
<GENERATION_DATE>2021-03-29T14:28:22</GENERATION_DATE>
</CONTROL_INFO>
<QUOTATION_INFO>
<QUOTATION_ID>AN-20210326/1466 Surface Book</QUOTATION_ID>
<QUOTATION_DATE>2021-03-29T14:28:22</QUOTATION_DATE>
<ns2:LANGUAGE default="true">deu</ns2:LANGUAGE>
<PARTIES>
<PARTY>
<ns2:PARTY_ID type="supplier_specific">-</ns2:PARTY_ID>
<PARTY_ROLE>buyer</PARTY_ROLE>
<ADDRESS>
<ns2:NAME>ZEG Zentraleinkauf Holz + Kunststoff eG</ns2:NAME>
<CONTACT_DETAILS>
<ns2:CONTACT_ID>7abd1aaf-cde9-4d4a-b6b9-69f7d6748355</ns2:CONTACT_ID>
<ns2:CONTACT_NAME>Becht</ns2:CONTACT_NAME>
<ns2:FIRST_NAME>Oliver</ns2:FIRST_NAME>
<CONTACT_ROLE type="document_issuer">Einkauf</CONTACT_ROLE>
<ns2:PHONE type="office">07154-8030-119</ns2:PHONE>
<ns2:EMAILS>
<ns2:EMAIL>o.becht@zeg-holz.de</ns2:EMAIL>
</ns2:EMAILS>
</CONTACT_DETAILS>
<ns2:STREET>Rudolf-Diesel-Straße 1</ns2:STREET>
<ns2:ZIP>70806</ns2:ZIP>
<ns2:CITY>Kornwestheim</ns2:CITY>
<ns2:COUNTRY>Deutschland</ns2:COUNTRY>
<ns2:COUNTRY_CODED>DE</ns2:COUNTRY_CODED>
<ns2:ADDRESS_REMARKS>7a947b74-d087-428e-b7bb-be32e2f880ee</ns2:ADDRESS_REMARKS>
</ADDRESS>
</PARTY>
<PARTY>
<ns2:PARTY_ID type="supplier_specific">-</ns2:PARTY_ID>
<PARTY_ROLE>delivery</PARTY_ROLE>
<ADDRESS>
<ns2:NAME>ZEG Zentraleinkauf Holz + Kunststoff eG</ns2:NAME>
<CONTACT_DETAILS>
<ns2:CONTACT_ID>7abd1aaf-cde9-4d4a-b6b9-69f7d6748355</ns2:CONTACT_ID>
<ns2:CONTACT_NAME>Becht</ns2:CONTACT_NAME>
<ns2:FIRST_NAME>Oliver</ns2:FIRST_NAME>
<CONTACT_ROLE type="document_issuer">Einkauf</CONTACT_ROLE>
<ns2:PHONE type="office">07154-8030-119</ns2:PHONE>
<ns2:EMAILS>
<ns2:EMAIL>o.becht@zeg-holz.de</ns2:EMAIL>
</ns2:EMAILS>
</CONTACT_DETAILS>
<ns2:STREET>Rudolf-Diesel-Straße 1</ns2:STREET>
<ns2:ZIP>70806</ns2:ZIP>
<ns2:CITY>Kornwestheim</ns2:CITY>
<ns2:COUNTRY>Deutschland</ns2:COUNTRY>
<ns2:COUNTRY_CODED>DE</ns2:COUNTRY_CODED>
<ns2:ADDRESS_REMARKS>7a947b74-d087-428e-b7bb-be32e2f880ee</ns2:ADDRESS_REMARKS>
</ADDRESS>
</PARTY>
<PARTY>
<ns2:PARTY_ID type="itscope">kAoyotEdEeGdlAAmLQjaYg</ns2:PARTY_ID>
<PARTY_ROLE>supplier</PARTY_ROLE>
<ADDRESS>
<ns2:NAME>Systemhaus Ruge GmbH &amp; Co. KG</ns2:NAME>
<CONTACT_DETAILS>
<ns2:CONTACT_ID>14f8e92b-38c4-46a4-b30d-76cffe95fe69</ns2:CONTACT_ID>
<ns2:CONTACT_NAME>Ruge</ns2:CONTACT_NAME>
<ns2:FIRST_NAME>Kai</ns2:FIRST_NAME>
<CONTACT_ROLE type="document_issuer">Geschäftsleitung</CONTACT_ROLE>
<ns2:PHONE type="office">+49 561 99797655</ns2:PHONE>
<ns2:EMAILS>
<ns2:EMAIL>kai.ruge@ruge-it.de</ns2:EMAIL>
</ns2:EMAILS>
</CONTACT_DETAILS>
<ns2:STREET>Leipziger Strasse 184</ns2:STREET>
<ns2:ZIP>34123</ns2:ZIP>
<ns2:CITY>Kassel</ns2:CITY>
<ns2:COUNTRY>Deutschland</ns2:COUNTRY>
<ns2:COUNTRY_CODED>DE</ns2:COUNTRY_CODED>
<ns2:PHONE type="office">+49 561 99797650</ns2:PHONE>
<ns2:ADDRESS_REMARKS>93a30ff6-d11d-11e1-9d94-00262d08da62</ns2:ADDRESS_REMARKS>
</ADDRESS>
</PARTY>
</PARTIES>
<ORDER_PARTIES_REFERENCE>
<ns2:BUYER_IDREF type="supplier_specific">-</ns2:BUYER_IDREF>
<ns2:SUPPLIER_IDREF type="itscope">kAoyotEdEeGdlAAmLQjaYg</ns2:SUPPLIER_IDREF>
<INVOICE_RECIPIENT_IDREF type="supplier_specific">-</INVOICE_RECIPIENT_IDREF>
<SHIPMENT_PARTIES_REFERENCE>
<DELIVERY_IDREF type="supplier_specific">-</DELIVERY_IDREF>
</SHIPMENT_PARTIES_REFERENCE>
</ORDER_PARTIES_REFERENCE>
<ns2:CURRENCY>EUR</ns2:CURRENCY>
</QUOTATION_INFO>
</QUOTATION_HEADER>
<QUOTATION_ITEM_LIST>
<QUOTATION_ITEM>
<LINE_ITEM_ID>1</LINE_ITEM_ID>
<PRODUCT_ID>
<ns2:SUPPLIER_PID type="supplier_specific">8781882000</ns2:SUPPLIER_PID>
<ns2:SUPPLIER_IDREF type="itscope">kAoyotEdEeGdlAAmLQjaYg</ns2:SUPPLIER_IDREF>
<ns2:INTERNATIONAL_PID type="itscope">8781882000</ns2:INTERNATIONAL_PID>
<ns2:BUYER_PID type="itscope">112102414</ns2:BUYER_PID>
<ns2:DESCRIPTION_SHORT lang="deu">&lt;b&gt;Microsoft Surface Book 3 - Tablet - mit Tastatur-Dock - Core i7 1065G7 / 1.3 GHz - Win 10 Pro - 32 GB RAM - 1 TB SSD - 34.3 cm (13.5")&lt;/b&gt;&lt;br/&gt;Touc</ns2:DESCRIPTION_SHORT>
<ns2:DESCRIPTION_SHORT lang="deu">hscreen 3000 x 2000 - GF GTX 1650 - Bluetooth - Wi-Fi - Platin - kbd: Deutsch - kommerziellHst.-Nr.: SLU-00005</ns2:DESCRIPTION_SHORT>
</PRODUCT_ID>
<QUANTITY>1</QUANTITY>
<ns2:ORDER_UNIT>C62</ns2:ORDER_UNIT>
<PRODUCT_PRICE_FIX>
<ns2:PRICE_AMOUNT>2450.00</ns2:PRICE_AMOUNT>
<TAX_DETAILS_FIX>
<ns2:CALCULATION_SEQUENCE>1</ns2:CALCULATION_SEQUENCE>
<ns2:TAX_CATEGORY>standard_rate</ns2:TAX_CATEGORY>
<ns2:TAX_TYPE>VAT</ns2:TAX_TYPE>
<ns2:TAX>0.19</ns2:TAX>
</TAX_DETAILS_FIX>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>2450.00</PRICE_LINE_AMOUNT>
</QUOTATION_ITEM>
<QUOTATION_ITEM>
<LINE_ITEM_ID>2</LINE_ITEM_ID>
<PRODUCT_ID>
<ns2:SUPPLIER_PID type="supplier_specific">8781881000</ns2:SUPPLIER_PID>
<ns2:SUPPLIER_IDREF type="itscope">kAoyotEdEeGdlAAmLQjaYg</ns2:SUPPLIER_IDREF>
<ns2:INTERNATIONAL_PID type="itscope">8781881000</ns2:INTERNATIONAL_PID>
<ns2:BUYER_PID type="itscope">112102413</ns2:BUYER_PID>
<ns2:DESCRIPTION_SHORT lang="deu">&lt;b&gt;Microsoft Surface Book 3 - Tablet - mit Tastatur-Dock - Core i7 1065G7 / 1.3 GHz - Win 10 Pro - 32 GB RAM - 512 GB SSD - 34.3 cm (13.5")&lt;/b&gt;&lt;br/&gt;To</ns2:DESCRIPTION_SHORT>
<ns2:DESCRIPTION_SHORT lang="deu">uchscreen 3000 x 2000 - GF GTX 1650 - Bluetooth - Wi-Fi - Platin - kbd: Deutsch - kommerziellHst.-Nr.: SLM-00005</ns2:DESCRIPTION_SHORT>
</PRODUCT_ID>
<QUANTITY>1</QUANTITY>
<ns2:ORDER_UNIT>C62</ns2:ORDER_UNIT>
<PRODUCT_PRICE_FIX>
<ns2:PRICE_AMOUNT>2260.00</ns2:PRICE_AMOUNT>
<TAX_DETAILS_FIX>
<ns2:CALCULATION_SEQUENCE>1</ns2:CALCULATION_SEQUENCE>
<ns2:TAX_CATEGORY>standard_rate</ns2:TAX_CATEGORY>
<ns2:TAX_TYPE>VAT</ns2:TAX_TYPE>
<ns2:TAX>0.19</ns2:TAX>
</TAX_DETAILS_FIX>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>2260.00</PRICE_LINE_AMOUNT>
</QUOTATION_ITEM>
<QUOTATION_ITEM>
<LINE_ITEM_ID>3</LINE_ITEM_ID>
<PRODUCT_ID>
<ns2:SUPPLIER_PID type="supplier_specific">8781878000</ns2:SUPPLIER_PID>
<ns2:SUPPLIER_IDREF type="itscope">kAoyotEdEeGdlAAmLQjaYg</ns2:SUPPLIER_IDREF>
<ns2:INTERNATIONAL_PID type="itscope">8781878000</ns2:INTERNATIONAL_PID>
<ns2:BUYER_PID type="itscope">112102411</ns2:BUYER_PID>
<ns2:DESCRIPTION_SHORT lang="deu">&lt;b&gt;Microsoft Surface Book 3 - Tablet - mit Tastatur-Dock - Core i7 1065G7 / 1.3 GHz - Win 10 Pro - 16 GB RAM - 256 GB SSD - 34.3 cm (13.5")&lt;/b&gt;&lt;br/&gt;To</ns2:DESCRIPTION_SHORT>
<ns2:DESCRIPTION_SHORT lang="deu">uchscreen 3000 x 2000 - GF GTX 1650 - Bluetooth - Wi-Fi - Platin - kbd: Deutsch - kommerziellHst.-Nr.: SKY-00005</ns2:DESCRIPTION_SHORT>
</PRODUCT_ID>
<QUANTITY>1</QUANTITY>
<ns2:ORDER_UNIT>C62</ns2:ORDER_UNIT>
<PRODUCT_PRICE_FIX>
<ns2:PRICE_AMOUNT>1815.00</ns2:PRICE_AMOUNT>
<TAX_DETAILS_FIX>
<ns2:CALCULATION_SEQUENCE>1</ns2:CALCULATION_SEQUENCE>
<ns2:TAX_CATEGORY>standard_rate</ns2:TAX_CATEGORY>
<ns2:TAX_TYPE>VAT</ns2:TAX_TYPE>
<ns2:TAX>0.19</ns2:TAX>
</TAX_DETAILS_FIX>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>1815.00</PRICE_LINE_AMOUNT>
</QUOTATION_ITEM>
<QUOTATION_ITEM>
<LINE_ITEM_ID>4</LINE_ITEM_ID>
<PRODUCT_ID>
<ns2:SUPPLIER_PID type="supplier_specific">7823843000</ns2:SUPPLIER_PID>
<ns2:SUPPLIER_IDREF type="itscope">kAoyotEdEeGdlAAmLQjaYg</ns2:SUPPLIER_IDREF>
<ns2:INTERNATIONAL_PID type="itscope">7823843000</ns2:INTERNATIONAL_PID>
<ns2:BUYER_PID type="itscope">98845343</ns2:BUYER_PID>
<ns2:DESCRIPTION_SHORT lang="deu">&lt;b&gt;Microsoft Extended Hardware Service Plan - Serviceerweiterung - Austausch - 4 Jahre (ab ursprünglichem Kaufdatum des Geräts)&lt;/b&gt;&lt;br/&gt;Reaktionszeit:</ns2:DESCRIPTION_SHORT>
<ns2:DESCRIPTION_SHORT lang="deu"> 3-5 Arbeitstage - kommerziell - für Surface BookHst.-Nr.: VP4-00097</ns2:DESCRIPTION_SHORT>
</PRODUCT_ID>
<QUANTITY>1</QUANTITY>
<ns2:ORDER_UNIT>C62</ns2:ORDER_UNIT>
<PRODUCT_PRICE_FIX>
<ns2:PRICE_AMOUNT>220.00</ns2:PRICE_AMOUNT>
<TAX_DETAILS_FIX>
<ns2:CALCULATION_SEQUENCE>1</ns2:CALCULATION_SEQUENCE>
<ns2:TAX_CATEGORY>standard_rate</ns2:TAX_CATEGORY>
<ns2:TAX_TYPE>VAT</ns2:TAX_TYPE>
<ns2:TAX>0.19</ns2:TAX>
</TAX_DETAILS_FIX>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>220.00</PRICE_LINE_AMOUNT>
</QUOTATION_ITEM>
</QUOTATION_ITEM_LIST>
<QUOTATION_SUMMARY>
<TOTAL_ITEM_NUM>4</TOTAL_ITEM_NUM>
<TOTAL_AMOUNT>2951.20</TOTAL_AMOUNT>
</QUOTATION_SUMMARY>
</QUOTATION>
@@ -0,0 +1,512 @@
{
Data: {
AdditionalText: null,
AddressI3D: 1,
BranchI3D: null,
BranchOrigin: 0,
CampaignI3D: null,
CartAssembleArticles: false,
CartCreatorContactPersonI3D: null,
CartDescription: null,
CartName: null,
CartState: null,
ChangedAt: null,
ChangedByI3D: null,
ChangedThroughApplication: 6,
City: 'Ulm',
CompleteReasonI3D: null,
CompleteReasonText: null,
ConcurrencyControlGuid: Guid,
ContactName: 'Frau Franziska Franzen',
ContactPersonI3D: 23,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CountryI3D: 1,
CreatedAt: null,
CreatedByI3D: 22,
CurrencyFactor: 1.0,
CurrencyFactorIsFixed: false,
CurrencyI3D: 1,
CurrencyString: '€',
CustomerI3D: 10000,
Date: DateTime,
DeliveryAddress: null,
DeliveryAddressAddressI3D: null,
DeliveryAddressContactPersonI3D: null,
DeliveryAddressCustomerI3D: null,
DeliveryAddressInformation: null,
DeliveryConditionI3D: 21,
DeliveryConditionText: 'Die Lieferung erfolgt zur Lieferanschrift frei Haus.\r\n',
DeliveryDate: null,
DirectoryI3D: null,
EditorI3D: 22,
Email: 'ff@c-entron.de',
ExclusiveOfVAT: false,
Fax: '0731-140399-399',
HasPostOfficeBox: false,
I3D: 0,
Information: 'Dieses Angebot wurde von ITscope importiert.\r\nDie ITscope Angebotsnummer ist AN-20210324/12\r\n\r\nDie Rechnungsadresse bei ITscope war: \r\nSchlumpfhausen\r\nPapas Schlumpf\r\nStraße aus itscope\r\n55555 Stadt\r\n\r\nDie Lieferadresse bei ITscope war: \r\nSchlumpfhausen\r\nPapas Schlumpf\r\nStraße aus itscope\r\n55555 Stadt\r\n',
InvoiceAddress: null,
InvoiceAddressAddressI3D: null,
InvoiceAddressContactPersonI3D: null,
InvoiceAddressCustomerI3D: null,
InvoiceAddressInformation: null,
IsCart: false,
IsCashAsset: false,
IsLeasingActive: false,
IsPartialDeliveryPossible: false,
IsServiceActive: false,
Items: [
{
AddAdditionalInformations: [],
ArticleCode: null,
ArticleI3D: null,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: null,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: null,
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: null,
IsService: false,
Kind: 2,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: null,
QuantityProcessed: null,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: null,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Sehr geehrte Frau Franzen,\r\n\r\nanbei wie besprochen das Angebot.',
VATI3D: null,
VATRate: null,
Visible: 1,
WarehouseI3D: null,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: 'FREMD',
ArticleI3D: 1,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: 756.22,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: '0194252029619',
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: false,
IsService: false,
Kind: 1,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: 1.0,
QuantityProcessed: 0.0,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: 4400,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Apple iPhone 12 - Smartphone - Dual-SIM - 5G NR - 64 GB - 6.1" - 2532 x 1170 Pixel (460 ppi (Pixel pro Zoll))\r\n) - Super Retina XDR Display (12 MP Vorderkamera) - 2 x Rückkamera - SchwarzHst.-Nr.: MGJ53ZD/A',
VATI3D: 4,
VATRate: 19.0,
Visible: 1,
WarehouseI3D: -1,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: 'ARTIKNEU',
ArticleI3D: 2,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: 188.99,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: '',
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: false,
IsService: false,
Kind: 1,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: 1.0,
QuantityProcessed: 0.0,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: 4400,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Samsung Galaxy Tab A7 - Tablet - Android - 32 GB - 26.31 cm (10.4")\r\nTFT (2000 x 1200) - microSD-Steckplatz - DunkelgrauHst.-Nr.: SM-T500NZAAEUB',
VATI3D: 4,
VATRate: 19.0,
Visible: 1,
WarehouseI3D: -1,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: 'FREMD',
ArticleI3D: 1,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: 881.51,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: '3536403368029',
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: false,
IsService: false,
Kind: 1,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: 1.0,
QuantityProcessed: 0.0,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: 4400,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'PNY NVIDIA Quadro RTX 4000 - Grafikkarten - Quadro RTX 4000\r\n8 GB GDDR6 - PCIe 3.0 x16 - 3 x DisplayPort - USB-C - Adapter im Lieferumfang enthaltenHst.-Nr.: VCQRTX4000-PB',
VATI3D: 4,
VATRate: 19.0,
Visible: 1,
WarehouseI3D: -1,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: 'FREMD',
ArticleI3D: 1,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: 84.03,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: '4047438035064',
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: false,
IsService: false,
Kind: 1,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: 1.0,
QuantityProcessed: 0.0,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: 4400,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Mobotix Montagestange - weiß\r\nPole mount for M73 models - whiteHst.-Nr.: MX-M-PM-M73',
VATI3D: 4,
VATRate: 19.0,
Visible: 1,
WarehouseI3D: -1,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: null,
ArticleI3D: null,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: null,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: null,
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 0,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: null,
IsService: false,
Kind: 2,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: null,
QuantityProcessed: null,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: null,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Und noch ein bisschen Freitext mit Sonderzeichen öä#üß!"§$%&/(H)=?',
VATI3D: null,
VATRate: null,
Visible: 1,
WarehouseI3D: null,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: null,
ArticleI3D: null,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: null,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: null,
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 1,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: null,
IsService: false,
Kind: 2,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: null,
QuantityProcessed: null,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: null,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: '',
VATI3D: null,
VATRate: null,
Visible: 1,
WarehouseI3D: null,
WEEE: null
},
{
AddAdditionalInformations: [],
ArticleCode: null,
ArticleI3D: null,
ArticlePositionKind: 0,
AttachedData: {},
BasePrice: null,
ChangeStock: false,
ContractI3D: null,
CostCenterI3D: null,
CostObjectI3D: null,
CustomerCostCenter: null,
DeliveryDate: null,
Discount: 0.0,
EANCode: null,
Expanded: null,
FontColor: -16777208,
FontName: 'Verdana',
FontSize: 9,
FontStyle: 0,
GroupID: 0,
I3D: 0,
Indent: 0,
InternalNote: null,
InternalPosition: 2,
IsBillingPartList: false,
IsLeasing: false,
IsReverseCharge: null,
IsService: false,
Kind: 2,
PlannedDurationInHours: 0.0,
PreparationDate: null,
ProjectOfferRichText: null,
PurchaseInformations: null,
PurchaseOrderNumber: null,
PurchasePriceSupplierI3D: null,
QuantityComplete: null,
QuantityProcessed: null,
ReasonForCustomPurchasePrice: null,
ReceiptI3D: 0,
RevenueAccount: null,
RichText: null,
ShowImage: false,
SpecialAgreementI3D: null,
Text: 'Sie wurden beraten von Administrator.',
VATI3D: null,
VATRate: null,
Visible: 1,
WarehouseI3D: null,
WEEE: null
}
],
LeasingFee: 0.0,
LeasingMonths: 0,
LeasingRatePercent: 0.0,
LeasingRatePerMonth: 0.0,
LicenseeAddress: null,
LicenseeAddressAddressI3D: null,
LicenseeAddressContactPersonI3D: null,
LicenseeAddressCustomerI3D: null,
LicenseeAddressInformation: null,
Number: 10340,
OfficeStaffI3D: 34,
PaymentConditionI3D: 7,
PaymentConditionText: 'Die Rechnung ist innerhalb von 30 Tagen bis zum EinDatum rein netto = 0,00 € fällig.\r\nEs gelten unsere AGB sowie erweiterter Eigentumsvorbehalt.',
Phone: '0731-140399-0',
PostOfficeBox: '',
ProbabilityClassificationI3D: null,
ProductGroupClassificationI3D: null,
ProjectEnd: null,
ProjectNumber: null,
Provision: [],
PurchaseOrderNumber: null,
ReceiptConditionI3D: 4,
ReceiptConditionText: 'Das Angebot ist freibleibend. Bitte beachten Sie, dass aufgrund von Währungsschwankungen Preisänderungen möglich sind. Es gelten unsere AGB.',
ReceiptKind: 1,
ReceiptUserStateI3D: null,
Receiver: 'c-entron software gmbh\r\nsdklfnfdjskfdsöfjsadkfjödöfjdsjafsöjdkfjösdajfsjdföjfjsdjfkjsadfjskdjfkjasdköal kalsjsvkjkldsjfkldösjkl jksdljvk jklsavj kjdslk jkldsj klödsj kljasdkl jkl jsckl jklasj klasj kljsö jksj dkljsdklj klsdj öklsdj klsdj lkjkasdj klasdj klsdj kljasfkl jöl\r\nFrau Franziska Franzen\r\nListstrasse 1\r\n89079 Ulm',
ReminderDate: DateTime,
SalesRepresentativeI3D: 31,
ServiceFee: 0.0,
ServiceMonths: 0,
ServiceRatePercent: 0.0,
ServiceRatePerMonth: 0.0,
ShowInformation: true,
State: 1,
Street: 'Liststrasse 1',
Version: 1,
Zip: '89079'
},
Error: null,
Message: null,
MessageCode: null,
Status: 0
}
@@ -0,0 +1,197 @@
<?xml version="1.0" encoding="UTF-8"?><QUOTATION xmlns="http://www.opentrans.org/XMLSchema/2.1" xmlns:ns2="http://www.bmecat.org/bmecat/2005" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" version="2.1">
<QUOTATION_HEADER>
<CONTROL_INFO>
<GENERATOR_INFO>itscope</GENERATOR_INFO>
<GENERATION_DATE>2021-04-09T09:01:59</GENERATION_DATE>
</CONTROL_INFO>
<QUOTATION_INFO>
<QUOTATION_ID>AN-20210324/12</QUOTATION_ID>
<QUOTATION_DATE>2021-04-09T09:01:59</QUOTATION_DATE>
<ns2:LANGUAGE default="true">deu</ns2:LANGUAGE>
<PARTIES>
<PARTY>
<ns2:PARTY_ID type="supplier_specific">10016</ns2:PARTY_ID>
<PARTY_ROLE>buyer</PARTY_ROLE>
<ADDRESS>
<ns2:NAME>Schlumpfhausen</ns2:NAME>
<CONTACT_DETAILS>
<ns2:CONTACT_ID>99675ae8-b7ab-4224-9627-c715477efb98</ns2:CONTACT_ID>
<ns2:CONTACT_NAME>Schlumpf</ns2:CONTACT_NAME>
<ns2:FIRST_NAME>Papas</ns2:FIRST_NAME>
<CONTACT_ROLE type="document_issuer">Sonstige</CONTACT_ROLE>
</CONTACT_DETAILS>
<ns2:STREET>Straße aus itscope</ns2:STREET>
<ns2:ZIP>55555</ns2:ZIP>
<ns2:CITY>Stadt</ns2:CITY>
<ns2:ADDRESS_REMARKS>5088a15c-c34c-49e6-86ad-947256cbcd80</ns2:ADDRESS_REMARKS>
</ADDRESS>
</PARTY>
<PARTY>
<ns2:PARTY_ID type="supplier_specific">10016</ns2:PARTY_ID>
<PARTY_ROLE>delivery</PARTY_ROLE>
<ADDRESS>
<ns2:NAME>Schlumpfhausen</ns2:NAME>
<CONTACT_DETAILS>
<ns2:CONTACT_ID>99675ae8-b7ab-4224-9627-c715477efb98</ns2:CONTACT_ID>
<ns2:CONTACT_NAME>Schlumpf</ns2:CONTACT_NAME>
<ns2:FIRST_NAME>Papas</ns2:FIRST_NAME>
<CONTACT_ROLE type="document_issuer">Sonstige</CONTACT_ROLE>
</CONTACT_DETAILS>
<ns2:STREET>Straße aus itscope</ns2:STREET>
<ns2:ZIP>55555</ns2:ZIP>
<ns2:CITY>Stadt</ns2:CITY>
<ns2:ADDRESS_REMARKS>5088a15c-c34c-49e6-86ad-947256cbcd80</ns2:ADDRESS_REMARKS>
</ADDRESS>
</PARTY>
<PARTY>
<ns2:PARTY_ID type="itscope">TxzB4V0YSP-3sgliDgSFvw</ns2:PARTY_ID>
<PARTY_ROLE>supplier</PARTY_ROLE>
<ADDRESS>
<ns2:NAME>c-entron software gmbh</ns2:NAME>
<CONTACT_DETAILS>
<ns2:CONTACT_ID>b061263a-c151-4b4a-9f42-cf8215d504eb</ns2:CONTACT_ID>
<ns2:CONTACT_NAME>Wegele</ns2:CONTACT_NAME>
<ns2:FIRST_NAME>Stefan</ns2:FIRST_NAME>
<CONTACT_ROLE type="document_issuer">Vertrieb</CONTACT_ROLE>
<ns2:EMAILS>
<ns2:EMAIL>wegele@c-entron.de</ns2:EMAIL>
</ns2:EMAILS>
</CONTACT_DETAILS>
<ns2:STREET>Liststraße 1</ns2:STREET>
<ns2:ZIP>89079</ns2:ZIP>
<ns2:CITY>Ulm</ns2:CITY>
<ns2:COUNTRY>Deutschland</ns2:COUNTRY>
<ns2:COUNTRY_CODED>DE</ns2:COUNTRY_CODED>
<ns2:PHONE type="office">051170033251</ns2:PHONE>
<ns2:ADDRESS_REMARKS>10ba473e-eb8b-41d2-91f2-437a320011a4</ns2:ADDRESS_REMARKS>
</ADDRESS>
</PARTY>
</PARTIES>
<ORDER_PARTIES_REFERENCE>
<ns2:BUYER_IDREF type="supplier_specific">10016</ns2:BUYER_IDREF>
<ns2:SUPPLIER_IDREF type="itscope">TxzB4V0YSP-3sgliDgSFvw</ns2:SUPPLIER_IDREF>
<INVOICE_RECIPIENT_IDREF type="supplier_specific">10016</INVOICE_RECIPIENT_IDREF>
<SHIPMENT_PARTIES_REFERENCE>
<DELIVERY_IDREF type="supplier_specific">10016</DELIVERY_IDREF>
</SHIPMENT_PARTIES_REFERENCE>
</ORDER_PARTIES_REFERENCE>
<ns2:CURRENCY>EUR</ns2:CURRENCY>
</QUOTATION_INFO>
</QUOTATION_HEADER>
<QUOTATION_ITEM_LIST>
<QUOTATION_ITEM>
<LINE_ITEM_ID>1</LINE_ITEM_ID>
<PRODUCT_ID>
<ns2:SUPPLIER_PID type="supplier_specific">9654122000</ns2:SUPPLIER_PID>
<ns2:SUPPLIER_IDREF type="itscope">TxzB4V0YSP-3sgliDgSFvw</ns2:SUPPLIER_IDREF>
<ns2:INTERNATIONAL_PID type="itscope">9654122000</ns2:INTERNATIONAL_PID>
<ns2:BUYER_PID type="itscope">120123807</ns2:BUYER_PID>
<ns2:DESCRIPTION_SHORT lang="deu">&lt;b&gt;Apple iPhone 12 - Smartphone - Dual-SIM - 5G NR - 64 GB - 6.1" - 2532 x 1170 Pixel (460 ppi (Pixel pro Zoll))&lt;/b&gt;&lt;br/&gt;) - Super Retina XDR Display </ns2:DESCRIPTION_SHORT>
<ns2:DESCRIPTION_SHORT lang="deu">(12 MP Vorderkamera) - 2 x Rückkamera - SchwarzHst.-Nr.: MGJ53ZD/A</ns2:DESCRIPTION_SHORT>
</PRODUCT_ID>
<QUANTITY>1</QUANTITY>
<ns2:ORDER_UNIT>C62</ns2:ORDER_UNIT>
<PRODUCT_PRICE_FIX>
<ns2:PRICE_AMOUNT>756.22</ns2:PRICE_AMOUNT>
<TAX_DETAILS_FIX>
<ns2:CALCULATION_SEQUENCE>1</ns2:CALCULATION_SEQUENCE>
<ns2:TAX_CATEGORY>standard_rate</ns2:TAX_CATEGORY>
<ns2:TAX_TYPE>VAT</ns2:TAX_TYPE>
<ns2:TAX>0.19</ns2:TAX>
</TAX_DETAILS_FIX>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>756.22</PRICE_LINE_AMOUNT>
</QUOTATION_ITEM>
<QUOTATION_ITEM>
<LINE_ITEM_ID>2</LINE_ITEM_ID>
<PRODUCT_ID>
<ns2:SUPPLIER_PID type="supplier_specific">9086503000</ns2:SUPPLIER_PID>
<ns2:SUPPLIER_IDREF type="itscope">TxzB4V0YSP-3sgliDgSFvw</ns2:SUPPLIER_IDREF>
<ns2:INTERNATIONAL_PID type="itscope">9086503000</ns2:INTERNATIONAL_PID>
<ns2:BUYER_PID type="itscope">128031116</ns2:BUYER_PID>
<ns2:DESCRIPTION_SHORT lang="deu">&lt;b&gt;Samsung Galaxy Tab A7 - Tablet - Android - 32 GB - 26.31 cm (10.4")&lt;/b&gt;&lt;br/&gt;TFT (2000 x 1200) - microSD-Steckplatz - DunkelgrauHst.-Nr.: SM-T500NZA</ns2:DESCRIPTION_SHORT>
<ns2:DESCRIPTION_SHORT lang="deu">AEUB</ns2:DESCRIPTION_SHORT>
</PRODUCT_ID>
<QUANTITY>1</QUANTITY>
<ns2:ORDER_UNIT>C62</ns2:ORDER_UNIT>
<PRODUCT_PRICE_FIX>
<ns2:PRICE_AMOUNT>188.99</ns2:PRICE_AMOUNT>
<TAX_DETAILS_FIX>
<ns2:CALCULATION_SEQUENCE>1</ns2:CALCULATION_SEQUENCE>
<ns2:TAX_CATEGORY>standard_rate</ns2:TAX_CATEGORY>
<ns2:TAX_TYPE>VAT</ns2:TAX_TYPE>
<ns2:TAX>0.19</ns2:TAX>
</TAX_DETAILS_FIX>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>188.99</PRICE_LINE_AMOUNT>
</QUOTATION_ITEM>
<QUOTATION_ITEM>
<LINE_ITEM_ID>3</LINE_ITEM_ID>
<PRODUCT_ID>
<ns2:SUPPLIER_PID type="supplier_specific">6760257000</ns2:SUPPLIER_PID>
<ns2:SUPPLIER_IDREF type="itscope">TxzB4V0YSP-3sgliDgSFvw</ns2:SUPPLIER_IDREF>
<ns2:INTERNATIONAL_PID type="itscope">6760257000</ns2:INTERNATIONAL_PID>
<ns2:BUYER_PID type="itscope">81233697</ns2:BUYER_PID>
<ns2:DESCRIPTION_SHORT lang="deu">&lt;b&gt;PNY NVIDIA Quadro RTX 4000 - Grafikkarten - Quadro RTX 4000&lt;/b&gt;&lt;br/&gt;8 GB GDDR6 - PCIe 3.0 x16 - 3 x DisplayPort - USB-C - Adapter im Lieferumfang e</ns2:DESCRIPTION_SHORT>
<ns2:DESCRIPTION_SHORT lang="deu">nthaltenHst.-Nr.: VCQRTX4000-PB</ns2:DESCRIPTION_SHORT>
</PRODUCT_ID>
<QUANTITY>1</QUANTITY>
<ns2:ORDER_UNIT>C62</ns2:ORDER_UNIT>
<PRODUCT_PRICE_FIX>
<ns2:PRICE_AMOUNT>881.51</ns2:PRICE_AMOUNT>
<TAX_DETAILS_FIX>
<ns2:CALCULATION_SEQUENCE>1</ns2:CALCULATION_SEQUENCE>
<ns2:TAX_CATEGORY>standard_rate</ns2:TAX_CATEGORY>
<ns2:TAX_TYPE>VAT</ns2:TAX_TYPE>
<ns2:TAX>0.19</ns2:TAX>
</TAX_DETAILS_FIX>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>881.51</PRICE_LINE_AMOUNT>
</QUOTATION_ITEM>
<QUOTATION_ITEM>
<LINE_ITEM_ID>4</LINE_ITEM_ID>
<PRODUCT_ID>
<ns2:SUPPLIER_PID type="supplier_specific">8008068000</ns2:SUPPLIER_PID>
<ns2:SUPPLIER_IDREF type="itscope">TxzB4V0YSP-3sgliDgSFvw</ns2:SUPPLIER_IDREF>
<ns2:INTERNATIONAL_PID type="itscope">8008068000</ns2:INTERNATIONAL_PID>
<ns2:BUYER_PID type="itscope">103329077</ns2:BUYER_PID>
<ns2:DESCRIPTION_SHORT lang="deu">&lt;b&gt;Mobotix Montagestange - weiß&lt;/b&gt;&lt;br/&gt;Pole mount for M73 models - whiteHst.-Nr.: MX-M-PM-M73</ns2:DESCRIPTION_SHORT>
</PRODUCT_ID>
<QUANTITY>1</QUANTITY>
<ns2:ORDER_UNIT>C62</ns2:ORDER_UNIT>
<PRODUCT_PRICE_FIX>
<ns2:PRICE_AMOUNT>84.03</ns2:PRICE_AMOUNT>
<TAX_DETAILS_FIX>
<ns2:CALCULATION_SEQUENCE>1</ns2:CALCULATION_SEQUENCE>
<ns2:TAX_CATEGORY>standard_rate</ns2:TAX_CATEGORY>
<ns2:TAX_TYPE>VAT</ns2:TAX_TYPE>
<ns2:TAX>0.19</ns2:TAX>
</TAX_DETAILS_FIX>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>84.03</PRICE_LINE_AMOUNT>
</QUOTATION_ITEM>
<QUOTATION_ITEM>
<LINE_ITEM_ID>5</LINE_ITEM_ID>
<PRODUCT_ID>
<ns2:SUPPLIER_IDREF type="itscope">TxzB4V0YSP-3sgliDgSFvw</ns2:SUPPLIER_IDREF>
<ns2:DESCRIPTION_SHORT lang="deu">Und noch ein bisschen Freitext mit Sonderzeichen öä#üß!"§$%&amp;/(H)=?</ns2:DESCRIPTION_SHORT>
</PRODUCT_ID>
<QUANTITY>1</QUANTITY>
<ns2:ORDER_UNIT>C62</ns2:ORDER_UNIT>
<PRODUCT_PRICE_FIX>
<ns2:PRICE_AMOUNT>0.00</ns2:PRICE_AMOUNT>
<TAX_DETAILS_FIX>
<ns2:CALCULATION_SEQUENCE>1</ns2:CALCULATION_SEQUENCE>
<ns2:TAX_CATEGORY>standard_rate</ns2:TAX_CATEGORY>
<ns2:TAX_TYPE>VAT</ns2:TAX_TYPE>
<ns2:TAX>0.19</ns2:TAX>
</TAX_DETAILS_FIX>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>0.00</PRICE_LINE_AMOUNT>
</QUOTATION_ITEM>
</QUOTATION_ITEM_LIST>
<QUOTATION_SUMMARY>
<TOTAL_ITEM_NUM>5</TOTAL_ITEM_NUM>
<TOTAL_AMOUNT>1373.89</TOTAL_AMOUNT>
</QUOTATION_SUMMARY>
</QUOTATION>