Optional extra field for customer data in invoice

This commit is contained in:
skyanth
2017-02-27 14:21:35 +01:00
parent 66e41e0498
commit 3026a390e9
3 changed files with 246 additions and 89 deletions
+8 -2
View File
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains all known information for this client. All elements are MANDATORY. If any piece of information is not available, leave the element empty --><!-- Example <invoice_rep></invoice_rep> -->
<!-- This file contains all known information for this client.
All elements are MANDATORY. If any piece of information is not available, leave the element empty
Example <invoice_rep></invoice_rep> -->
<client xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../dtd/offerte.xsd" id="client">
<full_name>Sitting Duck B.V.</full_name>
@@ -18,7 +23,8 @@
<country>Amazonia</country>
<coc nationality="Dutch">9999999</coc>
<!-- chamber of commerce number; if no chamber of commerce number, please delete the whole element -->
<invoice_rep>D. Ollars</invoice_rep>
<invoice_rep></invoice_rep>
<invoice_mail>freemoney@sittingduck.com</invoice_mail>
<invoice_extra_field></invoice_extra_field>
<vat_no>0000000000B01</vat_no>
</client>