-
Notifications
You must be signed in to change notification settings - Fork 2
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
Export accounting table as excel/.csv file #15
Comments
@hunxjunedo would you fancy to have a look on this one? |
sure! Updating on this soon. |
Great. The export button should got to AccountingControls.jsx next to "Add Grant" button. It would be active only if there would be any results in the table and it would trigger download of the data in the table/state in .csv file. |
@tomlebl I looked into and didn't find any way to export csv in a way that supports sub-columns, as seen in the table. Should we flatten the columns ? Like |
@hunxjunedo I am sorry for the late response. I was away for a week on a family holiday in the middle of nowhere and it was really difficult to follow up work related things. |
hey @tomlebl I'm almost done, but facing issue trying to install a few npm packages. npm install packagename doesn't seem to work, docker complexities. |
Do you know what packages are giving you the troubles? |
I just can't install a new package to the frontend, it says NPM read error. |
I have never seen an error like that. It might be a problem with the package itself. What's the name of the package? |
This does not seem to be docker related. I have no idea what is going on. You will have to Google it or ask ChatGPT. |
Hey nothing works, if I run the install command in main directory, it goes well. But in the frontend directory it throws the error. Will try resetting the whole env, and clone it again. |
Or what If I don't install, just add the name pkg.json file and push it, it should work fine on your end. |
Did you try to delete package-lock.json and /node_modules and then |
hey @tomlebl I figured out it's an OS related issue as I'm using Linux, I know how to move forward, however I'm running out of time as I'm leaving for holidays, I'll be back in a week or two, sorry for the delay, will raise a PR as soon as I arrive Inshallah. |
No worries. There is no rush. I will be off again in the first week of August as well. |
Add button that can export accounting table as an excel or .csv file
The text was updated successfully, but these errors were encountered: