Re: [GNC] GNUCash & Macros

2021-05-26 Thread flywire
https://autohotkey.com/board/topic/50354-ironahk-alpha-cross-platform-net-rewrite-of-autohotkey/



--
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 & Macros

2021-05-26 Thread Jack Frillman via gnucash-user

That's would be trouble then it's worth.
If GNUCash doesn't have it built in it's no big deal

On 5/26/21 8:26 PM, w...@theprescotts.com wrote:

The "Script Editor" found in the Applications->Utilities folder under Mac OS 
has some capabilities that might help. You can tell it to track a series of actions that 
turn into a script that can be edited for refinements and then used as a 'Macro'.

Will

On 2021 May 26, at 05-26 17:56:16, Jack Frillman via gnucash-user 
 wrote:

Unfortunately that's a Windows app.
I'm OSX or Linux user.

On 5/26/21 12:04 PM, Fross, Michael wrote:

You could look into AutoHotkey.  I use it to automate other non-GNUCash things, 
but I don't see why it couldn't work, especially if you can do what you need to 
do via keystrokes.

Michael

On Wed, May 26, 2021 at 10:15 AM Derek Atkins mailto:de...@ihtfp.com>> wrote:

HI,

On Wed, May 26, 2021 11:09 am, Jack Frillman wrote:
> I have repetitive task I do every day and I would like to reduce the
> number of steps to do that task.
>
> More specifically I import stock/mutual fund and precious metal
prices
> from a CSV file. Currently I go through the multi-step process
the GUI
> walks you through. This is easy enough but I can be ultra lazy
at times
> and would like to execute that import process using a macro if
possible.

Thank you for explaining what you'd like to do. Unfortunately, no,
there
is no way to automate those processes in the UI.  The closest
thing you
can do is write some scripts (in Python) to do the work.

-derek

--Derek Atkins 617-623-3745
de...@ihtfp.com  www.ihtfp.com

   Computer and Internet Security Consultant

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



--
Old Unix programmers never die, they just mv to /dev/null
- Anonymous

___
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 sqlite backend on windows and linux

2021-05-26 Thread w...@theprescotts.com
I have several SQLite databases that I move between and access under Mac OS and 
Linux. I never have had problems.

Will

On 2021 May 26, at 05-26 18:49:12, Geoff  wrote:

I haven't tested it, but the SQLite developers say that it is:

"A database in SQLite is a single disk file¹. Furthermore, the file format is 
cross-platform. A database that is created on one machine can be copied and 
used on a different machine with a different architecture. SQLite databases are 
portable across 32-bit and 64-bit machines and between big-endian and 
little-endian architectures."

https://www.sqlite.org/onefile.html

Regards

Geoff
=

On 27/05/2021 8:43 am, mike823 wrote:
> Hi everyone,
> Is the gnucash sqlite backend compatible between windows and linux? If,
> let's say, I keep the sqlite database on a network shared folder, can that
> database be open by one gnucash instance running on  windows and another one
> running on linux, at different moments in time?
> Looking for an autoritative answer. TIA.
> --
> 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.
___
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.

___
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 & Macros

2021-05-26 Thread w...@theprescotts.com
The "Script Editor" found in the Applications->Utilities folder under Mac OS 
has some capabilities that might help. You can tell it to track a series of 
actions that turn into a script that can be edited for refinements and then 
used as a 'Macro'.

Will 

On 2021 May 26, at 05-26 17:56:16, Jack Frillman via gnucash-user 
 wrote:

Unfortunately that's a Windows app.
I'm OSX or Linux user.

