Re: [GNC] HELP! Invoice Stylesheet, how to? V4.8

2023-07-04 Thread Geert Janssens
Op zondag 2 juli 2023 21:54:00 CEST schreef Robert Heller:
> At Sat,  1 Jul 2023 11:03:14 -0400 (EDT) Robert Heller  
> wrote:
> > At Sat, 1 Jul 2023 09:36:19 -0500 adrien.montele...@lusfiber.net wrote:
> > > Ah, you want TWO images. (Your own logo, plus the PayPal logo)
> > > 
> > > My guess would be a custom report (via Scheme) or maybe via CSS as I
> > > mentioned with a :before or :after pseudo class that inserts the image
> > > somewhere but I haven't tested that approach with GnuCash. (I can't see
> > > why it wouldn't work though)
> > 
> > There is the Wiki page on custom reports, but I'll have to check it out. 
> > I
> > did this once before back in the days of 1.x and/or 2.x (don't remember
> > when exactly).  I have the old code lying around -- guessing I can
> > probably adapt/update it.
> 
> OK, I have created a new stylesheet renderer, but how to I get it into the
> menus?
> 
> I have this in ~/.local/share/gnucash/config.user:
> 
> ;; Hacked from:
> /usr/local/share/guile/site/3.0/gnucash/report/stylesheets/footer.scm (load
> "/home/heller/gnucash/dws-stylesheet.scm")
> 
> ;; copied and hacked from ~/.local/share/gnucash/stylesheets-2.0
> (let ((template (gnc:html-style-sheet-template-find "DWS")))
>   (if template
> (let ((options ((gnc:html-style-sheet-template-options-generator
> template
> 
>  (gnc:restore-html-style-sheet "Deepwoods Software Stylesheet" "DWS"
> options
> 
> But my stylesheet is not showing up anywhere... not getting any errors or
> messages (other then telling me about finding Finance::Quote version 1.51).
> 
> (Is ~/.local/share/gnucash/config.user the correct file to put the load in?)

No, you would want this file path:
~/.config/gnucash/config-user.scm

This changed somewhere around gnucash 3.0. More details on which file goes 
where can be 
found on https://wiki.gnucash.org/wiki/Configuration_Locations[1]

Regards,

Geert

> > > You won't find instructions anywhere in the GnuCash documentation for
> > > this, you'll just need to tinker and do studying outside a la Scheme and
> > > CSS/HTML.
> > 
> > Not really a problem for me.  I am proficent in Lisp (Scheme is just a
> > Lisp
> > variant).  I know HTML and CSS as well.
> > 
> > > An alternative might be to make a logo image that has both yours and the
> > > PayPal logo in it with a white or transparent background so they appear
> > > as separate images - maybe one to the left, the other to the right, for
> > > example, and then place and size the image so it looks reasonable in the
> > > header.
> > 
> > My "header" image is the full width of the page (this is working
> > properly).
> > The other is a "button" image that goes somewhere below the invoice
> > content
> > (exactly where depends on how much space the invoice content takes up --
> > eg
> > how many line items are in the invoice).
> > 
> > > Regards,
___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-07-02 Thread Adrien Monteleone
It *is* usually possible to add content via CSS using pseudo classes 
like :before or :after. Look them up for examples. There are plenty.


And I'm not saying what you are trying to do *isn't* possible any 
longer, I just don't know specifically how. (I'm not one of the 
developers - just a user)


Regards,
Adrien

On 7/2/23 6:41 PM, Robert Heller wrote:

Try:

Edit > Style Sheets > New > Template = CSS, give it a name,

then copy/paste your CSS code.


This does not help me -- my changes add some HTML, not CSS.  I've found CSS
really tricky and very hard to get what I want.

CSS is good (sort of) for changing how something looks, but` it is not so good
for adding content. I *guess* that might be possible, but that is beyond my
ability -- I'm a programmer, not a web designer (misquoting Dr. McCoy).

What you are saying there is no way of doing this (anymore)?  It used to work
and I have code that probably should still work, but there is no way loading
it?


___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-07-02 Thread Robert Heller
At Sun, 2 Jul 2023 17:41:48 -0500 adrien.montele...@lusfiber.net wrote:

> 
> Try:
> 
> Edit > Style Sheets > New > Template = CSS, give it a name,
> 
> then copy/paste your CSS code.

This does not help me -- my changes add some HTML, not CSS.  I've found CSS 
really tricky and very hard to get what I want.

CSS is good (sort of) for changing how something looks, but` it is not so good
for adding content. I *guess* that might be possible, but that is beyond my
ability -- I'm a programmer, not a web designer (misquoting Dr. McCoy).

What you are saying there is no way of doing this (anymore)?  It used to work 
and I have code that probably should still work, but there is no way loading 
it? 

> 
> I'm not sure how to go about it via config.user or outside of the GUI.
> 
> The above method should allow you to select it in reports. If you set a 
> particular invoice template to use it, you can then set that template as 
> a default for easy future use. (without resorting to a Saved Report 
> Configuration)
> 
> Regards,
> Adrien
> 
> On 7/2/23 2:54 PM, Robert Heller wrote:
> > OK, I have created a new stylesheet renderer, but how to I get it into the
> > menus?
> > 
> > I have this in ~/.local/share/gnucash/config.user:
> > 
> > ;; Hacked from: 
> > /usr/local/share/guile/site/3.0/gnucash/report/stylesheets/footer.scm
> > (load "/home/heller/gnucash/dws-stylesheet.scm")
> > 
> > ;; copied and hacked from ~/.local/share/gnucash/stylesheets-2.0
> > (let ((template (gnc:html-style-sheet-template-find "DWS")))
> >(if template
> >  (let ((options ((gnc:html-style-sheet-template-options-generator 
> > template
> > 
> >   (gnc:restore-html-style-sheet "Deepwoods Software Stylesheet" "DWS" 
> > options
> > 
> > But my stylesheet is not showing up anywhere... not getting any errors or
> > messages (other then telling me about finding Finance::Quote version 1.51).
> > 
> > (Is ~/.local/share/gnucash/config.user the correct file to put the load in?)
> 
> ___
> 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.
> 
> 
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services
  
___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-07-02 Thread Adrien Monteleone

Try:

Edit > Style Sheets > New > Template = CSS, give it a name,

then copy/paste your CSS code.

I'm not sure how to go about it via config.user or outside of the GUI.

The above method should allow you to select it in reports. If you set a 
particular invoice template to use it, you can then set that template as 
a default for easy future use. (without resorting to a Saved Report 
Configuration)


Regards,
Adrien

On 7/2/23 2:54 PM, Robert Heller wrote:

OK, I have created a new stylesheet renderer, but how to I get it into the
menus?

I have this in ~/.local/share/gnucash/config.user:

;; Hacked from: 
/usr/local/share/guile/site/3.0/gnucash/report/stylesheets/footer.scm
(load "/home/heller/gnucash/dws-stylesheet.scm")

;; copied and hacked from ~/.local/share/gnucash/stylesheets-2.0
(let ((template (gnc:html-style-sheet-template-find "DWS")))
   (if template
 (let ((options ((gnc:html-style-sheet-template-options-generator 
template

  (gnc:restore-html-style-sheet "Deepwoods Software Stylesheet" "DWS" 
options

But my stylesheet is not showing up anywhere... not getting any errors or
messages (other then telling me about finding Finance::Quote version 1.51).

(Is ~/.local/share/gnucash/config.user the correct file to put the load in?)


___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-07-02 Thread Robert Heller


At Sat,  1 Jul 2023 11:03:14 -0400 (EDT) Robert Heller  
wrote:

> 
> At Sat, 1 Jul 2023 09:36:19 -0500 adrien.montele...@lusfiber.net wrote:
> 
> > 
> > Ah, you want TWO images. (Your own logo, plus the PayPal logo)
> > 
> > My guess would be a custom report (via Scheme) or maybe via CSS as I 
> > mentioned with a :before or :after pseudo class that inserts the image 
> > somewhere but I haven't tested that approach with GnuCash. (I can't see 
> > why it wouldn't work though)
> 
> There is the Wiki page on custom reports, but I'll have to check it out.  I 
> did this once before back in the days of 1.x and/or 2.x (don't remember when 
> exactly).  I have the old code lying around -- guessing I can probably 
> adapt/update it.

OK, I have created a new stylesheet renderer, but how to I get it into the 
menus?

I have this in ~/.local/share/gnucash/config.user:

;; Hacked from: 
/usr/local/share/guile/site/3.0/gnucash/report/stylesheets/footer.scm
(load "/home/heller/gnucash/dws-stylesheet.scm")

;; copied and hacked from ~/.local/share/gnucash/stylesheets-2.0
(let ((template (gnc:html-style-sheet-template-find "DWS")))
  (if template 
(let ((options ((gnc:html-style-sheet-template-options-generator 
template 

 (gnc:restore-html-style-sheet "Deepwoods Software Stylesheet" "DWS" options

But my stylesheet is not showing up anywhere... not getting any errors or 
messages (other then telling me about finding Finance::Quote version 1.51).

(Is ~/.local/share/gnucash/config.user the correct file to put the load in?)

> 
> > 
> > You won't find instructions anywhere in the GnuCash documentation for 
> > this, you'll just need to tinker and do studying outside a la Scheme and 
> > CSS/HTML.
> 
> Not really a problem for me.  I am proficent in Lisp (Scheme is just a Lisp 
> variant).  I know HTML and CSS as well.
> 
> > 
> > An alternative might be to make a logo image that has both yours and the 
> > PayPal logo in it with a white or transparent background so they appear 
> > as separate images - maybe one to the left, the other to the right, for 
> > example, and then place and size the image so it looks reasonable in the 
> > header.
> 
> My "header" image is the full width of the page (this is working properly). 
> The other is a "button" image that goes somewhere below the invoice content 
> (exactly where depends on how much space the invoice content takes up -- eg 
> how many line items are in the invoice).
> 
> > 
> > Regards,
> > Adrien
> > 
> > On 7/1/23 7:17 AM, Robert Heller wrote:
> > > I've already gotten the header set up, but there does not seem to be a 
> > > place
> > > to put the other image.  I think I need to create a new image location.  
> > > I did
> > > that in the older versions with some Scheme code.  I'm guessing I need to 
> > > do
> > > something similar, but it is not clear how to do that.
> > 
> > ___
> > 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.
> > 
> > 
> >  
> > 
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services
   
___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-07-01 Thread Robert Heller
At Sat, 1 Jul 2023 09:36:19 -0500 adrien.montele...@lusfiber.net wrote:

> 
> Ah, you want TWO images. (Your own logo, plus the PayPal logo)
> 
> My guess would be a custom report (via Scheme) or maybe via CSS as I 
> mentioned with a :before or :after pseudo class that inserts the image 
> somewhere but I haven't tested that approach with GnuCash. (I can't see 
> why it wouldn't work though)

There is the Wiki page on custom reports, but I'll have to check it out.  I 
did this once before back in the days of 1.x and/or 2.x (don't remember when 
exactly).  I have the old code lying around -- guessing I can probably 
adapt/update it.

> 
> You won't find instructions anywhere in the GnuCash documentation for 
> this, you'll just need to tinker and do studying outside a la Scheme and 
> CSS/HTML.

Not really a problem for me.  I am proficent in Lisp (Scheme is just a Lisp 
variant).  I know HTML and CSS as well.

> 
> An alternative might be to make a logo image that has both yours and the 
> PayPal logo in it with a white or transparent background so they appear 
> as separate images - maybe one to the left, the other to the right, for 
> example, and then place and size the image so it looks reasonable in the 
> header.

My "header" image is the full width of the page (this is working properly). 
The other is a "button" image that goes somewhere below the invoice content 
(exactly where depends on how much space the invoice content takes up -- eg 
how many line items are in the invoice).

> 
> Regards,
> Adrien
> 
> On 7/1/23 7:17 AM, Robert Heller wrote:
> > I've already gotten the header set up, but there does not seem to be a place
> > to put the other image.  I think I need to create a new image location.  I 
> > did
> > that in the older versions with some Scheme code.  I'm guessing I need to do
> > something similar, but it is not clear how to do that.
> 
> ___
> 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.
> 
>   
>
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

  
___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-07-01 Thread Adrien Monteleone

Ah, you want TWO images. (Your own logo, plus the PayPal logo)

My guess would be a custom report (via Scheme) or maybe via CSS as I 
mentioned with a :before or :after pseudo class that inserts the image 
somewhere but I haven't tested that approach with GnuCash. (I can't see 
why it wouldn't work though)


You won't find instructions anywhere in the GnuCash documentation for 
this, you'll just need to tinker and do studying outside a la Scheme and 
CSS/HTML.


An alternative might be to make a logo image that has both yours and the 
PayPal logo in it with a white or transparent background so they appear 
as separate images - maybe one to the left, the other to the right, for 
example, and then place and size the image so it looks reasonable in the 
header.


Regards,
Adrien

On 7/1/23 7:17 AM, Robert Heller wrote:

I've already gotten the header set up, but there does not seem to be a place
to put the other image.  I think I need to create a new image location.  I did
that in the older versions with some Scheme code.  I'm guessing I need to do
something similar, but it is not clear how to do that.


___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-07-01 Thread Robert Heller
At Fri, 30 Jun 2023 23:21:06 -0500 adrien.montele...@lusfiber.net wrote:

> 
> Once you have an Invoice Report on screen, click the Options button and 
> the Layout tab.
> 
> In the header, you can specify a place for a picture, and then further 
> down, you can specify the location for that image file.

I've already gotten the header set up, but there does not seem to be a place 
to put the other image.  I think I need to create a new image location.  I did 
that in the older versions with some Scheme code.  I'm guessing I need to do 
something similar, but it is not clear how to do that.

> 
> You could likely do something with CSS as well, I'm sure with a crafty 
> pseudo class like :before or :after one of the table elements.
> 
> Regards,
> Adrien
> 
> On 6/30/23 3:06 PM, Robert Heller wrote:
> At this point there is one little bit of the style
> > sheet hackery I need some help with: I want to add something to the invoices
> > -- a PayPal payment image (logo). I'm not sure how to do that and syspect 
> > that
> > the GUI does not provide that sort of hook. I did it back in the old days by
> > writing a scheme file -- it is level of hackery still possible? If so, how 
> > is
> > that done with V4.14?
> 
> ___
> 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.
> 
>   
>
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services


___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Adrien Monteleone
Once you have an Invoice Report on screen, click the Options button and 
the Layout tab.


In the header, you can specify a place for a picture, and then further 
down, you can specify the location for that image file.


You could likely do something with CSS as well, I'm sure with a crafty 
pseudo class like :before or :after one of the table elements.


Regards,
Adrien

On 6/30/23 3:06 PM, Robert Heller wrote:
At this point there is one little bit of the style

sheet hackery I need some help with: I want to add something to the invoices
-- a PayPal payment image (logo). I'm not sure how to do that and syspect that
the GUI does not provide that sort of hook. I did it back in the old days by
writing a scheme file -- it is level of hackery still possible? If so, how is
that done with V4.14?


___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Adrien Monteleone

'Ask and ye shall receive'

Thanks John!

Regards,
Adrien

On 6/30/23 6:23 PM, John Ralls wrote:

On Jun 30, 2023, at 11:03 AM, Adrien Monteleone 
 wrote:

https://wiki.gnucash.org/wiki/Flatpak

It's in the Release Notes posted here on the list and on the website.

Perhaps file an Enhancement Request to put that link at the top of the Website 
along with the other links to binaries & sources.


Good idea. I did that, and cleaned up the display of the downloads box a bit as 
well.


___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Yves-Eric Martin
Hi Robert,


I don't know if that will suit your workflow, but sharing what I am doing now. 
It's a bit convoluted, but if you are familiar with CSS, and if you only issue 
a handful of invoices monthly, it's not too bad.

I found that by using CSS, we can quite heavily customize the existing 
stylesheets. For example, you can hide elements with "display: none", move 
things around with "position: absolute", add new static elements with "::before 
{ content: ...}"... See the attached screenshot for an example of what can be 
achieved (this is based on the Easy stylesheet).


1) Preparation (one time)

- Create a dummy invoice for a dummy customer (don't post it)
- Print the invoice with the stylesheet of your choice that will server as a 
base, to get a print preview tab.
- Print the invoice to HTML, open the HTML in a browser so you can inspect it 
and find the CSS class names you want to target for your customizations.
- In the Options, add custom CSS to customize the invoice your liking. (*)
- Save the invoice as an "Invoice" custom report configuration.

(*: this can take some time to get the details right. It took me a few hours to 
get to the example attached)


2) Using the report configuration

Instead of using "Print" from the invoice, what you do is:

- Open the "Saved report configurations" modal.
- Double-click the "Invoice" configuration to open it in a new tab (showing the 
dummy invoice).
- Click on Options and select the invoice you want to print in the Invoice ID 
dropdown.
- Click OK (*)

You can now print your customized invoice.

(*: on macOS, I found that clicking OK may cause GnuCash to start spinning. But 
clicking "Apply" then closing the modal manually works.)


I have been operating like this for a while, and with every GnuCash major 
upgrade, I found that the base stylesheets change a bit, causing my carefully 
crafted customizations to break, and I have to revisit the CSS a bit... So 
while this does get the job done, it is not at all what I would call a "clean" 
solution, it is much more of a hack, and I have been considering creating a 
custom stylesheet, but haven't taken the time to explore that yet.

So, if you do get your approach working, please do share how! I'd love to hear 
the details. It will probably be more maintainable in the long term.


PS: in case you are interested in pursuing this custom CSS approach, you can 
find the CSS I used for this example here: 
https://gist.github.com/yemartin/98fbb32d1149f9c3f429ad2480274df5



Hope this helps,
Yves-Eric









> On Jun 30, 2023, at 23:38, Robert Heller  wrote:
> 
> I had some nicely designed stylesheets for my Invoices working with V2.6, but
> with V4.8, they are (appearently) gone (well, I still have the scheme files,
> but V4.8 is not seeing them). I just created a new stylesheet using the GUI
> [Edit=>Style Sheets] (is there a programmatical way to create style sheets?
> Scheme? Python? Something else? (css?).), and the new style sheet shows up in
> the list of possible style sheets, but does not seem to work...
> 
> -- 
> Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
> Deepwoods Software-- Custom Software Services
> http://www.deepsoft.com/  -- Linux Administration Services
> hel...@deepsoft.com   -- Webhosting Services
> 
> ___
> 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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread John Ralls



> On Jun 30, 2023, at 11:03 AM, Adrien Monteleone 
>  wrote:
> 
> https://wiki.gnucash.org/wiki/Flatpak
> 
> It's in the Release Notes posted here on the list and on the website.
> 
> Perhaps file an Enhancement Request to put that link at the top of the 
> Website along with the other links to binaries & sources.

Good idea. I did that, and cleaned up the display of the downloads box a bit as 
well.

Regards,
John Ralls

___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Robert Heller
At Fri, 30 Jun 2023 13:03:58 -0500 adrien.montele...@lusfiber.net wrote:

> 
> https://wiki.gnucash.org/wiki/Flatpak
> 
> It's in the Release Notes posted here on the list and on the website.
> 
> Perhaps file an Enhancement Request to put that link at the top of the 
> Website along with the other links to binaries & sources.

At this point it is "too late" -- I have managed to successfully build 4.14
from sources and it behaves better, including *partially* solving the style
sheet issues I was having. At this point there is one little bit of the style
sheet hackery I need some help with: I want to add something to the invoices
-- a PayPal payment image (logo). I'm not sure how to do that and syspect that
the GUI does not provide that sort of hook. I did it back in the old days by
writing a scheme file -- it is level of hackery still possible? If so, how is
that done with V4.14?

> 
> 
> Regards,
> Adrien
> 
> On 6/30/23 12:52 PM, Robert Heller wrote:
> > At Fri, 30 Jun 2023 12:30:47 -0500 adrien.montele...@lusfiber.net wrote:
> > 
> >>
> >> There's a flatpak option now if you don't want to build.
> > 
> > Where?  There isn't any obvious links anywhere, just source plus binaries 
> > for
> > MS-Windows and MacOSX.
> > 
> > (It is building it now, after a bit of strugling with apt -- some of the 
> > -dev
> > files required the base libraries to be downgraded...)
> 
> ___
> 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.
> 
>  
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services
  
___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Adrien Monteleone

https://wiki.gnucash.org/wiki/Flatpak

It's in the Release Notes posted here on the list and on the website.

Perhaps file an Enhancement Request to put that link at the top of the 
Website along with the other links to binaries & sources.



Regards,
Adrien

On 6/30/23 12:52 PM, Robert Heller wrote:

At Fri, 30 Jun 2023 12:30:47 -0500 adrien.montele...@lusfiber.net wrote:



There's a flatpak option now if you don't want to build.


Where?  There isn't any obvious links anywhere, just source plus binaries for
MS-Windows and MacOSX.

(It is building it now, after a bit of strugling with apt -- some of the -dev
files required the base libraries to be downgraded...)


___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Robert Heller
At Fri, 30 Jun 2023 12:30:47 -0500 adrien.montele...@lusfiber.net wrote:

> 
> There's a flatpak option now if you don't want to build.

Where?  There isn't any obvious links anywhere, just source plus binaries for 
MS-Windows and MacOSX.

(It is building it now, after a bit of strugling with apt -- some of the -dev
files required the base libraries to be downgraded...)

> 
> Regards,
> Adrien
> 
> On 6/30/23 12:09 PM, Robert Heller wrote:
> > At Fri, 30 Jun 2023 10:37:57 -0500 adrien.montele...@lusfiber.net wrote:
> > 
> >>
> >> I think 4.14 is the last of the series. Maybe try that? I do recall some
> >> report crashes that were fixed around the end of the 4.x series which
> >> could be related.
> > 
> > So, I would have to build it from source?  I don't see any binaries for
> > *Linux* (Ubuntu 22.04 x86_64).
> 
> ___
> 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.
> 
>   
> 
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services
 
___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Adrien Monteleone
Of course, there's no guarantee your crashes won't continue. It could be 
an issue with your customizations.


Regards,
Adrien

___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Adrien Monteleone

There's a flatpak option now if you don't want to build.

Regards,
Adrien

On 6/30/23 12:09 PM, Robert Heller wrote:

At Fri, 30 Jun 2023 10:37:57 -0500 adrien.montele...@lusfiber.net wrote:



I think 4.14 is the last of the series. Maybe try that? I do recall some
report crashes that were fixed around the end of the 4.x series which
could be related.


So, I would have to build it from source?  I don't see any binaries for
*Linux* (Ubuntu 22.04 x86_64).


___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Robert Heller
At Fri, 30 Jun 2023 10:37:57 -0500 adrien.montele...@lusfiber.net wrote:

> 
> I think 4.14 is the last of the series. Maybe try that? I do recall some 
> report crashes that were fixed around the end of the 4.x series which 
> could be related.

So, I would have to build it from source?  I don't see any binaries for 
*Linux* (Ubuntu 22.04 x86_64).

> 
> Regards,
> Adrien
> 
> On 6/30/23 10:00 AM, Robert Heller wrote:
> > OK, even worse, Gnucash (4.8) is now *crashing* when I try to print the
> > invoice with the default stylesheet.
> > 
> > At Fri, 30 Jun 2023 10:38:23 -0400 (EDT) Robert Heller 
> >  wrote:
> > 
> >>
> >> I had some nicely designed stylesheets for my Invoices working with V2.6, 
> >> but
> >> with V4.8, they are (appearently) gone (well, I still have the scheme 
> >> files,
> >> but V4.8 is not seeing them). I just created a new stylesheet using the GUI
> >> [Edit=>Style Sheets] (is there a programmatical way to create style sheets?
> >> Scheme? Python? Something else? (css?).), and the new style sheet shows up 
> >> in
> >> the list of possible style sheets, but does not seem to work...
> >>
> > 
> 
> ___
> 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.
> 
>   
> 
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Adrien Monteleone
I think 4.14 is the last of the series. Maybe try that? I do recall some 
report crashes that were fixed around the end of the 4.x series which 
could be related.


Regards,
Adrien

On 6/30/23 10:00 AM, Robert Heller wrote:

OK, even worse, Gnucash (4.8) is now *crashing* when I try to print the
invoice with the default stylesheet.

At Fri, 30 Jun 2023 10:38:23 -0400 (EDT) Robert Heller  
wrote:



I had some nicely designed stylesheets for my Invoices working with V2.6, but
with V4.8, they are (appearently) gone (well, I still have the scheme files,
but V4.8 is not seeing them). I just created a new stylesheet using the GUI
[Edit=>Style Sheets] (is there a programmatical way to create style sheets?
Scheme? Python? Something else? (css?).), and the new style sheet shows up in
the list of possible style sheets, but does not seem to work...





___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Robert Heller
OK, even worse, Gnucash (4.8) is now *crashing* when I try to print the 
invoice with the default stylesheet.

At Fri, 30 Jun 2023 10:38:23 -0400 (EDT) Robert Heller  
wrote:

> 
> I had some nicely designed stylesheets for my Invoices working with V2.6, but
> with V4.8, they are (appearently) gone (well, I still have the scheme files,
> but V4.8 is not seeing them). I just created a new stylesheet using the GUI
> [Edit=>Style Sheets] (is there a programmatical way to create style sheets?
> Scheme? Python? Something else? (css?).), and the new style sheet shows up in
> the list of possible style sheets, but does not seem to work...
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

   
___
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] HELP! Invoice Stylesheet, how to? V4.8

2023-06-30 Thread Robert Heller
I had some nicely designed stylesheets for my Invoices working with V2.6, but
with V4.8, they are (appearently) gone (well, I still have the scheme files,
but V4.8 is not seeing them). I just created a new stylesheet using the GUI
[Edit=>Style Sheets] (is there a programmatical way to create style sheets?
Scheme? Python? Something else? (css?).), and the new style sheet shows up in
the list of possible style sheets, but does not seem to work...

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

___
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.