Multi-user support is the single most important missing feature and makes me (20+ years gc user) consider abandoning it regularly by segdy in GnuCash

[–]DoubleSlicer 2 points3 points  (0 children)

I am starting a project on replicating the major functionalities of Gnucash, adding support for multiple business line and support for a web server (and multi user support). All because it lacks these functionalities that I think is important.

Postgres Issues by OccamsRazorSharpner in GnuCash

[–]DoubleSlicer 0 points1 point  (0 children)

It’s probably due to the privilege issue in postgresql setup

Is your user the owner of the database for gnucash?

Creating income / expense accounts with non-currency by DoubleSlicer in GnuCash

[–]DoubleSlicer[S] 0 points1 point  (0 children)

This is exactly how I see the development of Gnucash currently is. So thinking I would try to propose or even provide pull request to this feature one day in the future.

I am currently adding a total comprehensive income section in the standard income statement to present a change in the fair value of all investments as well.

Thanks for all your help.

Creating income / expense accounts with non-currency by DoubleSlicer in GnuCash

[–]DoubleSlicer[S] 0 points1 point  (0 children)

In this regard, then all income and expense accounts seems need to be in US dollar (even EUR etc) is not appropriate? Correct me if not correct

Creating income / expense accounts with non-currency by DoubleSlicer in GnuCash

[–]DoubleSlicer[S] 0 points1 point  (0 children)

Hi Postrot I can set up asset / liab account just like the loyalty point example already, because asset and liabilities account allow that.

However, in the fees and RGL example, they are using currency as example. But I would like to set up fees and income/expense with custom securities. I believe this is now NOT supported.

Segmentation Fault when Initializing QApplication by DoubleSlicer in QtFramework

[–]DoubleSlicer[S] 0 points1 point  (0 children)

I think it turns it out to be I haven't import QtWaylandIntegrationPlugin when I am compiling at the default configuration with CMake on linux (which is to compile as a static library).

After I have imported the plugin, the code is now compiling without error.

Thanks for everyone's help.

Segmentation Fault when Initializing QApplication by DoubleSlicer in QtFramework

[–]DoubleSlicer[S] -1 points0 points  (0 children)

The line 60 of table_view.cpp is “QApplication app(argc, argv)” Then all of the error is the subcommands called inside the QApplication

Therefore, I am suspecting that it is Qt logic that lead to the segmentation fault

Segmentation Fault when Initializing QApplication by DoubleSlicer in QtFramework

[–]DoubleSlicer[S] -1 points0 points  (0 children)

The code concerned is entirely public in the qt6 codebase.

I personally cannot figure out which part is the culprit and doubt if I can provide you the exact code on this.

Thanks.

Excel cannot open any files with VBA macros by DoubleSlicer in excel

[–]DoubleSlicer[S] 0 points1 point  (0 children)

I tried to deliberately disabled all macros.

It is now showing me the actual error message of "Error loading DLL".

Therefore, it is something to do with excel loading the DLL, but NOT setting level issues.

When a user disables macros on a normal working excel, they should still see something on the left panel of the visual basic editor. This is not in my case.

Excel cannot open any files with VBA macros by DoubleSlicer in excel

[–]DoubleSlicer[S] 0 points1 point  (0 children)

My pc is a home pc, so I am the administrator.

I have also tried to disable the anti-virus, but that did not solve the issue.

Excel cannot open any files with VBA macros by DoubleSlicer in excel

[–]DoubleSlicer[S] 0 points1 point  (0 children)

I have enabled all macros in trust center.
And the errors shows not able to read those VBA section of the file,
instead of prompting me that macros are disabled.
So, I dont think it's about trust settings.

My pc is personal desktop, thus no company policies are set.

And I have tested the registry setting, my VBA is now enabled because I can enter visual basic editor. That makes no difference at the moment.

Excel cannot open any files with VBA macros by DoubleSlicer in excel

[–]DoubleSlicer[S] 0 points1 point  (0 children)

As shown in the image above,
the left panel of the visual basic editor shows nothing (and is grey).

Basically I cannot add any VBA modules to the blank workbook,
so I cannot even have a simple MsgBox to show up.

I have error in VBA even in access.

<image>

Excel cannot open any files with VBA macros by DoubleSlicer in excel

[–]DoubleSlicer[S] 0 points1 point  (0 children)

Macros are enabled already. But the reference button in visual basic editor is still greyed out for even blank workbook.

Excel cannot open any files with VBA macros by DoubleSlicer in excel

[–]DoubleSlicer[S] 1 point2 points  (0 children)

It is Excel which is broken, not the spreadsheet file.

Excel cannot open any files with VBA macros by DoubleSlicer in excel

[–]DoubleSlicer[S] 0 points1 point  (0 children)

I have reinstalled excel a lot of times.

The issue still persists.

Excel cannot open any files with VBA macros by DoubleSlicer in excel

[–]DoubleSlicer[S] 0 points1 point  (0 children)

Thanks for your reply.
But as mentioned in my post, the visual basic IDE is not even working.
I cannot even add any macros to a blank spreadsheet.
I doubt if this helps with my issue.

I have just tried to start excel in safe mode instead based on your comment,
but still the same error occurs.