Re: [GNC] Lost all settings after Flatpak update

2021-04-01 Thread Jimmy R via gnucash-user
It did it to me on Win 10, I have not checked my Linux Mint box yet.
Seems on Win 10 it was like creating a new company not loading the company I
had previously had loaded.
I just loaded the company I was using again, my GTK CSS custom settings did
not change on upgrade.

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Linux build

2020-12-31 Thread Jimmy R via gnucash-user
Or is this all that is necessary to build

mkdir build-gnucash-4. # create the build directory -
Note: Named to identify the source since it is not necessarily within the
source directory.

cd build-gnucash-4.# change into the build directory

cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt  ../gnucash-4. # As shown this
will install in the opt directory in /home/. 
 
make  # builds the program and
associated libraries

make install 

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Linux build

2020-12-31 Thread Jimmy R via gnucash-user
Hi David,
Did anyone come up with a build script to execute using Linux Mint 20.04 ?
I had asked a while ago but lost track of the thread

Happy New Year

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
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 4.2 Released

2020-09-28 Thread Jimmy R via gnucash-user
I'm using Linux Mint 20.04
I think flathub updated GNC 4.1 > 4.2 automatically ?
I can't remember updating it unless it was in the list of upgrades and did
not notice it

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Standard chart of accounts?

2020-09-21 Thread Jimmy R via gnucash-user
I believe there is a wizard to select personal or business chart of accounts
which you can edit or add/remove



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GTK CSS 4.0-4.1

2020-08-19 Thread Jimmy R via gnucash-user
Here is what I've come up with 4..01 gtk.css

/* Application wide font setting */
* {
  font: 16px arial;
}


/* Register sheet font setting */
gnc-id-sheet {
  font: 16px arial;
}

.gnc-class-user-register-primary {
  background-color: #753535;
  color: lime;
 }
 
.gnc-class-user-register-secondary {
  color: lime;
 }
 
.gnc-class-user-register-split {
  background-color: #ecc900;
  color: black;
 }
 
.gnc-class-user-register-cursor {
  background-color: #ecc900;
  color: black;
  border-radius: 0px;
 }
 
/* Toolbar font size, 0 to remove text */
toolbar toolbutton label {
  font-size: 14px;
 }
 
/* Negative number color */
.gnc-class-negative-numbers {
  color: orange;
 }
 
/* Summary bar */
#gnc-id-summarybar {
  background-color:lightergrey;
  padding: 12px;
 }
 
 /* Progress bar */
progressbar progress {
  background-color: lime;
}



Jimmy




--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] help increasing size of font in GnuCash?

2020-08-17 Thread Jimmy R via gnucash-user
If the setup.ini works on a mac should it work on Mint/ Ubuntu if yes
Then I have had no luck with the setup.ini doing anything for setting the
dark theme = true on Mint 20.04

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] help increasing size of font in GnuCash?

2020-08-14 Thread Jimmy R via gnucash-user


This will get you there fast

gtk.css

/* Application wide font setting */
* {
  font: 16px arial;
}



Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Windows 10 Installation Drive/Folder

2020-08-11 Thread Jimmy R via gnucash-user
YES I have been using D:\gnucash for years

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Nabble interface to the GnuCash mailing List

2020-08-07 Thread Jimmy R via gnucash-user
Someone named Israel in the Nabble list fixed mine about 2 weeks ago



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Zoom In/Out

2020-08-07 Thread Jimmy R via gnucash-user
Make a gtk.css text file and input or what ever size you want

/* Application wide font setting */
* {
  font: 16px arial;
}




--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GTK CSS 4.0-4.1

2020-08-03 Thread Jimmy R via gnucash-user
using flathub Linux Mint 20
I have tried /.var/app/ org.gnucashh.GnuCash/config/gtk-3.0/ settings.ini
Not working if Im doing it correctly

also

I am trying to make a little more space between lines, I tried margins,
borders, and padding
Nothing seem to work for

.gnc-class-user-register-primary
.gnc-class-user-register-secondary
.gnc-class-user-register-split

I tried it in /* Application wide font setting */ but it blows up all pages

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Register padding

2020-08-03 Thread Jimmy R via gnucash-user
I am trying to make a little more space between lines, I tried margins,
borders, and padding
Nothing seem to work for

.gnc-class-user-register-primary
.gnc-class-user-register-secondary
.gnc-class-user-register-split

I tried it in /* Application wide font setting */ but it blows up all pages


Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Account page 4.1

