-
Last column (Amount) in Transaction Report is always zero for split transactions if payee or account filter applied (but category filter is working!).
Last line (Grand Total) ignores split transactio…
-
Transfers are correctly presented in account transaction panel or Transaction Report:
![mmex1](https://user-images.githubusercontent.com/3155552/47951664-034e8000-df64-11e8-8ba3-22cfdfef6e0a.png)
…
-
Caused – maybe – by an update to Arch Linux' Gtk/wx libraries, I cannot longer run Guayadeque. I tried both 'guayadeque-git' in AUR and building straight from source, with following Errors:
```
./sr…
-
There are 28 unresolved external references in wxsqlite3.lib compiling an "As Downloaded" copy of wxSQLite3 4.1.0 with an "As Downloaded" copy of wxWidgets 3.1.1.
These unresolved externals rear th…
-
Version: 1.4.0-Alpha.3 ⬥ db 7 ⬥ git 79562d4 (2017-08-11)Libs: wxWidgets 3.1.0 (wxMSW 10.0) ⬥ wxSQLite3 3.4.0 (SQLite 3.14.1) ⬥ Mongoose 6.5 ⬥ Lua 5.2.4Build: Aug 11 2017 11:55:37 ⬥ Microsoft Visual St…
-
Test case:
![mmex](https://user-images.githubusercontent.com/3155552/44509890-5b8b1b00-a6b3-11e8-9f31-763fa066a035.png)
Filtering for status = none: two transactions are missing (7 & 9):
![mmex2]…
-
Hi,
I am not able to convert existing non-encrypted DB into SQLCipher/ChaCha20. It lead
to crash in function CodecCopy(Codec* codec, Codec* other). It seems that
codec->m_readCipherType=0.
Fo…
-
If I try to build sqlite3secure with `configure --disable-shared --enable-static` (on linux x86_64), I get the following error while linking:
```
./.libs/libsqlite3secure.a(sqlite3secure.o): In func…
-
Do I need to do anything to get the encryption? Configure it? Readme doesn't have any instruction (looks like a copy from the original).
-
It seems unclear to me how to use the global parameter table for `wxsqlite3_config()` and `wxsqlite3_config_cipher()`. From the documentation:
> `sqlite3* db, /* Database instance…