number field in transaction box changed from alphanumeric to numeric
Moderator: Renato
-
- Super MMEX User
- Posts: 25
- Joined: Sat Jun 26, 2021 2:40 pm
- Are you a spam bot?: No
number field in transaction box changed from alphanumeric to numeric
After updated MMEx to version 1.5.19, the field "number" in transaction box changed from alphanumeric to numeric.
Old transaction (see Screenshot MMEx.png)
keep this property, with alphanumeric, but it is not possible to change it or create a new one with different data than number.
Was this a change made in database? (see Screenshot MMEx 2.png)
I am asking because I used this field to enter a date transaction only in the case of transaction done by credit card, (keeping loading in transaction date field the due date of credit card).
I know I can use a custom field to enter this second date, but I want to keep loading it in this field, is this possible?
Thanks
Old transaction (see Screenshot MMEx.png)
keep this property, with alphanumeric, but it is not possible to change it or create a new one with different data than number.
Was this a change made in database? (see Screenshot MMEx 2.png)
I am asking because I used this field to enter a date transaction only in the case of transaction done by credit card, (keeping loading in transaction date field the due date of credit card).
I know I can use a custom field to enter this second date, but I want to keep loading it in this field, is this possible?
Thanks
- Attachments
-
- Screenshot MMEx 2.png (37.96 KiB) Viewed 1489 times
-
- Screenshot MMEx.png (64.98 KiB) Viewed 1489 times
-
- Screenshot from 2022-08-26 11-19-51.png (62.81 KiB) Viewed 1489 times
- Renato
- MVP MMEX User
- Posts: 480
- Joined: Mon Apr 25, 2011 7:36 pm
- Are you a spam bot?: No
- Location: near Zurich
Re: number field in transaction box changed from alphanumeric to numeric
regards Renato use MMEX since 2009, now with Windows 11
-
- Super MMEX User
- Posts: 209
- Joined: Tue Mar 02, 2021 10:24 am
- Are you a spam bot?: No
Re: number field in transaction box changed from alphanumeric to numeric
The fixes are in hand.
Please revert to 1.5.18 until 1.5.20 is out to avoid this bug.
Please revert to 1.5.18 until 1.5.20 is out to avoid this bug.
-
- Super MMEX User
- Posts: 25
- Joined: Sat Jun 26, 2021 2:40 pm
- Are you a spam bot?: No
Re: number field in transaction box changed from alphanumeric to numeric
Thanks, Renato, for your answer, and thanks Martin, I will wait for v 1.5.20, 1,5.18 is not available for ubuntu.
Re: number field in transaction box changed from alphanumeric to numeric
I tried to compile a 1.5.18 for Ubuntu 22.04 Jammy for you but first I had to compile wxWidget 3.1.7 .Eduardommex wrote: ↑Sun Aug 28, 2022 2:30 pm Thanks, Renato, for your answer, and thanks Martin, I will wait for v 1.5.20, 1,5.18 is not available for ubuntu.
There already the problems start when I tried the sample webview:
There are several such assertions and then the content of the webpage is not displayed.
Again there are problems with Wayland and wxWidget.

I am not sure if this is a general problem of Wayland with wxWidget or only in my Virtual machine.
Edit: seems to be a problem with Wayland with wxWidget 3.2.0 and 3.1.7
wxWidget 3.2.0 works when compiled on 22.04 with X11.
Last edited by PMaff on Mon Aug 29, 2022 8:31 am, edited 1 time in total.
Re: number field in transaction box changed from alphanumeric to numeric
I do haveEduardommex wrote: ↑Sun Aug 28, 2022 2:30 pm Thanks, Renato, for your answer, and thanks Martin, I will wait for v 1.5.20, 1,5.18 is not available for ubuntu.
Code: Select all
Money Manager Ex
Version: 1.5.18 64-bit
• Build on Aug 29 2022 02:20:57
• Database version: 7 • (aes128cbc)
• Git commit: 6dba91a28 (2022-07-28)
MMEX is using the following support products:
• wxWidgets 3.2.0 (wxGTK 3.24)
• wxSQLite3 4.6.0 (SQLite 3.31.1)
• RapidJSON 1.1.0
• Lua 5.3.6
• lunasvg v2.3.1
• libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.12
• gettext 0.21
• apexcharts.js
Build using:
• CMake 3.22.1
• GNU Make 4.3
• GCC 11.2.0 • Ubuntu 22.04 'jammy'
Running on:
• Ubuntu 22.04.1 LTS "jammy"
• Linux 5.15.0-46-generic x86_64
• English (United States) (UTF-8)
• 0x0 0bit 96x96ppi
-
- Super MMEX User
- Posts: 25
- Joined: Sat Jun 26, 2021 2:40 pm
- Are you a spam bot?: No
Re: number field in transaction box changed from alphanumeric to numeric
Hi PMaff
Could you give me the link to download the deb file to test 1.5.18 for ubuntu Jammy?
Could you give me the link to download the deb file to test 1.5.18 for ubuntu Jammy?
Re: number field in transaction box changed from alphanumeric to numeric
I uploadedEduardommex wrote: ↑Mon Aug 29, 2022 2:07 am Hi PMaff
Could you give me the link to download the deb file to test 1.5.18 for ubuntu Jammy?
Code: Select all
a3a1486ace6b2ebf4865feb283754f42 mmex_1.5.18-1~jammy_amd64_X11.deb
https://onedrive.live.com/?id=A0FB83D78 ... NeZZqW45a4
I already removed the i18n stuff there so it should not ask for that when installing.
-
- Super MMEX User
- Posts: 25
- Joined: Sat Jun 26, 2021 2:40 pm
- Are you a spam bot?: No
Re: number field in transaction box changed from alphanumeric to numeric
Hi
Thanks all for providing the alternative, but unfortunately, the mmex_1.5.18-1~jammy_amd64_X11.deb file that you built did not work in Ubuntu 22.04.1, there is an unmet dependency. But on the other hand, I checked the version mmex_1.5.20-Beta.1-Ubuntu.22.04.jammy_amd64.deb that found in another thread, and fortunately it works, and it has the number field issue fixed in it. Thanks again.
Thanks all for providing the alternative, but unfortunately, the mmex_1.5.18-1~jammy_amd64_X11.deb file that you built did not work in Ubuntu 22.04.1, there is an unmet dependency. But on the other hand, I checked the version mmex_1.5.20-Beta.1-Ubuntu.22.04.jammy_amd64.deb that found in another thread, and fortunately it works, and it has the number field issue fixed in it. Thanks again.
Re: number field in transaction box changed from alphanumeric to numeric
Try one of these builds, v1.5.20 has just been released.
https://moneymanagerex.org/docs/downloads/latest/
https://moneymanagerex.org/docs/downloads/latest/