[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4747] trunk/t/data



Revision: 4747
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4747&view=rev
Author:   einhverfr
Date:     2012-05-22 07:24:32 +0000 (Tue, 22 May 2012)
Log Message:
-----------
adding same customer xml to test data directories

Added Paths:
-----------
    trunk/t/data/rest_samples/
    trunk/t/data/rest_samples/sample_customer.xml

Added: trunk/t/data/rest_samples/sample_customer.xml
===================================================================
--- trunk/t/data/rest_samples/sample_customer.xml	                        (rev 0)
+++ trunk/t/data/rest_samples/sample_customer.xml	2012-05-22 07:24:32 UTC (rev 4747)
@@ -0,0 +1,23 @@
+<?xml version="1.0" ?>
+<customer>
+   <company legal_name='Test Company' country_code='US' taxnumber='12345'
+             entity_class='2' />
+   <eca meta_number='C123' pay_to='Examples, Inc' description='Example'
+        start_date='2011-01-01' credit_limit='500' currency='USD'
+        terms='30' arap_accno='1200' cash_accno='1060' language='en_US'
+        entity_class='2'>
+       <location class_id='1' line_one='103 Park Road' city='Red City'
+                 state='Washington' mail_code='97432' country_code='US' />
+       <contact class='email' description='Accounts Payable'
+                contact='..hidden..' />
+       <note>This is a note about the customer account.</note>
+   </eca>
+   <eca meta_number='V123' pay_to='Examples, Inc' description='Example'
+        start_date='2011-01-01' credit_limit='500' currency='USD'
+        terms='30' arap_accno='1200' cash_accno='1060' language='en_US'
+        entity_class='1'>
+   </eca>
+   <note>This is a note about the entity and will show up on both accounts.
+   </note>
+   <bank_acct bic="12435655" iban="3245431235" />
+</customer>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.