Git Product home page Git Product logo

rientro-cervelli's People

Contributors

andybergon avatar cpaoli avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

rientro-cervelli's Issues

Allow to deduct 90% for professors and researcher - Opzione di detrarre il 90% per docenti e ricercatori

Apparently, professors and researches have right to a 90% deduction, not 70%.
It would be useful to be able to select this option, especially since it's already implemented for some states.

Docenti e ricercatori apparentemente usufruiscono della detrazione del 90%, non del 70%.
Sarebbe utile avere la possibilità di selezionare quest'opzione, anche dal momento che è già prevista per alcune regioni.

Use a bundler (e.g. Webpack)

To make it possible to easily code split properly (instead of relying on a ton of <script>s) we should use a bundler.

Detrazione should be calculated using RAL, rather than 'Imponibile Effettiva'

Hi, I think I noticed a miscalculation in calculator.js:809:

function calcolaDetrazioni(imponibile) {
    if (imponibile <= 15_000) {
        return 1_880;
    } else if (imponibile <= 28_000) {
        return 1_910 + 1_190 * (28_000 - imponibile) / 13_000;
    } else if (imponibile <= 50_000) {
        return 1_910 * (50_000 - imponibile) / (50_000 - 28_000);
    } else {
        return 0;
    }
}

Shouldn't the RAL be passed to this function, rather than the taxable income?

Source here: https://www.unipi.it/index.php/ritenute-detrazioni-e-trattenute/item/2145-detrazioni

Alpha issues

While the projects is still in Alpha, using a single issue to track improvements:

  • #12
  • (P1) Add custom "tassa comunale"
  • #11
    • 2022: 1880 | 1910+1190*(28k-r)/(28k-15k) | 1910*(50k-r)/(50k-28k) (ref)
  • #8
    • look at where other websites get this info from
  • (P2) Show % agevolazione in page
  • (P2) Reactive from mobile
  • (P3) Add note on first 5 and link to regulation
  • #9
  • #10

Not only for Italians

Note this is valid (at least) for every EU citizen. It should be made available in English and text adjusted to reflect this. At the very end it's significant bonus to move back (for some) and to move to (for others).

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.