chrisbrickhouse / ptcg-inventory

Project to organize my pokemon card collection and deck construction using Django and PostgreSQL
https://cards.christianbrickhouse.com
GNU General Public License v3.0
0 stars 1 forks source link

Business accounts #13

Open chrisbrickhouse opened 2 months ago

chrisbrickhouse commented 2 months ago

Story from reddit

Reddit user is self-employed as a card seller. Tax reporting necessitates that the user track and retain certain transaction records. To serve this use case, we should track acquisition and sale dates, cost basis for held cards, operating expenses (taxes and fees related to a transaction), and profit-loss. In the medium to long term, we would also want to add features for visualization and reporting of data.

Implementation