Skip to content
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

Add some code changes to format the price fields #30

Open
wants to merge 178 commits into
base: master
Choose a base branch
from

Conversation

naranili
Copy link

@naranili naranili commented Feb 9, 2021

No description provided.

imper86 and others added 30 commits August 2, 2018 11:04
added utf-8 support for company name
Releases PRs #11 and #12
If you append the string //TRANSLIT to out_charset transliteration is activated. This means that when a character can't be represented in the target charset, it can be approximated through one or several similarly looking characters.
Because it's too long and confusing in final render.
Fix iconv usage without modifying output encoding
Correct meaning of 'S' argument to render method
Never seen an invoice that states the time with the date, but anyways – adding that key to prevent `ErrorException: Undefined index: time`
Add missing `time` key to de.inc
Releases PR #15
Fix wrong column number when having discount but not VAT.
Added missing 'time' key in French
Releases PR #17
added Lithuanian translation
Releases PR #18
- Constructing InvoicePrinter with language setted to es would result into a Fatal error due to missing time variable.
- Fixed misspelled "Fecha".
Copy link
Owner

@farjadtahir farjadtahir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merged all provided requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet