Nikolay

Results 51 issues of Nikolay

https://github.com/moneymanagerex/general-reports/tree/master/packages/AccountSummary ![image](https://user-images.githubusercontent.com/6836805/79118008-505b9600-7d95-11ea-80f5-087d41dbb5d5.png)

Related issue: https://github.com/moneymanagerex/moneymanagerex/issues/2284

I've creared SQL query for calculate (Simple Moving Average) SMA200 50 10 for AAPL ``` WITH d as ( WITH RECURSIVE cnt(x) AS (VALUES(0) UNION ALL SELECT x+1 FROM cnt...

Hi! I love this software (Windows version) but there´s one thing that seems to be missing (or I haven´t found it): I´d like to see a chart of my monthly...

Regarding this issue I've created GRM adapted report https://github.com/moneymanagerex/moneymanagerex/issues/1689 ![image](https://user-images.githubusercontent.com/6836805/41192171-c2822de4-6c02-11e8-95ca-217471f54fec.png) [Categories_v4.zip](https://github.com/moneymanagerex/general-reports/files/2086988/Categories_v4.zip)

https://forum.moneymanagerex.org/viewtopic.php?f=16&t=8015

SQL stage 1 ``` with tr as ( select strftime('%m', TRANSDATE) as month , strftime('%Y', TRANSDATE) as Year , sum((case c.categid when -1 then splittransamount else transamount end) * cf.BaseConvRate...

19:19 Hi, When I download a CSV extract from my bank, the file contains double quotes around some entries in the CSV, specifically when there are multilines in the column....

enhancement
imp/exp

Should we change the dialog icon to the corresponding icon? After: ![image](https://user-images.githubusercontent.com/6836805/215322621-83c17d9e-b000-42a3-9dbe-e0f9187e1b85.png) Before: ![image](https://user-images.githubusercontent.com/6836805/215322765-aae8bf63-da6b-4d7e-912b-2a92205f44bd.png)

enhancement

#457 ![image](https://user-images.githubusercontent.com/6836805/101279145-50e7e780-37d1-11eb-9f2f-b405635dbce2.png) https://github.com/moneymanagerex/database/blob/master/tables.sql#L117-L135

enhancement
solution found