Skip to content

Commit fcd5565

Browse files
committed
README update
1 parent 91896bc commit fcd5565

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
py-finvoice
22
============
33

4-
Python module for generating Finvoice invoices
4+
Python module for generating Finvoice invoices.
5+
6+
Finvoice message can be used for invoicing and for other business messages, such as quotations, orders, order confirmations, price lists, etc. Due to easy adoption, it is suitable for invoicing between companies of all sizes and for consumer invoicing.
7+
8+
This Python module is based on the XSDs released by the Federation of Financial Services, Finland.
9+
10+
#Tested
11+
12+
XML generated have been validated.
13+
14+
## Ilmoittamissanomat
15+
- FinvoiceSenderInfo (SI)
16+
- FinvoiceReceiverInfo (RI)
17+
18+
## Finvoice
19+
- Finvoice
20+
- Finvoice Attachment
21+
- Finvoice Ack
22+
23+
## SOAP EBML
24+
- Envelope
25+
- MessageHeader
26+
27+
# Road Tested
28+
29+
XML generated has been used in actual transactions
30+
31+
## Ilmoittamissanomat
32+
- FinvoiceSenderInfo (SI)
33+
34+
## SOAP EBML
35+
- Envelope
36+
- MessageHeader

0 commit comments

Comments
 (0)