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] [GNC] UK specific: MTD - Making Tax Digital

2021-01-15 Thread Mike Evans
> > > Hi, > > > > Is anyone interest in having a MTD bridge for GnuCash for VAT submissions? > > I > > have developed a bridge and would be happy to integrate it with GnuCash if > > there is still any interest. > > > > Kind regards, > > Chris > > Please do. I made a start on a bridge for subm

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] 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. Mike E -- P

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
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 from gnc-html-webkit2.c. This ultimately writes to the "physical" BOOKNAME.gnuc

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
On Sat, 6 Apr 2019 18:36:41 +0100 Alain D D Williams wrote: > On Sat, Apr 06, 2019 at 11:29:30PM +0800, Christopher Lam wrote: > > > All these are "bridging software" problems. > > I would feel happier working on a free standing bridging s/ware than digging > inside Gnu cash. It doesn't sound

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
On Sat, 6 Apr 2019 11:29:20 +0800 Christopher Lam wrote: > I have it in my near todo.txt to add export-json from > income-gst-statement.scm which calculates net & VAT amounts. > > I will *not* be writing bridging software. Good, also interesting, in that I never considered exporting from the rep

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
Hello all. After a hiatus I have successfully interacted with the HMRC API for a test account to post earning & expenses using python. None of it is joined up yet to: create|query a business, post and query data about that business but my "tests" appear to work as individual pieces. I haven

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] GnuCash Bugzilla URLs -- /bugzilla or not?

2018-05-10 Thread Mike Evans
On Thu, 10 May 2018 05:37:31 -0400 "Derek Atkins" wrote: > Hi, > > As you are aware, we are looking at migrating from gnome bugzilla to our > own instance because gnome is shutting their BZ off. I've been working on > migrating the data, and have what I think is a good migration process in > pl

Re: Font colours in 2.8

2017-10-14 Thread Mike Evans
it has a leading dot. > > Bob > > On 14 October 2017 at 09:49, Mike Evans wrote: > > > On Fri, 13 Oct 2017 16:13:54 +0100 > > Robert Fewell <14ubo...@gmail.com> wrote: > > > > > Mike, > > > > > > Try this i

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 any such file. Fedora26. Cheers. Mike E _

Font colours in 2.8

2017-10-13 Thread Mike Evans
I've ranted elsewhere about the "fashion" of grey text on grey background elsewhere on the web but I never expected it to appear in GnuCash. I know it's trendy an' all but as an "older" (also grumpy) user I find it hard to read grey on grey. In order to use the latest version I need to change th

Re: dialog-invoice

2017-09-02 Thread Mike Evans
On Sat, 2 Sep 2017 13:42:56 +0100 Robert Fewell <14ubo...@gmail.com> wrote: > I have noticed some invalid casts which trace back to dialog-invoice but > not sure what has changed, so here is what I have found... > > Looking at a local pre gtk3/master dialog-invoice.glade, you have > page_terms_me

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
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 behaviour regression when printing/exporting reports as PDFs. On maint selecting "export to PDF" provides the user dialog with a pre-populated filename to expo

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

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: 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
Hi All Finally upgraded to Fedora25 64 bit and trying to compile GnuCash maint. Having run: sudo dnf builddep gnucash -y sudo dnf install texinfo git intltool libdbi-devel guile-devel doxygen webkitgtk-devel -y Using autotools with configure --enable-debug --prefix=$HOME/progs/gnucash --enab

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
On Mon, 3 Oct 2016 15:29:36 -0400 (EDT) Jon Daley wrote: > On Mon, 3 Oct 2016, Derek Atkins wrote: > > gnuc...@jon.limedaley.com writes: > >> I browsed the docs and mailing list and see various requests about > >> creating/modifying an invoice from the command line, but some of the > >> informati

Re: Bug 756469

2016-01-14 Thread Mike Evans
I occurs to me that the regex for with-quotes now also accepts fields without-quotes too, so the importer doesn't need the without-quotes options. Also I'm wondering if the custom regex option is required or likely to be ever used by anyone? I'd file a separate bug/enhancement for this. Mike

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
Hi Geert. I'd appreciate some advice on this bug, since you were that last person to touch the (makes my head hurt) regex. In file dialog-bi-import-gui.c line 328 The regex for description, and notes is currently: ((?[^\",]*)|\"(?[^\"]*)\")\" I'm not a regex guru but it seems to me that losin

