I'd like the sum of the values from entries with certain criteria in
the "Memo" field in an expense account. I can get the list of
transactions containing these entries by searching the Memo field.
Then, everything I found says I can open a Report > Account Report to
get the running balance/t
Glenn Fowler wrote on 9/11/22 11:16:
I found this will change the input text color:
gnc-id-cursor entry {
color: green;
}
...and it works but it gets overridden whenever you change
*.gnc-class-register-cursor color but not sure why.
Cool! Well if I leave the *.gnc-class-register-cursor c
Glenn Fowler wrote on 9/11/22 09:28:
/* register blank transaction placeholder text */
*.gnc-class-register-cursor {
color: purple;
}
Unfortunately not quite. This makes both the placeholder and entered text
purple. In the built-in color theme, the placeholder text is gray and italic,
w
Hey all, I'm using Gnucash 4.11 on Linux and trying to get the coloring of the
register to my liking. I'm using ~/.config/gnucash/gtk-3.0.css for the
settings.
I haven't yet figured out how to change the color of the placeholder text that shows up when the cursor is
not in that textbox. That