On 5/26/21 12:04 PM, Fross, Michael wrote:
> You could look into AutoHotkey.  I use it to automate other non-GNUCash 
> things, but I don't see why it couldn't work, especially if you can do what 
> you need to do via keystrokes.
> 
> Michael
> 
> On Wed, May 26, 2021 at 10:15 AM Derek Atkins  > wrote:
> 
>HI,
> 
>On Wed, May 26, 2021 11:09 am, Jack Frillman wrote:
>> I have repetitive task I do every day and I would like to reduce the
>> number of steps to do that task.
>>
>> More specifically I import stock/mutual fund and precious metal
>prices
>> from a CSV file. Currently I go through the multi-step process
>the GUI
>> walks you through. This is easy enough but I can be ultra lazy
>at times
>> and would like to execute that import process using a macro if
>possible.
> 
>Thank you for explaining what you'd like to do. Unfortunately, no,
>there
>is no way to automate those processes in the UI.  The closest
>thing you
>can do is write some scripts (in Python) to do the work.
> 
>-derek
> 
>--Derek Atkins 617-623-3745
>de...@ihtfp.com  www.ihtfp.com
>
>   Computer and Internet Security Consultant
> 
>___
>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.
> 

-- 
Old Unix programmers never die, they just mv to /dev/null
- Anonymous

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

___
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 sqlite backend on windows and linux

2021-05-26 Thread Geoff

I haven't tested it, but the SQLite developers say that it is:

"A database in SQLite is a single disk file¹. Furthermore, the file 
format is cross-platform. A database that is created on one machine can 
be copied and used on a different machine with a different architecture. 
SQLite databases are portable across 32-bit and 64-bit machines and 
between big-endian and little-endian architectures."


https://www.sqlite.org/onefile.html

Regards

Geoff
=

On 27/05/2021 8:43 am, mike823 wrote:

Hi everyone,

Is the gnucash sqlite backend compatible between windows and linux? If,
let's say, I keep the sqlite database on a network shared folder, can that
database be open by one gnucash instance running on  windows and another one
running on linux, at different moments in time?

Looking for an autoritative answer. TIA.



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


___
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 & Macros

2021-05-26 Thread Jack Frillman via gnucash-user

Unfortunately that's a Windows app.
I'm OSX or Linux user.

On 5/26/21 12:04 PM, Fross, Michael wrote:
You could look into AutoHotkey.  I use it to automate other 
non-GNUCash things, but I don't see why it couldn't work, 
especially if you can do what you need to do via keystrokes.


Michael

On Wed, May 26, 2021 at 10:15 AM Derek Atkins > wrote:


HI,

On Wed, May 26, 2021 11:09 am, Jack Frillman wrote:
> I have repetitive task I do every day and I would like to reduce the
> number of steps to do that task.
>
> More specifically I import stock/mutual fund and precious metal
prices
> from a CSV file. Currently I go through the multi-step process
the GUI
> walks you through. This is easy enough but I can be ultra lazy
at times
> and would like to execute that import process using a macro if
possible.

Thank you for explaining what you'd like to do. Unfortunately, no,
there
is no way to automate those processes in the UI.  The closest
thing you
can do is write some scripts (in Python) to do the work.

-derek

-- 
       Derek Atkins                 617-623-3745

de...@ihtfp.com  www.ihtfp.com

       Computer and Internet Security Consultant

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



--
Old Unix programmers never die, they just mv to /dev/null
- Anonymous

___
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 & Macros

2021-05-26 Thread Jack Frillman via gnucash-user

Okay, that's what I thought.
Thanks.

On 5/26/21 11:14 AM, Derek Atkins wrote:

HI,

On Wed, May 26, 2021 11:09 am, Jack Frillman wrote:

I have repetitive task I do every day and I would like to reduce the
number of steps to do that task.

More specifically I import stock/mutual fund and precious metal prices
from a CSV file. Currently I go through the multi-step process the GUI
walks you through. This is easy enough but I can be ultra lazy at times
and would like to execute that import process using a macro if possible.

Thank you for explaining what you'd like to do.  Unfortunately, no, there
is no way to automate those processes in the UI.  The closest thing you
can do is write some scripts (in Python) to do the work.

-derek



