Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread Sherlock

Ken,

If you insist on using a URI with a scheme, try:

/Applications/GnuCash.app/Contents/MacOS/gnucash-cli -Q get 
file:///Users/kcburns/GnuCash/KCBurns.gnucash


Note: Three slashes after file:

Regards,

Sherlock


On 12/30/24 7:07 PM, Sherlock wrote:

Ken,

Try:

/Applications/GnuCash.app/Contents/MacOS/gnucash-cli -Q get /Users/ 
kcburns/GnuCash/KCBurns.gnucash


Regards,

Sherlock


On 12/30/24 6:14 PM, gnuc...@kcburns.com wrote:

I am using zsh and default XML storage.

Last login: Mon Dec 30 20:33:37 on ttys001
kcburns@Mac001 ~ % ls /Users/kcburns/GnuCash/KCBurns.gnucash
/Users/kcburns/GnuCash/KCBurns.gnucash

kcburns@Mac001 ~ %
kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/macOS/gnucash- 
cli -Q get file:/Users/kcburns/GnuCash/KCBurns.gnucash

Application Path /Applications/GnuCash.app/Contents/macOS/gnucash-cli
* 20:42:44  WARN  failed to load gncmod-backend-dbi from 
relative path
* 20:42:44 ERROR  required library gncmod-backend-dbi not 
found.
* 20:42:44  WARN  failed to load gncmod-backend-xml from 
relative path
* 20:42:44 ERROR  required library gncmod-backend-xml not 
found.
* 20:42:44 ERROR  g_settings_schema_source_lookup: assertion 
'source != NULL' failed
* 20:42:44 ERROR  g_settings_new_full: assertion 'schema != 
NULL' failed
* 20:42:44  WARN  
[gnc_gsettings_get_settings_obj()] Ignoring attempt to access unknown 
gsettings schema org.gnucash.GnuCash.general
zsh: segmentation fault /Applications/GnuCash.app/Contents/macOS/ 
gnucash-cli -Q get


kcburns@Mac001 ~ %
kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/MacOS/gnucash- 
cli -Q get file:/Users/kcburns/GnuCash/KCBurns.gnucash

Application Path /Applications/GnuCash.app/Contents/MacOS/gnucash-cli
* 20:43:22  WARN  
[GncDbiBackend::session_begin()] Sqlite3 file 
file:/ Users/kcburns/GnuCash/KCBurns.gnucash not found
* 20:43:22 ERROR  [cleanup_and_exit_with_failure()] Session 
Error: Sqlite3 file file:/Users/kcburns/GnuCash/KCBurns.gnucash not found


kcburns@Mac001 ~ %
kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/MacOS/gnucash- 
cli -Q get file://Users/kcburns/GnuCash/KCBurns.gnucash

Application Path /Applications/GnuCash.app/Contents/MacOS/gnucash-cli
* 20:44:08  WARN  create new file /Users/kcburns/ 
Library/Application Support/GnuCash/data/ 
Users_kcburns_GnuCash_KCBurns.gnucash
* 20:44:08  WARN  create new file /Users/kcburns/ 
Library/Application Support/GnuCash/data/ 
Users_kcburns_GnuCash_KCBurns.gnucash
* 20:44:08  WARN  
[GncDbiBackend::session_begin()] Sqlite3 file / 
Users/kcburns/Library/Application Support/GnuCash/data/ 
Users_kcburns_GnuCash_KCBurns.gnucash not found
* 20:44:08 ERROR  [cleanup_and_exit_with_failure()] Session 
Error: Sqlite3 file /Users/kcburns/Library/Application Support/ 
GnuCash/ data/Users_kcburns_GnuCash_KCBurns.gnucash not found

kcburns@Mac001 ~ %


I am not clear whether the second / ahead of the path to my data file 
should be there.



Thanks,

Ken


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Font size change

2024-12-30 Thread Ted Rubin via gnucash-user
Greetings 

I’m having an issue with GNU Cash on my Apple Silicon machine. GNU Cash 
version: 

Version: 5.10
Build ID: 5.10+(2024-12-14)

The main issue is I can’t get the font size to actually reflect in the program.

Example 

I go to Edit> Style Sheets > default 



However, when I restart GNUcash, no changes take effect. Am I missing 
something, or is there a specific CSS file I need to edit?

Thanks 

Ted___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Font size change

2024-12-30 Thread John Ralls
Maybe. The stylesheets only work on reports and you sort of implied that you’re 
trying to change the font size in the UI. 

For a discussion about how t change the fonts in the UI see 
https://wiki.gnucash.org/wiki/Gtk3.

Regards,
John Ralls


> On Dec 30, 2024, at 18:02, Ted Rubin via gnucash-user 
>  wrote:
> 
> Greetings 
> 
> I’m having an issue with GNU Cash on my Apple Silicon machine. GNU Cash 
> version: 
> 
> Version: 5.10
> Build ID: 5.10+(2024-12-14)
> 
> The main issue is I can’t get the font size to actually reflect in the 
> program.
> 
> Example 
> 
> I go to Edit> Style Sheets > default 
> 
> 
> 
> However, when I restart GNUcash, no changes take effect. Am I missing 
> something, or is there a specific CSS file I need to edit?
> 
> Thanks 
> 
> Ted___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread Peter West via gnucash-user
I’m curious. Aren’t Mac file systems still defaulting to case-preserving? (I 
have set mine up to be case-sensitive.) Shouldn’t a case-preserving file system 
find ‘macOS’ and ‘MacOS’ no matter what the case?

