You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when listing this activty afterwards, there is a count of 1 on the number of shares
So I would guess that either the issue is setting the quantity to 1 on the registration, or setting the number of shares in the listing to 1. I also tried to export the activities and there the quantity is also 1, not reflecting the actual amount of shares for the stock.
The text was updated successfully, but these errors were encountered:
From the source code, creating a dividend sets the quantity to 1,
wealthfolio/src/commands/activity.ts
Line 61 in 7b6b34e
but when listing this activty afterwards, there is a count of 1 on the number of shares
![image](https://private-user-images.githubusercontent.com/648714/399290289-fe75b667-f5c6-4c9c-a7dc-b19d3afe88be.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDI0NTYsIm5iZiI6MTczODk0MjE1NiwicGF0aCI6Ii82NDg3MTQvMzk5MjkwMjg5LWZlNzViNjY3LWY1YzYtNGM5Yy1hN2RjLWIxOWQzYWZlODhiZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNTI5MTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iNWE1MjVhN2Q2YmEzMDIxZTlmMmUzOTdiMDNmMDBlZDhmMjNkMGY4YTM4MmFhY2Y1NWE5MzRkZGY3NzU5OTVjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.zh0LZ78NHPFROkQUCAU-kvZfnX_xYf_55EMipcjSF48)
So I would guess that either the issue is setting the quantity to 1 on the registration, or setting the number of shares in the listing to 1. I also tried to export the activities and there the quantity is also 1, not reflecting the actual amount of shares for the stock.
The text was updated successfully, but these errors were encountered: