factur-x-ng
factur-x-ng copied to clipboard
Implement reading and setting default values
Reading and set default if value is not defined
- What all fields can have
_default
? - Should I add as many fields as possible to
fields.yml
?
Tests and actual default values?
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.
What all fields can have default values?