2020-08-01 Thread Jimmy R via gnucash-user
Found it the income 1000 was from 2020 
It is just a testing account and all other remaining numbers were from 2019

Jimmy




--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Account page 4.1

2020-08-01 Thread Jimmy R via gnucash-user
Click right on the banner gives me this results, the same as any other place
on the page


 



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GTK CSS 4.0-4.1

2020-07-31 Thread Jimmy R via gnucash-user
Sorry I had a residual gtk.css from gnc 3.91 in linux
Above post is not true.

I have a question though is thaer a setting in linux like in windows for
 gtk-application-prefer-dark-theme=true to use the dark theme

I found nothing in the WIKI



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Account page 4.1

2020-07-31 Thread Jimmy R via gnucash-user
Can someone explain why profits is $1000 makes no sense to me
It calc'd this way with previous versions, NOT new to 4.0-4.1

 

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GTK CSS 4.0-4.1

2020-07-31 Thread Jimmy R via gnucash-user
I noticed one thing the tag names in gtk.css installed on using Linux mint
flathub gnucash is different than
https://github.com/Gnucash/gnucash/blob/maint/doc/gtk-3.0.css

Flathub version does not work with the Git windows version

Used Beyond compare on the 2 css files



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GTK CSS 4.0-4.1

2020-07-28 Thread Jimmy R via gnucash-user
I don't want to wast anyone's time since I only need to make a dozen changes
for 3 Win 10 computers based on screen size

As for this file I understand they use an assortment of colors to show where
tags are in GNC, but is it complete
https://github.com/Gnucash/gnucash/blob/maint/doc/gtk-3.0.css)

Making this file work depends on where you put it and how you name it, one
or the other gtk-3.0.css or gtk.css
C:\Users\"username"\AppData\Roaming\GnuCash\gtk-3.0.css
C:\Users\"username"\AppData\Local\gtk-3.0\gtk.css

Having the a copy of the css file used for Win 10 install for me is needed
to see whats not included in the above Git custom css. I am assuming that
the css in embedded in a program file thus not accessible since it is not
placed in any of the above C:\Users

Jimmy

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GTK CSS 4.0-4.1

2020-07-27 Thread Jimmy R via gnucash-user
I am not proficient in css  but the is a lot that has changed in the naming
of many of the tags. Attached is an example of some of the slight change in
names. Nowonder they did not work. The one you posted I had working for 3.91
but the tag names jhas been updated

If someone from the Dev team post the gtk.css file used in the 4.1
installation of Win 10


Thank You

Jimmy


 



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GTK CSS 4.0-4.1

2020-07-27 Thread Jimmy R via gnucash-user
Chris can you upload a copy here

I want to compare with my GNC 3.91 custom CSS that I had and worked, maybe
they changed the css tags

I I have installed Flatpack GNC, cannot find a css for it

I spent weeks before customizing my own before

Having issues with the concept using the gtkinspector in plain english, I
don't have a free month

Thanks



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GTK CSS 4.0-4.1

2020-07-27 Thread Jimmy R via gnucash-user
CSS for Windows 10



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] GTK CSS 4.0-4.1

2020-07-27 Thread Jimmy R via gnucash-user
Has anyone figured out yet if we can use our custom css.
Would like to get my font sizes and colors back if possible



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
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 how to increase

2020-03-16 Thread Jimmy R via gnucash-user
Here is the confusing part that I see

You say C:\Users\\AppData\Roaming\GnuCash\gtk.css
Do you put the CSS here to override the built-in ?

I do have it in C:\Users\user\AppData\Local\gtk-3.0\gtk.css

Why is it here and not the other, I don't know. Maybe from upgrading from a
long time ago. Was it originally there and upgrades over time kept reading
the CONFIG so it kept and pointed it there

Maybe I should purge GNC from windows and reinstall to get synced with the
WIKI ?

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] How to install GnuCash from Source for Linux ?

2020-03-03 Thread Jimmy R via gnucash-user
Take your time I am in n rush
I understand GNC is different

Th guys in the zoneminder forum have a few scripts but the stranded install
is Ubuntu so Mint is easy for a clean new install but the program is in a
published in a ppa and updating is easy

Thank you very much

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] How to install GnuCash from Source for Linux ?

2020-03-03 Thread Jimmy R via gnucash-user
David, by chance do you have a bash script to build gnc 3.8 using Linux Mint
19.3 ?

