-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TUTORIAL: Update documentation of "fields" #313
base: master
Are you sure you want to change the base?
Conversation
In #311 we shortly discussed following some names documented in UBL. This Pull Requests adds:
I like having things standardized but somehow I'm not convinced about above field names (like |
I do ask myself if we'd like to follow this mixed way of writing or go all lowercase with Maybe it is an idea to have some mapping and processing at hand, so old template names could be rewritten for xml export? Not sure if thats actually needed by anyone. My basic idea was only to have existing standards implemented, but I do see that maybe UBL is not the way to go? Considering the terms:
|
Currently we follow Python syntax (snake case) for field names. UBL names (camel case) should be "translated" before using. This is also done when going e.g. from JS to Python. I'd always use UBL for new field names. For existing fields, it's probably not worth breaking backwards compat and existing templates users may have locally. Also because this project's relation to UBL isn't very strong. |
I converted all our doc files to Markdown. Much easier to edit. |
I will start this weekend. current pandemic has kept me busy in doing all those cheap jobs to stay fluid. |
4fb4a58
to
1d84aff
Compare
1. Drop "regex" part as fields can use various parsers 2. Describe common (standard) field names Signed-off-by: Rafał Miłecki <[email protected]>
1d84aff
to
cc209ac
Compare
I've updated this pull request. Suggested documented
@m3nu, @Seriousness: can you review this pull request, please? |
sorry forgot. I'd add:
per item+document level:
I am not sure if this is internationally common, in Germany the VAT normally applies for the date the service has been provided/finished. If we agree on that it could be
|
Could you include a section of other programs using this library? That module looks at the following fields:
In the lines section On a different note, to make a invoice fully compliant to one of the ubl standards a lot more info needs to be used / mapped. |
I was trying to start discussion on naming
fields
in the #309 and just recently a feature request has been opened: #311.This Pull Request updates documentation adding some standard
fields
names that should be used for common invoice data.Please feel free to discuss & comment this idea as well as chosen names.