Re: [GNC-dev] UK VAT and "Making Tax Difficult"

2023-01-08 Thread Mike Evans
On Sun, 8 Jan 2023 00:41:42 +0200 Graham Leggett via gnucash-devel wrote: > Hi all, > > In the archives there have been discussions over coming up with a way to do > the UK’s MTD (making tax digital). > > The key missing bit is the bridge part - the piece that logs into HMRC and > passes the

Re: [GNC-dev] UK VAT and "Making Tax Difficult"

2023-01-08 Thread Mike Evans
since I last tested it. Register as a developer https://developer.service.hmrc.gov.uk/api-documentation Regards Mike Evans > ___ > gnucash-devel mailing list > gnucash-devel@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-devel -

Re: [GNC-dev] Dependencies policy for major releases

2022-10-29 Thread Mike Commissaris
Not a Dev, but I build each release on MX-21 - Debian 11 based. I sometimes have needed to satisfy a dependency but that has helped educationally. Thanks to Devs for their great efforts. Mike C On Sat, Oct 29, 2022 at 6:45 PM Adrien Monteleone < adrien.montele...@lusfiber.net> wrote: >

Re: [GNC-dev] Building Mac version using SDK 12

2022-09-15 Thread Mike Alexander
;t compile with some versions of Clang++. I was using a version that is slightly newer than Apple's version and switching to Apple's version fixed the problem. I figured it couldn't be a GnuCash problem, but didn't see the obvious answer last night. Thanks for poi

[GNC-dev] Building Mac version using SDK 12

2022-09-14 Thread Mike Alexander
h my build environment, but I was wondering if anyone else had seen this? Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Removing "unused" code

2021-06-15 Thread Mike Alexander
this and I would have had to do that sooner or later. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Removing "unused" code

2021-06-15 Thread Mike Alexander
On 12 Jun 2021, at 8:59, D. wrote: I thought the eguile report was included in the distribution already. There is at least one EGuile report in the distribution (a balance sheet report, I think) but I don't think this one is included..

[GNC-dev] Removing "unused" code

2021-06-10 Thread Mike Alexander
e later if something else is done that depends on this change. I understand that cleaning up code and removing dead code are good things to do, but I think this is going too far. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.g

Re: [GNC-dev] [GNC] UK specific: MTD - Making Tax Digital

2021-01-15 Thread Mike Evans
t; Chris > > Please do. I made a start on a bridge for submitting self employed income, then got distracted. Mike -- PGP Key fingerprint = DA68 9657 0FF3 EFCB 58BD 3349 982E 6790 44C1 29D0 Use saxic...@protonmail.com for end to end encrypted communication. _

Re: [GNC-dev] Auto reconcile from register window

2020-10-27 Thread Mike Alexander
dow and it doesn't check for a null account pointer. It seems to me that if we fix autoClearWindow to check for a null account and hook up the menu item in the register window things should work fine. I can do that unless someone knows why it's a bad idea. Mike On 26 Oct 2020, at 2

[GNC-dev] Auto reconcile from register window

2020-10-25 Thread Mike Alexander
ious? The same thing applies to gnc-plugin-page-register2-ui.xml. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] gnucash-on-flatpak master: Relax default sandbox restrictions to allow filesystem access to the complete host system

2020-10-02 Thread Mike Commissaris
ou can print checks, but not reports. > > Regards, > > Geert > > Op vrijdag 2 oktober 2020 18:25:24 CEST schreef Mike Commissaris: > > Would this allow direct printing to printer as well? > > > > On Fri, Oct 2, 2020 at 1:06 AM Geert Janssens < > gjanss...@co

Re: [GNC-dev] gnucash-on-flatpak master: Relax default sandbox restrictions to allow filesystem access to the complete host system

2020-10-02 Thread Mike Commissaris
t; "--talk-name=ca.desrt.dconf", > "--env=DCONF_USER_CONFIG_DIR=.config/dconf" >], > > > > Summary of changes: > org.gnucash.GnuCash.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > ___ > gnucash-changes mailing

