Re: [GNC] User-defined commands

2022-11-29 Thread Helmut Eller
On Tue, Nov 29 2022, john wrote: > Is this possible? Is it documented somewhere? > > > Yes, it's possible. No, it's not documented. > > See the definition of gnc:add-report-template-menu-item at https:// > github.com/Gnucash/gnucash/blob/maint/gnucash/gnome/report-menus.scm# > L42 for example

[GNC] User-defined commands

2022-11-29 Thread Helmut Eller
Is there some easy way to add user-defined commands to the menus? I wrote some Scheme code for various tasks and currently I execute this code via custom reports as a side effect. This works, but it would be nicer if I could create proper menu items for these commands. Ideally, the command would

Re: [GNC] Some questions about reports

2022-04-06 Thread Helmut Eller
On Wed, Apr 06 2022, Chris Green wrote: > My only question then is what report do I need for the bank balance > start/end figures? Perhaps you could use two Account Summary reports; one for the start date and one for the end date. It may also be useful to combine those two in a Custom Multicolmn

Re: [GNC] Customizing invoices (Helmut Eller

2022-03-29 Thread Helmut Eller
On Tue, Mar 29 2022, John Ralls wrote: > I'd think amounts on invoices should be in some integer multiple of > the commodity's smallest fraction traded--that's a property of the > commodity that you set in the New/Edit Security dialog--and should > display as a decimal with the appropriate number

[GNC] Customizing invoices

2022-03-28 Thread Helmut Eller
Is there some way to customize the number of decimal places that are used for the Quantity column in an invoice? When I edit an invoice and insert 1/7 as quantity, it is displayed as 0.14285714. However, when I print the invoice, it is displayed as 0.14. Preferably I would like to see 1/7 in the