[GNC] Since Last Run Status Options BUG

2023-12-18 Thread Richard Lindgren
I have installed version 5.5 and have seen that only transactions within my 
days of notice appear. Great.

However, now the options that you show for the Status are not responsive.

Ignored
Postponed
To-Create
Reminder

If I try to change the status of the above listed 4-items from reminder to 
something else, it is not responding to my choice.

Can you fix this?

Richard
___
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] [Bug 798864] Budget Reporting on select reports are wrong

2023-04-17 Thread Richard Lindgren
I have followed the GnuCash account structure format in setting up my accounts. 
Both my Income and Expense Accounts are Top Level Accounts.

Richard

-Original Message-
From: bugs-ad...@bugs.gnucash.org 
Sent: Monday, April 17, 2023 12:43 AM
To: rlindgr...@outlook.com
Subject: [Bug 798864] Budget Reporting on select reports are wrong

https://bugs.gnucash.org/show_bug.cgi?id=798864

--- Comment #8 from Christopher Lam  --- P.S. even 
if this is the right fix, the budget report is very likely to show wildly 
incorrect amounts if the user has an unusual account structure, e.g. an Expense 
account whose parent-account is Income.

--
You are receiving this mail because:
You reported the bug.
You are on the CC list for the bug.
___
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] [Bug 798864] Budget Revalues for the Income are positive numbers.porting on select reports are wrong

2023-04-17 Thread Richard Lindgren
Sounds like you understand my problem. However, since I'm not a programmer, I 
hesitate to tackle this patch. Maybe it is easier than it looks and is probably 
the best fix? I'm just nervous here.

Let me ask this basic question. When I am creating my Budget, I have assumed 
this:
1. All Income values are positive numbers.
2. All Expense values are negative numbers.

With that being said and used, my reports work for; a) Profit and Loss Report 
and b) my Budget Report.

Now the question is, where do I go from here?

Richard

-Original Message-
From: bugs-ad...@bugs.gnucash.org 
Sent: Monday, April 17, 2023 12:19 AM
To: rlindgr...@outlook.com
Subject: [Bug 798864] Budget Reporting on select reports are wrong

https://bugs.gnucash.org/show_bug.cgi?id=798864

--- Comment #7 from Christopher Lam  --- Created 
attachment 374682
  --> https://bugs.gnucash.org/attachment.cgi?id=374682=edit
candidate patch

Here's a candidate replacement for budget-income-statement.scm, or the patch 
pasted below. You can overwrite the budget-income-statement.scm somewhere into 
the Program Files\gnucash\etc...\ (you'll need admin access).

It changes the definition of net-income from simple summation to a 
recalculation of balances of both income and expense budget amounts. I think 
this is the correct fix.

modified   gnucash/report/reports/standard/budget-income-statement.scm
@@ -428,7 +428,11 @@
   (gnc:get-assoc-account-balances-total expense-account-balances))

  (net-income
-  (gnc:collector- revenue-total expense-total))
+  (gnc:collector-
+   (gnc:get-assoc-account-balances-total
+(get-assoc-account-balances-budget
+ budget (append revenue-accounts expense-accounts)
+ period-start period-end gnc:budget-account-get-net

  (table-env
   (list

--
You are receiving this mail because:
You are on the CC list for the bug.
You reported the bug.
___
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] [Bug 798864] Budget Reporting on select reports are wrong

2023-04-17 Thread Richard Lindgren
I expect GnuCash to show the actual Total amount of Income minus the Actual 
Expenses which would leave the difference, to show the actual net Loss or Gain.

Richard

-Original Message-
From: bugs-ad...@bugs.gnucash.org 
Sent: Monday, April 17, 2023 12:08 AM
To: rlindgr...@outlook.com
Subject: [Bug 798864] Budget Reporting on select reports are wrong

https://bugs.gnucash.org/show_bug.cgi?id=798864

--- Comment #6 from Christopher Lam  --- In other 
words what do you think should be the "Total revenue", "Total expenses" and 
"Net loss/gain for Budget Unnamed Budget"?

--
You are receiving this mail because:
You reported the bug.
You are on the CC list for the bug.
___
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] GnuCash 5.0 Budget Reporting on select reports are wrong

2023-04-15 Thread Richard Lindgren
I have upgraded my GnuCash program 4.13 to 5.0 (Build ID: 5.0+(2023-03-25)) 
after realizing that the budget expense calculations were not correct. Not all 
the budget reports are wrong, but of the reports that I choose to use that are 
wrong are:

  1.  Budget Income Statement
  2.  Budget Profit & Loss Statement.

It appears that both the income and expense values(Data) for the above listed 
reports show the values in black (signifying that they are positive numbers for 
each income and expenses?). The other reports that I use (not listed) have 
their values for the income and expenses in black(income) and red(expenses). 
Those calculations appear to be working fine. The reports listed above show the 
calculations incorrect. In my preferences, I have checked the box to have all 
negative amounts to be in "Red".

In addition to accessing the reports menu for my saved reports, the program 
often crashes. I then am required to reopen the program and are given five (5) 
options before being allowed to continue. They are:

  1.  Open Read Only
  2.  Create a new file
  3.  Open anyway
  4.  Open Folder
  5.  Quit

I choose option # 3 "Open anyway". After doing that, I save the file and then I 
continue with my reports.

If I am doing something wrong, please forgive me and show me the error of my 
ways.

Thank you in advance for your help. I look forward to hearing from you.

Richard Lindgren
rlindgr...@outlook.com<mailto:rlindgr...@outlook.com>
269-876-9100
___
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] Exporting from QuickBooks / Importing to GnuCash

2023-03-30 Thread Richard Lindgren
I have been in contact with QuickBooks and they tell me that they only
export IIF formatted files. As I look in GnuCash, I do not find where it
will import the IIF files. Is there something that I am doing wrong or is
there a work around to import my files from QuickBooks?

I really need your help here.

Please advise me as to a good plan of attack?

Thank you very much for help in this matter, and look forward to hearing
from you.

Richard Lindgren
12799 Sandridge Rd, Sawyer, MI 49125
269-876-9100
rlindgr...@outlook.com
___
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.