—
Peter West
p...@pbw.id.au
`“And this will be a sign for you: you will find a baby wrapped in swaddling 
cloths and lying in a manger.”`

> On 31 Dec 2024, at 10:14 AM, John Ralls  wrote:
> 
> Ken,
> 
> You wrote
>> Issue appears to be MacOS vs macOS when call 
>> 'dlopen(/Applications/Gnucash.app/Contents/macOS/lib/gnucash/libgncmod-backend-dbi.dylib,
>>  0x0009)'
>> 
>> Get Quotes from the Price Database window works fine.
>> 
> 
> In your original post. As I explained in 
> https://lists.gnucash.org/pipermail/gnucash-user/2024-May/111950.html that’s 
> Apple’s code. You’ll just have to learn to spell the directory name 
> correctly, with a capital M. It might help to get in the habit of using shell 
> completion to complete the path: Type “/AGnuMgnu”. 
> “” means press the tab key. If you try to use a lower case m nothing 
> will happen, reminding you to use M instead.
> 
> Regards,
> John Ralls
> 
>> On Dec 30, 2024, at 3:30 PM, gnuc...@kcburns.com wrote:
>> 
>> Sherlock,
>> 
>> I don't think so.
>> 
>> As with the previous poster; I get gnucash-cli to run, but it can't find the 
>> files within the GnuCash program it needs to successfully complete.
>> 
>> Thanks for the feedback,
>> 
>> Ken
>> 
>> 
>> 
>> 
>> On 12/30/2024 5:32 PM, gnucash-user-requ...@gnucash.org wrote:
>>> Ken,
>>> If it is the same issue, the fix should be the same: invoke gnucash-cli
>>> using MacOS in the path not macOS.
>>> Regards,
>>> Sherlock
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread gnucash

I am using zsh and default XML storage.

Last login: Mon Dec 30 20:33:37 on ttys001
kcburns@Mac001 ~ % ls /Users/kcburns/GnuCash/KCBurns.gnucash
/Users/kcburns/GnuCash/KCBurns.gnucash

kcburns@Mac001 ~ %
kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/macOS/gnucash-cli 
-Q get file:/Users/kcburns/GnuCash/KCBurns.gnucash

Application Path /Applications/GnuCash.app/Contents/macOS/gnucash-cli
* 20:42:44  WARN  failed to load gncmod-backend-dbi from 
relative path

* 20:42:44 ERROR  required library gncmod-backend-dbi not found.
* 20:42:44  WARN  failed to load gncmod-backend-xml from 
relative path

* 20:42:44 ERROR  required library gncmod-backend-xml not found.
* 20:42:44 ERROR  g_settings_schema_source_lookup: assertion 
'source != NULL' failed
* 20:42:44 ERROR  g_settings_new_full: assertion 'schema != 
NULL' failed
* 20:42:44  WARN  
[gnc_gsettings_get_settings_obj()] Ignoring attempt to access unknown 
gsettings schema org.gnucash.GnuCash.general
zsh: segmentation fault 
/Applications/GnuCash.app/Contents/macOS/gnucash-cli -Q get


kcburns@Mac001 ~ %
kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/MacOS/gnucash-cli 
-Q get file:/Users/kcburns/GnuCash/KCBurns.gnucash

Application Path /Applications/GnuCash.app/Contents/MacOS/gnucash-cli
* 20:43:22  WARN  
[GncDbiBackend::session_begin()] Sqlite3 file 
file:/Users/kcburns/GnuCash/KCBurns.gnucash not found
* 20:43:22 ERROR  [cleanup_and_exit_with_failure()] Session 
Error: Sqlite3 file file:/Users/kcburns/GnuCash/KCBurns.gnucash not found


kcburns@Mac001 ~ %
kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/MacOS/gnucash-cli 
-Q get file://Users/kcburns/GnuCash/KCBurns.gnucash

Application Path /Applications/GnuCash.app/Contents/MacOS/gnucash-cli
* 20:44:08  WARN  create new file 
/Users/kcburns/Library/Application 
Support/GnuCash/data/Users_kcburns_GnuCash_KCBurns.gnucash
* 20:44:08  WARN  create new file 
/Users/kcburns/Library/Application 
Support/GnuCash/data/Users_kcburns_GnuCash_KCBurns.gnucash
* 20:44:08  WARN  
[GncDbiBackend::session_begin()] Sqlite3 file 
/Users/kcburns/Library/Application 
Support/GnuCash/data/Users_kcburns_GnuCash_KCBurns.gnucash not found
* 20:44:08 ERROR  [cleanup_and_exit_with_failure()] Session 
Error: Sqlite3 file /Users/kcburns/Library/Application 
Support/GnuCash/data/Users_kcburns_GnuCash_KCBurns.gnucash not found

kcburns@Mac001 ~ %


I am not clear whether the second / ahead of the path to my data file 
should be there.



Thanks,

Ken


On 12/30/24 7:12 PM, John Ralls wrote:

Ken,

You wrote

Issue appears to be MacOS vs macOS when call 
'dlopen(/Applications/Gnucash.app/Contents/macOS/lib/gnucash/libgncmod-backend-dbi.dylib,
 0x0009)'

Get Quotes from the Price Database window works fine.


In your original post. As I explained in https://lists.gnucash.org/pipermail/gnucash-user/2024-May/111950.html 
that’s Apple’s code. You’ll just have to learn to spell the directory name correctly, with a capital M. It might 
help to get in the habit of using shell completion to complete the path: Type 
“/AGnuMgnu”. “” means press the tab key. If you 
try to use a lower case m nothing will happen, reminding you to use M instead.

