You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
config | 3 years ago | |
example | 3 years ago | |
images | 3 years ago | |
src | 3 years ago | |
templates | 3 years ago | |
translation | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
composer.json | 3 years ago | |
composer.lock | 3 years ago | |
generate | 3 years ago | |
show.php | 3 years ago |
README.md
Bilingual Invoice Generator
Build
Install dependencies
composer install
Create config and translation files
cp config/parameters.yaml.dist config/parameters.yaml.dist
cp translations/source.yaml.dist translations/source.yaml
cp translations/target.yaml.dist translations/target.yaml
Usage
# Generate file name
./generate 123 ./
# Use exact file name
./generate 123 ./invoice.pdf
# Set issue date
./generate 123 ./ --issue-date 01.01.1970
# Get help
./generate --help