--
Old Unix programmers never die, they just mv to /dev/null
- Anonymous

___
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] export to PDF

2021-05-26 Thread flywire
You're disappointed with the webkit developers not the GnuCash developers.
Maybe your OS has a scripting facility.



--
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] GnuCash sqlite backend on windows and linux

2021-05-26 Thread mike823
Hi everyone,

Is the gnucash sqlite backend compatible between windows and linux? If,
let's say, I keep the sqlite database on a network shared folder, can that
database be open by one gnucash instance running on  windows and another one
running on linux, at different moments in time?

Looking for an autoritative answer. TIA.



--
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 & Macros

2021-05-26 Thread Glenn Fowler
Hi Jack,

I use KeePass for the quick attended macros as shows here in this video:
https://www.loom.com/share/831d19aa94cc4cea8b6ce3eae3b14ba0

You can also use AutoHotKey as someone mentioned as well as AutoIT. For my
unattended macros and automation, I use SendKeys through PowerShell Core.
Here's a writeup if you are interested:
https://www.reddit.com/r/GnuCash/comments/mugurm/automatically_scan_ocr_receipts_invoices/



On Wed, May 26, 2021 at 10:52 AM Jack Frillman via gnucash-user <
gnucash-user@gnucash.org> wrote:

>
> Does GNUCash have a macro feature?
>
> I searched the documentation and I didn't see anything so I'm asking
> just to make sure I didn't missing something.
>
> Thanks.
>
> --
> Old Unix programmers never die, they just mv to /dev/null
> - Anonymous
>
> ___
> 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.
>
___
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] export to PDF

2021-05-26 Thread John Mitchell
Thank you. But I know that procedure already. It's just that the export 
to PDF button was quicker.

I am disappointed the developers took that away.
John
--
___
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] export to PDF

2021-05-26 Thread Geert Janssens
Op woensdag 26 mei 2021 18:27:57 CEST schreef Derek Atkins:
> Hi,
> 
> On Wed, May 26, 2021 12:20 pm, John Mitchell wrote:
> > I have been using Ubuntu 18.04 for the last couple of years. The gnucash
> > that came with the software center was version 2.6. When I would invoice
> > my customers, then select 'print invoice', the invoice would appear on
> > the screen in a printable format. There was a button to select that
> > would export the invoice in PDF format. I would then save the invoice in
> > my customers file. Email the invoice as an attachment to my customer.
> > 
> > I have upgraded ubuntu and the gnucash version is 3.8. This button to
> > export the invoice in PDF format is no longer available.
> > 
> > Why was this feature removed from gnucash and can we get it back???
> > Thanks
As to why, gnucash switched to a more recent version of webkit for its 
reporting needs and that newer version no longer supports printing to pdf.

So as Derek suggests our best alternative is to use the print to pdf feature 
in the print dialog.

Regards,

Geert


___
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] export to PDF

2021-05-26 Thread Derek Atkins
Hi,

On Wed, May 26, 2021 12:20 pm, John Mitchell wrote:
> I have been using Ubuntu 18.04 for the last couple of years. The gnucash
> that came with the software center was version 2.6. When I would invoice
> my customers, then select 'print invoice', the invoice would appear on
> the screen in a printable format. There was a button to select that
> would export the invoice in PDF format. I would then save the invoice in
> my customers file. Email the invoice as an attachment to my customer.
>
> I have upgraded ubuntu and the gnucash version is 3.8. This button to
> export the invoice in PDF format is no longer available.
>
> Why was this feature removed from gnucash and can we get it back???
> Thanks

It was removed to the Print dialog.  Once you have the printable invoice
report up, you can "Print Report" (under the File menu) and from there
should be able to generate a PDF.

Hope this helps,

> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.


-derek

-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant

___
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] export to PDF