Thank you

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Need CSS help for 1 line

2020-02-29 Thread Jimmy R via gnucash-user
Thanks Adrien I know but I am using Windows 7/10 at this time

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Need CSS help for 1 line

2020-02-29 Thread Jimmy R via gnucash-user
Thank You Got it...it helps when you know what the keyword to use to search
on, but not knowing what it is called I have bruises on my head too

.combo and .summary-bar

Its difficult because when we make a change you have to keep restarting GNC
to see the results, not like a web page just doing a page refresh.

It would be nice if there was some image captures of the GNC pages and place
some text on it to give direction what group in the CSS controls it.

All I wanted to do  was to change a few tags to make it a little more
apealing with the contrast of color and font size ... one more thing off my
life bucket list haha

Thanks Ken



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Best way to have "Expense - Income" Monthly Report ?

2020-02-27 Thread Jimmy R via gnucash-user
I like that report

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Need CSS help for 1 line

2020-02-26 Thread Jimmy R via gnucash-user
I cannot find the CSS tag for the line near the bottom of the window showing
Presant, Future, Cleared Etc.

I have been looking for about 2 weeks in the gnc gtk doc and other gnc css
examples

Need to change font size & color, maybe the background too

 

Thank You

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Sales, Sales Taxs & Deposits

2020-01-23 Thread Jimmy R via gnucash-user
html export works for me

I can drag the html transaction file in excel sheet and it reads it ok with
2010 professional version, then save it as a xlsx file

Thank You

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Sales, Sales Taxs & Deposits

2020-01-23 Thread Jimmy R via gnucash-user
Ok I did not think of copy & past from the report, I figured there would be a
csv export for it...plain & simple

Selecting "table for exporting" does not make a difference except adding a
column Income Sales as a placeholder column

I don't have enough sales entry's for the test to see if running the
transaction report will generate multiple pages with a headers & footers on
each page which will make it difficult to copy and paste for 360 income
entry's for a 6 month period

The reason to accomplish this is to put on a spreadsheet to compare sales
data with weather conditions for a seasonal oceanfront foodservice operation

Thanks

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Sales, Sales Taxs & Deposits

2020-01-23 Thread Jimmy R via gnucash-user
The  GST report when you export it shows the total in csv file only
The Transaction report export is only html

Is there a better way to enter income and tax while still showing sales tax
as a liability in the deposit ??

Jimmy
 



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Sales, Sales Taxs & Deposits

2020-01-22 Thread Jimmy R via gnucash-user
I've been doing bookkeeping/accounting for my business for a long time, going
back to the old Dome Book to present day alternatives. I have been doing
trial and error recording transactions in GNU.

I presently enter a deposit ex. $1080.00 of which $1000 is sales and $80 in
sales tax
Using a deposit split of Income:Sales 1000 and Liabilities:Sales Tax:Sales
Tax Collected 80

 How would you do it ? is there a better way ???

The problem I'm having is selecting the income account "sales' which shows
all the sales income of the deposits but when you export to csv it shows all
the splits income & tax from the deposits. I need to see only the Income
sales only. Sometimes a company needs to export sales for someone outside
using other spreadsheets to do trend analysis among other accounts.

Thanks

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] ​Re: ?Re: Using Mint

2019-07-02 Thread Jimmy R via gnucash-user
I tried on my Mint 19.1 Bionic

Would not install, dependencies error

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Could a new report be added

2019-06-17 Thread Jimmy R via gnucash-user
Sorry for posting her, I tried Dev but never showed up

A yearly report selectable by year or range of the year
13 columns  1 for accounts and 12 for Jan thru Dec

Be able to export to csv

I know there is a basic layout is in budgets but we don't need the budget
amounts

No graphics needed we can use Libreoffice or Excell if we need it

No grand totals needed can be done in  Libreoffice or Excell

Thank You



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Recording Deposits in Checking

2019-05-15 Thread Jimmy R via gnucash-user
Yes I know what you mean, I have been just used to single entry accounting
before GNC.
Just working and testing GNC on a sample.

I need to add a meals tax, so our rate is 8%...7% sales and 1% meals for
restaurants etc.
Deposits would have to be split to Income, 8%ST and 1%ST...a lot of work.

I tried other methods entering but kept getting imbalances

As for sales tax the funds are just a pass through which we are holding and
paying on behalf of the customer. Reporting to the state is monthly with a
annual renconsile.

Thanks,

Jimmy






--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Recording Deposits in Checking