Re: [GNC-dev] Deprecation of XML file

2020-09-14 Thread Mike Evans
> The *main* benefit of SQL storage is that you get immediate saves. I.e., > when you commit a transaction, it gets saved to storage immediately. So > -- no lost work. This is exactly why I *don't* use a database for storage. I often screw up entering data. I don't save until I'm happy I've

Re: [GNC-dev] Crash during OFX import

2020-06-30 Thread Mike Alexander
On 30 Jun 2020, at 11:39, jean laroche wrote: I believe you're right. The bug was mine. But you had a difficult merge combining your changes with mine. Back when I was gainfully employed handling merges was one of my jobs and I know that it can be difficult.

Re: [GNC-dev] Crash during OFX import

2020-06-29 Thread Mike Alexander
/gnucash/commit/0a4347bd5ef155193a1d5b18f9ed8596283e488d that was applied only to master. But I think the bug is from the multi file import change (55d7385) which failed to reinitialize those fields for each file. At any rate the fix looks ok. Mike ___ gnucash-dev

Re: [GNC-dev] gnucash master: Fix binreloc compile error with gcc.

2020-05-27 Thread Mike Alexander
EMail to the author of the commit. Do I need to do something to sign up for this? Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] gnucash master: Fix binreloc compile error with gcc.

2020-05-27 Thread Mike Alexander
2020 -0700 Fix binreloc compile error with gcc. Sorry about that, I don't use gcc much anymore. I gather that including mach-o/dyld.h requires including stdint first in gcc, but not clang. Thanks for fixing it. Mike ___ gnucash-

Re: [GNC-dev] Resolving symlinks in _br_find_exe in binreloc.c

2020-05-23 Thread Mike Alexander
may not be desirable (like bypassing all preferences and using defaults for everything). Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Resolving symlinks in _br_find_exe in binreloc.c

2020-05-21 Thread Mike Alexander
ly complete solution to this problem. It is probably overkill for GnuCash, but it is interesting. I'll probably just make the existing code work right and leave it at that. Is that ok with you, or should I try to use this more general solution? Since GnuCash already

[GNC-dev] Resolving symlinks in _br_find_exe in binreloc.c

2020-05-21 Thread Mike Alexander
ares about (Windows is a completely separate implementation of _br_find_exe). It is in MacOS since 10.4, in Posix since POSIX.1-2001, in BSD4.4, and in Linux. It's essentially trivial to call and will solve the problem. Mike ___

Re: [GNC-dev] XCode build not building gnc-vcs-info

2020-05-07 Thread Mike Alexander
since building using scodebuild works. I was using XCode since it seems faster. Since the notes on using SCode say to use xcodebuild I don't think there is anything more that needs to be done. It might be possible to work around the problem, but probably not worth t

Re: [GNC-dev] XCode build not building gnc-vcs-info

2020-05-05 Thread Mike Alexander
as no effect on anything users see. It's just a problem for developers. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[GNC-dev] XCode build not building gnc-vcs-info

2020-05-05 Thread Mike Alexander
master. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] PDF Reports

2020-03-25 Thread Mike Alexander
m XCode Version 11.3.1 (11C504) on Mojave. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] PDF Reports

2020-03-24 Thread Mike Alexander
FWIW I use WebKit2 (currently version 2.26.2) with the Quartz version of GnuCash and reports with charts seem to work fine. Even the tooltips work. You might want to give it a try again in case they've fixed something. Mike On 18 Mar 2020, at 12:14, John Ralls wrote

Re: [GNC-dev] A little hint for xcode usage (scheme)

2020-03-08 Thread Mike Alexander
ode's debugging GUI is quite nice. I remember debugging using address stops and console switches, so this is a big step up. Mike On 8 Mar 2020, at 23:27, John Ralls wrote: From the command line, lldb bin/gnucash br se -n foo or you can use the gdb compatibility version, b foo. emac

