xeroizer 0.2.2 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/xeroizer/exceptions.rb +13 -0
- data/lib/xeroizer/generic_application.rb +1 -0
- data/lib/xeroizer/models/credit_note.rb +1 -0
- data/lib/xeroizer/models/employee.rb +28 -0
- data/lib/xeroizer/models/external_link.rb +16 -0
- data/lib/xeroizer/models/invoice.rb +2 -0
- data/lib/xeroizer/models/organisation.rb +13 -7
- data/lib/xeroizer/models/payment.rb +1 -1
- data/lib/xeroizer/models/tracking_category_child.rb +4 -1
- data/lib/xeroizer/record/base.rb +2 -2
- data/lib/xeroizer/record/base_model.rb +21 -3
- data/lib/xeroizer/record/model_definition_helper.rb +6 -2
- data/lib/xeroizer/record/record_association_helper.rb +42 -4
- data/lib/xeroizer/record/xml_helper.rb +3 -2
- data/lib/xeroizer/report/factory.rb +3 -2
- data/lib/xeroizer/response.rb +1 -1
- data/lib/xeroizer.rb +1 -0
- data/test/stub_responses/contacts.xml +0 -3349
- data/test/stub_responses/credit_note.xml +37 -31
- data/test/stub_responses/credit_notes.xml +54 -34
- data/test/stub_responses/employees.xml +29 -0
- data/test/stub_responses/invoice.xml +44 -51
- data/test/stub_responses/invoices.xml +1180 -1055
- data/test/stub_responses/organisation.xml +10 -1
- data/test/stub_responses/organisations.xml +13 -4
- data/test/stub_responses/payments.xml +1121 -0
- data/test/stub_responses/records/credit_note-371cd138-1e5c-4ec1-a8c6-a1c10e8bdab1.xml +13 -9
- data/test/stub_responses/records/credit_note-3bffc09b-79f2-490d-b91b-c59b700b43a4.xml +13 -9
- data/test/stub_responses/records/credit_note-43c678ee-f357-48e2-b192-b6e3634762f9.xml +13 -9
- data/test/stub_responses/records/credit_note-482c018b-d329-4e05-9b4f-7a4cfc695aa0.xml +13 -9
- data/test/stub_responses/records/credit_note-4f67130a-749a-4ee6-98b2-743adbc11245.xml +11 -9
- data/test/stub_responses/records/credit_note-50e98404-2fba-4031-af67-8ba4bb227c44.xml +12 -9
- data/test/stub_responses/records/credit_note-7df8949c-b71f-40c0-bbcf-39f2f450f286.xml +11 -9
- data/test/stub_responses/records/credit_note-b356e488-2678-4be4-ad4b-d294df2d48d6.xml +9 -7
- data/test/stub_responses/records/invoice-0032f627-3156-4d30-9b1c-4d3b994dc921.xml +13 -11
- data/test/stub_responses/records/invoice-00c9511b-24b9-4190-a90a-8abf2fe9f4a0.xml +13 -11
- data/test/stub_responses/records/invoice-024d7994-a26c-4c20-9894-13934840fc31.xml +12 -11
- data/test/stub_responses/records/invoice-0e64a623-c2a1-446a-93ed-eb897f118cbc.xml +9 -8
- data/test/stub_responses/records/invoice-15e88e57-2554-4496-a18e-eb3f5c622345.xml +13 -11
- data/test/stub_responses/records/invoice-166f0588-d0ba-458c-b28a-8edd4c8fc463.xml +13 -11
- data/test/stub_responses/records/invoice-1d1ba340-afa2-4f4c-8ff7-a147bda9a47b.xml +13 -11
- data/test/stub_responses/records/invoice-290ef4c4-baec-492b-b4dd-c102826470ae.xml +13 -11
- data/test/stub_responses/records/invoice-30a87092-31b5-4a2c-831e-327486533dd2.xml +10 -8
- data/test/stub_responses/records/invoice-30dbd181-72a8-43df-b392-4241bf43d5fc.xml +22 -11
- data/test/stub_responses/records/invoice-33e4123e-7cdd-4f05-9a0a-eb8adeb2b868.xml +13 -11
- data/test/stub_responses/records/invoice-387db692-26ac-47e6-b6cc-015343809bda.xml +13 -11
- data/test/stub_responses/records/invoice-3b28bf11-ed2f-4cf4-8e9e-fcae730cc292.xml +13 -11
- data/test/stub_responses/records/invoice-3fcb9847-b350-412e-ab90-7d9d774ad881.xml +13 -11
- data/test/stub_responses/records/invoice-440613e4-4785-4eff-9ba1-c432816cf8c7.xml +78 -0
- data/test/stub_responses/records/invoice-4602eda6-abe9-448e-b65f-ae6bea21f0eb.xml +10 -8
- data/test/stub_responses/records/invoice-46441f63-873f-4cdc-a278-b8fe516f3abb.xml +11 -8
- data/test/stub_responses/records/invoice-4ad1ec01-f4a3-41d7-bbb4-d2ab2fec8e65.xml +12 -11
- data/test/stub_responses/records/invoice-4b9afceb-f7c7-4e64-8aac-7b009971fd52.xml +13 -11
- data/test/stub_responses/records/invoice-4edbf6d5-4e92-43af-bedd-7effc0b86833.xml +10 -8
- data/test/stub_responses/records/invoice-4fad1af2-b871-4ac5-a15a-3c5e32d2e2c4.xml +19 -9
- data/test/stub_responses/records/invoice-52ee4d67-cae4-462c-adb2-182c39017f3d.xml +13 -11
- data/test/stub_responses/records/invoice-54585f46-c1a0-4432-bd4f-c1fae2fba59b.xml +9 -8
- data/test/stub_responses/records/invoice-5613938b-9e27-472e-92ae-3b038b669d10.xml +13 -11
- data/test/stub_responses/records/invoice-5aa9451d-95d1-4f95-a966-bbab2573f71c.xml +10 -8
- data/test/stub_responses/records/invoice-5aadcd34-01a9-4b8d-a2bb-d7cc1de9fa45.xml +13 -11
- data/test/stub_responses/records/invoice-5f6deadf-36a2-495a-9980-ceb11e8af9a9.xml +10 -8
- data/test/stub_responses/records/invoice-625ffe1b-f5d8-438e-a376-981de5f5a733.xml +13 -11
- data/test/stub_responses/records/invoice-64cd559e-8e03-46af-b461-8555285cee71.xml +10 -8
- data/test/stub_responses/records/invoice-66fbe37f-49b1-43fd-97ed-85114022cd2f.xml +10 -8
- data/test/stub_responses/records/invoice-673dd7cc-beb7-4697-83d4-0c47cb400cc2.xml +21 -11
- data/test/stub_responses/records/invoice-69fc971e-9b37-41c5-9c87-174330f22343.xml +9 -8
- data/test/stub_responses/records/invoice-70e6db69-e5a4-42c7-a397-aa3212c2945f.xml +10 -8
- data/test/stub_responses/records/invoice-766d1289-b440-4675-a656-1a0612ecac77.xml +13 -11
- data/test/stub_responses/records/invoice-76bcb361-f93b-4513-b312-5a4af306d276.xml +9 -8
- data/test/stub_responses/records/invoice-76e3f056-479f-417c-a72b-f3d767899b87.xml +13 -11
- data/test/stub_responses/records/invoice-77b338ef-ecc0-4b95-a0d7-2617b0054611.xml +21 -10
- data/test/stub_responses/records/invoice-7be9956d-5316-4f6b-a66a-d355b3f159b2.xml +13 -11
- data/test/stub_responses/records/invoice-7dae876a-b424-436b-a4e6-17b3fdeec80c.xml +20 -11
- data/test/stub_responses/records/invoice-7e862d93-8dab-4856-8b0c-d844e09d750f.xml +10 -8
- data/test/stub_responses/records/invoice-803f70b0-56d9-4157-9787-41df271777a0.xml +13 -11
- data/test/stub_responses/records/invoice-86102312-aa3f-438c-9938-6840f4d8dda6.xml +12 -11
- data/test/stub_responses/records/invoice-8694c9c5-7097-4449-a708-b8c1982921a4.xml +9 -8
- data/test/stub_responses/records/invoice-86d6e00f-ef56-49f7-9a54-796ccd5ca057.xml +10 -8
- data/test/stub_responses/records/invoice-88e77f0f-54a5-4efc-a979-7e22223cc4d7.xml +9 -8
- data/test/stub_responses/records/invoice-8b0ccb6a-d9b7-4da5-8360-ef7fb157b5aa.xml +9 -8
- data/test/stub_responses/records/invoice-935fc854-8037-4111-8d91-993010c331cc.xml +12 -11
- data/test/stub_responses/records/invoice-962ef33f-c9d2-4602-9b9f-93a02bea23b3.xml +13 -10
- data/test/stub_responses/records/invoice-9868b472-1983-48e9-8edf-7e81ddf2c03a.xml +10 -8
- data/test/stub_responses/records/invoice-a3bc62ef-f11b-4a9c-a4f9-a342bda371b5.xml +9 -8
- data/test/stub_responses/records/invoice-a6894ca0-60ee-4d45-9dd4-b44fcba46ec5.xml +13 -11
- data/test/stub_responses/records/invoice-a77268ce-74b2-483d-a2b3-70dbdc9e49d2.xml +78 -0
- data/test/stub_responses/records/invoice-a9f765e6-b9bc-4505-a47b-fb3ecb327e7b.xml +14 -11
- data/test/stub_responses/records/invoice-aa0173af-8707-4e7f-8dde-4c7a357bd312.xml +30 -13
- data/test/stub_responses/records/invoice-ab63738a-370a-43a5-bfa3-620d684e66d0.xml +10 -8
- data/test/stub_responses/records/invoice-b0344791-5a8a-40dd-a208-d99a461a6c10.xml +13 -11
- data/test/stub_responses/records/invoice-b1e53910-473c-46a3-b3cb-38ece571220e.xml +21 -11
- data/test/stub_responses/records/invoice-b2c02d0b-41a8-4d4d-97d7-014c78b3547d.xml +13 -11
- data/test/stub_responses/records/invoice-b75b3928-ab72-4424-8b93-9cdbbde4cd72.xml +19 -9
- data/test/stub_responses/records/invoice-bcd8a71f-aa31-4d0f-8a01-13ea26363ddf.xml +13 -11
- data/test/stub_responses/records/invoice-bfbb7c45-de02-45e7-b065-d9863ecfb0d8.xml +9 -8
- data/test/stub_responses/records/invoice-c12aff7e-12bf-4185-8702-460929f19674.xml +9 -8
- data/test/stub_responses/records/invoice-c3380b96-976d-4b3e-8b26-8d01eb6a3742.xml +13 -11
- data/test/stub_responses/records/invoice-c963f2b0-cbe1-4abd-9ccc-7e512c942068.xml +9 -8
- data/test/stub_responses/records/invoice-cba46b29-3788-4158-b668-ab10160ccbfe.xml +78 -0
- data/test/stub_responses/records/invoice-dba2f021-f149-4191-a126-5351d587ab0e.xml +12 -11
- data/test/stub_responses/records/invoice-de5d9c29-21b3-4342-958b-ed72c4bd7ab0.xml +13 -11
- data/test/stub_responses/records/invoice-e3d96555-2876-4364-a46a-7551a4f52611.xml +15 -11
- data/test/stub_responses/records/invoice-e4a0afbd-aea0-450b-ae23-0ce921e84a77.xml +11 -8
- data/test/stub_responses/records/invoice-e9cb9ecb-58ef-43a8-bd20-69a85338142d.xml +13 -11
- data/test/stub_responses/records/invoice-ec9a6f67-7128-4a63-8ba3-5e516f455f9b.xml +13 -11
- data/test/stub_responses/records/invoice-ed0f2587-84fc-4aef-bc4b-b1a262e24484.xml +14 -11
- data/test/stub_responses/records/invoice-f362ca53-8ade-4047-865a-bb64bee5863d.xml +12 -11
- data/test/stub_responses/records/invoice-f571c38b-5be1-41e1-ad5a-ff6184284beb.xml +21 -11
- data/test/stub_responses/records/invoice-f5832195-5cd3-4660-ad3f-b73d9c64f263.xml +10 -8
- data/test/stub_responses/records/invoice-f9c857eb-64cd-4235-a078-d04b52c77ea7.xml +13 -11
- data/test/stub_responses/refresh_responses.rb +1 -1
- data/test/unit/record/record_association_test.rb +33 -0
- data/xeroizer.gemspec +9 -2
- metadata +11 -4
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>90788681-1ca1-46ca-a9e0-5e28ffb059bf</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:32:21.3707473Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -31,12 +31,12 @@
|
|
31
31
|
<PhoneType>DEFAULT</PhoneType>
|
32
32
|
</Phone>
|
33
33
|
</Phones>
|
34
|
-
<UpdatedDateUTC>
|
34
|
+
<UpdatedDateUTC>2011-05-14T03:57:47.213</UpdatedDateUTC>
|
35
35
|
<IsSupplier>true</IsSupplier>
|
36
36
|
<IsCustomer>false</IsCustomer>
|
37
37
|
</Contact>
|
38
|
-
<Date>
|
39
|
-
<DueDate>
|
38
|
+
<Date>2011-04-18T00:00:00</Date>
|
39
|
+
<DueDate>2011-04-18T00:00:00</DueDate>
|
40
40
|
<Status>PAID</Status>
|
41
41
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
42
42
|
<LineItems>
|
@@ -53,21 +53,22 @@
|
|
53
53
|
<SubTotal>49.00</SubTotal>
|
54
54
|
<TotalTax>4.90</TotalTax>
|
55
55
|
<Total>53.90</Total>
|
56
|
-
<UpdatedDateUTC>
|
56
|
+
<UpdatedDateUTC>2008-10-01T14:28:14.65</UpdatedDateUTC>
|
57
57
|
<CurrencyCode>AUD</CurrencyCode>
|
58
|
-
<FullyPaidOnDate>
|
58
|
+
<FullyPaidOnDate>2011-04-19T00:00:00</FullyPaidOnDate>
|
59
59
|
<Type>ACCPAY</Type>
|
60
60
|
<InvoiceID>935fc854-8037-4111-8d91-993010c331cc</InvoiceID>
|
61
61
|
<Payments>
|
62
62
|
<Payment>
|
63
|
-
<Date>2010-11-09T00:00:00</Date>
|
64
|
-
<Amount>53.90</Amount>
|
65
63
|
<PaymentID>8a865e7d-5990-46f9-8c72-a9c72557f5a6</PaymentID>
|
64
|
+
<Date>2011-04-19T00:00:00</Date>
|
65
|
+
<Amount>53.90</Amount>
|
66
66
|
</Payment>
|
67
67
|
</Payments>
|
68
68
|
<AmountDue>0.00</AmountDue>
|
69
69
|
<AmountPaid>53.90</AmountPaid>
|
70
70
|
<AmountCredited>0.00</AmountCredited>
|
71
|
+
<SentToContact>false</SentToContact>
|
71
72
|
</Invoice>
|
72
73
|
</Invoices>
|
73
74
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>95127563-f7c1-47e5-b20d-e0ce479a18ea</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:30:42.8038317Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -41,12 +41,12 @@
|
|
41
41
|
<PhoneAreaCode>0444</PhoneAreaCode>
|
42
42
|
</Phone>
|
43
43
|
</Phones>
|
44
|
-
<UpdatedDateUTC>
|
44
|
+
<UpdatedDateUTC>2012-04-27T23:31:54.467</UpdatedDateUTC>
|
45
45
|
<IsSupplier>false</IsSupplier>
|
46
46
|
<IsCustomer>true</IsCustomer>
|
47
47
|
</Contact>
|
48
|
-
<Date>
|
49
|
-
<DueDate>
|
48
|
+
<Date>2011-02-25T00:00:00</Date>
|
49
|
+
<DueDate>2011-03-07T00:00:00</DueDate>
|
50
50
|
<Status>AUTHORISED</Status>
|
51
51
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
52
52
|
<LineItems>
|
@@ -64,27 +64,30 @@
|
|
64
64
|
<TrackingCategoryID>093af706-c2aa-4d97-a4ce-2d205a017eac</TrackingCategoryID>
|
65
65
|
</TrackingCategory>
|
66
66
|
</Tracking>
|
67
|
+
<ItemCode>PMBr</ItemCode>
|
67
68
|
<Quantity>4.0000</Quantity>
|
68
69
|
</LineItem>
|
69
70
|
</LineItems>
|
70
71
|
<SubTotal>1000.00</SubTotal>
|
71
72
|
<TotalTax>100.00</TotalTax>
|
72
73
|
<Total>1100.00</Total>
|
73
|
-
<UpdatedDateUTC>
|
74
|
+
<UpdatedDateUTC>2008-09-18T12:46:04.917</UpdatedDateUTC>
|
74
75
|
<CurrencyCode>AUD</CurrencyCode>
|
75
76
|
<Type>ACCREC</Type>
|
76
77
|
<InvoiceID>962ef33f-c9d2-4602-9b9f-93a02bea23b3</InvoiceID>
|
77
78
|
<InvoiceNumber>ORC1002</InvoiceNumber>
|
78
79
|
<Payments>
|
79
80
|
<Payment>
|
80
|
-
<Date>2010-09-27T00:00:00</Date>
|
81
|
-
<Amount>850.00</Amount>
|
82
81
|
<PaymentID>3bc87a62-34f7-45ff-bcd8-be59e06be7eb</PaymentID>
|
82
|
+
<Date>2011-03-07T00:00:00</Date>
|
83
|
+
<Amount>850.00</Amount>
|
84
|
+
<Reference>Part</Reference>
|
83
85
|
</Payment>
|
84
86
|
</Payments>
|
85
87
|
<AmountDue>250.00</AmountDue>
|
86
88
|
<AmountPaid>850.00</AmountPaid>
|
87
89
|
<AmountCredited>0.00</AmountCredited>
|
90
|
+
<SentToContact>true</SentToContact>
|
88
91
|
</Invoice>
|
89
92
|
</Invoices>
|
90
93
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>5dcb4877-d63f-47bb-aa2f-c8da7d71b66c</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:31:54.5726718Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -39,7 +39,7 @@
|
|
39
39
|
<PhoneType>MOBILE</PhoneType>
|
40
40
|
</Phone>
|
41
41
|
</Phones>
|
42
|
-
<UpdatedDateUTC>
|
42
|
+
<UpdatedDateUTC>2011-05-19T19:28:52.123</UpdatedDateUTC>
|
43
43
|
<ContactGroups>
|
44
44
|
<ContactGroup>
|
45
45
|
<ContactGroupID>26fcca8d-a03b-4968-a80a-a463d5bf30ee</ContactGroupID>
|
@@ -50,8 +50,8 @@
|
|
50
50
|
<IsSupplier>false</IsSupplier>
|
51
51
|
<IsCustomer>true</IsCustomer>
|
52
52
|
</Contact>
|
53
|
-
<Date>
|
54
|
-
<DueDate>
|
53
|
+
<Date>2011-05-18T00:00:00</Date>
|
54
|
+
<DueDate>2011-06-02T00:00:00</DueDate>
|
55
55
|
<Status>DRAFT</Status>
|
56
56
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
57
57
|
<LineItems>
|
@@ -63,13 +63,14 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
63
63
|
<TaxAmount>50.00</TaxAmount>
|
64
64
|
<LineAmount>500.00</LineAmount>
|
65
65
|
<AccountCode>200</AccountCode>
|
66
|
+
<ItemCode>Support-M</ItemCode>
|
66
67
|
<Quantity>1.0000</Quantity>
|
67
68
|
</LineItem>
|
68
69
|
</LineItems>
|
69
70
|
<SubTotal>500.00</SubTotal>
|
70
71
|
<TotalTax>50.00</TotalTax>
|
71
72
|
<Total>550.00</Total>
|
72
|
-
<UpdatedDateUTC>
|
73
|
+
<UpdatedDateUTC>2008-10-01T12:20:23.553</UpdatedDateUTC>
|
73
74
|
<CurrencyCode>AUD</CurrencyCode>
|
74
75
|
<Type>ACCREC</Type>
|
75
76
|
<InvoiceID>9868b472-1983-48e9-8edf-7e81ddf2c03a</InvoiceID>
|
@@ -78,6 +79,7 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
78
79
|
<AmountDue>550.00</AmountDue>
|
79
80
|
<AmountPaid>0.00</AmountPaid>
|
80
81
|
<AmountCredited>0.00</AmountCredited>
|
82
|
+
<SentToContact>false</SentToContact>
|
81
83
|
</Invoice>
|
82
84
|
</Invoices>
|
83
85
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>320577a3-d475-44c4-91ae-c77a68ae1c56</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:33:00.8725169Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -31,12 +31,12 @@
|
|
31
31
|
<PhoneType>DEFAULT</PhoneType>
|
32
32
|
</Phone>
|
33
33
|
</Phones>
|
34
|
-
<UpdatedDateUTC>
|
34
|
+
<UpdatedDateUTC>2011-05-19T19:50:16.687</UpdatedDateUTC>
|
35
35
|
<IsSupplier>true</IsSupplier>
|
36
36
|
<IsCustomer>false</IsCustomer>
|
37
37
|
</Contact>
|
38
|
-
<Date>
|
39
|
-
<DueDate>
|
38
|
+
<Date>2011-05-18T00:00:00</Date>
|
39
|
+
<DueDate>2011-05-30T00:00:00</DueDate>
|
40
40
|
<Status>AUTHORISED</Status>
|
41
41
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
42
42
|
<LineItems>
|
@@ -53,13 +53,14 @@
|
|
53
53
|
<SubTotal>950.00</SubTotal>
|
54
54
|
<TotalTax>95.00</TotalTax>
|
55
55
|
<Total>1045.00</Total>
|
56
|
-
<UpdatedDateUTC>
|
56
|
+
<UpdatedDateUTC>2008-10-02T05:51:26.217</UpdatedDateUTC>
|
57
57
|
<CurrencyCode>AUD</CurrencyCode>
|
58
58
|
<Type>ACCPAY</Type>
|
59
59
|
<InvoiceID>a3bc62ef-f11b-4a9c-a4f9-a342bda371b5</InvoiceID>
|
60
60
|
<AmountDue>1045.00</AmountDue>
|
61
61
|
<AmountPaid>0.00</AmountPaid>
|
62
62
|
<AmountCredited>0.00</AmountCredited>
|
63
|
+
<SentToContact>false</SentToContact>
|
63
64
|
</Invoice>
|
64
65
|
</Invoices>
|
65
66
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>e9cc5c77-d1bb-4e3e-8ad1-82ef517d18e9</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:31:35.7437033Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -31,12 +31,12 @@
|
|
31
31
|
<PhoneType>FAX</PhoneType>
|
32
32
|
</Phone>
|
33
33
|
</Phones>
|
34
|
-
<UpdatedDateUTC>
|
34
|
+
<UpdatedDateUTC>2011-05-11T00:07:01.197</UpdatedDateUTC>
|
35
35
|
<IsSupplier>false</IsSupplier>
|
36
36
|
<IsCustomer>true</IsCustomer>
|
37
37
|
</Contact>
|
38
|
-
<Date>
|
39
|
-
<DueDate>
|
38
|
+
<Date>2011-04-07T00:00:00</Date>
|
39
|
+
<DueDate>2011-04-18T00:00:00</DueDate>
|
40
40
|
<Status>PAID</Status>
|
41
41
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
42
42
|
<LineItems>
|
@@ -61,28 +61,30 @@
|
|
61
61
|
<TaxAmount>120.00</TaxAmount>
|
62
62
|
<LineAmount>1200.00</LineAmount>
|
63
63
|
<AccountCode>200</AccountCode>
|
64
|
+
<ItemCode>PMWe</ItemCode>
|
64
65
|
<Quantity>4.0000</Quantity>
|
65
66
|
</LineItem>
|
66
67
|
</LineItems>
|
67
68
|
<SubTotal>1200.00</SubTotal>
|
68
69
|
<TotalTax>120.00</TotalTax>
|
69
70
|
<Total>1320.00</Total>
|
70
|
-
<UpdatedDateUTC>
|
71
|
+
<UpdatedDateUTC>2008-09-25T11:12:28.37</UpdatedDateUTC>
|
71
72
|
<CurrencyCode>AUD</CurrencyCode>
|
72
|
-
<FullyPaidOnDate>
|
73
|
+
<FullyPaidOnDate>2011-04-18T00:00:00</FullyPaidOnDate>
|
73
74
|
<Type>ACCREC</Type>
|
74
75
|
<InvoiceID>a6894ca0-60ee-4d45-9dd4-b44fcba46ec5</InvoiceID>
|
75
76
|
<InvoiceNumber>ORC1015</InvoiceNumber>
|
76
77
|
<Payments>
|
77
78
|
<Payment>
|
78
|
-
<Date>2010-11-08T00:00:00</Date>
|
79
|
-
<Amount>1320.00</Amount>
|
80
79
|
<PaymentID>940b1a13-4fba-457e-8831-afd804620a4f</PaymentID>
|
80
|
+
<Date>2011-04-18T00:00:00</Date>
|
81
|
+
<Amount>1320.00</Amount>
|
81
82
|
</Payment>
|
82
83
|
</Payments>
|
83
84
|
<AmountDue>0.00</AmountDue>
|
84
85
|
<AmountPaid>1320.00</AmountPaid>
|
85
86
|
<AmountCredited>0.00</AmountCredited>
|
87
|
+
<SentToContact>true</SentToContact>
|
86
88
|
</Invoice>
|
87
89
|
</Invoices>
|
88
90
|
</Response>
|
@@ -0,0 +1,78 @@
|
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>bfde0371-d9ed-4ae8-bfea-6438f0229987</Id>
|
3
|
+
<Status>OK</Status>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:33:36.1397218Z</DateTimeUTC>
|
6
|
+
<Invoices>
|
7
|
+
<Invoice>
|
8
|
+
<Contact>
|
9
|
+
<ContactID>84150343-986d-4289-8fde-c69e03c82ef6</ContactID>
|
10
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
11
|
+
<Name>Last Someone</Name>
|
12
|
+
<Addresses>
|
13
|
+
<Address>
|
14
|
+
<AddressType>STREET</AddressType>
|
15
|
+
</Address>
|
16
|
+
<Address>
|
17
|
+
<AddressType>POBOX</AddressType>
|
18
|
+
</Address>
|
19
|
+
</Addresses>
|
20
|
+
<Phones>
|
21
|
+
<Phone>
|
22
|
+
<PhoneType>MOBILE</PhoneType>
|
23
|
+
</Phone>
|
24
|
+
<Phone>
|
25
|
+
<PhoneType>DDI</PhoneType>
|
26
|
+
</Phone>
|
27
|
+
<Phone>
|
28
|
+
<PhoneType>FAX</PhoneType>
|
29
|
+
</Phone>
|
30
|
+
<Phone>
|
31
|
+
<PhoneType>DEFAULT</PhoneType>
|
32
|
+
</Phone>
|
33
|
+
</Phones>
|
34
|
+
<UpdatedDateUTC>2011-05-27T07:24:21.757</UpdatedDateUTC>
|
35
|
+
<IsSupplier>false</IsSupplier>
|
36
|
+
<IsCustomer>true</IsCustomer>
|
37
|
+
<DefaultCurrency>AUD</DefaultCurrency>
|
38
|
+
</Contact>
|
39
|
+
<Date>2011-05-27T00:00:00</Date>
|
40
|
+
<DueDate>2011-05-27T00:00:00</DueDate>
|
41
|
+
<BrandingThemeID>aefae6d5-7bbe-4e2e-aadc-302cd07a0fc1</BrandingThemeID>
|
42
|
+
<Status>PAID</Status>
|
43
|
+
<LineAmountTypes>Inclusive</LineAmountTypes>
|
44
|
+
<LineItems>
|
45
|
+
<LineItem>
|
46
|
+
<Description>Final payment</Description>
|
47
|
+
<UnitAmount>1500.00</UnitAmount>
|
48
|
+
<TaxType>OUTPUT</TaxType>
|
49
|
+
<TaxAmount>136.36</TaxAmount>
|
50
|
+
<LineAmount>1500.00</LineAmount>
|
51
|
+
<AccountCode>200</AccountCode>
|
52
|
+
<Quantity>1.0000</Quantity>
|
53
|
+
</LineItem>
|
54
|
+
</LineItems>
|
55
|
+
<SubTotal>1363.64</SubTotal>
|
56
|
+
<TotalTax>136.36</TotalTax>
|
57
|
+
<Total>1500.00</Total>
|
58
|
+
<UpdatedDateUTC>2011-05-27T07:24:34.033</UpdatedDateUTC>
|
59
|
+
<CurrencyCode>AUD</CurrencyCode>
|
60
|
+
<FullyPaidOnDate>2011-05-27T00:00:00</FullyPaidOnDate>
|
61
|
+
<Type>ACCREC</Type>
|
62
|
+
<InvoiceID>a77268ce-74b2-483d-a2b3-70dbdc9e49d2</InvoiceID>
|
63
|
+
<InvoiceNumber>ORC1042</InvoiceNumber>
|
64
|
+
<Payments>
|
65
|
+
<Payment>
|
66
|
+
<PaymentID>e1fa3ace-43ff-4c0c-99cb-06b91f166dbc</PaymentID>
|
67
|
+
<Date>2011-05-27T00:00:00</Date>
|
68
|
+
<Amount>1500.00</Amount>
|
69
|
+
<Reference>BOB</Reference>
|
70
|
+
<CurrencyRate>1.000000</CurrencyRate>
|
71
|
+
</Payment>
|
72
|
+
</Payments>
|
73
|
+
<AmountDue>0.00</AmountDue>
|
74
|
+
<AmountPaid>1500.00</AmountPaid>
|
75
|
+
<SentToContact>false</SentToContact>
|
76
|
+
</Invoice>
|
77
|
+
</Invoices>
|
78
|
+
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>34f8a9c9-4106-4b56-844a-6fa53c830b51</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:32:37.0745758Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -33,7 +33,7 @@
|
|
33
33
|
<PhoneType>DDI</PhoneType>
|
34
34
|
</Phone>
|
35
35
|
</Phones>
|
36
|
-
<UpdatedDateUTC>
|
36
|
+
<UpdatedDateUTC>2011-05-19T19:32:00.767</UpdatedDateUTC>
|
37
37
|
<ContactGroups>
|
38
38
|
<ContactGroup>
|
39
39
|
<ContactGroupID>26fcca8d-a03b-4968-a80a-a463d5bf30ee</ContactGroupID>
|
@@ -44,8 +44,8 @@
|
|
44
44
|
<IsSupplier>false</IsSupplier>
|
45
45
|
<IsCustomer>true</IsCustomer>
|
46
46
|
</Contact>
|
47
|
-
<Date>
|
48
|
-
<DueDate>
|
47
|
+
<Date>2011-04-19T00:00:00</Date>
|
48
|
+
<DueDate>2011-05-02T00:00:00</DueDate>
|
49
49
|
<Status>PAID</Status>
|
50
50
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
51
51
|
<LineItems>
|
@@ -57,29 +57,32 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
57
57
|
<TaxAmount>50.00</TaxAmount>
|
58
58
|
<LineAmount>500.00</LineAmount>
|
59
59
|
<AccountCode>200</AccountCode>
|
60
|
+
<ItemCode>Support-M</ItemCode>
|
60
61
|
<Quantity>1.0000</Quantity>
|
61
62
|
</LineItem>
|
62
63
|
</LineItems>
|
63
64
|
<SubTotal>500.00</SubTotal>
|
64
65
|
<TotalTax>50.00</TotalTax>
|
65
66
|
<Total>550.00</Total>
|
66
|
-
<UpdatedDateUTC>
|
67
|
+
<UpdatedDateUTC>2008-10-01T14:51:39.263</UpdatedDateUTC>
|
67
68
|
<CurrencyCode>AUD</CurrencyCode>
|
68
|
-
<FullyPaidOnDate>
|
69
|
+
<FullyPaidOnDate>2011-05-15T00:00:00</FullyPaidOnDate>
|
69
70
|
<Type>ACCREC</Type>
|
70
71
|
<InvoiceID>a9f765e6-b9bc-4505-a47b-fb3ecb327e7b</InvoiceID>
|
71
72
|
<InvoiceNumber>ORC1022</InvoiceNumber>
|
72
73
|
<Reference>Monthly support</Reference>
|
73
74
|
<Payments>
|
74
75
|
<Payment>
|
75
|
-
<Date>2010-12-05T00:00:00</Date>
|
76
|
-
<Amount>550.00</Amount>
|
77
76
|
<PaymentID>490926d3-9fad-4fd3-968a-254595f8ebcd</PaymentID>
|
77
|
+
<Date>2011-05-15T00:00:00</Date>
|
78
|
+
<Amount>550.00</Amount>
|
79
|
+
<Reference>Dep 81002</Reference>
|
78
80
|
</Payment>
|
79
81
|
</Payments>
|
80
82
|
<AmountDue>0.00</AmountDue>
|
81
83
|
<AmountPaid>550.00</AmountPaid>
|
82
84
|
<AmountCredited>0.00</AmountCredited>
|
85
|
+
<SentToContact>true</SentToContact>
|
83
86
|
</Invoice>
|
84
87
|
</Invoices>
|
85
88
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>9733b11f-3efc-477e-901c-224804ddeb1d</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:31:31.4466358Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -36,12 +36,12 @@
|
|
36
36
|
<PhoneType>FAX</PhoneType>
|
37
37
|
</Phone>
|
38
38
|
</Phones>
|
39
|
-
<UpdatedDateUTC>
|
39
|
+
<UpdatedDateUTC>2011-05-10T23:55:12.14</UpdatedDateUTC>
|
40
40
|
<IsSupplier>false</IsSupplier>
|
41
41
|
<IsCustomer>true</IsCustomer>
|
42
42
|
</Contact>
|
43
|
-
<Date>
|
44
|
-
<DueDate>
|
43
|
+
<Date>2011-03-28T00:00:00</Date>
|
44
|
+
<DueDate>2011-04-07T00:00:00</DueDate>
|
45
45
|
<Status>PAID</Status>
|
46
46
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
47
47
|
<LineItems>
|
@@ -59,34 +59,51 @@
|
|
59
59
|
<TrackingCategoryID>093af706-c2aa-4d97-a4ce-2d205a017eac</TrackingCategoryID>
|
60
60
|
</TrackingCategory>
|
61
61
|
</Tracking>
|
62
|
+
<ItemCode>PMD</ItemCode>
|
62
63
|
<Quantity>6.0000</Quantity>
|
63
64
|
</LineItem>
|
64
65
|
</LineItems>
|
65
66
|
<SubTotal>4200.00</SubTotal>
|
66
67
|
<TotalTax>420.00</TotalTax>
|
67
68
|
<Total>4620.00</Total>
|
68
|
-
<UpdatedDateUTC>
|
69
|
+
<UpdatedDateUTC>2008-09-25T11:12:24.48</UpdatedDateUTC>
|
69
70
|
<CurrencyCode>AUD</CurrencyCode>
|
70
|
-
<FullyPaidOnDate>
|
71
|
+
<FullyPaidOnDate>2011-04-18T00:00:00</FullyPaidOnDate>
|
71
72
|
<Type>ACCREC</Type>
|
72
73
|
<InvoiceID>aa0173af-8707-4e7f-8dde-4c7a357bd312</InvoiceID>
|
73
74
|
<InvoiceNumber>ORC1014</InvoiceNumber>
|
74
75
|
<Reference>Yr ref H008-346</Reference>
|
75
76
|
<Payments>
|
76
77
|
<Payment>
|
77
|
-
<Date>2010-10-28T00:00:00</Date>
|
78
|
-
<Amount>2500.00</Amount>
|
79
78
|
<PaymentID>2c6ce9e5-8987-41fe-b642-96846ff44089</PaymentID>
|
79
|
+
<Date>2011-04-07T00:00:00</Date>
|
80
|
+
<Amount>2500.00</Amount>
|
81
|
+
<Reference>Part 1</Reference>
|
80
82
|
</Payment>
|
81
83
|
<Payment>
|
82
|
-
<Date>2010-11-08T00:00:00</Date>
|
83
|
-
<Amount>1735.00</Amount>
|
84
84
|
<PaymentID>678a497f-9cc2-411e-a480-57d94c5fd4c4</PaymentID>
|
85
|
+
<Date>2011-04-18T00:00:00</Date>
|
86
|
+
<Amount>1735.00</Amount>
|
85
87
|
</Payment>
|
86
88
|
</Payments>
|
89
|
+
<CreditNotes>
|
90
|
+
<CreditNote>
|
91
|
+
<Date>2011-04-05T00:00:00</Date>
|
92
|
+
<Total>385.00</Total>
|
93
|
+
<CreditNoteID>482c018b-d329-4e05-9b4f-7a4cfc695aa0</CreditNoteID>
|
94
|
+
<CreditNoteNumber>CR1014</CreditNoteNumber>
|
95
|
+
</CreditNote>
|
96
|
+
<CreditNote>
|
97
|
+
<Date>2011-04-05T00:00:00</Date>
|
98
|
+
<Total>385.00</Total>
|
99
|
+
<CreditNoteID>482c018b-d329-4e05-9b4f-7a4cfc695aa0</CreditNoteID>
|
100
|
+
<CreditNoteNumber>CR1014</CreditNoteNumber>
|
101
|
+
</CreditNote>
|
102
|
+
</CreditNotes>
|
87
103
|
<AmountDue>0.00</AmountDue>
|
88
104
|
<AmountPaid>4235.00</AmountPaid>
|
89
105
|
<AmountCredited>385.00</AmountCredited>
|
106
|
+
<SentToContact>true</SentToContact>
|
90
107
|
</Invoice>
|
91
108
|
</Invoices>
|
92
109
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>2968697c-ea7e-408e-9e4b-7e80078cf4cd</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:31:58.1822085Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -37,7 +37,7 @@
|
|
37
37
|
<PhoneType>MOBILE</PhoneType>
|
38
38
|
</Phone>
|
39
39
|
</Phones>
|
40
|
-
<UpdatedDateUTC>
|
40
|
+
<UpdatedDateUTC>2011-05-06T01:20:55.38</UpdatedDateUTC>
|
41
41
|
<ContactGroups>
|
42
42
|
<ContactGroup>
|
43
43
|
<ContactGroupID>26fcca8d-a03b-4968-a80a-a463d5bf30ee</ContactGroupID>
|
@@ -48,8 +48,8 @@
|
|
48
48
|
<IsSupplier>false</IsSupplier>
|
49
49
|
<IsCustomer>true</IsCustomer>
|
50
50
|
</Contact>
|
51
|
-
<Date>
|
52
|
-
<DueDate>
|
51
|
+
<Date>2011-05-18T00:00:00</Date>
|
52
|
+
<DueDate>2011-06-02T00:00:00</DueDate>
|
53
53
|
<Status>DRAFT</Status>
|
54
54
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
55
55
|
<LineItems>
|
@@ -61,13 +61,14 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
61
61
|
<TaxAmount>50.00</TaxAmount>
|
62
62
|
<LineAmount>500.00</LineAmount>
|
63
63
|
<AccountCode>200</AccountCode>
|
64
|
+
<ItemCode>Support-M</ItemCode>
|
64
65
|
<Quantity>1.0000</Quantity>
|
65
66
|
</LineItem>
|
66
67
|
</LineItems>
|
67
68
|
<SubTotal>500.00</SubTotal>
|
68
69
|
<TotalTax>50.00</TotalTax>
|
69
70
|
<Total>550.00</Total>
|
70
|
-
<UpdatedDateUTC>
|
71
|
+
<UpdatedDateUTC>2008-10-01T12:20:23.663</UpdatedDateUTC>
|
71
72
|
<CurrencyCode>AUD</CurrencyCode>
|
72
73
|
<Type>ACCREC</Type>
|
73
74
|
<InvoiceID>ab63738a-370a-43a5-bfa3-620d684e66d0</InvoiceID>
|
@@ -76,6 +77,7 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
76
77
|
<AmountDue>550.00</AmountDue>
|
77
78
|
<AmountPaid>0.00</AmountPaid>
|
78
79
|
<AmountCredited>0.00</AmountCredited>
|
80
|
+
<SentToContact>false</SentToContact>
|
79
81
|
</Invoice>
|
80
82
|
</Invoices>
|
81
83
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>938e5d0a-8858-4f70-9115-ac1a89e76169</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:31:27.6183393Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -39,12 +39,12 @@
|
|
39
39
|
<PhoneType>DDI</PhoneType>
|
40
40
|
</Phone>
|
41
41
|
</Phones>
|
42
|
-
<UpdatedDateUTC>
|
42
|
+
<UpdatedDateUTC>2011-05-03T23:28:09.993</UpdatedDateUTC>
|
43
43
|
<IsSupplier>true</IsSupplier>
|
44
44
|
<IsCustomer>false</IsCustomer>
|
45
45
|
</Contact>
|
46
|
-
<Date>
|
47
|
-
<DueDate>
|
46
|
+
<Date>2011-03-19T00:00:00</Date>
|
47
|
+
<DueDate>2011-04-18T00:00:00</DueDate>
|
48
48
|
<Status>PAID</Status>
|
49
49
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
50
50
|
<LineItems>
|
@@ -61,22 +61,24 @@
|
|
61
61
|
<SubTotal>135.00</SubTotal>
|
62
62
|
<TotalTax>13.50</TotalTax>
|
63
63
|
<Total>148.50</Total>
|
64
|
-
<UpdatedDateUTC>
|
64
|
+
<UpdatedDateUTC>2008-09-25T10:20:45.72</UpdatedDateUTC>
|
65
65
|
<CurrencyCode>AUD</CurrencyCode>
|
66
|
-
<FullyPaidOnDate>
|
66
|
+
<FullyPaidOnDate>2011-04-18T00:00:00</FullyPaidOnDate>
|
67
67
|
<Type>ACCPAY</Type>
|
68
68
|
<InvoiceID>b0344791-5a8a-40dd-a208-d99a461a6c10</InvoiceID>
|
69
69
|
<InvoiceNumber>9901</InvoiceNumber>
|
70
70
|
<Payments>
|
71
71
|
<Payment>
|
72
|
-
<Date>2010-11-08T00:00:00</Date>
|
73
|
-
<Amount>148.50</Amount>
|
74
72
|
<PaymentID>c34deba3-f2ec-4275-bc0b-28feffc68210</PaymentID>
|
73
|
+
<Date>2011-04-18T00:00:00</Date>
|
74
|
+
<Amount>148.50</Amount>
|
75
|
+
<Reference>DD Ref 113763</Reference>
|
75
76
|
</Payment>
|
76
77
|
</Payments>
|
77
78
|
<AmountDue>0.00</AmountDue>
|
78
79
|
<AmountPaid>148.50</AmountPaid>
|
79
80
|
<AmountCredited>0.00</AmountCredited>
|
81
|
+
<SentToContact>false</SentToContact>
|
80
82
|
</Invoice>
|
81
83
|
</Invoices>
|
82
84
|
</Response>
|