Re: gnucash-docs maint: Change paper format to A4 for European PDFs.

2016-01-01 Thread Mike Evans
On Thu, 05 Nov 2015 20:46:49 +0100 Geert Janssens wrote: > Damn, you beat me to it... :) > > Thanks for doing the others as well. > > Geert > > On Thursday 05 November 2015 14:39:16 John Ralls wrote: > > Updated via https://github.com/Gnucash/gnucash-docs/commit/8408cbac > > (commit) fro

Re: Flickering drop down boxes on mouse over

2015-12-30 Thread Mike Evans
On Wed, 30 Dec 2015 09:40:48 +0100 Geert Janssens wrote: > On Monday 28 December 2015 15:12:26 Mike Evans wrote: > > The dropdown selection boxes in a register or invoice view flicker, as > > if they're having multiple refreshes, each time the mouse pointer > > ent

Re: Flickering drop down boxes on mouse over

2015-12-29 Thread Mike Evans
On Tue, 29 Dec 2015 06:58:52 -0800 (PST) david.carlson@gmail.com wrote: > I just read that 4K displays only refresh at 30 hz if they are connected > through a standard HDMI cable.  Could you be seeing something along that line? > > HDMI? Dear me no. I don't have anything that new in

Re: Flickering drop down boxes on mouse over

2015-12-29 Thread Mike Evans
On Tue, 29 Dec 2015 14:13:21 +0100 "Frank H. Ellenberger" wrote: > Am 28.12.2015 um 16:12 schrieb Mike Evans: > > The dropdown selection boxes in a register or invoice view flicker, as if > > they're having multiple refreshes, each time the mouse pointer ente

Flickering drop down boxes on mouse over

2015-12-28 Thread Mike Evans
The dropdown selection boxes in a register or invoice view flicker, as if they're having multiple refreshes, each time the mouse pointer enters or leaves the box. Has anyone else experienced this? I'm Using Fedora18 32 bit OS. I'm not quite sure when this started, several weeks or so. Just aski

FYI. Bitcoin news.

2015-09-18 Thread Mike Evans
CFTC Holds that Bitcoin and Other Virtual Currencies Are a Commodity Covered by the Commodity Exchange Act. http://www.cftc.gov/PressRoom/PressReleases/pr7231-15 -- PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x00CDB13500D7AB53 ___

Re: Using LibreOffice for Documentation

2015-09-04 Thread Mike Evans
On Fri, 04 Sep 2015 11:48:16 +0200 Geert Janssens wrote: > I never new something as a master document existed in libreoffice. I'm > learning a lot from this > thread :) > > Other than the concerns Tommy Trussell already mentioned I worry about > merging. > > Can you run this test: > 1. make

Re: Using AsciiDoc for Documentation

2015-09-04 Thread Mike Evans
On Thu, 03 Sep 2015 12:29:15 +0200 Geert Janssens wrote: > On Thursday 03 September 2015 01:28:59 Buddha Buck wrote: > > On Wed, Sep 2, 2015 at 10:20 AM Geert Janssens > > > > wrote: > > > As with markup the primary drawback I currently see is the lack of a > > > wysiwyg capable editor > > > tha

Using LibreOffice for Documentation

2015-09-03 Thread Mike Evans
A new but related thread then. It seems many documenters are not prepared to accept anything but a WYSIWIG solution, even though I feel then learning the arcanery of LibreOffice is harder than learning Asciidoc. Oh well. LibreOffice was mentioned ealier, somewhere so I thought I'd experiment a

Re: Using AsciiDoc for Documentation

2015-09-03 Thread Mike Evans
Marchi DanielDodson David David T Derek Atkins Dmitry Pavlov Frank H. Ellenberger Geert Janssens John Ralls Mark Simpson Martin Mainka Mechtilde Mechtilde Stehmann Mike Evans Raphael Kubo da Costa which is 17 (after removing duplicates). Mike E -- PGP key: http://pgp.mit.edu:11371/pks/lookup?

Re: Using AsciiDoc for Documentation

2015-09-02 Thread Mike Evans
On Tue, 1 Sep 2015 13:44:39 -0500 Rob Gowin wrote: > > > On Sep 1, 2015, at 4:56 AM, Mike Evans wrote: > >> [snip] > > > > Hi Rob > > > > Looks good to me. Still a few minor bugs with the Asciidoc. > > > > Some of the Figure titl