2021-05-26 Thread John Mitchell
I have been using Ubuntu 18.04 for the last couple of years. The gnucash 
that came with the software center was version 2.6. When I would invoice 
my customers, then select 'print invoice', the invoice would appear on 
the screen in a printable format. There was a button to select that 
would export the invoice in PDF format. I would then save the invoice in 
my customers file. Email the invoice as an attachment to my customer.


I have upgraded ubuntu and the gnucash version is 3.8. This button to 
export the invoice in PDF format is no longer available.


Why was this feature removed from gnucash and can we get it back???
Thanks

--
___
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 & Macros

2021-05-26 Thread Fross, Michael
You could look into AutoHotkey.  I use it to automate other non-GNUCash
things, but I don't see why it couldn't work, especially if you can do what
you need to do via keystrokes.

Michael

On Wed, May 26, 2021 at 10:15 AM Derek Atkins  wrote:

> HI,
>
> On Wed, May 26, 2021 11:09 am, Jack Frillman wrote:
> > I have repetitive task I do every day and I would like to reduce the
> > number of steps to do that task.
> >
> > More specifically I import stock/mutual fund and precious metal prices
> > from a CSV file. Currently I go through the multi-step process the GUI
> > walks you through. This is easy enough but I can be ultra lazy at times
> > and would like to execute that import process using a macro if possible.
>
> Thank you for explaining what you'd like to do.  Unfortunately, no, there
> is no way to automate those processes in the UI.  The closest thing you
> can do is write some scripts (in Python) to do the work.
>
> -derek
>
> --
>Derek Atkins 617-623-3745
>de...@ihtfp.com www.ihtfp.com
>Computer and Internet Security Consultant
>
> ___
> 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.
>
___
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 & Macros

2021-05-26 Thread Derek Atkins
HI,

On Wed, May 26, 2021 11:09 am, Jack Frillman wrote:
> I have repetitive task I do every day and I would like to reduce the
> number of steps to do that task.
>
> More specifically I import stock/mutual fund and precious metal prices
> from a CSV file. Currently I go through the multi-step process the GUI
> walks you through. This is easy enough but I can be ultra lazy at times
> and would like to execute that import process using a macro if possible.

Thank you for explaining what you'd like to do.  Unfortunately, no, there
is no way to automate those processes in the UI.  The closest thing you
can do is write some scripts (in Python) to do the work.

-derek

-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant

___
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 & Macros

2021-05-26 Thread Jack Frillman via gnucash-user
I have repetitive task I do every day and I would like to reduce the 
number of steps to do that task.


More specifically I import stock/mutual fund and precious metal prices 
from a CSV file. Currently I go through the multi-step process the GUI 
walks you through. This is easy enough but I can be ultra lazy at times 
and would like to execute that import process using a macro if possible.


On 5/26/21 11:02 AM, Derek Atkins wrote:

Hi,

On Wed, May 26, 2021 10:52 am, Jack Frillman via gnucash-user wrote:

Does GNUCash have a macro feature?

I searched the documentation and I didn't see anything so I'm asking
just to make sure I didn't missing something.

Could you go into a bit more details about what, exactly, you want to use
"macros" to do?


Thanks.
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

-derek



--
Old Unix programmers never die, they just mv to /dev/null
- Anonymous

___
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 & Macros

2021-05-26 Thread Derek Atkins
Hi,

On Wed, May 26, 2021 10:52 am, Jack Frillman via gnucash-user wrote:
>
> Does GNUCash have a macro feature?
>
> I searched the documentation and I didn't see anything so I'm asking
> just to make sure I didn't missing something.

Could you go into a bit more details about what, exactly, you want to use
"macros" to do?

>
> Thanks.

> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

-derek

-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant

___
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] GNUCash & Macros

2021-05-26 Thread Jack Frillman via gnucash-user



Does GNUCash have a macro feature?

I searched the documentation and I didn't see anything so I'm asking 
just to make sure I didn't missing something.


Thanks.

--
Old Unix programmers never die, they just mv to /dev/null
- Anonymous

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