Regards,
John Ralls


On Dec 30, 2024, at 3:30 PM, gnuc...@kcburns.com wrote:

Sherlock,

I don't think so.

As with the previous poster; I get gnucash-cli to run, but it can't find the 
files within the GnuCash program it needs to successfully complete.

Thanks for the feedback,

Ken




On 12/30/2024 5:32 PM, gnucash-user-requ...@gnucash.org wrote:

Ken,
If it is the same issue, the fix should be the same: invoke gnucash-cli
using MacOS in the path not macOS.
Regards,
Sherlock

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread Sherlock

Ken,

Try:

/Applications/GnuCash.app/Contents/MacOS/gnucash-cli -Q get 
/Users/kcburns/GnuCash/KCBurns.gnucash


Regards,

Sherlock


On 12/30/24 6:14 PM, gnuc...@kcburns.com wrote:

I am using zsh and default XML storage.

Last login: Mon Dec 30 20:33:37 on ttys001
kcburns@Mac001 ~ % ls /Users/kcburns/GnuCash/KCBurns.gnucash
/Users/kcburns/GnuCash/KCBurns.gnucash

kcburns@Mac001 ~ %
kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/macOS/gnucash-cli 
-Q get file:/Users/kcburns/GnuCash/KCBurns.gnucash

Application Path /Applications/GnuCash.app/Contents/macOS/gnucash-cli
* 20:42:44  WARN  failed to load gncmod-backend-dbi from 
relative path
* 20:42:44 ERROR  required library gncmod-backend-dbi not 
found.
* 20:42:44  WARN  failed to load gncmod-backend-xml from 
relative path
* 20:42:44 ERROR  required library gncmod-backend-xml not 
found.
* 20:42:44 ERROR  g_settings_schema_source_lookup: assertion 
'source != NULL' failed
* 20:42:44 ERROR  g_settings_new_full: assertion 'schema != 
NULL' failed
* 20:42:44  WARN  
[gnc_gsettings_get_settings_obj()] Ignoring attempt to access unknown 
gsettings schema org.gnucash.GnuCash.general
zsh: segmentation fault /Applications/GnuCash.app/Contents/macOS/ 
gnucash-cli -Q get


kcburns@Mac001 ~ %
kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/MacOS/gnucash-cli 
-Q get file:/Users/kcburns/GnuCash/KCBurns.gnucash

Application Path /Applications/GnuCash.app/Contents/MacOS/gnucash-cli
* 20:43:22  WARN  
[GncDbiBackend::session_begin()] Sqlite3 file file:/ 
Users/kcburns/GnuCash/KCBurns.gnucash not found
* 20:43:22 ERROR  [cleanup_and_exit_with_failure()] Session 
Error: Sqlite3 file file:/Users/kcburns/GnuCash/KCBurns.gnucash not found


kcburns@Mac001 ~ %
kcburns@Mac001 ~ % /Applications/GnuCash.app/Contents/MacOS/gnucash-cli 
-Q get file://Users/kcburns/GnuCash/KCBurns.gnucash

Application Path /Applications/GnuCash.app/Contents/MacOS/gnucash-cli
* 20:44:08  WARN  create new file /Users/kcburns/ 
Library/Application Support/GnuCash/data/ 
Users_kcburns_GnuCash_KCBurns.gnucash
* 20:44:08  WARN  create new file /Users/kcburns/ 
Library/Application Support/GnuCash/data/ 
Users_kcburns_GnuCash_KCBurns.gnucash
* 20:44:08  WARN  
[GncDbiBackend::session_begin()] Sqlite3 file / 
Users/kcburns/Library/Application Support/GnuCash/data/ 
Users_kcburns_GnuCash_KCBurns.gnucash not found
* 20:44:08 ERROR  [cleanup_and_exit_with_failure()] Session 
Error: Sqlite3 file /Users/kcburns/Library/Application Support/GnuCash/ 
data/Users_kcburns_GnuCash_KCBurns.gnucash not found

kcburns@Mac001 ~ %


I am not clear whether the second / ahead of the path to my data file 
should be there.



Thanks,

Ken


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Why did "Assign as payment…" remove splits and notes from my payment transaction?

2024-12-30 Thread Jim DeLaHunt

Thank you for the reply. It leads me to further questions.

When you assign payment to the invoice, the existing transaction will 
be overwritten with an entry in the account payable, and the split 
will apply automatically in the AP.
This certainly matches what I observe in my GnuCash book, but it 
certainly is not what I want to happen.  Can you point me to further 
documentation about what GnuCash intends to do when I assign a 
transaction as payment? Or, can you point me to which parts of the code 
I should read?


This also does not match what I took from the documentation. The GnuCash 
manual, section 7.6. "Process Invoice Payment", says:


There is an alternative way of assigning a payment to (one or more) 
invoices where the payment transaction already exists…. This can best 
be done starting from the asset account register holding the imported 
payment transaction (like your bank account). In that account, select 
the payment, right-click ([two-finger]-click for |macOS|) and choose 
*Assign as payment...*. The payment window will pop-up, partly filled 
in with the information from the transaction. Fill in the missing 
information like the proper customer and invoice to complete the payment.


This does not mention that the payment transaction will get rewritten, 
and splits will get discarded.


