dman926 / SEPHIRA-CMS

An Angular 13 front end with a complete FastAPI backend. Perfect for getting your next project off the ground
MIT License
9 stars 6 forks source link

Product taxable field #14

Open dman926 opened 3 years ago

dman926 commented 3 years ago

Is your feature request related to a problem? Please describe. Product objects have a taxable dictionary field (should probably just be a boolean field, don't remember why I made it a dictionary field) that does nothing.

Describe the solution you'd like Just need to add a simple check if tax is applied to the product when calculating tax.