Letzte Änderungen und Verfeinerungen
parent
df97979002
commit
fb248d1d3d
|
@ -1,58 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<Fakturama>
|
|
||||||
<Customers>
|
|
||||||
<Customer>
|
|
||||||
<Name>Athar</Name>
|
|
||||||
<Address>Adam</Address>
|
|
||||||
<ContactPerson>Ali</ContactPerson>
|
|
||||||
<TaxExempt>false</TaxExempt>
|
|
||||||
<SmallBusiness>false</SmallBusiness>
|
|
||||||
</Customer>
|
|
||||||
</Customers>
|
|
||||||
<Articles>
|
|
||||||
<Article>
|
|
||||||
<ID>1</ID>
|
|
||||||
<Unit>Milch</Unit>
|
|
||||||
<Description>1</Description>
|
|
||||||
<NetPrice>2.0</NetPrice>
|
|
||||||
<VatRate>3.0</VatRate>
|
|
||||||
</Article>
|
|
||||||
</Articles>
|
|
||||||
<Offers>
|
|
||||||
<Offer>
|
|
||||||
<ID>1</ID>
|
|
||||||
<CustomerName>Athar</CustomerName>
|
|
||||||
<Date>23.05.2024</Date>
|
|
||||||
<Status>Rechnung erstellt</Status>
|
|
||||||
<Articles>
|
|
||||||
<Article>
|
|
||||||
<ID>1</ID>
|
|
||||||
</Article>
|
|
||||||
</Articles>
|
|
||||||
</Offer>
|
|
||||||
</Offers>
|
|
||||||
<OrderConfirmations>
|
|
||||||
<OrderConfirmation>
|
|
||||||
<ID>1</ID>
|
|
||||||
<OfferID>1</OfferID>
|
|
||||||
<Date>24.05.2023</Date>
|
|
||||||
<Status>Rechnung erstellt</Status>
|
|
||||||
</OrderConfirmation>
|
|
||||||
</OrderConfirmations>
|
|
||||||
<DeliveryNotes>
|
|
||||||
<DeliveryNote>
|
|
||||||
<ID>1</ID>
|
|
||||||
<OrderConfirmationID>1</OrderConfirmationID>
|
|
||||||
<Date>23.05.2023</Date>
|
|
||||||
<Status>Rechnung erstellt</Status>
|
|
||||||
</DeliveryNote>
|
|
||||||
</DeliveryNotes>
|
|
||||||
<Invoices>
|
|
||||||
<Invoice>
|
|
||||||
<ID>1</ID>
|
|
||||||
<DeliveryNoteID>1</DeliveryNoteID>
|
|
||||||
<Date>23.05.2023</Date>
|
|
||||||
<Status>Rechnung erstellt</Status>
|
|
||||||
</Invoice>
|
|
||||||
</Invoices>
|
|
||||||
</Fakturama>
|
|
Loading…
Reference in New Issue