It occurs to me that one workaround is that I enter the payment 
transaction as if there were no service charges. Then I assign the 
transaction as payment for the invoice, letting GnuCash rewrite it. Then 
I modify the transaction to add the service charge and reduce the amount 
deposited in my bank account.


Also, you advise:


You should create your three-split transactions in your invoice…
I am a bit surprised by this.  Do you mean that I should I should list 
the service charge from my payment processor as a credit in the invoice, 
where the customer will see it?  It seems to me that my customer won't 
care, and does not need to know, details about the terms and feed of my 
payment processor.


Implicit answers to my questions:


Q1. Is this the expected behaviour?

Apparently "yes".


Q2. What does the "Assign as payment" of a payment transaction to an 
invoice actually do?  The GnuCash manual, section 7.6. "Process 
Invoice Payment", says what steps to take to perform an assignment, 
but it does not explain what GnuCash does in the course of the 
assignment.  It does not lead me to believe that it will rewrite a 
transaction, and discard splits.
Apparently the expected behaviour is for GnuCash to rewrite the payment 
transaction.


These questions are still open:

Q3. What is the correct way to enter a transaction which pays an 
invoice and incurs service fees? Should I always create the 
transaction with "Process Payment…" from the business features if it 
will eventually be part of an invoice payment?  Is there a way to make 
an existing transaction an invoice payment without losing what I put 
into the transaction?


Q4. If I have an invoice marked PAID, how do I see which transactions 
are assigned as the payments for that transaction?


Thank you for the help. I would be happy to have even more. And thanks, 
as always, for the people who developed all these helpful business 
features, even though I am quibbling about them now. Best regards,

  —Jim DeLaHunt


On 2024-12-28 08:38, Jediator wrote:
You should create your three-split transactions in your invoice, 
instead of doing this in the account register.  When you assign 
payment to the invoice, the existing transaction will be overwritten 
with an entry in the account payable, and the split will apply 
automatically in the AP.  Hope this helps..


Cheers! --ND


On 12/27/24 10:09 PM, Jim DeLaHunt wrote:

Hi, folks:

I have used little bits of the business features of GnuCash for a 
long time, but I don't know them well. I just tried to assign a 
Paypal transaction as a payment, and it looks like GnuCash changed 
the transaction in ways I don't understand.


I had an invoice for a customer. The invoice was posted, so my 
accounts receivable account had an entry for that invoice.


The customer paid me using Paypal. Paypal deducted a service fee. I 
entered a three-split transaction in GnuCash:


Debit $X    Asset:Paypal account, where $X is the gross amount of the 
invoice
Credit    $Y  Expense:Fees account, where $Y is the service fee 
Paypal charged
Credit   $(X-Y) Asset:Accounts Payable, where $X-Y is the net amount 
received


I selected this transaction, brought up the context menu, and 
selected "Assign as payment…". A dialogue appeared. It had the amount 
$(X-Y) filled in, so I changed it to $X. It had the date of the 
Paypal transaction.  The invoice was in the Documents list in the 
centre of the dialogue, so I selected that. I pressed the [OK] button.


Now, the transaction was changed. It had only two splits:

Debit $X    Asset:Paypal account, where $X is the gross amount of the 
invoice

Credit   $X Asset:Accounts Payable

M

Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread Sherlock

Ken,

If it is the same issue, the fix should be the same: invoke gnucash-cli 
using MacOS in the path not macOS.


Regards,

Sherlock


On 12/30/24 10:41 AM, gnuc...@kcburns.com wrote:

My environment:
MacBook Pro, M4 (aarch)
macOS Sequoia 15.2
GnuCash 5.10+(2024-12-14) downloaded from SourceForge
Finance::Quote 1.64
Perl 5.34.1
Test2 1.302207
JSON::Parse 0.62


My issue = exactly same as Ernie Wakamatsu, which was diagnosed May 
19-20, 2024 under the title "Can't download stock prices".


I walked through all the diagnostic steps in that email exchange, and 
got the same results.


Issue appears to be MacOS vs macOS when call 'dlopen(/Applications/ 
Gnucash.app/Contents/macOS/lib/gnucash/libgncmod-backend-dbi.dylib, 
0x0009)'


Get Quotes from the Price Database window works fine.


Thanks for any assistance,

Ken


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread gnucash

My environment:
MacBook Pro, M4 (aarch)
macOS Sequoia 15.2
GnuCash 5.10+(2024-12-14) downloaded from SourceForge
Finance::Quote 1.64
Perl 5.34.1
Test2 1.302207
JSON::Parse 0.62


My issue = exactly same as Ernie Wakamatsu, which was diagnosed May 
19-20, 2024 under the title "Can't download stock prices".


I walked through all the diagnostic steps in that email exchange, and 
got the same results.


Issue appears to be MacOS vs macOS when call 
'dlopen(/Applications/Gnucash.app/Contents/macOS/lib/gnucash/libgncmod-backend-dbi.dylib, 
0x0009)'


Get Quotes from the Price Database window works fine.


Thanks for any assistance,

Ken



___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GnuCash Update Path from 2.6.21 to Current (Windows 10)

2024-12-30 Thread Greg Feneis
Thanks everyone.  It seems like my upgrade journey was successful.

The only odd thing is that after I installed 5.10, I started gnucash and it
loaded my file OK.  Then I tried to run Check & Repair all.  The command is
accepted from the Menu, but I see no activity in the lower left of the
window like I usually see when I run check & repair.  Other than that.
Everything went so easy.





Kind regards,

Greg Feneis




