invoice-x / factur-x-ng

Python lib for Factur-X, the e-invoicing standard for France and Germany
Other
34 stars 8 forks source link

Implement reading and setting default values #34

Open duskybomb opened 6 years ago

duskybomb commented 6 years ago

Reading and set default if value is not defined

m3nu commented 6 years ago

Tests and actual default values?

duskybomb commented 6 years ago

For tests, we need to resolve issue with _required fields (whether name and LineTotalAmount are required fields or not), because else is_valid() will always return False[1]. It is also affecting other features and tests as well.

duskybomb commented 6 years ago

What all fields can have default values?