Re: Using AsciiDoc for Documentation

2015-09-01 Thread Mike Evans
On Sun, 30 Aug 2015 19:16:24 -0500 Rob Gowin wrote: > [Hello List. Long time GnuCash user, -devel list lurker, > coming out of the shadows.] > > > On Aug 29, 2015, at 5:43 AM, Mike Evans wrote: > > Another random thought then. > > > > I use asciidoc for pret

Re: Replacing Docbook

2015-08-31 Thread Mike Evans
On Sat, 29 Aug 2015 16:52:48 +0200 Geert Janssens wrote: > On Saturday 29 August 2015 06:38:53 John Ralls wrote: > > > On Aug 29, 2015, at 5:43 AM, Mike Evans > > > wrote: > > > > > > Another random thought then. > > > > > > I us

Re: Replacing Docbook

2015-08-29 Thread Mike Evans
On Sat, 29 Aug 2015 06:38:53 -0700 John Ralls wrote: > > > On Aug 29, 2015, at 5:43 AM, Mike Evans wrote: > > > > Another random thought then. > > > > I use asciidoc for pretty much all the docs I write, not much admittedly > > but it's easy to l

Re: Replacing Docbook

2015-08-29 Thread Mike Evans
On Fri, 28 Aug 2015 21:38:18 +0200 Geert Janssens wrote: <> > > I did the same exercise just now. Note that I used the latest svn revision of > docbook2odf (r253) > which is slightly more recent than the ones found on the download page. > > The screenshots are all there on my system, although

Re: Replacing Docbook

2015-08-28 Thread Mike Evans
On Fri, 28 Aug 2015 15:15:58 +0100 Mike Evans wrote: > On Fri, 28 Aug 2015 11:00:26 +0200 > Geert Janssens wrote: > > > On Friday 28 August 2015 09:45:44 John Ralls wrote: > > > > On Aug 28, 2015, at 9:03 AM, Geert Janssens > > > > wrote: > >

Re: Replacing Docbook

2015-08-28 Thread Mike Evans
On Fri, 28 Aug 2015 11:00:26 +0200 Geert Janssens wrote: > On Friday 28 August 2015 09:45:44 John Ralls wrote: > > > On Aug 28, 2015, at 9:03 AM, Geert Janssens > > > wrote: > > > > > > Thanks for the heads up. That's certainly an interesting opportunity > > > to check out. On the other hand I

Re: How are Budgets Implemented in GNU Cash

2015-07-16 Thread Mike Evans
On Thu, 16 Jul 2015 19:10:46 +1000 "Matt Graham" wrote: > I would like to contribute to GNUCash, and get into the development side of > the house. > > I figure that a (relatively) quick and easy contribution (that will also help > me personally) is for me to create a patch to correct the bug w

Re: Make check fails in src/import-export

2015-01-12 Thread Mike Evans
On Sun, 11 Jan 2015 19:02:22 +0100 Geert Janssens wrote: > On Sunday 11 January 2015 09:43:48 John Ralls wrote: > > > On Jan 11, 2015, at 9:33 AM, Mike Evans > > > wrote: > > > > > > On Sun, 11 Jan 2015 09:16:19 -0800 > > > > > > Joh

Re: Make check fails in src/import-export

2015-01-11 Thread Mike Evans
On Sun, 11 Jan 2015 09:16:19 -0800 John Ralls wrote: > > > On Jan 11, 2015, at 8:31 AM, Mike Evans wrote: > > > > With the following output snippet: > > > > > > make[2]: Entering directory > > `/home/mikee/Projects/gnucash/build/src/import-e

Make check fails in src/import-export

2015-01-11 Thread Mike Evans
With the following output snippet: make[2]: Entering directory `/home/mikee/Projects/gnucash/build/src/import-export/test' PASS: test-link Backtrace: In ../../../src/app-utils/gnucash/app-utils.scm: 29: 0* (use-modules (gnucash gettext)) 29: 1 (eval-case (# # *unspecified*) (else #)) 2

Re: Bug 612214 and Bug 726674 - duplicates?

2014-08-12 Thread Mike Evans
On Tue, 12 Aug 2014 22:32:40 +1000 John Mamutil wrote: > Hi Please take me off this mailing list. > > It is too complicated for me - way over my head. > > Thanks, > > John > > > > > > ___ > gnucash-devel mailing list > gnucash-devel@gnucash.org >

