-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathinvoice_fa_3_type.xml
More file actions
85 lines (85 loc) · 2.63 KB
/
Copy pathinvoice_fa_3_type.xml
File metadata and controls
85 lines (85 loc) · 2.63 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Faktura xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://crd.gov.pl/wzor/2025/06/25/13775/">
<Naglowek>
<KodFormularza kodSystemowy="FA (3)" wersjaSchemy="1-0E">FA</KodFormularza>
<WariantFormularza>3</WariantFormularza>
<DataWytworzeniaFa>2025-09-21T12:34:13.7802571Z</DataWytworzeniaFa>
<SystemInfo>Samplofaktur</SystemInfo>
</Naglowek>
<Podmiot1>
<DaneIdentyfikacyjne>
<NIP>{{ .NIP }}</NIP>
<Nazwa>ABC AGD sp. z o. o.</Nazwa>
</DaneIdentyfikacyjne>
<Adres>
<KodKraju>PL</KodKraju>
<AdresL1>ul. Kwiatowa 1</AdresL1>
</Adres>
<DaneKontaktowe>
<Email>example@example.com</Email>
</DaneKontaktowe>
</Podmiot1>
<Podmiot2>
<DaneIdentyfikacyjne>
<NIP>{{ .BUYER_NIP }}</NIP>
<Nazwa>CeDeE s.c.</Nazwa>
</DaneIdentyfikacyjne>
<Adres>
<KodKraju>PL</KodKraju>
<AdresL1>ulica i numer</AdresL1>
</Adres>
<JST>2</JST>
<GV>2</GV>
</Podmiot2>
<Fa>
<KodWaluty>PLN</KodWaluty>
<P_1>{{ formatDate .ISSUE_DATE }}</P_1>
<P_2>{{ randomInvoiceNumber "FV" }}</P_2>
<P_13_1>0</P_13_1>
<P_14_1>0</P_14_1>
<P_13_2>0</P_13_2>
<P_14_2>0</P_14_2>
<P_13_3>0</P_13_3>
<P_14_3>0</P_14_3>
<P_13_4>0</P_13_4>
<P_14_4>0</P_14_4>
<P_13_5>0</P_13_5>
<P_13_7>4001.49</P_13_7>
<P_15>4001.49</P_15>
<Adnotacje>
<P_16>2</P_16>
<P_17>2</P_17>
<P_18>2</P_18>
<P_18A>2</P_18A>
<Zwolnienie>
<P_19N>1</P_19N>
</Zwolnienie>
<NoweSrodkiTransportu>
<P_22N>1</P_22N>
</NoweSrodkiTransportu>
<P_23>2</P_23>
<PMarzy>
<P_PMarzyN>1</P_PMarzyN>
</PMarzy>
</Adnotacje>
<RodzajFaktury>VAT</RodzajFaktury>
<FaWiersz>
<NrWierszaFa>1</NrWierszaFa>
<P_7>Sprzedaż towarów 23%</P_7>
<P_8A>szt.</P_8A>
<P_8B>2.323</P_8B>
<P_9A>234.24</P_9A>
<P_11>544.14</P_11>
<P_12>zw</P_12>
</FaWiersz>
<FaWiersz>
<NrWierszaFa>2</NrWierszaFa>
<P_7>GTU_1</P_7>
<P_8A>-</P_8A>
<P_8B>2.561</P_8B>
<P_9A>1350.00</P_9A>
<P_11>3457.35</P_11>
<P_12>zw</P_12>
</FaWiersz>
</Fa>
</Faktura>