Browse Source

Extend user settings by performance calculation type

pull/5836/head
Thomas Kaul 2 months ago
parent
commit
ccb3061085
  1. 3
      test/import/ok/500-activities.json
  2. 3
      test/import/ok/btceur.json
  3. 3
      test/import/ok/btcusd-short.json
  4. 3
      test/import/ok/btcusd.json
  5. 3
      test/import/ok/derived-currency.json
  6. 3
      test/import/ok/novn-buy-and-sell-partially.json
  7. 3
      test/import/ok/novn-buy-and-sell.json
  8. 3
      test/import/ok/penthouse-apartment.json
  9. 3
      test/import/ok/sample.json
  10. 3
      test/import/ok/vti-buy-long-history.json
  11. 3
      test/import/ok/without-accounts.json

3
test/import/ok/500-activities.json

@ -6019,7 +6019,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

3
test/import/ok/btceur.json

@ -23,7 +23,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

3
test/import/ok/btcusd-short.json

@ -36,7 +36,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

3
test/import/ok/btcusd.json

@ -23,7 +23,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

3
test/import/ok/derived-currency.json

@ -31,7 +31,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

3
test/import/ok/novn-buy-and-sell-partially.json

@ -27,7 +27,8 @@
],
"user": {
"settings": {
"currency": "CHF"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

3
test/import/ok/novn-buy-and-sell.json

@ -27,7 +27,8 @@
],
"user": {
"settings": {
"currency": "CHF"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

3
test/import/ok/penthouse-apartment.json

@ -47,7 +47,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

3
test/import/ok/sample.json

@ -147,7 +147,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

3
test/import/ok/vti-buy-long-history.json

@ -40,7 +40,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

3
test/import/ok/without-accounts.json

@ -47,7 +47,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

Loading…
Cancel
Save