-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Addresses are needed #14
Comments
@raguay #21 please review when you have few mins |
or just put to-address and from-address in a json or yaml file and use |
Yes, a JSON file would be better. It would then be easy to include address information from different countries (there are different formats). Also, doing batch jobs would be easy if it was in a JSON file already. |
I would like to suggest 1 json file that would hold all clients:
And have users just issue |
For my invoices, I'm required to have the address for the organization paying under their name and my address under my companies name. You could use
-toaddress
and-fromaddress
in order to match the other flags.But, it might be better to have them in a database and pull it up that way. Then you don't have to have the full address on every command line. Add it once, parse it in, and store it by the name and reuse by the name later.
The text was updated successfully, but these errors were encountered: