Giter Club home page Giter Club logo

ck-tax-extension's People

Contributors

mattotodd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ck-tax-extension's Issues

CK added more option, we need to update this REPO

Check out below screenshot

https://i.imgur.com/kYiYkBt.png

  1. They added section to associated transaction with people on the report

  2. They added more categories in "Sale Category"

Here is HTML code for Sale Category dropdown option

<label class="tk-dropdown tk-dropdown--capital-gain">
                                    <svg viewBox="0 0 10 5">
                                        <use xlink:href="#tk-icon-caret"></use>
                                    </svg>
                                    <select name="capitalGains[1].reportingCategory" class="reported">
                                        <option value="0" selected="selected"></option>
                                        
                                            <option value="1">Box A - Short Term covered</option>
                                        
                                            <option value="2">Box B - Short Term not covered</option>
                                        
                                            <option value="3">Box C - Short Term not reported</option>
                                        
                                            <option value="4">Box D - Long Term covered</option>
                                        
                                            <option value="5">Box E - Long Term not covered</option>
                                        
                                            <option value="6">Box F - Long Term not reported</option>
                                        
                                    </select>
</label>

Generic version for "ck never renders a row with index of 10"

I see this comment and related workaround at: https://github.com/mattotodd/ck-tax-extension/blob/master/CapitalGainsImporter.js#L248

I believe this off-by-one indexing issue happens after you click the "Add rows" button.

So, for example, if you had 27 filled rows when you started (i.e. "row0" to 'row26"), the next one after you click "Add rows" button will be called "row28" (instead of "row27").

So, the workaround can be made more generic this way.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.