-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dev #158
Conversation
opens in new tab
This reverts commit 878423c.
parentheses for negative numbers + 'No' business activities
Move all partial fixes to dev branch
Update .gitignore
flask key .env deleted (only local on Luca pc rn)
fix heading formatting issues
removed context to revert clickable reconciliation tables
I added y/n value for footnotes and made all of katrina's fixes to the template.
Open tab only after conversion complete
#122 uploading emailed template
@kwheelan Please check again, with the latest iXBRL viewer ver it should work. |
Ixbrl viewer works for me now. The issue with both I will add this to the review, but we should instead set ixbrl-viewer and arelle to a static version. At one point I had fixed the versions to
But if it now works with the most recent release of both, let's just set the versions to those release numbers. I would suggest doing this in the In Chrome, the download still doesn't work for me (and I don't have any 3rd party pop-up blockers, just the most recent version of Chrome). Safari gives me an warning popup but allows me to download. Basically #139 from November is still unfixed. When I upload multiple files, they still don't get reordered according to the list order when I drag and drop. (Ie. #133 is still an issue). A new (minor) issue: I think we probably don't want a "Note:" to render at all unless there is some text in the note, but that's something to double-check with Marc. |
Most of the above comments are issues with |
@kwheelan
The versions I have installed in my venv are:
but when I create my iXBRL viewer in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before I merge, please revert changes to the Cell class and the table.html
template file that cause XBRL parsing errors for negative values and values with dollar signs (see my comments).
The other edits and my comments from before are less essential, so I'll create issues for them. Just let me know when you fix the cell error and I will merge into main
.
From a very old version of the code: 05358d4#diff-b10564ab7d2c520cdd0243874879fb0a782862c3c902ab535faabe57d5a505e1L145. I maintained those versions by deploying the Heroku branch from my CLI and initializing the submodules from there. (The main branch Heroku deployment should still work because I think it's running these old versions). Notice that the repos in the dependencies folder are older commits: https://github.com/closup/process-xbrl/tree/main/dependencies. Looks like ixbrl-viewer got updated in commit 1120042 but arelle is still a version from 11 months ago). Your new version of arelle is probably because you downloaded the arelle package using pip rather than cloning the repo. If this automatically downloads ixbrl-viewer, maybe this is a better strategy than having submodules at all? I will mess with it in the branch I just created for #163 |
163 submodule versions
@lucakato I fixed the versioning issue -- your strategy of just downloading the python packages of For this PR, let's just revert the cell.py error and merge. I made issues for everything else. |
@kwheelan I reverted to using I have a new branch #158. Also here's the TX file (not super up to date since Ram did not edit Sarrah's abs latest file If I revert I believe the |
for Pittsburg, TX, (918,156) is not being displayed in brackets upon reversal
Got it. The issue is because the reconciliation tables aren't taggable. Both issues should be fixed if you adjust this section of
so that the last part (which deals with the reconciliation cells) is instead:
but keep the reverted {{ cell.show_value() }} in line 18. |
thanks that worked and I pushed to #158-dev-review branch. I'll merge it with dev |
Before the 13th of January, Marc wants the CLOSUP website to be able to handle City of Brea (attached) template and make sure the empty template, conversion process, iXBRL viewer has no issues. I believe there are no major issues on the
dev
branch and want to see if we can merge it intomain
before this deadline.The CLOSUP website has been updated so that instead of being embedded, you click on the 'Get Started' button and it opens a new tab with the
main
branch deployment on Heroku.The following conversion works on
dev
branchCity of Brea, CA.xlsx
What we want to review (on different browsers too) @kwheelan @sarraha786
main
deployment but this will work once this PR is merged.Changes
arelle
andixbrl-viewer
to be static releases.Remaining issues