Goed om te zien dat vorig jaar de "Gemengde btw bij zakelijke uitgave" functionaliteit was toegevoegd!!!
Zijn er plannen dit ook door te voeren voor EU-leveringen?
Zijn er plannen dit ook door te voeren voor EU-leveringen?
Deze sectie stelt je in staat om alle bijdragen van dit lid te bekijken. Je kunt alleen de bijdragen zien waar je op dit moment toegang toe hebt.
Toon bijdragen-menu<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<myxml>
<contract>
<contractcode>******</contractcode>
<username>******</username>
<password>REMOVED FOR SECURITY</password>
<emailonerror>******</emailonerror>
<emailonwarning>******</emailonwarning>
</contract>
<format>json</format>
<testmode>1</testmode>
<connector>
<application>WooCommerce 3.3.5 (WordPress: 4.9.5)</application>
<webkoppel>Acumulus 5.1.2</webkoppel>
<development>SIEL - Buro RaDer</development>
<remark>Library 5.1.2 - PHP 7.0.29</remark>
<sourceuri>https://www.siel.nl/</sourceuri>
</connector>
<customer>
<type>1</type>
<contactstatus>1</contactstatus>
<companyname1>******</companyname1>
<fullname>******</fullname>
<salutation>******</salutation>
<address1>******</address1>
<postalcode>******</postalcode>
<city>******</city>
<countrycode>US</countrycode>
<country>Verenigde Staten</country>
<telephone>******</telephone>
<email>******</email>
<overwriteifexists>1</overwriteifexists>
<invoice>
<concept>0</concept>
<issuedate>2018-04-27</issuedate>
<accountnumber>88305</accountnumber>
<costcenter>79486</costcenter>
<paymentstatus>2</paymentstatus>
<paymentdate>2018-04-27</paymentdate>
<description>Order 3142</description>
<template>74075</template>
<meta-currency>EUR</meta-currency>
<meta-currency-rate>1</meta-currency-rate>
<meta-currency-do-convert>false</meta-currency-do-convert>
<meta-payment-method>mollie_wc_gateway_paypal</meta-payment-method>
<meta-invoice-amountinc>19.95</meta-invoice-amountinc>
<meta-invoice-vatamount>0</meta-invoice-vatamount>
<meta-invoice-amount>19.95</meta-invoice-amount>
<meta-invoice-calculated>meta-invoice-amount</meta-invoice-calculated>
<line>
<itemnumber>******</itemnumber>
<product>****** - Single site licence</product>
<nature>Service</nature>
<meta-id>1955</meta-id>
<quantity>1</quantity>
<unitprice>19.95</unitprice>
<meta-unitprice-precision>0.01</meta-unitprice-precision>
<unitpriceinc>19.95</unitpriceinc>
<meta-unitpriceinc-precision>0.02</meta-unitpriceinc-precision>
<meta-unitprice-recalculate>false</meta-unitprice-recalculate>
<vatrate>0</vatrate>
<vatamount>0</vatamount>
<meta-vatrate-source>exact-0</meta-vatrate-source>
<meta-line-type>product</meta-line-type>
<meta-children-not-shown>2</meta-children-not-shown>
<meta-vattypes-possible>4</meta-vattypes-possible>
</line>
<emailaspdf>
<emailto>******</emailto>
<emailbcc>******</emailbcc>
<emailfrom>******</emailfrom>
<subject>****** </subject>
<confirmreading>0</confirmreading>
</emailaspdf>
<meta-lines-amount>19.95</meta-lines-amount>
<meta-lines-amountinc>19.95</meta-lines-amountinc>
<meta-lines-vatamount>0</meta-lines-vatamount>
<vattype>4</vattype>
</invoice>
</customer>
</myxml>
$this->addIfNotEmpty($result, 'itemnumber', $product->get_sku());
$result['product'] = $item['name'];
if ($isVariation) {
$result['product'] .= ' (' . wc_get_formatted_variation($product->variation_data, TRUE) . ')';
}
$result['product'] = $item['name'];
if ( is_a( $product, 'WC_Product' ) ) {
$this->addIfNotEmpty($result, 'itemnumber', $product->get_sku());
if ($isVariation) {
$result['product'] .= ' (' . wc_get_formatted_variation($product->variation_data, TRUE) . ')';
}
}