Re: [GNC-dev] A little hint for xcode usage (scheme)

2020-03-08 Thread Mike Alexander
nt, not just an editor. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] A little hint for xcode usage (scheme)

2020-03-08 Thread Mike Alexander
ode does parallel builds. At least that's what it seems like, I haven't really verified that. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] gnc:debug changes

2020-03-07 Thread Mike Alexander
e lookups and a couple of string comparisons, but that's it. The hash table will generally only have half a dozen entries so the lookup should be fast. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] gnc:debug changes

2020-03-06 Thread Mike Alexander
quot; which is the original bug that I was looking for. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[GNC-dev] gnc:debug changes

2020-03-06 Thread Mike Alexander
27;re really avoiding is the actual call to gnc:debug and the call to qof-log-check. I propose reverting back to 42b6fb9 with the bugs in it fixed. Is this ok? If so I'll push a change. Mike ___ gnucash-devel mailing list gnucash-dev

Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-02-11 Thread Mike Alexander
/<4>bin>./gnc-fq-dump currency XAU USD 1 XAU = 1565.2 USD mta@bayswater /<4>bin>./gnc-fq-dump currency USD XAU 1 XAU = 1565.2 USD Note that they both return the same thing since the other quote doesn't work. GnuCash is smart enough to use an inverset currency rate if the

Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-02-11 Thread Mike Alexander
+ .5 ) / 1; } """ That code should be removed. It actually gets the same accuracy and it gets a different answer. The reverse quote is 13683.5. This inverts to a rate of 0.7308 which is not the same as 0.7297. That's a trivial difference, but F::Q should really return the quote it was asked for if possible. I noticed that there was some action on my pull request after you rattled their cage. Thanks for doing that. That may make this discussion largely irrelevant. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-02-10 Thread Mike Alexander
ms very fast. Of course this would require changes to F::Q which gets us right back into those problems. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-02-09 Thread Mike Alexander
n't see any method that returns more than one currency exchange rate per call. How do you do this in F::Q? Is there some undocumented method that I am missing? Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-02-07 Thread Mike Alexander
his error return and delays the next call. It is pretty stupid about how long to delay. If AlphaVantage returned more information about how fast is too fast it could be smarter about it. Unless this is changed in AlphaVantage I don't think thee is much that could usefully be done about

Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-01-18 Thread Mike Alexander
e a problem for someone who has actually paid for an AlphaVantage subscription and hence can get currency quotes faster. Some day I hope that F::Q will find a currency quote source that works better and faster at which time you wouldn't want the delay in GnuCash. Mike diff --

Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-01-18 Thread Mike Alexander
e a problem for someone who has actually paid for an AlphaVantage subscription and hence can get currency quotes faster. Some day I hope that F::Q will find a currency quote source that works better and faster at which time you wouldn't want the delay in GnuCash. Mike diff --

Re: [GNC-dev] gnucash.xcodeproj obsolete ?

2020-01-16 Thread Mike Alexander
ripts) ? It's gone. I've been meaning to get rid of it for ages but hadn't gotten around to it. Thanks for nudging me. THe CMake generated XCode project is far superior to the one I created which was very limited. I've used the CMake one several times and it has always wor

Re: [GNC-dev] Online ID matching for OFX import

2020-01-05 Thread Mike Alexander
seems to work ok. I'll be glad to give it a try when you're ready. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Online ID matching for OFX import

2020-01-05 Thread Mike Alexander
counts. This will lead to random matches to the wrong account on future imports. The bottom line is that I think we should have it return the first account with the correct commodity and a partial match to the online ID> Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Online ID matching for OFX import

2020-01-05 Thread Mike Alexander
. Mike On 5 Jan 2020, at 15:47, Christian Stimming wrote: I think two passes is fine. We have a O(n) complexity anyway, and O(2n) is not worse than that. So I think running one pass looking for exact match, then (if none was found) looking for the partial match, is fine overall. Caching

Re: [GNC-dev] Online ID matching for OFX import

2020-01-05 Thread Mike Alexander
I think it will since the accounts commodity will be wrong. Mike On Sun, Jan 5, 2020, 10:01 AM John Ralls wrote: > > > > On Jan 5, 2020, at 12:40 AM, Mike Alexander wrote: > > > > When I tried to do my monthly import of an OFX file containing my > TIAA/CREF transactio

[GNC-dev] Online ID matching for OFX import

2020-01-05 Thread Mike Alexander
ts. If it finds the parent account before the sub account it returns that and the process fails since it's the wrong currency. I don't understand enough about the problem that commit is fixing to know how to fix it without breaking things. Mike _

Re: [GNC-dev] RE Bug 797085

2019-07-30 Thread Mike Evans
On Mon, 29 Jul 2019 19:13:27 -0700 John Ralls wrote: > > On Jul 29, 2019, at 2:12 AM, Mike Evans wrote: > > > > https://bugs.gnucash.org/show_bug.cgi?id=797085 > > > > I've made the strings translatable. Should I do two commits; one for > > updates

[GNC-dev] RE Bug 797085

2019-07-29 Thread Mike Evans
https://bugs.gnucash.org/show_bug.cgi?id=797085 I've made the strings translatable. Should I do two commits; one for updates to the strings in dialog-bi-import.c and another for updating all the .po files? The po files update changes a lot of stuff not related to the new strings. M

Re: [GNC-dev] Bug 787018

2019-05-04 Thread Mike Evans
On Sat, 4 May 2019 18:14:48 +0100 Mike Evans wrote: > Hi all > > In regard to saving the last dir that a PDF was printed to I assume I can use > gtk_print_settings_to_key_file (print_settings, SOME_KEY_FILE, NULL) ? What > is the SOME_KEY_FILE that I need and how do access it f

Re: [GNC-dev] Bug 787018

2019-05-04 Thread Mike Evans
sical" BOOKNAME.gnucash.gcm file in the GnuCash settings directory on close ? Regards Mike E -- GPG Key fingerprint = 0D8A 33A8 F7F8 733C 7519 2A56 DB8F 7CF1 C67B BC0F ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailma

Re: [GNC-dev] gnucash: New branch 'Bug-797168'

2019-05-01 Thread Mike Evans
Oops didn't mean to make a new branch. ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Gnucash and the UK's "Making Tax Digital" initiative

2019-04-06 Thread Mike Evans
EvansMike/hmrc_self_submit convert them into your favourite language. It's example code code using the sandbox-test API. Mike E -- GPG Key fingerprint = 0D8A 33A8 F7F8 733C 7519 2A56 DB8F 7CF1 C67B BC0F ___ gnucash-devel mailing list gnucash-d

Re: [GNC-dev] Gnucash and the UK's "Making Tax Digital" initiative

2019-04-06 Thread Mike Evans
On Sat, 6 Apr 2019 23:29:30 +0800 Christopher Lam wrote: > On Sat, 6 Apr 2019 at 17:49, Mike Evans wrote: > > > For VAT there are examples at > > https://developer.service.hmrc.gov.uk/api-documentation/docs/api/service/vat-api/1.0#_submit-vat-return-for-period_post_accordion

Re: [GNC-dev] Gnucash and the UK's "Making Tax Digital" initiative

2019-04-06 Thread Mike Evans
t's your solution to the client_secret problem? Mike E ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Gnucash and the UK's "Making Tax Digital" initiative

2019-04-05 Thread Mike Evans
On Fri, 5 Apr 2019 12:52:05 +0100 Alain D D Williams wrote: > On Thu, Apr 04, 2019 at 09:31:22PM +0100, Mike Evans wrote: > > > After a hiatus I have successfully interacted with the HMRC API for a test > > account to post earning & expenses using python. > > Br

Re: [GNC-dev] Gnucash and the UK's "Making Tax Digital" initiative

2019-04-04 Thread Mike Evans
y viewable. Tomorrow maybe. I'm still thinking how to keep the secret, even though HMRC have apparently relaxed that requirement. Ideas welcome on that, maybe a json request from gnucash.org, I know the request code will still be public however, that's the part that needs more_thoug

Re: [GNC-dev] help

2019-01-27 Thread Mike Donovan
Kindly unsubscribe. My perceived problem was due to operator error. Thanks, Mike Donovan Sent from Mail for Windows 10 From: gnucash-devel-requ...@gnucash.org Sent: Sunday, January 27, 2019 12:00 To: gnucash-devel@gnucash.org Subject: gnucash-devel Digest, Vol 190, Issue 35 Send gnucash-devel

Re: [GNC-dev] gnucash maint: remove unnecesary 'home' level in path for US Income Tax book tax information

2019-01-26 Thread Mike Alexander
> On Jan 26, 2019, at 1:57 PM, Alex Aycinena wrote: > > Mike - Is your build working now? > Yes, it’s fine now. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] gnucash maint: remove unnecesary 'home' level in path for US Income Tax book tax information

2019-01-25 Thread Mike Alexander
model: posix If no one else is seeing this I’ll try to figure out what is different for me. Mike > On Jan 24, 2019, at 9:54 PM, J.Alex Aycinena > wrote: > > Updatedvia https://github.com/Gnucash/gnucash/commit/fc153643 > (commit) > from https://gith

Re: [GNC-dev] Currencies in Price Database UI gone weird in 3.4

2019-01-14 Thread Mike Alexander
ntly in front of the register window and seems to steal all keyboard events. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Register Documentation Improvements (was Re: [GNC] Column widths again)

2018-08-27 Thread Mike Evans
On Mon, 27 Aug 2018 11:14:28 -0500 Rob Gowin wrote: > On Mon, Aug 27, 2018 at 7:50 AM, Mike Evans wrote: > > > > Hi Rob > > > > Referring to your mail of 2015-09-01 you "put the XSL file and a python > > script to run the conversion process in a repositor

Re: [GNC-dev] Register Documentation Improvements (was Re: [GNC] Column widths again)

2018-08-27 Thread Mike Evans
_ Hi Rob Referring to your mail of 2015-09-01 you "put the XSL file and a python script to run the conversion process in a repository at https://github.com/codesmythe/asciidoc-conversion."; This no longer exists, can you make it available again? Unless

Re: [GNC-dev] Compiling Gnucash on MacOS - not for the faint of heart...

2018-07-16 Thread Mike Alexander
> On Jul 1, 2018, at 11:23 PM, John Ralls wrote: > > Last question first, bash and emacs. ISTR Mike Alexander uses vim and emacs. Sorry for the delay, I’m a bit behind on EMail My GnuCash environment is probably unique, or at least was until recently. I’ve been too busy to update t

Re: [GNC-dev] GnuCash Bugzilla URLs -- /bugzilla or not?

2018-05-10 Thread Mike Evans
t; Currently, the URLs for us are bugzilla.gnucash.org/bugzilla/show_bug.cgi > > Do people care? Do you want me to look at removing that /bugzilla in there? > > Let me know your thoughts. I'll post more questions later. > > Tha

Re: Scope of GNUCash

2018-02-14 Thread Mike or Penny Novack
On 2/13/2018 9:49 PM, Wm via gnucash-devel wrote: Why are you blaming the workers rather than the employers? Why do you think a piece of software can help if you are shitting on your employees? Mike, is this what you expected as a response? Adrien appears to be a person that trusts no-one

Re: Scope of GNUCash

2018-02-14 Thread Mike or Penny Novack
😊 I think I would love to sit down in a pub with the three of you (Wm, Adrien, and Mike). I think we could have such awesome semi-drunken discussions about the nature of life, the universe and everything! I'm in London. Mike is in a Trump voting bit of Merka. Don't know where

Re: Scope of GNUCash

2018-02-14 Thread Mike or Penny Novack
On 2/13/2018 4:53 PM, Matt Graham wrote: 😊 I think I would love to sit down in a pub with the three of you (Wm, Adrien, and Mike). I think we could have such awesome semi-drunken discussions about the nature of life, the universe and everything! I think you have basically answered my

Re: Scope of GNUCash

2018-02-13 Thread Mike or Penny Novack
On 2/13/2018 2:55 AM, Wm via gnucash-devel wrote: A couple of times I have noticed that people have said "That's not what GNUCash is for". It begs the question - where is it defined what GNUCash is and isn't for? The charter for GNUCash doesn't seem to ever been formalised. There is a long t

Re: Future allocated money, aka Envelope Budgeting

2018-02-02 Thread Mike or Penny Novack
On 2/2/2018 7:04 AM, Wm via gnucash-devel wrote: On 31/01/2018 16:09, Christopher Lam wrote: Hi Matt- I thought this should move to the devel list, because of technical details, and this discussion will be very speculative. I had a thought about how envelope budgeting could work: "divide your

Re: Font colours in 2.8

2017-10-14 Thread Mike Evans
Thanks again Bob. Is that documented anywhere? I sure I'm not the only one who hates grey text. Mike E On Sat, 14 Oct 2017 10:30:06 +0100 Robert Fewell <14ubo...@gmail.com> wrote: > Mike, > You will have to create it in your home directory, just a text file but > make sure

Re: Font colours in 2.8

2017-10-14 Thread Mike Evans
On Sat, 14 Oct 2017 09:49:19 +0100 Mike Evans wrote: > On Fri, 13 Oct 2017 16:13:54 +0100 > Robert Fewell <14ubo...@gmail.com> wrote: > > > Mike, > > > > Try this in your .gtk-3.0-gnucash.css file > > > > notebook tab label { > > color: b

Re: Font colours in 2.8

2017-10-14 Thread Mike Evans
On Fri, 13 Oct 2017 16:13:54 +0100 Robert Fewell <14ubo...@gmail.com> wrote: > Mike, > > Try this in your .gtk-3.0-gnucash.css file > > notebook tab label { > color: black; > } > > Regards, > Bob Hi Bob. I can't find

Font colours in 2.8

2017-10-13 Thread Mike Evans
the latest version I need to change the font colour to black. It seems to be only the tabs are affected. I've tried the various settings in Fedora to change the colours to no avail, is this hard coded somewhere? Mike E ___ gnucash-devel mail

Re: dialog-invoice

2017-09-02 Thread Mike Evans
y other way to find out > what/when changed ? > > Bob > ___ > gnucash-devel mailing list > gnucash-devel@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-devel git log --follow will get previous you history Mike E _

Re: Master: Printing of PDF Reports

2017-08-30 Thread Mike Evans
On Wed, 30 Aug 2017 06:35:30 -0700 John Ralls wrote: > > On Aug 30, 2017, at 3:37 AM, Mike Evans wrote: > > > > Hi all. Good job on all the hard work you guys are doing to produce 2.8. > > > > I finally got round to compiling master and noticed a possible

Master: Printing of PDF Reports

2017-08-30 Thread Mike Evans
first just in case it's settings related somewhere I've missed/forgotten. Mike E ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Moving .gnucash and friends from $HOME to XDG_DATA_HOME (and impact on other applications like KMyMoney)

2017-08-23 Thread Mike Alexander
nows how to look). I’m still not sure it’s a good idea for the reasons you mention. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: For UK users: Will gnucash get ready for Making Tax, Digital ?

2017-08-23 Thread Mike Evans
A little more reading. https://www.cchdaily.co.uk/lords-probe-software-companies-lack-readiness-making-tax-digital and https://github.com/hmrc ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-

Re: VAT Call for Software developers

2017-08-19 Thread Mike Evans
On Thu, 17 Aug 2017 17:04:52 +0200 John Ralls wrote: > > On Aug 17, 2017, at 2:47 PM, Mike Evans wrote: > > > > I just received this from HMRC. > > > > Begin forwarded message: > > > > Date: Thu, 17 Aug 2017 10:46:57 + > > From: > &

Re: Fw: VAT Call for Software developers

2017-08-17 Thread Mike or Penny Novack
of those hats and sometimes the other. On 8/17/2017 8:47 AM, Mike Evans wrote: I just received this from HMRC. Begin forwarded message: Date: Thu, 17 Aug 2017 10:46:57 + From: To: Subject: VAT Call for Software developers Dear All, I writing to tell you about a conference call that

Fw: VAT Call for Software developers

2017-08-17 Thread Mike Evans
I just received this from HMRC. Begin forwarded message: Date: Thu, 17 Aug 2017 10:46:57 + From: To: Subject: VAT Call for Software developers Dear All, I writing to tell you about a conference call that has been arranged for 11:00am on 05 September 2017. You may be aware that the Gove

Re: Python bindings and Gtk3

2017-08-10 Thread Mike Alexander
sn’t seem like something I would expect. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Python bindings and Gtk3

2017-08-09 Thread Mike Alexander
tab-label styling in ~/.config/gtk-3.0/gtk.css. > There's some guidance in > https://developer.gnome.org/gtk3/unstable/theming.html > <https://developer.gnome.org/gtk3/unstable/theming.html>. I’ll take a look at that. Mike ___

Re: Python bindings and Gtk3

2017-08-08 Thread Mike Alexander
> On Aug 9, 2017, at 12:21 AM, Mike Alexander wrote: > >> On Aug 8, 2017, at 10:23 AM, John Ralls >> wrote: >> >> I don't know if the MacPorts X-build uses the CoreText or FontConfig backend >> for Pango, but if it uses CoreText it might be your probl

Re: Python bindings and Gtk3

2017-08-08 Thread Mike Alexander
> On Aug 8, 2017, at 10:23 AM, John Ralls wrote: > > I don't know if the MacPorts X-build uses the CoreText or FontConfig backend > for Pango, but if it uses CoreText it might be your problem. I don’t know either. I see that Pango’s configure looks for (and finds) fontconfig, but then says "c

Re: Python bindings and Gtk3

2017-08-07 Thread Mike Alexander
ld be doing done. Also, note that I’m using the X Window version, not the Quartz version. The Quartz version may be quite different (I’m not sure if it’s even being built yet). Mike ___ gnucash-devel mailing list gnucash-

Python bindings and Gtk3

2017-08-07 Thread Mike Alexander
. This is obviously not a fatal problem, but it is annoying. In general, I’m impressed by how well this works given the magnitude of the change. It’s going to be a big improvement. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org

Re: UK specific: MTD - Making Tax Digital

2017-05-01 Thread Mike Evans
On Mon, 17 Apr 2017 20:06:15 +0100 Mike Evans wrote: > On Mon, 17 Apr 2017 19:34:36 +0100 > "Maf. King" wrote: > > > On Monday, 17 April 2017 16:39:02 BST Alain Williams wrote: > > > On Mon, Apr 17, 2017 at 04:00:20PM +0100, David Goodenough wrote

Re: Compiling on Fedora25

2017-04-15 Thread Mike Evans
On Sat, 15 Apr 2017 08:32:29 -0500 Rob Gowin wrote: > On Sat, Apr 15, 2017 at 3:24 AM, Mike Evans wrote: > > > > > Compiling using cmake I get a different error messages: > > > > In file included from /usr/include/sys/types.h:25:0, > >

Compiling on Fedora25

2017-04-15 Thread Mike Evans
? Regards Mike E ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Are There Plans For A GUI Overhaul?

2016-10-20 Thread Mike Evans
On Thu, 20 Oct 2016 16:55:46 +0100 Wm via gnucash-devel wrote: > On 20/10/2016 06:52, Thomas Baumgart wrote: > > Hi, > > > > On Thursday 20 October 2016 00:31:29 Lincoln A Baxter wrote: > > > >> IMO, you are asking the right (hard) questions... I'm interested in > >> seeing the response to the

Re: API for creating invoices?

2016-10-04 Thread Mike Evans
can do it via C, Scheme, and/or Python. > > Are there any examples or documentation? > I put some random stuff on GitHub at https://github.com/EvansMike/pycash Read the disclaimer and make backups before using in there. None of it is approved by GnuCash and is solely for demo pu

Re: Authorization for commercial derivative work of GnuCash Tutorial and Concepts Guide

2016-07-04 Thread Mike or Penny Novack
On 7/4/2016 9:54 AM, John Ralls wrote: Read the original letter again. He's asking about copying parts of the Tutorial and Concepts Guide, which is published under the GNU Free Documentation License, or GFDL. That's separate from the program's copyrights and licenses. Regards, John Ralls . Y

Re: Authorization for commercial derivative work of GnuCash Tutorial and Concepts Guide

2016-07-04 Thread Mike or Penny Novack
On 7/3/2016 6:05 PM, Chris Lyttle wrote: I agree with John, as long as it keeps with the requirements of the GFDL, which means the work is available under the same license, I have no objection. Uh, I am not one of the developers but am old enough to have been able to follow the original "free s

Re: New Report to End All Reports

2016-05-19 Thread Mike or Penny Novack
On 5/18/2016 8:51 PM, John Ralls wrote: On May 18, 2016, at 7:03 AM, Aaron Laws wrote: On Tue, May 17, 2016 at 5:22 PM, John Ralls mailto:jra...@ceridwen.us>> wrote: The Balance Sheet report shows you net worth. You probably didn't recognize it because the accounting word for it is "equity". R

Re: xaccTransSetCurrency and Bug 763146

2016-03-19 Thread Mike Alexander
eason you are concerned, or just the general feeling that something so obvious can't have been missed for so long? It seems clear that the values must be changed somehow if the currency changes, since they are supposed to be expressed in

Re: xaccTransSetCurrency and Bug 763146

2016-03-18 Thread Mike Alexander
s wrong as a result of this and didn't spend enough time to track it down. I saw you had pushed the change so figured you had convinced yourself it was ok. Thanks for fixing it. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Bug 756469

2016-01-14 Thread Mike Evans
cement for this. Mike E -- PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x00CDB13500D7AB53 ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Bug 756469

2016-01-13 Thread Mike Evans
On Tue, 12 Jan 2016 17:48:58 +0100 Geert Janssens wrote: > On Tuesday 12 January 2016 10:11:25 Derek Atkins wrote: > > Hi, > > > > On Tue, January 12, 2016 9:52 am, Mike Evans wrote: > > > Hi Geert. > > > > > > I'd appreciate some advice

Re: Flickering drop down boxes on mouse over

2016-01-12 Thread Mike Evans
On Tue, 12 Jan 2016 12:42:02 +0100 Geert Janssens wrote: > On Wednesday 30 December 2015 13:14:09 Mike Evans wrote: > > On Wed, 30 Dec 2015 09:40:48 +0100 > > > > Geert Janssens wrote: > > > On Monday 28 December 2015 15:12:26 Mike Evans wrote: > > &

Bug 756469

2016-01-12 Thread Mike Evans
regex guru but it seems to me that losing the [^\"] part and just using . would accept the problem lines. This wouldn't strip the extra " from the escaped quote, but it would at least be imported and editable later. I'd have thought that just accepting everything inside the

  1   2   3   4   5   6   7   8   >