Re: Bug 734183

2014-08-07 Thread Mike Evans
On Wed, 06 Aug 2014 18:01:52 +0200 Geert Janssens wrote: > On Wednesday 06 August 2014 16:00:21 Mike Evans wrote: > > > > HiGeert. > > > > > > n is set to 25 using gnc_exp_parser_parse (discount, &n, NULL); just > > after it's set to g

Re: Bug 734183

2014-08-06 Thread Mike Evans
On Wed, 06 Aug 2014 15:49:08 +0200 Geert Janssens wrote: > On Wednesday 06 August 2014 10:25:12 Mike Evans wrote: > > Hi All > > > > I'm having a little trouble tracking this down, (some of) the code for > > creating an entry with discount is shown below: >

Bug 734183

2014-08-06 Thread Mike Evans
Hi All I'm having a little trouble tracking this down, (some of) the code for creating an entry with discount is shown below: entry = gncEntryCreate (book); gncEntryBeginEdit(entry); // More code here... gnc_exp_parser_parse (discount, &n, NULL); gncEntrySetInvDis

Re: Import CSV Bills & Invoices - Notes field

2014-06-18 Thread Mike Evans
On Wed, 18 Jun 2014 01:36:04 -0700 JP Liew wrote: > Hi all, > > I did a search and was not able to find an answer to my question. > > Basically, I would like to write an eBay or Paypal sales to GnuCash > invoice converter that will export eBay/PayPal sales to GnuCash CSV file that > can be

Compile fails latest maint 8d723f1b

2014-06-09 Thread Mike Evans
My system is Fedora 18, 32bit. ../../../../src/libqof/qof/gnc-numeric.c:47:11: error: integer constant is so large that it is unsigned [-Werror] ../../../../src/libqof/qof/gnc-numeric.c:47:11: error: this decimal constant is unsigned only in ISO C90 [-Werror] cc1: all warnings being treated as e

Re: gnucash-docs master: Correct field format in python-import-fields.

2014-06-05 Thread Mike Evans
On Thu, 05 Jun 2014 09:58:25 +0200 Geert Janssens wrote: > On Monday 02 June 2014 07:39:57 Mike Evans wrote: > > Updated via https://github.com/Gnucash/gnucash-docs/commit/f3dbb107 > > (commit) from > > https://github.com/Gnucash/gnucash-docs/co

Re: Make check files with python bindings.

2014-05-18 Thread Mike Evans
On Sat, 17 May 2014 16:43:23 -0700 John Ralls wrote: > > On May 17, 2014, at 4:34 AM, Mike Evans wrote: > > > On Sat, 17 May 2014 13:06 +0200 > > Geert Janssens wrote: > > > >> Do you have the python-test package installed ? Fedora has separated the &g

Re: Make check files with python bindings.

