My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="UTF-8"?>
<Invoice xmlns="http://www.example.org/InvoiceXMLSchema" >


<InvoiceData>
<InvoiceNumber></InvoiceNumber>
<InvoiceDate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true" type="date"></InvoiceDate>
<DateOfSale xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true" type="date"></DateOfSale>
<TownMaking></TownMaking>
<PersonMaking></PersonMaking>
<BankAccount></BankAccount>
</InvoiceData>

<HotelData>
<Symbol></Symbol>
<Name1></Name1>
<Name2></Name2>
<Country></Country>
<City></City>
<Address1></Address1>
<Address2></Address2>
<State></State>
<ZipCode></ZipCode>
</HotelData>

<Person>
<Title type="title" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></Title>
<Symbol></Symbol>
<Name1></Name1>
<Name2></Name2>
<Country></Country>
<City></City>
<ZipCode></ZipCode>
<Address1></Address1>
<Address2></Address2>
<NIP></NIP>
</Person>

<Payer>
<Title type="title" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></Title>
<Symbol></Symbol>
<Name1></Name1>
<Name2></Name2>
<Country></Country>
<City></City>
<ZipCode></ZipCode>
<Address1></Address1>
<Address2></Address2>
<NIP></NIP>
</Payer>

<Payment>
<PaymentMethod type="pay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></PaymentMethod>
<DaysForPayment type="integer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></DaysForPayment>
<TerminOfPayment type="date" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></TerminOfPayment>
<AccountNumber></AccountNumber>
</Payment>

<Lines>
<Line>
<No type="long" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></No>
<Description></Description>
<Quantity type="int" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></Quantity>
<Rate type="decimal" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></Rate>
<ServiceDate type="date" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></ServiceDate>
<Tax></Tax>
<Total type="decimal" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></Total>
</Line>
</Lines>

<Total>
<SubTotal type="decimal" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></SubTotal>
<Tax type="decimal" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></Tax>
<Total type="decimal" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"></Total>
</Total>

</Invoice>

Change log

r517 by stanislawbartkowski on Dec 29, 2011   Diff
Changes at server-site
Go to: 
Project members, sign in to write a code review

Older revisions

r507 by stanislawbartkowski on Dec 26, 2011   Diff
Changes related to invoice making
r500 by stanislawbartkowski on Dec 11, 2011   Diff
Huge changes related to XML objects
and invoice making
All revisions of this file

File info

Size: 2707 bytes, 92 lines
Powered by Google Project Hosting