On Mon, Dec 9, 2024 at 9:44 AM R Losey  wrote:

>
>
> On Sun, Dec 8, 2024 at 2:14 PM Robert Heller  wrote:
>
>> At Sun, 8 Dec 2024 10:35:09 -0800 Greg Feneis  wrote:
>>
>> >
>> > Hi Folks,
>> >
>> > 2.6.21 has served my simple business accounting needs for many years,
>> but
>> > I've had to change computers and it's probably a good time to get
>> current
>> > on GnuCash.
>> >
>> > Could someone remind me how to get from 2.6.21 to current?  Since it's a
>> > new computer, perhaps I should start by installing 2.6.21 so that the
>> next
>> > thing I install inspires an update?
>>
>> Yes, you need to install each major version in turn. Install 2.6.21, open
>> your
>> books and make sure everything is as it should be. Make a backup copy,
>> then
>> install the last of the 3. series. Open your data files, make sure
>> everthing
>> is ok, then save the file (this will update the data to 3.whatever). Make
>> another backup copy. Then install the last of the 4. series and open the
>> file
>> you saved from version 3. Make sure everything is ok, then save it again
>> and
>> make another backup. Now install the current 5. version. Open the just
>> saved
>> version and check for problems. Then save it,  You should now be up to
>> date.
>>
>
>
> The above is a good summary, except I think it is  recommended to also run
> the "Check & Repair All" after each major version update. (That item is
> found in the Actions->Check & Repair" menu)
>
>
> --
> _
> Richard Losey
> rlo...@gmail.com
> Micah 6:8
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GnuCash Won't Start Widnows

2024-12-30 Thread David Carlson
Jonathan,

I would vote for the theory that the GnuCash installation is as good as
possible in a flawed configuration of your Windows operating system.

If you have a decent time window to troubleshoot the problem, one way might
be to try to get a stack trace by running GnuCash under GDB as described
here:

.  I have tried that in the past
when I had other problems with GnuCash and the main issue is that it takes
a fair amount of time and concentration to do it.

Then, hopefully, John can help you more with that information.

On Mon, Dec 30, 2024 at 3:20 PM Jonathan A. Cohen <
jco...@urgrad.rochester.edu> wrote:

> Since they are two different OS, I don't know how I would compare the
> installs to see if anything is wrong.  There seem to be two logical
> conclusions:  the gnucash data file is fine and the problem is in the
> Windows install or Windows configuration.  Or the gnucash data file has an
> issue which does not show up under Ubuntu.  (I am using the original stored
> data file in my Windows OS, accessed through VirtualBox shared folder.)
>
> 
> Jonathan A. Cohen
> jco...@urgrad.rochester.edu
>
>
>
> On Sat, Dec 28, 2024 at 3:54 PM David Carlson 
> wrote:
>
>> I am thrilled to see that you have finally been able to make GnuCash work
>> again!
>>
>> I hope you are able to address the issue with your Windows machine that
>> caused GnuCash to fail in that instance.  I think that one clue might be to
>> look at what you needed to do to make VirtualBox run, since it should have
>> run on a windows host without any significant changes unless there had been
>> other conflicting changes made to the host.
>>
>> On Sat, Dec 28, 2024 at 2:26 PM Jonathan A. Cohen <
>> jco...@urgrad.rochester.edu> wrote:
>>
>>> I was unable to get WSL working on my machine, as I use VirtualBox and
>>> have
>>> to disable some Windows components for that to work.  So, I created a new
>>> Ubuntu VM and installed GnuCash.  My data file opened without issue and
>>> has
>>> worked for almost a week,  No idea what I can do about my Windows
>>> installation.  Is there a way to completely remove GnuCash so I get
>>> pristine install?
>>>
>>> 
>>> Jonathan A. Cohen
>>> jco...@urgrad.rochester.edu
>>>
>>>
>>>
>>> On Sun, Dec 22, 2024 at 10:45 PM John Ralls  wrote:
>>>
>>> > If you’re not able to open old files and old versions of GnuCash that
>>> > worked before now don’t something outside of GnuCash is messed up.
>>> Let’s
>>> > try a different tack entirely: Try installing GnuCash in a WSL
>>> instance and
>>> > see if that will read your file.
>>> >
>>> > Regards,
>>> > John Ralls
>>> >
>>> > On Dec 22, 2024, at 15:48, Jonathan A. Cohen <
>>> jco...@urgrad.rochester.edu>
>>> > wrote:
>>> >
>>> > John,
>>> >
>>> > I use WinMerge all the time.  Excellent program.
>>> >
>>> > I have tried a handful of backup files from before the start of the
>>> > problem.  None are working.  Wonder if this is an application issue?  I
>>> > have tried uninstalling and reinstalling 5.8, 5.9, and 5.10 without
>>> success.
>>> >
>>> > Any other ideas before I decide to send you my file?
>>> >
>>> > Thanks,
>>> > Jonathan
>>> > 
>>> > Jonathan A. Cohen
>>> > 26 Patriots Drive
>>> > Canton, MA 02021
>>> > 781-929-8204
>>> > jco...@urgrad.rochester.edu
>>> >
>>> > http://www.linkedin.com/in/jonathanaaroncohen
>>> >
>>> >
>>> >
>>> > On Sun, Dec 22, 2024 at 5:55 PM John Ralls  wrote:
>>> >
>>> >> If Notepad++ is able to indent XML you could look for a  tag
>>> at
>>> >> the wrong indentation level. It should be in one level and the
>>> top-level
>>> >> element will be 
>>> >>
>>> >> Once you find a backup file that loads you could uncompress that and
>>> diff
>>> >> between the good file and bad file. A brief web search found winmerge
>>> (
>>> >> https://winmerge.org/?lang=en) to be frequently recommended as a
>>> Windows
>>> >> replacement for diff.
>>> >>
>>> >> Regards,
>>> >> John Ralls
>>> >>
>>> >> On Dec 22, 2024, at 12:11, Jonathan A. Cohen <
>>> jco...@urgrad.rochester.edu>
>>> >> wrote:
>>> >>
>>> >> I tried Notepad++ XML Tools.  Check errors found nothing.  The
>>> validation
>>> >> cannot seem to understand the schema.
>>> >>
>>> >> John, is there anything else I can try myself before I decide whether
>>> to
>>> >> send it to you?
>>> >>
>>> >> Thank you,
>>> >> Jonathan
>>> >> 
>>> >> Jonathan A. Cohen
>>> >> jco...@urgrad.rochester.edu
>>> >>
>>> >>
>>> >>
>>> >> On Sun, Dec 22, 2024 at 12:54 PM Steve Butler <
>>> >> stephen.m.butle...@gmail.com> wrote:
>>> >>
>>> >>> No, I'm not knowledgeable about XML other than a sudden end to the
>>> file
>>> >>> would jump out.  And that the file is human readable when
>>> uncompressed.
>>> >>>
>>> >>> I suspect that there are tools to edit the beast.
>>> >>>
>>> >>> On Sun, Dec 22, 2024, 09:42 Jonathan A. Cohen <
>>> >>> jco...@urgrad.rochester.edu> wrote:
>>> >>>
>>> 

Re: [GNC] GnuCash Update Path from 2.6.21 to Current (Windows 10)

2024-12-30 Thread R Losey
In one of the major updates, the Check & Repair was fixed and it is now
blinding fast. If you blink, you'll miss it (really, it's that fast).

If I remember correctly, one of the developers said it was incorrectly
making far more passes through the system that it needed to.


On Mon, Dec 30, 2024 at 4:32 PM Greg Feneis  wrote:

> Thanks everyone.  It seems like my upgrade journey was successful.
>
> The only odd thing is that after I installed 5.10, I started gnucash and
> it loaded my file OK.  Then I tried to run Check & Repair all.  The command
> is accepted from the Menu, but I see no activity in the lower left of the
> window like I usually see when I run check & repair.  Other than that.
> Everything went so easy.
>
>
>
>
>
> Kind regards,
>
> Greg Feneis
>
>
>
>
> On Mon, Dec 9, 2024 at 9:44 AM R Losey  wrote:
>
>>
>>
>> On Sun, Dec 8, 2024 at 2:14 PM Robert Heller  wrote:
>>
>>> At Sun, 8 Dec 2024 10:35:09 -0800 Greg Feneis  wrote:
>>>
>>> >
>>> > Hi Folks,
>>> >
>>> > 2.6.21 has served my simple business accounting needs for many years,
>>> but
>>> > I've had to change computers and it's probably a good time to get
>>> current
>>> > on GnuCash.
>>> >
>>> > Could someone remind me how to get from 2.6.21 to current?  Since it's
>>> a
>>> > new computer, perhaps I should start by installing 2.6.21 so that the
>>> next
>>> > thing I install inspires an update?
>>>
>>> Yes, you need to install each major version in turn. Install 2.6.21,
>>> open your
>>> books and make sure everything is as it should be. Make a backup copy,
>>> then
>>> install the last of the 3. series. Open your data files, make sure
>>> everthing
>>> is ok, then save the file (this will update the data to 3.whatever). Make
>>> another backup copy. Then install the last of the 4. series and open the
>>> file
>>> you saved from version 3. Make sure everything is ok, then save it again
>>> and
>>> make another backup. Now install the current 5. version. Open the just
>>> saved
>>> version and check for problems. Then save it,  You should now be up to
>>> date.
>>>
>>
>>
>> The above is a good summary, except I think it is  recommended to also
>> run the "Check & Repair All" after each major version update. (That item is
>> found in the Actions->Check & Repair" menu)
>>
>>
>> --
>> _
>> Richard Losey
>> rlo...@gmail.com
>> Micah 6:8
>>
>

-- 
_
Richard Losey
rlo...@gmail.com
Micah 6:8
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GnuCash Update Path from 2.6.21 to Current (Windows 10)

2024-12-30 Thread Greg Feneis
OK, excellent.  Thanks!





Kind regards,

Greg Feneis 




On Mon, Dec 30, 2024 at 2:36 PM R Losey  wrote:

> In one of the major updates, the Check & Repair was fixed and it is now
> blinding fast. If you blink, you'll miss it (really, it's that fast).
>
> If I remember correctly, one of the developers said it was incorrectly
> making far more passes through the system that it needed to.
>
>
> On Mon, Dec 30, 2024 at 4:32 PM Greg Feneis  wrote:
>
>> Thanks everyone.  It seems like my upgrade journey was successful.
>>
>> The only odd thing is that after I installed 5.10, I started gnucash and
>> it loaded my file OK.  Then I tried to run Check & Repair all.  The command
>> is accepted from the Menu, but I see no activity in the lower left of the
>> window like I usually see when I run check & repair.  Other than that.
>> Everything went so easy.
>>
>>
>>
>>
>>
>> Kind regards,
>>
>> Greg Feneis
>>
>>
>>
>>
>> On Mon, Dec 9, 2024 at 9:44 AM R Losey  wrote:
>>
>>>
>>>
>>> On Sun, Dec 8, 2024 at 2:14 PM Robert Heller 
>>> wrote:
>>>
 At Sun, 8 Dec 2024 10:35:09 -0800 Greg Feneis 
 wrote:

 >
 > Hi Folks,
 >
 > 2.6.21 has served my simple business accounting needs for many years,
 but
 > I've had to change computers and it's probably a good time to get
 current
 > on GnuCash.
 >
 > Could someone remind me how to get from 2.6.21 to current?  Since
 it's a
 > new computer, perhaps I should start by installing 2.6.21 so that the
 next
 > thing I install inspires an update?

 Yes, you need to install each major version in turn. Install 2.6.21,
 open your
 books and make sure everything is as it should be. Make a backup copy,
 then
 install the last of the 3. series. Open your data files, make sure
 everthing
 is ok, then save the file (this will update the data to 3.whatever).
 Make
 another backup copy. Then install the last of the 4. series and open
 the file
 you saved from version 3. Make sure everything is ok, then save it
 again and
 make another backup. Now install the current 5. version. Open the just
 saved
 version and check for problems. Then save it,  You should now be up to
 date.

>>>
>>>
>>> The above is a good summary, except I think it is  recommended to also
>>> run the "Check & Repair All" after each major version update. (That item is
>>> found in the Actions->Check & Repair" menu)
>>>
>>>
>>> --
>>> _
>>> Richard Losey
>>> rlo...@gmail.com
>>> Micah 6:8
>>>
>>
>
> --
> _
> Richard Losey
> rlo...@gmail.com
> Micah 6:8
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread gnucash

Sherlock,

I don't think so.

As with the previous poster; I get gnucash-cli to run, but it can't find 
the files within the GnuCash program it needs to successfully complete.


Thanks for the feedback,

Ken




On 12/30/2024 5:32 PM, gnucash-user-requ...@gnucash.org wrote:

Ken,

If it is the same issue, the fix should be the same: invoke gnucash-cli
using MacOS in the path not macOS.

Regards,

Sherlock


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GnuCash Update Path from 2.6.21 to Current (Windows 10)

2024-12-30 Thread David Carlson
IIRC, check and repair all only works on transactions in the current
register window, so to check all transactions it should be run from the
Accounts window.

On Mon, Dec 30, 2024 at 4:40 PM Greg Feneis  wrote:

> OK, excellent.  Thanks!
>
>
>
>
>
> Kind regards,
>
> Greg Feneis 
>
>
>
>
> On Mon, Dec 30, 2024 at 2:36 PM R Losey  wrote:
>
> > In one of the major updates, the Check & Repair was fixed and it is now
> > blinding fast. If you blink, you'll miss it (really, it's that fast).
> >
> > If I remember correctly, one of the developers said it was incorrectly
> > making far more passes through the system that it needed to.
> >
> >
> > On Mon, Dec 30, 2024 at 4:32 PM Greg Feneis  wrote:
> >
> >> Thanks everyone.  It seems like my upgrade journey was successful.
> >>
> >> The only odd thing is that after I installed 5.10, I started gnucash and
> >> it loaded my file OK.  Then I tried to run Check & Repair all.  The
> command
> >> is accepted from the Menu, but I see no activity in the lower left of
> the
> >> window like I usually see when I run check & repair.  Other than that.
> >> Everything went so easy.
> >>
> >>
> >>
> >>
> >>
> >> Kind regards,
> >>
> >> Greg Feneis
> >>
> >>
> >>
> >>
> >> On Mon, Dec 9, 2024 at 9:44 AM R Losey  wrote:
> >>
> >>>
> >>>
> >>> On Sun, Dec 8, 2024 at 2:14 PM Robert Heller 
> >>> wrote:
> >>>
>  At Sun, 8 Dec 2024 10:35:09 -0800 Greg Feneis 
>  wrote:
> 
>  >
>  > Hi Folks,
>  >
>  > 2.6.21 has served my simple business accounting needs for many
> years,
>  but
>  > I've had to change computers and it's probably a good time to get
>  current
>  > on GnuCash.
>  >
>  > Could someone remind me how to get from 2.6.21 to current?  Since
>  it's a
>  > new computer, perhaps I should start by installing 2.6.21 so that
> the
>  next
>  > thing I install inspires an update?
> 
>  Yes, you need to install each major version in turn. Install 2.6.21,
>  open your
>  books and make sure everything is as it should be. Make a backup copy,
>  then
>  install the last of the 3. series. Open your data files, make sure
>  everthing
>  is ok, then save the file (this will update the data to 3.whatever).
>  Make
>  another backup copy. Then install the last of the 4. series and open
>  the file
>  you saved from version 3. Make sure everything is ok, then save it
>  again and
>  make another backup. Now install the current 5. version. Open the just
>  saved
>  version and check for problems. Then save it,  You should now be up to
>  date.
> 
> >>>
> >>>
> >>> The above is a good summary, except I think it is  recommended to also
> >>> run the "Check & Repair All" after each major version update. (That
> item is
> >>> found in the Actions->Check & Repair" menu)
> >>>
> >>>
> >>> --
> >>> _
> >>> Richard Losey
> >>> rlo...@gmail.com
> >>> Micah 6:8
> >>>
> >>
> >
> > --
> > _
> > Richard Losey
> > rlo...@gmail.com
> > Micah 6:8
> >
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


-- 
David Carlson
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread John Ralls
Ken,

You wrote
> Issue appears to be MacOS vs macOS when call 
> 'dlopen(/Applications/Gnucash.app/Contents/macOS/lib/gnucash/libgncmod-backend-dbi.dylib,
>  0x0009)'
> 
> Get Quotes from the Price Database window works fine.
> 

In your original post. As I explained in 
https://lists.gnucash.org/pipermail/gnucash-user/2024-May/111950.html that’s 
Apple’s code. You’ll just have to learn to spell the directory name correctly, 
with a capital M. It might help to get in the habit of using shell completion 
to complete the path: Type “/AGnuMgnu”. “” means 
press the tab key. If you try to use a lower case m nothing will happen, 
reminding you to use M instead.

Regards,
John Ralls

> On Dec 30, 2024, at 3:30 PM, gnuc...@kcburns.com wrote:
> 
> Sherlock,
> 
> I don't think so.
> 
> As with the previous poster; I get gnucash-cli to run, but it can't find the 
> files within the GnuCash program it needs to successfully complete.
> 
> Thanks for the feedback,
> 
> Ken
> 
> 
> 
> 
> On 12/30/2024 5:32 PM, gnucash-user-requ...@gnucash.org wrote:
>> Ken,
>> If it is the same issue, the fix should be the same: invoke gnucash-cli
>> using MacOS in the path not macOS.
>> Regards,
>> Sherlock
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Font size change

2024-12-30 Thread fromvendor
Argh, Case:   https://wiki.gnucash.org/wiki/GTK3

-g

-Original Message-
From: gnucash-user 
[mailto:gnucash-user-bounces+fromvendor=outtacyte@gnucash.org] On Behalf Of 
John Ralls
Sent: Monday, December 30, 2024 9:35 PM
To: Ted Rubin
Cc: gnucash-user@gnucash.org
Subject: Re: [GNC] Font size change

Maybe. The stylesheets only work on reports and you sort of implied that you’re 
trying to change the font size in the UI. 

For a discussion about how t change the fonts in the UI see 
https://wiki.gnucash.org/wiki/Gtk3.

Regards,
John Ralls


> On Dec 30, 2024, at 18:02, Ted Rubin via gnucash-user 
>  wrote:
> 
> Greetings 
> 
> I’m having an issue with GNU Cash on my Apple Silicon machine. GNU Cash 
> version: 
> 
> Version: 5.10
> Build ID: 5.10+(2024-12-14)
> 
> The main issue is I can’t get the font size to actually reflect in the 
> program.
> 
> Example 
> 
> I go to Edit> Style Sheets > default 
> 
> 
> 
> However, when I restart GNUcash, no changes take effect. Am I missing 
> something, or is there a specific CSS file I need to edit?
> 
> Thanks 
> 
> Ted___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] previous issue with gnucash-cli on macOS

