Coder Social home page Coder Social logo

lowercase-app / django-taxtea Goto Github PK

View Code? Open in Web Editor NEW
18.0 4.0 0.0 6.13 MB

TaxTea ๐Ÿธ โ˜•๏ธ - Django app that calculates tax rates for SaaS products

Home Page: https://www.djangotaxtea.com

License: MIT License

Python 100.00%
django tax saas sales-tax tax-rate saas-products

django-taxtea's People

Contributors

actions-user avatar dependabot[bot] avatar mattstrayer avatar siegerts avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

django-taxtea's Issues

Bug: `tax_rate_changed` signal broadcasts wrong rate

Currently broadcasts the zipcode.tax_rate, which could be different than the actual amount that a zip code should be charged.

example: NC charges a sales tax, but doesn't apply that to SaaS. In DB it would be 7%, but the real rate should be 0.

Nexuses not being added to DB upon startup

# Insure Nexuses are in the DB
       for state, zc in settings.NEXUSES:
           s = State.objects.get(pk=state)
           ZipCode.objects.get_or_create(code=zc, defaults={"code": zc, "state": s})

^ this is not being run. FIX!

Automated Changelog

Is your feature request related to a problem? Please describe.
Clearly defined, automatically generated changelog

Describe alternatives you've considered
Manually driven changelog.md file

Additional context
https://github.com/vaab/gitchangelog <- potential solution

Beta Todo List

  • Emit signal when zipcode's tax rate changes
  • Implement & expose modules main function getRateForZipCode(zipCode: str)
  • Build & package
  • Handle 429 from Avalara
  • Look into USPS rate limits
  • Put Index on zipcodes
  • Add Tests
  • Throw Exception for USPS Errors
  • Add Readme Docs

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.