2019-05-15 Thread Jimmy R via gnucash-user
I just curious if this is the way to record a deposit for a restaurant using
GNC
and later the tax payment. Seem like this is the way to go since you can see
what funds are available for expenses - tax liabilities 

 


 


Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Custom Report

2019-05-09 Thread Jimmy R via gnucash-user
Te easiest way is export account summery BUT html is only available, you can
drag the html in excel and easily copy and paste. Not as easy with the P/L
The problem with that account summery report you cannot select a month, date
range, etc in options.

I find it troubling that there is no monthly report for the year. You can
use a budget but you have to enter budget numbers for account totals to
show.

I understand there is a difference between xml and mysql fro generating
reports. I am peeking around a Jasper Studio again since my Point of Sale
software uses it but i do not have the time to learn sql queries.

It would be nice to alter the budget report just to show the monthly totals
fro the accounts and export it

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Account Types

2019-05-02 Thread Jimmy R via gnucash-user
I've created a top level accounts called COGS which is fine, but when I run a
report it is shown within the Expenses. Is it possible to have it shown like
below displaying ( two expenses )

Expense COGS
- Food
- Beverages

Expense Operating
- Advertising
- Auto
---Fees
---Gas
---Parking
---Repair and Maintenance   
---Bank Service Charge
etc etc

Thank You,

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Assets: Checking input order from Android app

2019-04-24 Thread Jimmy R via gnucash-user
Thanks,

I have exhausted all searches before posting here.

There is no more support channels

Gnucash app *"Google+ is no longer available for consumer"*
https://plus.google.com/communities/104728406764752407046

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Assets: Checking input order from Android app

2019-04-24 Thread Jimmy R via gnucash-user
I have a rather odd question,
I enter a deposit info to the desktop with splits "Desktop entry"
I do the same on the Android app but the Sales and Sales Tax have a reverse
input order.
I tried swapping on the app the input order to see if it displays the same
apon import as the desktop entry but it doesn't matter.

It not alphabetical...any ideas ?


*Desktop entry*
4/22/2019DepositAssets:Checking Account Checking Account
$1,080.00 
1,080.00
Sales   Income:Income Sales Income Sales
($1,000.00) -1,000.00
Sales Tax   Liabilities:Sales Tax:Sales Tax Collected   
Sales Tax Collected
($80.00)



*App entry from QIF export  to Desktop import entry*
4/24/2019 DepositAssets:Checking AccountChecking 
Account$10,800.00 
10,800.00
Sales Tax  Liabilities:Sales Tax:Sales Tax Collected   
Sales Tax
Collected   ($800.00)
Sales   Income:Income Sales Income Sales
($10,000.00)-10,000.00

Jimmy




--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Register / Accounts page Footer CSS

2019-04-21 Thread Jimmy R via gnucash-user
Thanks for the info, I found it I think in August 2018

https://lists.gnucash.org/pipermail/gnucash-user/2018-August/subject.html

There is about a 100 posts on the subject (Change text color ), I'll dig in
on this one

It is tough when a the css variables are not contained in 1 css file or a
group in a folder


Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Register / Accounts page Footer CSS

2019-04-20 Thread Jimmy R via gnucash-user
I guess you can call it the footer, looking for the css to alter size, font,
& colors
I have been through all the wiki, and I have adjusted the gtk css for the
register but cannot find the footer styling. there is only one adjustment in
preferences > general for negative red value checkbox


Accounts: S,Grand Total, Net Assets, Profits, & negative value color

Transactions register: Present, Future, Cleared, Reconciled, Projected
Minimum,  & negative value color

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Cannot run v3 on Windows 7 since a year

2019-04-20 Thread Jimmy R via gnucash-user
I'm using Win 7 with no problem
If I recall correctly...and Im guessing here I had the same problem..its
been a while.
I had a one Visual C++ missing between releases. They *must *be installed in
sequential order.
If you have one missing in between I had to uninstall  the latter versions ,
install the missing one, then install the newer ones.

Attached image of my control panel installed V C++

 


Jimmy




--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Linux build from source

2019-04-18 Thread Jimmy R via gnucash-user
David, I read all that thanks.

Going to play around with it on Mint

I'm just used to installing by PPA from package maintainers.
I just have to worry about MSQL & Java versions and his builds are listed. 
Here is an example of my security camera software.
https://launchpad.net/~iconnor/+archive/ubuntu/zoneminder-storageareas

Jimmy





--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.