You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
py-finvoice
2
2
============
3
3
4
-
Python module for generating Finvoice invoices.
4
+
Python module for generating and parsing Finvoice invoices.
5
5
6
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
7
8
8
This Python module is based on the XSDs released by the Federation of Financial Services, Finland.
9
9
10
10
# Tested
11
11
12
-
XML generated have been validated.
12
+
XML has been parsed and XML has been generated using data and have been validated.
13
13
14
14
## Ilmoittamissanomat
15
15
- FinvoiceSenderInfo (SI)
@@ -26,7 +26,7 @@ XML generated have been validated.
26
26
27
27
# Road Tested
28
28
29
-
XML generated has been used in actual transactions
29
+
XML generated has been used in actual transactions. XML from actual transactions have been parsed.
0 commit comments