2014-05-17 Thread Mike Evans
Python’s standard library is discouraged as code mentioned here can change or be removed without notice between releases of Python. ''' ? Mike Evans > On Saturday 17 May 2014 11:40:52 Mike Evans wrote: > > On Fri, 16 May 2014 11:38:59 -0700 > > > > John Rall

Re: Make check files with python bindings.

2014-05-17 Thread Mike Evans
On Fri, 16 May 2014 11:38:59 -0700 John Ralls wrote: > > On May 16, 2014, at 9:24 AM, Mike Evans wrote: > > > make check-TESTS > > make[1]: Entering directory > > `/home/mikee/Projects/gnucash/build/src/optional/python-bindings/tests' > > Traceb

Make check files with python bindings.

2014-05-16 Thread Mike Evans
if __name__ == '__main__': test_main() ### This is vaguely related to bug 730255. Adding a test for that bug causes the test to fail again. (As it should). Just wondering if I've understood the test system before I commit and push this. Mike Evans -- Anti NSA? Use

Re: Business invoices over/pre payments

2014-04-30 Thread Mike Evans
On Wed, 30 Apr 2014 13:39:15 +0200 Geert Janssens wrote: > On Wednesday 30 April 2014 12:07:06 Mike Evans wrote: > > > > Hi Geert. > > > > Ah OK, that clears everything up. I didn't know about selecting > > multiple invoices and/or Pre-payments, or the

Re: Business invoices over/pre payments

2014-04-30 Thread Mike Evans
On Wed, 30 Apr 2014 11:39:30 +0200 Geert Janssens wrote: > On Wednesday 30 April 2014 10:14:42 Mike Evans wrote: > > I've been struggling with paying multiple invoices with a single > > payment in version 2.6 and it doesn't work for me. I've been > > rever

Business invoices over/pre payments

2014-04-30 Thread Mike Evans
I've been struggling with paying multiple invoices with a single payment in version 2.6 and it doesn't work for me. I've been reverting to version 2.4.13 to process my invoices. Say I have two invoices the first for 400, the second for 600. I receive a singe payment, by bank transfer, of 1000

Re: Python bindings: Account.getName() raises TypeError

2014-03-18 Thread Mike Evans
On Mon, 17 Mar 2014 10:32:17 + Mike Evans wrote: > On Mon, 17 Mar 2014 11:26:30 +0100 > Felix Schwarz wrote: > > > > > Am 17.03.2014 11:21, schrieb Mike Evans: > > > new_book_with_opening_balances.py works for me too on Fedora18 and SWIG > > > V

Re: Python bindings: Account.getName() raises TypeError

2014-03-17 Thread Mike Evans
On Mon, 17 Mar 2014 11:26:30 +0100 Felix Schwarz wrote: > > Am 17.03.2014 11:21, schrieb Mike Evans: > > new_book_with_opening_balances.py works for me too on Fedora18 and SWIG > > Version 2.0.8. > > Which version of gnucash are you using? If I'm not mistaken t

Re: Python bindings: Account.getName() raises TypeError

2014-03-17 Thread Mike Evans
On Sun, 16 Mar 2014 13:41:42 -0700 David Osguthorpe wrote: > On Sun, Mar 16, 2014 at 08:54:10PM +0100, Felix Schwarz wrote: > > > > Am 16.03.2014 20:38, schrieb John Ralls: > > > The signature of xaccAccountGetName is const char* xaccAccountGetName > > > (const Account *); the const was added i

Re: Poll: when to migrate code to the new server?

2014-01-21 Thread Mike Evans
On Tue, 21 Jan 2014 11:52:12 -0500 Derek Atkins wrote: > Hi, > > The new-code server is just about ready for migration. I've got most of > the services already installed and tested, (although some less vital > services have not been fully tested yet). > > My main question is when to migrate?

Re: Documentation file format

2013-12-16 Thread Mike Evans
On Sun, 15 Dec 2013 14:58:21 -0500 Mike Alexander wrote: > On Dec 15, 2013, at 8:13 AM, Geert Janssens wrote: > > > > Or if we want to stick with docbook, I searched for docbook wysiwyg. Most > > editors are > > proprietary and pricey. But there is also serna-free [1], which claims to > > be

Re: Documentation file format

2013-12-13 Thread Mike Evans
On Fri, 13 Dec 2013 07:03:26 -0800 John Ralls wrote: > > On Dec 13, 2013, at 2:41 AM, Mike Evans wrote: > > > On Fri, 13 Dec 2013 08:26:42 +0100 > > Christian Stimming wrote: > > > >> I know I'm jumping in rather late in this thread, but here'

Re: Documentation file format

2013-12-13 Thread Mike Evans
On Fri, 13 Dec 2013 08:26:42 +0100 Christian Stimming wrote: > I know I'm jumping in rather late in this thread, but here's my take > on the ever-long question of our documentation file formats: > > I think the priority of the documentation file format should be: > - to generate HTML and PDF o

Backwards compatibility with new currency issue and bug 336843.

2013-11-10 Thread Mike Evans
the Fedora repo. and it's build date is Wed 24 Apr 2013 20:51:06 BST. Mike Evans. -- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All. ___ gnucash-devel mailing list gnucash-devel@gnuca

Re: 2.6 roadmap

2013-11-05 Thread Mike Evans
On Tue, 05 Nov 2013 11:25:55 +0100 Geert Janssens wrote: > On Monday 04 November 2013 14:06:52 John Ralls wrote: > > On Nov 4, 2013, at 1:34 PM, Geert Janssens > wrote: > > > With 2.5.7 out of the door, I would like to look ahead at 2.6. > > > > > > I have just gone through the open bugs targe

Re: FYI internet speed tests.

2013-10-23 Thread Mike Evans
On Wed, 23 Oct 2013 12:14:47 +0100 Mike Evans wrote: > Speeds are in Kilobytes so x 8 for Kilobits > > > 2013-10-21 13:16:49 (388 KB/s) > 2013-10-21 13:35:38 (798 KB/s) > 2013-10-21 14:03:15 (783 KB/s) > 2013-10-21 16:03:16 (756 KB/s) > 2013-10-21 18:03:16 (790 KB/s) &g

FYI internet speed tests.

2013-10-23 Thread Mike Evans
Speeds are in Kilobytes so x 8 for Kilobits 2013-10-21 13:16:49 (388 KB/s) 2013-10-21 13:35:38 (798 KB/s) 2013-10-21 14:03:15 (783 KB/s) 2013-10-21 16:03:16 (756 KB/s) 2013-10-21 18:03:16 (790 KB/s) 2013-10-21 20:03:40 (291 KB/s) 2013-10-21 22:03:22 (536 KB/s) 2013-10-22 00:03:16 (786 KB/s) 2013-

Re: Latest 2.5 build crashes at start

2013-10-22 Thread Mike Evans
On Tue, 22 Oct 2013 12:01:52 +0200 Geert Janssens wrote: > On Tuesday 22 October 2013 10:39:12 Mike Evans wrote: > > On Tue, 22 Oct 2013 09:56:52 +0200 > > > > Geert Janssens wrote: > > > On Monday 21 October 2013 10:53:06 Mike Evans wrote: > > > >

Re: Latest 2.5 build crashes at start

2013-10-22 Thread Mike Evans
On Tue, 22 Oct 2013 09:56:52 +0200 Geert Janssens wrote: > On Monday 21 October 2013 10:53:06 Mike Evans wrote: > > The latest devel version crashes at start with: > > > > * 10:32:03 WARN *** GnuCash switched to a new preferences > > system *** * 10:32:03 WA

Latest 2.5 build crashes at start

2013-10-21 Thread Mike Evans
The latest devel version crashes at start with: * 10:32:03 WARN *** GnuCash switched to a new preferences system *** * 10:32:03 WARN Attempt to migrate your preferences from the old to the new system * 10:32:03 OTHER Settings schema 'org.gnucash.dialogs.import.ofx' is not installed Trace/br

Re: r23175 - gnucash/trunk/src/gnome - Fix bug 699450

2013-09-18 Thread Mike Evans
On Wed, 18 Sep 2013 11:56:37 +0200 Geert Janssens wrote: > On Wednesday 18 September 2013 05:40:45 Mike Evans wrote: > > Author: mikee > > Date: 2013-09-18 05:40:44 -0400 (Wed, 18 Sep 2013) > > New Revision: 23175 > > Trac: http://svn.gnucash.org/trac/change

Re: Problem loading file

2013-08-09 Thread Mike Evans
On Tue, 06 Aug 2013 10:29:35 -0400 Derek Atkins wrote: > Geert, > > Geert Janssens writes: > > > The function gnc:restore-report-by-guid-with-custom-template was added > > recently by me in the 2.5 series and is used to restore open > > reports. The function is written to the meta file in the

Re: GnuCash releases ?

2013-03-29 Thread Mike Evans
On Fri, 29 Mar 2013 10:12:50 -0700 John Ralls wrote: > > On Mar 28, 2013, at 11:30 PM, John Ralls wrote: > > > > > On Mar 27, 2013, at 5:34 PM, John Ralls wrote: > > > >> > >> On Mar 27, 2013, at 1:07 PM, Christian Stimming > >> wrote: > >> > >>> Am Mittwoch, 27. März 2013, 18:45:41 sch

Re: GnuCash releases ?

2013-03-28 Thread Mike Evans
On Wed, 27 Mar 2013 17:34:53 -0700 John Ralls wrote: > > On Mar 27, 2013, at 1:07 PM, Christian Stimming > wrote: > > > Am Mittwoch, 27. März 2013, 18:45:41 schrieb Geert Janssens: > >> Two come to mind: > >> > >> 2.4.12 > >> The previous release dates back to July 2012. Not that much has be

Re: SVN->GIT link broken?

2013-03-24 Thread Mike Evans
On Sun, 24 Mar 2013 10:55:47 + Mike Evans wrote: > On Sun, 24 Mar 2013 00:52:25 -0400 > Mike Alexander wrote: > > > Is the mechanism that pushes changes from SVN to GIT not working right? > > I checked in a change nearly 5 hours ago which shows up in SVN (it's

Re: SVN->GIT link broken?

2013-03-24 Thread Mike Evans
On Sun, 24 Mar 2013 00:52:25 -0400 Mike Alexander wrote: > Is the mechanism that pushes changes from SVN to GIT not working right? > I checked in a change nearly 5 hours ago which shows up in SVN (it's > r22832) but it hasn't appeared in the GIT repository yet. I checked it > in using "git sv

Re: GnuCash Tax Invoice for Australia (Bug 695610)

2013-03-13 Thread Mike Evans
On Mon, 11 Mar 2013 19:28:12 +1100 alphamega wrote: > Hi there, > > Australia has some unique requirements for businesses preparing tax invoices. > I've searched through the archives and this keeps coming up again and again > and > again. People submit patches and fixes again and again, but the

Re: CRLF issues on checkout (was Re: Gnucash 2.5/6 - jqplot)

2013-02-23 Thread Mike Evans
On Sat, 23 Feb 2013 10:19:25 +0100 Geert Janssens wrote: > Op 23-02-13 05:52, John Ralls schreef: > > On Feb 22, 2013, at 11:14 AM, Geert Janssens > > wrote: > > > >> Op 22-02-13 19:45, Geert Janssens schreef: > >>> Op 22-02-13 19:23, Mike Evans sch

Re: Gnucash 2.5/6 - jqplot

2013-02-22 Thread Mike Evans
On Fri, 22 Feb 2013 18:47:48 +0100 Geert Janssens wrote: > Op 22-02-13 14:43, Mike Evans schreef: > > On Thu, 21 Feb 2013 18:55:31 +0100 > > Geert Janssens wrote: > > > >> Op 21-02-13 18:19, Mike Evans schreef: > >>> On Thu, 21 Feb 2013

Re: Gnucash 2.5/6 - jqplot

2013-02-22 Thread Mike Evans
On Thu, 21 Feb 2013 18:55:31 +0100 Geert Janssens wrote: > Op 21-02-13 18:19, Mike Evans schreef: > > On Thu, 21 Feb 2013 18:04:37 +0100 > > Geert Janssens wrote: > > > >> Op 21-02-13 16:54, Mike Evans schreef: > >>> A git|svn|brain issue follows. >

Re: Gnucash 2.5/6 - jqplot

2013-02-21 Thread Mike Evans
On Thu, 21 Feb 2013 18:16:53 +0100 Geert Janssens wrote: > Op 21-02-13 15:18, Mike Evans schreef: > > Lovely charts Geert. Two of the features I added in the Net Worth > > line chart are obsoleted/broken. Optional grid and optional data > > markers no longer work as adver

Re: Gnucash 2.5/6 - jqplot

2013-02-21 Thread Mike Evans
On Thu, 21 Feb 2013 18:04:37 +0100 Geert Janssens wrote: > Op 21-02-13 16:54, Mike Evans schreef: > > A git|svn|brain issue follows. > > > > Having updated to the latest source using git-update script I can't > > change branches because some of the files have the

Re: Gnucash 2.5/6 - jqplot

2013-02-21 Thread Mike Evans
On Thu, 21 Feb 2013 14:18:38 + Mike Evans wrote: > On Thu, 21 Feb 2013 12:47:18 +0100 > Geert Janssens wrote: > > > Op 12-02-13 18:46, Geert Janssens schreef: > > > There was another feature that briefly appeared on the trunk > > > branch: dynamic graphi

Re: Bugzilla default/QA assignees

2013-02-21 Thread Mike Evans
On Thu, 21 Feb 2013 10:07:02 -0500 Derek Atkins wrote: > Mike Evans writes: > > > I see a new bug (Bug 693948) assigned to Mark Jenkins and as QA > > contact. I don't think Mark is actively developing anymore(?). > > Having assignee and QA as the same person p

Re: Gnucash 2.5/6 - jqplot

2013-02-21 Thread Mike Evans
ing > list gnucash-devel@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-devel Lovely charts Geert. Two of the features I added in the Net Worth line chart are obsoleted/broken. Optional grid and optional data markers no longer work as advertised so I'll have to look at

  1   2   3   >