mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Add tax treatment classification for investment accounts with international support (#693)
* Add tax treatment support for accounts, investments, and cryptos * Replace hardcoded region labels with I18n translations * Add I18n support for subtype labels with fallback to hardcoded values * fixed schema --------- Co-authored-by: luckyPipewrench <luckypipewrench@proton.me>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddTaxTreatmentToCryptos < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :cryptos, :tax_treatment, :string, default: "taxable", null: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user