-
Notifications
You must be signed in to change notification settings - Fork 0
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
CSV import for the costs #6
Comments
Which format will those CSV files have? Can you give an example? |
seeing as the invoice template requires costs to consists of date, description and cost.
|
CSV solves this by using quotation marks for each field. I have created a CSV import feature in Rails for another application, which had to be flexible with these kinds of things. I will into this once we can add items to invoices. |
Actual usage with excel shouldn't be a problem either. There are plenty of applications which will parse xlsx files just fine. We could provide a simple template which should be filled in, without the user having to export as .csv |
This was the costs can be premade in software such as excel instead of having to type it into html forms
The text was updated successfully, but these errors were encountered: