Re: [GNC] AutoHotKey: Date Arithmetic Example

2022-08-14 Thread Geoff
Nice work Glenn! (I still think AutoHotKey would have been a better choice than KeePass for your keystroke automation though.) I wasn't aware of UI.Vision - looks interesting, thanks for sharing. Regards Geoff = On 15/08/2022 1:00 pm, Glenn Fowler wrote: Hi, Automating the GUI is cert

Re: [GNC] AutoHotKey: Date Arithmetic Example

2022-08-14 Thread Glenn Fowler
Hi, Automating the GUI is certainly possible (basically it's just RPA). I did it using PowerShell: https://www.reddit.com/r/GnuCash/comments/mugurm/automatically_scan_ocr_receipts_invoices/ Just adding that if you are looking into Selenium I would recommend UI.Vision: https://ui.vision/ It runs

[GNC] AutoHotKey: Date Arithmetic Example

2022-08-14 Thread Geoff
Hi Tom Yes, AutoHotKey is quite a powerful scripting language and has some basic date handling functionality built in. Here is a trivial example as a demonstration, but note that it fails for cases where the day of the month is greater than 28. This is easy to fix, but I don't know the spec