2024-12-30 Thread John Ralls
You’d think so. Whoever wrote Apple’s dlopen apparently disagrees.

Regards,
John Ralls


> On Dec 30, 2024, at 17:27, Peter West  wrote:
> 
> I’m curious. Aren’t Mac file systems still defaulting to case-preserving? (I 
> have set mine up to be case-sensitive.) Shouldn’t a case-preserving file 
> system find ‘macOS’ and ‘MacOS’ no matter what the case?
> 
> —
> Peter West
> p...@pbw.id.au
> `“And this will be a sign for you: you will find a baby wrapped in swaddling 
> cloths and lying in a manger.”`
> 
>> On 31 Dec 2024, at 10:14 AM, John Ralls  wrote:
>> 
>> Ken,
>> 
>> You wrote
>>> Issue appears to be MacOS vs macOS when call 
>>> 'dlopen(/Applications/Gnucash.app/Contents/macOS/lib/gnucash/libgncmod-backend-dbi.dylib,
>>>  0x0009)'
>>> 
>>> Get Quotes from the Price Database window works fine.
>>> 
>> 
>> In your original post. As I explained in 
>> https://lists.gnucash.org/pipermail/gnucash-user/2024-May/111950.html that’s 
>> Apple’s code. You’ll just have to learn to spell the directory name 
>> correctly, with a capital M. It might help to get in the habit of using 
>> shell completion to complete the path: Type 
>> “/AGnuMgnu”. “” means press the tab key. If 
>> you try to use a lower case m nothing will happen, reminding you to use M 
>> instead.
>> 
>> Regards,
>> John Ralls
>> 
>>> On Dec 30, 2024, at 3:30 PM, gnuc...@kcburns.com wrote:
>>> 
>>> Sherlock,
>>> 
>>> I don't think so.
>>> 
>>> As with the previous poster; I get gnucash-cli to run, but it can't find 
>>> the files within the GnuCash program it needs to successfully complete.
>>> 
>>> Thanks for the feedback,
>>> 
>>> Ken
>>> 
>>> 
>>> 
>>> 
>>> On 12/30/2024 5:32 PM, gnucash-user-requ...@gnucash.org wrote:
 Ken,
 If it is the same issue, the fix should be the same: invoke gnucash-cli
 using MacOS in the path not macOS.
 Regards,
 Sherlock
>>> 
>>> ___
>>> gnucash-user mailing list
>>> gnucash-user@gnucash.org
>>> To update your subscription preferences or to unsubscribe:
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>> -
>>> Please remember to CC this list on all your replies.
>>> You can do this by using Reply-To-List or Reply-All.
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.