Index: head/finance/gnucash/Makefile =================================================================== --- head/finance/gnucash/Makefile (revision 481103) +++ head/finance/gnucash/Makefile (revision 481104) @@ -1,115 +1,118 @@ # $FreeBSD$ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 3.2 -PORTREVISION= 5 +PORTVERSION= 3.3 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} MAINTAINER= madpilot@FreeBSD.org COMMENT= Quicken-like money and finance manager LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ libguile-2.0.so:lang/guile2 \ libgc-threaded.so:devel/boehm-gc-threaded \ libboost_date_time.so:devel/boost-libs \ libicudata.so:devel/icu RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-Finance-Quote>=0:finance/p5-Finance-Quote OPTIONS_DEFINE= AQBANKING DATABASE DOCS NLS OFX PYTHON TEST OPTIONS_DEFAULT= AQBANKING OFX AQBANKING_DESC= AqBanking support (HBCI/OpenHBCI) DATABASE_DESC= Enable SQL database backends OFX_DESC= OFX support OPTIONS_SUB= yes AQBANKING_CMAKE_BOOL= WITH_AQBANKING AQBANKING_LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \ libgwenhywfar.so:devel/gwenhywfar \ libktoblzcheck.so:finance/ktoblzcheck \ libaqbanking.so:finance/aqbanking AQBANKING_VARS= GLIB_SCHEMAS+=org.gnucash.dialogs.import.hbci.gschema.xml DATABASE_CMAKE_BOOL= WITH_SQL DATABASE_BUILD_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers DATABASE_LIB_DEPENDS= libdbi.so:databases/libdbi DATABASE_RUN_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers NLS_CMAKE_BOOL_OFF= DISABLE_NLS NLS_USES= gettext-runtime OFX_CMAKE_BOOL= WITH_OFX OFX_LIB_DEPENDS= libofx.so:finance/libofx OFX_VARS= GLIB_SCHEMAS+=org.gnucash.dialogs.import.ofx.gschema.xml PYTHON_CMAKE_BOOL= WITH_PYTHON PYTHON_USES= python:3.3+ TEST_BUILD_DEPENDS= ${NONEXISTENT}:devel/googlemock:build \ gtest-config:devel/googletest USES= cmake compiler:c++11-lib desktop-file-utils gettext-tools libtool localbase \ perl5 pkgconfig shebangfix tar:bzip2 USE_XORG= x11 USE_CXXSTD= c++11 INSTALLS_ICONS= yes USE_GNOME+= cairo gtk30 intltool libxml2 libxslt USE_LDCONFIG= yes CMAKE_ARGS= -DCOMPILE_GSCHEMAS=OFF \ -DENABLE_BINRELOC=OFF SHEBANG_FILES= common/gnc-test-env.pl libgnucash/quotes/gnc-fq-dump WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml \ org.gnucash.dialogs.checkprinting.gschema.xml \ org.gnucash.dialogs.commodities.gschema.xml \ org.gnucash.dialogs.export.csv.gschema.xml \ org.gnucash.dialogs.gschema.xml \ org.gnucash.dialogs.import.csv.gschema.xml \ org.gnucash.dialogs.import.generic.gschema.xml \ org.gnucash.dialogs.import.qif.gschema.xml \ org.gnucash.dialogs.reconcile.gschema.xml \ org.gnucash.dialogs.sxs.gschema.xml \ org.gnucash.dialogs.totd.gschema.xml \ org.gnucash.general.finance-quote.gschema.xml \ org.gnucash.gschema.xml \ org.gnucash.history.gschema.xml \ org.gnucash.warnings.gschema.xml \ org.gnucash.window.pages.account.tree.gschema.xml \ org.gnucash.window.pages.gschema.xml .include .if ${PORT_OPTIONS:MTEST} GMOCK_WRKSRC!= cd ${PORTSDIR}/devel/googlemock && ${MAKE} -V WRKSRC CONFIGURE_ENV+= GMOCK_ROOT="${GMOCK_WRKSRC}" .endif post-patch-TEST-off: @(cd ${WRKSRC} ; \ ${FIND} . -type f -name CMakeLists.txt \ -exec ${REINPLACE_CMD} -e '/add_subdirectory *(test.*)/d' \ -e '/enable_testing()/d' -e '/include (GncAddTest)/d' \ -e '/gnc_gtest_configure()/d' {} +) post-install: @(cd ${STAGEDIR}${DATADIR}/icons/hicolor && \ - ${RMDIR} 22x22 32x32 48x48 64x64 96x96 128x128 256x256 scalable) + ${RMDIR} 16x16/apps 22x22/apps 22x22 24x24/apps 32x32/apps 32x32\ + 48x48/apps 48x48 64x64/apps 64x64 96x96/apps 96x96 \ + 128x128/apps 128x128 256x256/apps 256x256 scalable/apps scalable) + @(cd ${STAGEDIR}${PREFIX}/share/icons/hicolor && \ + ${RMDIR} 24x24/actions 16x16/actions) post-install-PYTHON-on: @(cd ${STAGEDIR}${PREFIX} \ && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/${PORTNAME}) @(cd ${STAGEDIR}${PREFIX} \ && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/${PORTNAME}) @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gnucash/_gnucash_core_c.so .include Index: head/finance/gnucash/distinfo =================================================================== --- head/finance/gnucash/distinfo (revision 481103) +++ head/finance/gnucash/distinfo (revision 481104) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529915625 -SHA256 (gnucash-3.2.tar.bz2) = 63e5b00c148ed0f7021ebc03e4e70c4a9c549feb3ea49d6c810f2abaaf592452 -SIZE (gnucash-3.2.tar.bz2) = 13384008 +TIMESTAMP = 1538344925 +SHA256 (gnucash-3.3.tar.bz2) = 8396ed8d2a88ac358ecf458c253cf38f55a13aaba7958e4fde3dd85c222e393f +SIZE (gnucash-3.3.tar.bz2) = 13440713 Index: head/finance/gnucash/files/patch-missing-files =================================================================== --- head/finance/gnucash/files/patch-missing-files (revision 481103) +++ head/finance/gnucash/files/patch-missing-files (nonexistent) @@ -1,1372 +0,0 @@ ---- src/optional/python-bindings/__init__.py.orig 2018-04-04 21:00:06 UTC -+++ src/optional/python-bindings/__init__.py -@@ -0,0 +1,11 @@ -+# import all the symbols from gnucash_core, so basic gnucash stuff can be -+# loaded with: -+# >>> from gnucash import thingy -+# instead of -+# >>> from gnucash.gnucash_core import thingy -+from gnucash_core import * -+## @file -+# @brief helper file for the importing of gnucash -+# @author Mark Jenkins, ParIT Worker Co-operative -+# @author Jeff Green, ParIT Worker Co-operative -+# @ingroup python_bindings ---- src/optional/python-bindings/function_class.py.orig 2018-04-04 21:44:51 UTC -+++ src/optional/python-bindings/function_class.py -@@ -0,0 +1,227 @@ -+# function_class.py -- Library for making python classes from a set -+# of functions. -+# -+# Copyright (C) 2008 ParIT Worker Co-operative -+# This program is free software; you can redistribute it and/or -+# modify it under the terms of the GNU General Public License as -+# published by the Free Software Foundation; either version 2 of -+# the License, or (at your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program; if not, contact: -+# Free Software Foundation Voice: +1-617-542-5942 -+# 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 -+# Boston, MA 02110-1301, USA gnu@gnu.org -+# -+# @author Mark Jenkins, ParIT Worker Co-operative -+ -+## @file -+# @brief Library for making python classes from a set of functions. -+# @author Mark Jenkins, ParIT Worker Co-operative -+# @author Jeff Green, ParIT Worker Co-operative -+# @ingroup python_bindings -+ -+INSTANCE_ARGUMENT = "instance" -+ -+class ClassFromFunctions(object): -+ """Inherit this class to give yourself a python class that wraps a set of -+ functions that together constitute the methods of the class. -+ -+ The method functions must all have as a first argument an object -+ holding the instance data. There must also be a function that -+ returns a new instance of the class, the constructor. -+ -+ Your subclass must define -+ _module - The module where the method functions, including the -+ constructor can be found -+ _new_instance - The name of a function that serves as a constructor, -+ returning the instance data. -+ -+ To access the instance data, use the read-only property instance. -+ -+ To add some functions from _module as methods, call classmethods like -+ add_method and add_methods_with_prefix. -+ """ -+ def __new__(cls, *args, **kargs): -+ # why reimpliment __new__? Because later on we're going to -+ # use new to avoid creating new instances when existing instances -+ # already exist with the same __instance value, or equivalent __instance -+ # values, where this is desirable... -+ return super(ClassFromFunctions, cls).__new__(cls) -+ -+ def __init__(self, *args, **kargs): -+ """Construct a new instance, using either the function -+ self._module[self._new_instance] or using existing instance -+ data. (specified with the keyword argument, instance) -+ -+ Pass the arguments that should be passed on to -+ self._module[self._new_instance] . Any arguments of that -+ are instances of ClassFromFunctions will be switched with the instance -+ data. (by calling the .instance property) -+ """ -+ if INSTANCE_ARGUMENT in kargs: -+ self.__instance = kargs[INSTANCE_ARGUMENT] -+ else: -+ self.__instance = getattr(self._module, self._new_instance)( -+ *process_list_convert_to_instance(args) ) -+ -+ def get_instance(self): -+ """Get the instance data. -+ -+ You can also call the instance property -+ """ -+ return self.__instance -+ -+ instance = property(get_instance) -+ -+ # CLASS METHODS -+ -+ @classmethod -+ def add_method(cls, function_name, method_name): -+ """Add the function, method_name to this class as a method named name -+ """ -+ def method_function(self, *meth_func_args): -+ return getattr(self._module, function_name)( -+ self.instance, -+ *process_list_convert_to_instance(meth_func_args) ) -+ -+ setattr(cls, method_name, method_function) -+ setattr(method_function, "__name__", method_name) -+ return method_function -+ -+ @classmethod -+ def ya_add_classmethod(cls, function_name, method_name): -+ """Add the function, method_name to this class as a classmethod named name -+ -+ Taken from function_class and slightly modified. -+ """ -+ def method_function(self, *meth_func_args): -+ return getattr(self._module, function_name)( -+ self, -+ *process_list_convert_to_instance(meth_func_args) ) -+ -+ setattr(cls, method_name, classmethod(method_function)) -+ setattr(method_function, "__name__", method_name) -+ return method_function -+ -+ @classmethod -+ def ya_add_method(cls, function_name, method_name): -+ """Add the function, method_name to this class as a method named name -+ -+ Taken from function_class and slightly modified. -+ """ -+ def method_function(self, *meth_func_args): -+ return getattr(self._module, function_name)( -+ self, -+ *process_list_convert_to_instance(meth_func_args) ) -+ -+ setattr(cls, method_name, method_function) -+ setattr(method_function, "__name__", method_name) -+ return method_function -+ -+ @classmethod -+ def add_methods_with_prefix(cls, prefix): -+ """Add a group of functions with the same prefix -+ """ -+ for function_name, function_value, after_prefix in \ -+ extract_attributes_with_prefix(cls._module, prefix): -+ cls.add_method(function_name, after_prefix) -+ -+ @classmethod -+ def add_constructor_and_methods_with_prefix(cls, prefix, constructor): -+ """Add a group of functions with the same prefix, and set the -+ _new_instance attribute to prefix + constructor -+ """ -+ cls.add_methods_with_prefix(prefix) -+ cls._new_instance = prefix + constructor -+ -+ @classmethod -+ def decorate_functions(cls, decorator, *args): -+ for function_name in args: -+ setattr( cls, function_name, -+ decorator( getattr(cls, function_name) ) ) -+ -+def method_function_returns_instance(method_function, cls): -+ """A function decorator that is used to decorate method functions that -+ return instance data, to return instances instead. -+ -+ You can't use this decorator with @, because this function has a second -+ argument. -+ """ -+ assert( 'instance' == INSTANCE_ARGUMENT ) -+ def new_function(*args): -+ kargs = { INSTANCE_ARGUMENT : method_function(*args) } -+ if kargs['instance'] == None: -+ return None -+ else: -+ return cls( **kargs ) -+ -+ return new_function -+ -+def method_function_returns_instance_list(method_function, cls): -+ def new_function(*args): -+ return [ cls( **{INSTANCE_ARGUMENT: item} ) -+ for item in method_function(*args) ] -+ return new_function -+ -+def methods_return_instance_lists(cls, function_dict): -+ for func_name, instance_name in function_dict.iteritems(): -+ setattr(cls, func_name, -+ method_function_returns_instance_list( -+ getattr(cls, func_name), instance_name)) -+ -+def default_arguments_decorator(function, *args): -+ """Decorates a function to give it default, positional arguments -+ -+ You can't use this decorator with @, because this function has more -+ than one argument. -+ """ -+ def new_function(*function_args): -+ new_argset = list(function_args) -+ new_argset.extend( args[ len(function_args): ] ) -+ return function( *new_argset ) -+ return new_function -+ -+def return_instance_if_value_has_it(value): -+ """Return value.instance if value is an instance of ClassFromFunctions, -+ else return value -+ """ -+ if isinstance(value, ClassFromFunctions): -+ return value.instance -+ else: -+ return value -+ -+def process_list_convert_to_instance( value_list ): -+ """Return a list built from value_list, where if a value is in an instance -+ of ClassFromFunctions, we put value.instance in the list instead. -+ -+ Things that are not instances of ClassFromFunctions are returned to -+ the new list unchanged. -+ """ -+ return [ return_instance_if_value_has_it(value) -+ for value in value_list ] -+ -+def extract_attributes_with_prefix(obj, prefix): -+ """Generator that iterates through the attributes of an object and -+ for any attribute that matches a prefix, this yields -+ the attribute name, the attribute value, and the text that appears -+ after the prefix in the name -+ """ -+ for attr_name, attr_value in obj.__dict__.iteritems(): -+ if attr_name.startswith(prefix): -+ after_prefix = attr_name[ len(prefix): ] -+ yield attr_name, attr_value, after_prefix -+ -+def methods_return_instance(cls, function_dict): -+ """Iterates through a dictionary of function name strings and instance names -+ and sets the function to return the associated instance -+ """ -+ for func_name, instance_name in function_dict.iteritems(): -+ setattr(cls, func_name, -+ method_function_returns_instance( getattr(cls, func_name), instance_name)) -+ ---- src/optional/python-bindings/gnucash_business.py.orig 2018-04-04 23:06:43 UTC -+++ src/optional/python-bindings/gnucash_business.py -@@ -0,0 +1,370 @@ -+# gnucash_business.py -- High level python wrapper classes for the business -+# parts of GnuCash -+# -+# Copyright (C) 2008,2010 ParIT Worker Co-operative -+# This program is free software; you can redistribute it and/or -+# modify it under the terms of the GNU General Public License as -+# published by the Free Software Foundation; either version 2 of -+# the License, or (at your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program; if not, contact: -+# Free Software Foundation Voice: +1-617-542-5942 -+# 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 -+# Boston, MA 02110-1301, USA gnu@gnu.org -+# -+# @author Mark Jenkins, ParIT Worker Co-operative -+# @author Jeff Green, ParIT Worker Co-operative -+## @file -+# @brief High level python wrapper classes for the business parts of GnuCash -+# @author Mark Jenkins, ParIT Worker Co-operative -+# @author Jeff Green, ParIT Worker Co-operative -+# @ingroup python_bindings -+ -+import gnucash_core_c -+ -+from function_class import \ -+ ClassFromFunctions, extract_attributes_with_prefix, \ -+ default_arguments_decorator, method_function_returns_instance, \ -+ methods_return_instance, methods_return_instance_lists -+ -+from gnucash_core import \ -+ GnuCashCoreClass, GncNumeric, GncCommodity, Transaction, \ -+ Split, Book, GncLot, Account -+ -+from gnucash_core_c import GNC_OWNER_CUSTOMER, GNC_OWNER_JOB, \ -+ GNC_OWNER_EMPLOYEE, GNC_OWNER_VENDOR, \ -+ GNC_PAYMENT_CASH, GNC_PAYMENT_CARD, \ -+ GNC_DISC_PRETAX, GNC_DISC_SAMETIME, GNC_DISC_POSTTAX, \ -+ GNC_TAXINCLUDED_YES, GNC_TAXINCLUDED_NO, GNC_TAXINCLUDED_USEGLOBAL, \ -+ GNC_AMT_TYPE_VALUE, GNC_AMT_TYPE_PERCENT, GNC_ID_INVOICE -+ -+import datetime -+ -+class GnuCashBusinessEntity(GnuCashCoreClass): -+ def __init__(self, book=None, id=None, currency=None, name=None, -+ instance=None): -+ if instance == None: -+ if book==None or id==None or currency==None: -+ raise Exception( -+ "you must call GnuCashBusinessEntity.__init__ " -+ "with either a book, id, and currency, or an existing " -+ "low level swig proxy in the argument instance") -+ GnuCashCoreClass.__init__(self, book) -+ self.BeginEdit() -+ self.SetID(id) -+ self.SetCurrency(currency) -+ if name != None: -+ self.SetName(name) -+ self.CommitEdit() -+ else: -+ GnuCashCoreClass.__init__(self, instance=instance) -+ -+class Customer(GnuCashBusinessEntity): pass -+ -+class Employee(GnuCashBusinessEntity): pass -+ -+class Vendor(GnuCashBusinessEntity): pass -+ -+class Job(GnuCashBusinessEntity): -+ # override the superclass constructor, as Job doesn't require -+ # a currency but it does require an owner -+ def __init__(self, book=None, id=None, owner=None, name=None, -+ instance=None): -+ if instance == None: -+ if book==None or id==None or owner==None: -+ raise Exception( -+ "you must call Job.__init__ " -+ "with either a book, id, and owner or an existing " -+ "low level swig proxy in the argument instance") -+ GnuCashCoreClass.__init__(self, book) -+ self.SetID(id) -+ self.SetOwner(owner) -+ if name != None: -+ self.SetName(name) -+ else: -+ GnuCashCoreClass.__init__(self, instance=instance) -+ -+class Address(GnuCashCoreClass): pass -+ -+class BillTerm(GnuCashCoreClass): pass -+ -+class TaxTable(GnuCashCoreClass): -+ def __init__(self, book=None, name=None, first_entry=None, instance=None): -+ if instance == None: -+ if book==None or name==None or first_entry==None: -+ raise Exception( -+ "you must call TaxTable.__init__ with either a " -+ "book, name, and first_entry, or an existing " -+ "low level swig proxy in the argument instance") -+ GnuCashCoreClass.__init__(self, book) -+ self.SetName(name) -+ self.AddEntry(first_entry) -+ else: -+ GnuCashCoreClass.__init__(self, instance=instance) -+ -+class TaxTableEntry(GnuCashCoreClass): -+ def __init__(self, account=None, percent=True, amount=None, instance=None): -+ """TaxTableEntry constructor -+ -+ You must provide an account, or be initizing this with an existing -+ swig proxy object via the instance keyword argument. -+ -+ You may also optionally set the percent keyword argument to False to get -+ a fixed value instead of percentage based tax (which is the default, or -+ when percent=True). -+ -+ The tax will be zero percent or zero unless you set the amount keyword -+ argument to a GncNumeric value as well. -+ """ -+ -+ if instance == None: -+ if account==None: -+ raise Exception( -+ "you must call TaxTableEntry.__init__ with either a " -+ "account or an existing " -+ "low level swig proxy in the argument instance") -+ GnuCashCoreClass.__init__(self) -+ self.SetAccount(account) -+ if percent: -+ self.SetType(GNC_AMT_TYPE_PERCENT) -+ else: -+ self.SetType(GNC_AMT_TYPE_VALUE) -+ if amount != None: -+ self.SetAmount(amount) -+ else: -+ GnuCashCoreClass.__init__(self, instance=instance) -+ -+class Invoice(GnuCashCoreClass): -+ def __init__(self, book=None, id=None, currency=None, owner=None, -+ date_opened=None, instance=None): -+ """Invoice Contstructor -+ -+ You must provide a book, id, currency and owner -+ (Customer, Job, Employee, Vendor) or an existing swig proxy object -+ in the keyword argument instance. -+ -+ Optionally, you may provide a date the invoice is opened on -+ (datetime.date or datetime.datetime), otherwise today's date is used. -+ """ -+ if instance == None: -+ if book==None or id==None or currency==None or owner==None: -+ raise Exception( -+ "you must call Invoice.__init__ " -+ "with either a book, id, currency and owner, or an existing" -+ "low level swig proxy in the argument instance") -+ GnuCashCoreClass.__init__(self, book) -+ self.BeginEdit() -+ self.SetID(id) -+ self.SetCurrency(currency) -+ self.SetOwner(owner) -+ if date_opened == None: -+ date_opened = datetime.date.today() -+ self.SetDateOpened(date_opened) -+ self.CommitEdit() -+ else: -+ GnuCashCoreClass.__init__(self, instance=instance) -+ -+class Bill(Invoice): -+ pass -+ -+def decorate_to_return_instance_instead_of_owner(dec_function): -+ def new_get_owner_function(self): -+ (owner_type, instance) = dec_function(self) -+ if owner_type == GNC_OWNER_CUSTOMER: -+ return Customer(instance=instance) -+ elif owner_type == GNC_OWNER_JOB: -+ return Job(instance=instance) -+ elif owner_type == GNC_OWNER_EMPLOYEE: -+ return Employee(instance=instance) -+ elif owner_type == GNC_OWNER_VENDOR: -+ return Vendor(instance=instance) -+ else: -+ return None -+ return new_get_owner_function -+ -+class Entry(GnuCashCoreClass): -+ def __init__(self, book=None, invoice=None, date=None, instance=None): -+ """Invoice Entry constructor -+ -+ You must provide a book or be initizing this with an existing -+ swig proxy object via the instance keyword argument. -+ -+ The optional invoice argument can be set to a Bill or Invoice -+ that you would like to associate the entry with. You might as well -+ assign one now, as an Entry can't exist without one, but you can -+ always use Invoice.AddEntry or Bill.AddEntry later on. -+ -+ By default, the entry will be set to today's date unless you -+ override with the date argument. -+ """ -+ if instance == None: -+ if book==None: -+ raise Exception( -+ "you must call Entry.__init__ with either a " -+ "book or an existing " -+ "low level swig proxy in the argument instance") -+ GnuCashCoreClass.__init__(self, book) -+ -+ if date == None: -+ date = datetime.date.today() -+ self.SetDate(date) -+ if invoice != None: -+ invoice.AddEntry(self) -+ else: -+ -+ GnuCashCoreClass.__init__(self, instance=instance) -+ -+ def test_type(self, invoice): -+ if invoice.GetTypeString() == "Invoice" and self.GetInvoice() == None: -+ raise Exception("Entry type error. Check that Entry type matches Invoice.") -+ if invoice.GetTypeString() == "Bill" and self.GetBill() == None: -+ raise Exception("Entry type error. Check that Entry type matches Bill.") -+ -+ -+# Owner -+GnuCashBusinessEntity.add_methods_with_prefix('gncOwner') -+ -+owner_dict = { -+ 'GetCustomer' : Customer, -+ 'GetVendor' : Vendor, -+ 'GetEmployee' : Employee, -+ 'GetJob' : Job, -+ 'GetAddr' : Address, -+ 'GetCurrency' : GncCommodity, -+ 'GetEndOwner': GnuCashBusinessEntity, -+ 'GetBalanceInCurrency': GncNumeric, -+ } -+methods_return_instance(GnuCashBusinessEntity, owner_dict) -+ -+methods_return_instance_lists( -+ GnuCashBusinessEntity, { -+ 'GetCommoditiesList': GncCommodity -+ }) -+ -+# Customer -+Customer.add_constructor_and_methods_with_prefix('gncCustomer', 'Create') -+ -+customer_dict = { -+ 'GetAddr' : Address, -+ 'GetShipAddr' : Address, -+ 'GetDiscount' : GncNumeric, -+ 'GetCredit' : GncNumeric, -+ 'GetTerms' : BillTerm, -+ 'GetCurrency' : GncCommodity, -+ 'GetTaxTable': TaxTable, -+ } -+methods_return_instance(Customer, customer_dict) -+ -+# Employee -+Employee.add_constructor_and_methods_with_prefix('gncEmployee', 'Create') -+ -+employee_dict = { -+ 'GetBook' : Book, -+ 'GetAddr' : Address, -+ 'GetWorkday' : GncNumeric, -+ 'GetRate' : GncNumeric, -+ 'GetCurrency' : GncCommodity -+ } -+methods_return_instance(Employee, employee_dict) -+ -+# Vendor -+Vendor.add_constructor_and_methods_with_prefix('gncVendor', 'Create') -+ -+vendor_dict = { -+ 'GetAddr' : Address, -+ 'GetTerms' : BillTerm, -+ 'GetCurrency' : GncCommodity, -+ 'GetTaxTable': TaxTable, -+ } -+methods_return_instance(Vendor, vendor_dict) -+ -+# Job -+Job.add_constructor_and_methods_with_prefix('gncJob', 'Create') -+Job.decorate_functions( -+ decorate_to_return_instance_instead_of_owner, -+ 'GetOwner') -+ -+# Address -+Address.add_constructor_and_methods_with_prefix('gncAddress', 'Create') -+ -+# BillTerm -+BillTerm.add_constructor_and_methods_with_prefix('gncBillTerm', 'Create') -+ -+billterm_dict = { -+ 'LookupByName' : BillTerm, -+ 'GetDiscount' : GncNumeric, -+ 'GetParent' : BillTerm, -+ 'ReturnChild' : BillTerm -+ } -+methods_return_instance(BillTerm, billterm_dict) -+ -+# TaxTable -+TaxTable.add_constructor_and_methods_with_prefix('gncTaxTable', 'Create') -+ -+taxtable_dict = { -+ 'GetParent': TaxTable, -+ } -+methods_return_instance(TaxTable, taxtable_dict) -+ -+# TaxTableEntry -+TaxTableEntry.add_constructor_and_methods_with_prefix( -+ 'gncTaxTableEntry', 'Create') -+ -+taxtableentry_dict = { -+ 'GetAccount': Account, -+ 'GetAmount': GncNumeric, -+ } -+ -+# Invoice -+Invoice.add_constructor_and_methods_with_prefix('gncInvoice', 'Create') -+methods_return_instance_lists( -+ Invoice, { 'GetEntries': Entry }) -+ -+# Bill -+Bill.add_methods_with_prefix('gncBill') -+ -+invoice_dict = { -+ 'GetTerms': BillTerm, -+ 'GetCurrency': GncCommodity, -+ 'GetToChargeAmount': GncNumeric, -+ 'GetPostedLot': GncLot, -+ 'GetPostedTxn': Transaction, -+ 'GetPostedAcc': Account, -+ 'GetTotal': GncNumeric, -+ 'GetTotalOf': GncNumeric, -+ 'GetTotalSubtotal': GncNumeric, -+ 'GetTotalTax': GncNumeric, -+ 'PostToAccount': Transaction, -+ 'GetBook': Book, -+ } -+methods_return_instance(Invoice, invoice_dict) -+Invoice.decorate_functions( -+ decorate_to_return_instance_instead_of_owner, -+ 'GetOwner', 'GetBillTo') -+ -+# Entry -+Entry.add_constructor_and_methods_with_prefix('gncEntry', 'Create') -+ -+entry_dict = { -+ 'GetQuantity': GncNumeric, -+ 'GetInvAccount': Account, -+ 'GetInvPrice': GncNumeric, -+ 'GetInvDiscount': GncNumeric, -+ 'GetInvTaxTable': TaxTable, -+ 'GetBillAccount': Account, -+ 'GetBillPrice': GncNumeric, -+ 'GetBillTaxTable': TaxTable, -+ 'Copy': Entry, -+ 'GetInvoice': Invoice, -+ 'GetBill': Invoice -+ } -+methods_return_instance(Entry, entry_dict) -+Entry.decorate_functions( -+ decorate_to_return_instance_instead_of_owner, -+ 'GetBillTo' ) ---- src/optional/python-bindings/gnucash_core.py.orig 2018-04-04 22:55:00 UTC -+++ src/optional/python-bindings/gnucash_core.py -@@ -0,0 +1,752 @@ -+# gnucash_core.py -- High level python wrapper classes for the core parts -+# of GnuCash -+# -+# Copyright (C) 2008 ParIT Worker Co-operative -+# This program is free software; you can redistribute it and/or -+# modify it under the terms of the GNU General Public License as -+# published by the Free Software Foundation; either version 2 of -+# the License, or (at your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program; if not, contact: -+# Free Software Foundation Voice: +1-617-542-5942 -+# 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 -+# Boston, MA 02110-1301, USA gnu@gnu.org -+# -+# @author Mark Jenkins, ParIT Worker Co-operative -+# @author Jeff Green, ParIT Worker Co-operative -+ -+# The following is for doxygen -+## @file -+# @brief High level python wrapper classes for the core parts of GnuCash -+# @author Mark Jenkins, ParIT Worker Co-operative -+# @author Jeff Green, ParIT Worker Co-operative -+# @ingroup python_bindings -+ -+import gnucash_core_c -+ -+from function_class import \ -+ ClassFromFunctions, extract_attributes_with_prefix, \ -+ default_arguments_decorator, method_function_returns_instance, \ -+ methods_return_instance, process_list_convert_to_instance, \ -+ method_function_returns_instance_list, methods_return_instance_lists -+ -+from gnucash_core_c import gncInvoiceLookup, gncInvoiceGetInvoiceFromTxn, \ -+ gncInvoiceGetInvoiceFromLot, gncEntryLookup, gncInvoiceLookup, \ -+ gncCustomerLookup, gncVendorLookup, gncJobLookup, gncEmployeeLookup, \ -+ gncTaxTableLookup, gncTaxTableLookupByName, gnc_search_invoice_on_id, \ -+ gnc_search_customer_on_id, gnc_search_bill_on_id , gnc_search_vendor_on_id, \ -+ gncInvoiceNextID, gncCustomerNextID, gncTaxTableGetTables, gncVendorNextID -+ -+class GnuCashCoreClass(ClassFromFunctions): -+ _module = gnucash_core_c -+ -+ def do_lookup_create_oo_instance(self, lookup_function, cls, *args): -+ thing = lookup_function(self.get_instance(), *args) -+ if thing != None: -+ thing = cls(instance=thing) -+ return thing -+ -+ -+class GnuCashBackendException(Exception): -+ def __init__(self, msg, errors): -+ Exception.__init__(self, msg) -+ self.errors = errors -+ -+class Session(GnuCashCoreClass): -+ """A GnuCash book editing session -+ -+ To commit changes to the session you may need to call save, -+ (this is always the case with the file backend). -+ -+ When you're down with a session you may need to call end() -+ -+ Every Session has a Book in the book attribute, which you'll definitely -+ be interested in, as every GnuCash entity (Transaction, Split, Vendor, -+ Invoice..) is associated with a particular book where it is stored. -+ """ -+ -+ def __init__(self, book_uri=None, ignore_lock=False, is_new=False, -+ force_new= False): -+ """A convenient constructor that allows you to specify a book URI, -+ begin the session, and load the book. -+ -+ This can give you the power of calling -+ qof_session_new, qof_session_begin, and qof_session_load all in one! -+ -+ book_uri can be None to skip the calls to qof_session_begin and -+ qof_session_load, or it can be a string like "file:/test.xac" -+ -+ qof_session_load is only called if is_new is set to False -+ -+ is_new is passed to qof_session_begin as the argument create, -+ and force_new as the argument force. Is_new will create a new -+ database or file; force will force creation even if it will -+ destroy an existing dataset. -+ -+ ignore_lock is passed to qof_session_begin's argument of the -+ same name and is used to break an existing lock on a dataset. -+ -+ -+ -+ This function can raise a GnuCashBackendException. If it does, -+ you don't need to cleanup and call end() and destroy(), that is handled -+ for you, and the exception is raised. -+ """ -+ GnuCashCoreClass.__init__(self) -+ if book_uri is not None: -+ try: -+ self.begin(book_uri, ignore_lock, is_new, force_new) -+ # Take care of backend inconsistency -+ # New xml file can't be loaded, new sql store -+ # has to be loaded before it can be altered -+ # Any existing store obviously has to be loaded -+ # More background: https://bugzilla.gnome.org/show_bug.cgi?id=726891 -+ if book_uri[:3] != "xml" or not is_new: -+ self.load() -+ except GnuCashBackendException, backend_exception: -+ self.end() -+ self.destroy() -+ raise -+ -+ def raise_backend_errors(self, called_function="qof_session function"): -+ """Raises a GnuCashBackendException if there are outstanding -+ QOF_BACKEND errors. -+ -+ set called_function to name the function that was last called -+ """ -+ errors = self.pop_all_errors() -+ if errors != (): -+ raise GnuCashBackendException( -+ "call to %s resulted in the " -+ "following errors, %s" % (called_function, backend_error_dict[errors[0]]), -+ errors ) -+ -+ def generate_errors(self): -+ """A generator that yields any outstanding QofBackend errors -+ """ -+ while self.get_error() is not ERR_BACKEND_NO_ERR: -+ error = self.pop_error() -+ yield error -+ -+ def pop_all_errors(self): -+ """Returns any accumulated qof backend errors as a tuple -+ """ -+ return tuple( self.generate_errors() ) -+ -+ # STATIC METHODS -+ @staticmethod -+ def raise_backend_errors_after_call(function): -+ """A function decorator that results in a call to -+ raise_backend_errors after execution. -+ """ -+ def new_function(self, *args): -+ return_value = function(self, *args) -+ self.raise_backend_errors(function.__name__) -+ return return_value -+ return new_function -+ -+class Book(GnuCashCoreClass): -+ """A Book encapsulates all of the GnuCash data, it is the place where -+ all GnuCash entities (Transaction, Split, Vendor, Invoice...), are -+ stored. You'll notice that all of the constructors for those entities -+ need a book to be associated with. -+ -+ The most common way to get a book is through the book property in the -+ Session class, that is, create a session that connects to some storage, -+ such as through 'my_session = Session('file:my_books.xac')', and access -+ the book via the book property, 'my_session.book' -+ -+ If you would like to create a Book without any backing storage, call the -+ Book constructor without any parameters, 'Book()'. You can later merge -+ such a book into a book with actual store by using merge_init. -+ -+ Methods of interest -+ get_root_account -- Returns the root level Account -+ get_table -- Returns a commodity lookup table, of type GncCommodityTable -+ """ -+ def InvoiceLookup(self, guid): -+ from gnucash_business import Invoice -+ return self.do_lookup_create_oo_instance( -+ gncInvoiceLookup, Invoice, guid.get_instance() ) -+ -+ def EntryLookup(self, guid): -+ from gnucash_business import Entr -+ return self.do_lookup_create_oo_instance( -+ gncEntryLookup, Entry, guid.get_instance() ) -+ -+ def CustomerLookup(self, guid): -+ from gnucash_business import Customer -+ return self.do_lookup_create_oo_instance( -+ gncCustomerLookup, Customer, guid.get_instance()) -+ -+ def JobLookup(self, guid): -+ from gnucash_business import Job -+ return self.do_lookup_create_oo_instance( -+ gncJobLookup, Job, guid.get_instance() ) -+ -+ def VendorLookup(self, guid): -+ from gnucash_business import Vendor -+ return self.do_lookup_create_oo_instance( -+ gncVendorLookup, Vendor, guid.get_instance() ) -+ -+ def EmployeeLookup(self, guid): -+ from gnucash_business import Employee -+ return self.do_lookup_create_oo_instance( -+ gncEmployeeLookup, Employee, guid.get_instance() ) -+ -+ def TaxTableLookup(self, guid): -+ from gnucash_business import TaxTable -+ return self.do_lookup_create_oo_instance( -+ gncTaxTableLookup, TaxTable, guid.get_instance() ) -+ -+ def TaxTableLookupByName(self, name): -+ from gnucash_business import TaxTable -+ return self.do_lookup_create_oo_instance( -+ gncTaxTableLookupByName, TaxTable, name) -+ -+ def TaxTableGetTables(self): -+ from gnucash_business import TaxTable -+ return [ TaxTable(instance=item) for item in gncTaxTableGetTables(self.instance) ] -+ -+ def BillLoookupByID(self, id): -+ from gnucash_business import Bill -+ return self.do_lookup_create_oo_instance( -+ gnc_search_bill_on_id, Bill, id) -+ -+ def InvoiceLookupByID(self, id): -+ from gnucash_business import Invoice -+ return self.do_lookup_create_oo_instance( -+ gnc_search_invoice_on_id, Invoice, id) -+ -+ def CustomerLookupByID(self, id): -+ from gnucash_business import Customer -+ return self.do_lookup_create_oo_instance( -+ gnc_search_customer_on_id, Customer, id) -+ -+ def VendorLookupByID(self, id): -+ from gnucash_business import Vendor -+ return self.do_lookup_create_oo_instance( -+ gnc_search_vendor_on_id, Vendor, id) -+ -+ def InvoiceNextID(self, customer): -+ ''' Return the next invoice ID. -+ This works but I'm not entirely happy with it. FIX ME''' -+ from gnucash.gnucash_core_c import gncInvoiceNextID -+ return gncInvoiceNextID(self.get_instance(),customer.GetEndOwner().get_instance()[1]) -+ -+ def BillNextID(self, vendor): -+ ''' Return the next Bill ID. ''' -+ from gnucash.gnucash_core_c import gncInvoiceNextID -+ return gncInvoiceNextID(self.get_instance(),vendor.GetEndOwner().get_instance()[1]) -+ -+ def CustomerNextID(self): -+ ''' Return the next Customer ID. ''' -+ from gnucash.gnucash_core_c import gncCustomerNextID -+ return gncCustomerNextID(self.get_instance()) -+ -+ def VendorNextID(self): -+ ''' Return the next Vendor ID. ''' -+ from gnucash.gnucash_core_c import gncVendorNextID -+ return gncVendorNextID(self.get_instance()) -+ -+class GncNumeric(GnuCashCoreClass): -+ """Object used by GnuCash to store all numbers. Always consists of a -+ numerator and denominator. -+ -+ The constants GNC_DENOM_AUTO, -+ GNC_HOW_RND_FLOOR, GNC_HOW_RND_CEIL, GNC_HOW_RND_TRUNC, -+ GNC_HOW_RND_PROMOTE, GNC_HOW_RND_ROUND_HALF_DOWN, -+ GNC_HOW_RND_ROUND_HALF_UP, GNC_HOW_RND_ROUND, GNC_HOW_RND_NEVER, -+ GNC_HOW_DENOM_EXACT, GNC_HOW_DENOM_REDUCE, GNC_HOW_DENOM_LCD, -+ and GNC_HOW_DENOM_FIXED are available for arithmetic -+ functions like GncNumeric.add -+ -+ Look at gnc-numeric.h to see how to use these -+ """ -+ -+ def __init__(self, num=0, denom=1, **kargs): -+ """Constructor that allows you to set the numerator and denominator or -+ leave them blank with a default value of 0 (not a good idea since there -+ is currently no way to alter the value after instantiation) -+ """ -+ GnuCashCoreClass.__init__(self, num, denom, **kargs) -+ #if INSTANCE_ARG in kargs: -+ # GnuCashCoreClass.__init__(**kargs) -+ #else: -+ # self.set_denom(denom) # currently undefined -+ # self.set_num(num) # currently undefined -+ -+ def __unicode__(self): -+ """Returns a human readable numeric value string as UTF8.""" -+ if self.denom() == 0: -+ return "Division by zero" -+ else: -+ value_float = self.to_double() -+ value_str = u"{0:.{1}f}".format(value_float,2) ## The second argument is the precision. It would be nice to be able to make it configurable. -+ return value_str -+ -+ def __str__(self): -+ """returns a human readable numeric value string as bytes.""" -+ return unicode(self).encode('utf-8') -+ -+class GncPrice(GnuCashCoreClass): -+ ''' -+ Each priceEach price in the database represents an "instantaneous" -+ quote for a given commodity with respect to another commodity. -+ For example, a given price might represent the value of LNUX in USD on 2001-02-03. -+ -+ Fields: -+ * commodity: the item being priced. -+ * currency: the denomination of the value of the item being priced. -+ * value: the value of the item being priced. -+ * time: the time the price was valid. -+ * source: a string describing the source of the quote. These strings will be something like this: -+ "Finance::Quote", "user:misc", "user:foo", etc. If the quote came from a user, as a matter of policy, -+ you *must* prefix the string you give with "user:". For now, the only other reserved values are -+ "Finance::Quote" and "old-file-import". Any string used must be added to the source_list array in -+ dialog-price-edit-db.c so that it can be properly translated. (There are unfortunately many strings -+ in users' databases, so this string must be translated on output instead of always being used in untranslated form). -+ * type: the type of quote - types possible right now are bid, ask, last, nav, and -+ unknown.Each price in the database represents an "instantaneous" quote for a given -+ commodity with respect to another commodity. -+ For example, a given price might represent the value of LNUX in USD on 2001-02-03. -+ -+ See also http://code.gnucash.org/docs/head/group__Price.html -+ ''' -+ pass -+GncPrice.add_methods_with_prefix('gnc_price_') -+ -+ -+class GncPriceDB(GnuCashCoreClass): -+ ''' -+ a simple price database for gnucash. -+ The PriceDB is intended to be a database of price quotes, or more specifically, -+ a database of GNCPrices. For the time being, it is still a fairly simple -+ database supporting only fairly simple queries. It is expected that new -+ queries will be added as needed, and that there is some advantage to delaying -+ complex queries for now in the hope that we get a real DB implementation -+ before they're really needed. -+ -+ Every QofBook contains a GNCPriceDB, accessible via gnc_pricedb_get_db. -+ -+ Definition in file gnc-pricedb.h. -+ See also http://code.gnucash.org/docs/head/gnc-pricedb_8h.html -+ ''' -+ -+GncPriceDB.add_methods_with_prefix('gnc_pricedb_') -+PriceDB_dict = { -+ 'lookup_latest' : GncPrice, -+ 'lookup_nearest_in_time' : GncPrice, -+ 'lookup_latest_before' : GncPrice, -+ 'convert_balance_latest_price' : GncNumeric, -+ 'convert_balance_nearest_price' : GncNumeric, -+ } -+methods_return_instance(GncPriceDB,PriceDB_dict) -+GncPriceDB.get_prices = method_function_returns_instance_list( -+ GncPriceDB.get_prices, GncPrice ) -+ -+ -+class GncCommodity(GnuCashCoreClass): pass -+ -+class GncCommodityTable(GnuCashCoreClass): -+ """A CommodityTable provides a way to store and lookup commodities. -+ Commodities are primarily currencies, but other tradable things such as -+ stocks, mutual funds, and material substances are possible. -+ -+ Users of this library should not create their own CommodityTable, instead -+ the get_table method from the Book class should be used. -+ -+ This table is automatically populated with the GnuCash default commodity's -+ which includes most of the world's currencies. -+ """ -+ -+ pass -+ -+class GncCommodityNamespace(GnuCashCoreClass): -+ pass -+ -+class GncLot(GnuCashCoreClass): -+ def GetInvoiceFromLot(self): -+ from gnucash_business import Invoice -+ return self.do_lookup_create_oo_instance( -+ gncInvoiceGetInvoiceFromLot, Invoice ) -+ -+class Transaction(GnuCashCoreClass): -+ """A GnuCash Transaction -+ -+ Consists of at least one (generally two) splits to represent a transaction -+ between two accounts. -+ -+ -+ Has a GetImbalance() method that returns a list of all the imbalanced -+ currencies. Each list item is a two element tuple, the first element is -+ the imbalanced commodity, the second element is the value. -+ -+ Warning, the commodity.get_instance() value can be None when there -+ is no currency set for the transaction. -+ """ -+ _new_instance = 'xaccMallocTransaction' -+ def GetNthSplit(self, n): -+ return self.GetSplitList().pop(n) -+ -+ def GetInvoiceFromTxn(self): -+ from gnucash_business import Transaction -+ return self.do_lookup_create_oo_instance( -+ gncInvoiceGetInvoiceFromTxn, Transaction ) -+ -+def decorate_monetary_list_returning_function(orig_function): -+ def new_function(self): -+ # warning, item.commodity has been shown to be None -+ # when the transaction doesn't have a currency -+ return [(GncCommodity(instance=item.commodity), -+ GncNumeric(instance=item.value)) -+ for item in orig_function(self) ] -+ return new_function -+ -+class Split(GnuCashCoreClass): -+ """A GnuCash Split -+ -+ The most basic representation of a movement of currency from one account to -+ another. -+ """ -+ _new_instance = 'xaccMallocSplit' -+ -+class Account(GnuCashCoreClass): -+ """A GnuCash Account. -+ -+ A fundamental entity in accounting, an Account provides representation -+ for a financial object, such as a ACCT_TYPE_BANK account, an -+ ACCT_TYPE_ASSET (like a building), -+ a ACCT_TYPE_LIABILITY (such as a bank loan), a summary of some type of -+ ACCT_TYPE_EXPENSE, or a summary of some source of ACCT_TYPE_INCOME . -+ -+ The words in upper case are the constants that GnuCash and this library uses -+ to describe account type. Here is the full list: -+ ACCT_TYPE_ASSET, ACCT_TYPE_BANK, ACCT_TYPE_CASH, ACCT_TYPE_CHECKING, \ -+ ACCT_TYPE_CREDIT, ACCT_TYPE_EQUITY, ACCT_TYPE_EXPENSE, ACCT_TYPE_INCOME, \ -+ ACCT_TYPE_LIABILITY, ACCT_TYPE_MUTUAL, ACCT_TYPE_PAYABLE, \ -+ ACCT_TYPE_RECEIVABLE, ACCT_TYPE_STOCK, ACCT_TYPE_ROOT, ACCT_TYPE_TRADING -+ -+ These are not strings, they are attributes you can import from this -+ module -+ """ -+ _new_instance = 'xaccMallocAccount' -+ -+class GUID(GnuCashCoreClass): -+ _new_instance = 'guid_new_return' -+ -+# Session -+Session.add_constructor_and_methods_with_prefix('qof_session_', 'new') -+ -+def one_arg_default_none(function): -+ return default_arguments_decorator(function, None, None) -+Session.decorate_functions(one_arg_default_none, "load", "save") -+ -+Session.decorate_functions( Session.raise_backend_errors_after_call, -+ "begin", "load", "save", "end") -+Session.get_book = method_function_returns_instance( -+ Session.get_book, Book ) -+ -+Session.book = property( Session.get_book ) -+ -+# import all of the session backend error codes into this module -+this_module_dict = globals() -+for error_name, error_value, error_name_after_prefix in \ -+ extract_attributes_with_prefix(gnucash_core_c, 'ERR_'): -+ this_module_dict[ error_name ] = error_value -+ -+#backend error codes used for reverse lookup -+backend_error_dict = {} -+for error_name, error_value, error_name_after_prefix in \ -+ extract_attributes_with_prefix(gnucash_core_c, 'ERR_'): -+ backend_error_dict[ error_value ] = error_name -+ -+# GncNumeric denominator computation schemes -+# Used for the denom argument in arithmetic functions like GncNumeric.add -+from gnucash.gnucash_core_c import GNC_DENOM_AUTO -+ -+# GncNumeric rounding instructions -+# used for the how argument in arithmetic functions like GncNumeric.add -+from gnucash.gnucash_core_c import \ -+ GNC_HOW_RND_FLOOR, GNC_HOW_RND_CEIL, GNC_HOW_RND_TRUNC, \ -+ GNC_HOW_RND_PROMOTE, GNC_HOW_RND_ROUND_HALF_DOWN, \ -+ GNC_HOW_RND_ROUND_HALF_UP, GNC_HOW_RND_ROUND, GNC_HOW_RND_NEVER -+ -+# GncNumeric denominator types -+# used for the how argument in arithmetic functions like GncNumeric.add -+from gnucash.gnucash_core_c import \ -+ GNC_HOW_DENOM_EXACT, GNC_HOW_DENOM_REDUCE, GNC_HOW_DENOM_LCD, \ -+ GNC_HOW_DENOM_FIXED -+ -+# import account types -+from gnucash.gnucash_core_c import \ -+ ACCT_TYPE_ASSET, ACCT_TYPE_BANK, ACCT_TYPE_CASH, ACCT_TYPE_CHECKING, \ -+ ACCT_TYPE_CREDIT, ACCT_TYPE_EQUITY, ACCT_TYPE_EXPENSE, ACCT_TYPE_INCOME, \ -+ ACCT_TYPE_LIABILITY, ACCT_TYPE_MUTUAL, ACCT_TYPE_PAYABLE, \ -+ ACCT_TYPE_RECEIVABLE, ACCT_TYPE_STOCK, ACCT_TYPE_ROOT, ACCT_TYPE_TRADING -+ -+#Book -+Book.add_constructor_and_methods_with_prefix('qof_book_', 'new') -+Book.add_method('gnc_book_get_root_account', 'get_root_account') -+Book.add_method('gnc_book_set_root_account', 'set_root_account') -+Book.add_method('gnc_commodity_table_get_table', 'get_table') -+Book.add_method('gnc_pricedb_get_db', 'get_price_db') -+Book.add_method('qof_book_increment_and_format_counter', 'increment_and_format_counter') -+ -+#Functions that return Account -+Book.get_root_account = method_function_returns_instance( -+ Book.get_root_account, Account ) -+#Functions that return GncCommodityTable -+Book.get_table = method_function_returns_instance( -+ Book.get_table, GncCommodityTable ) -+#Functions that return GNCPriceDB -+Book.get_price_db = method_function_returns_instance( -+ Book.get_price_db, GncPriceDB) -+ -+# GncNumeric -+GncNumeric.add_constructor_and_methods_with_prefix('gnc_numeric_', 'create') -+ -+gncnumeric_dict = { -+ 'same' : GncNumeric, -+ 'add' : GncNumeric, -+ 'sub' : GncNumeric, -+ 'mul' : GncNumeric, -+ 'div' : GncNumeric, -+ 'neg' : GncNumeric, -+ 'abs' : GncNumeric, -+ 'add_fixed' : GncNumeric, -+ 'sub_fixed' : GncNumeric, -+ 'add_with_error' : GncNumeric, -+ 'sub_with_error' : GncNumeric, -+ 'mul_with_error' : GncNumeric, -+ 'div_with_error' : GncNumeric, -+ 'convert' : GncNumeric, -+ 'reduce' : GncNumeric -+ } -+methods_return_instance(GncNumeric, gncnumeric_dict) -+ -+# GncCommodity -+GncCommodity.add_constructor_and_methods_with_prefix('gnc_commodity_', 'new') -+#Functions that return GncCommodity -+GncCommodity.clone = method_function_returns_instance( -+ GncCommodity.clone, GncCommodity ) -+ -+# GncCommodityTable -+GncCommodityTable.add_methods_with_prefix('gnc_commodity_table_') -+commoditytable_dict = { -+ 'lookup' : GncCommodity, -+ 'lookup_unique' : GncCommodity, -+ 'find_full' : GncCommodity, -+ 'insert' : GncCommodity, -+ 'add_namespace': GncCommodityNamespace, -+ 'find_namespace': GncCommodityNamespace, -+ } -+methods_return_instance(GncCommodityTable, commoditytable_dict) -+ -+methods_return_instance_lists( -+ GncCommodityTable, { 'get_namespaces': GncCommodityNamespace, -+ 'get_namespaces_list': GncCommodityNamespace, -+ 'get_commodities': GncCommodity, -+ 'get_quotable_commodities': GncCommodity, -+ -+ } ) -+ -+# GncCommodityNamespace -+GncCommodityNamespace.add_methods_with_prefix('gnc_commodity_namespace_') -+GncCommodityNamespace.get_commodity_list = \ -+ method_function_returns_instance_list( -+ GncCommodityNamespace.get_commodity_list, GncCommodity ) -+ -+# GncLot -+GncLot.add_constructor_and_methods_with_prefix('gnc_lot_', 'new') -+ -+gnclot_dict = { -+ 'get_account' : Account, -+ 'get_book' : Book, -+ 'get_earliest_split' : Split, -+ 'get_latest_split' : Split, -+ 'get_balance' : GncNumeric, -+ 'lookup' : GncLot, -+ 'make_default' : GncLot -+ } -+methods_return_instance(GncLot, gnclot_dict) -+ -+# Transaction -+Transaction.add_methods_with_prefix('xaccTrans') -+Transaction.add_method('gncTransGetGUID', 'GetGUID'); -+ -+trans_dict = { -+ 'GetSplit': Split, -+ 'FindSplitByAccount': Split, -+ 'Clone': Transaction, -+ 'Reverse': Transaction, -+ 'GetReversedBy': Transaction, -+ 'GetImbalanceValue': GncNumeric, -+ 'GetAccountValue': GncNumeric, -+ 'GetAccountAmount': GncNumeric, -+ 'GetAccountConvRate': GncNumeric, -+ 'GetAccountBalance': GncNumeric, -+ 'GetCurrency': GncCommodity, -+ 'GetGUID': GUID -+ } -+ -+methods_return_instance(Transaction, trans_dict) -+methods_return_instance_lists( -+ Transaction, { 'GetSplitList': Split, -+ }) -+Transaction.decorate_functions( -+ decorate_monetary_list_returning_function, 'GetImbalance') -+ -+# Split -+Split.add_methods_with_prefix('xaccSplit') -+Split.add_method('gncSplitGetGUID', 'GetGUID'); -+ -+split_dict = { -+ 'GetBook': Book, -+ 'GetAccount': Account, -+ 'GetParent': Transaction, -+ 'Lookup': Split, -+ 'GetOtherSplit': Split, -+ 'GetAmount': GncNumeric, -+ 'GetValue': GncNumeric, -+ 'GetSharePrice': GncNumeric, -+ 'ConvertAmount': GncNumeric, -+ 'GetBaseValue': GncNumeric, -+ 'GetBalance': GncNumeric, -+ 'GetClearedBalance': GncNumeric, -+ 'GetReconciledBalance': GncNumeric, -+ 'VoidFormerAmount': GncNumeric, -+ 'VoidFormerValue': GncNumeric, -+ 'GetGUID': GUID -+ } -+methods_return_instance(Split, split_dict) -+ -+Split.account = property( Split.GetAccount, Split.SetAccount ) -+Split.parent = property( Split.GetParent, Split.SetParent ) -+ -+# Account -+Account.add_methods_with_prefix('xaccAccount') -+Account.add_methods_with_prefix('gnc_account_') -+Account.add_method('gncAccountGetGUID', 'GetGUID'); -+ -+account_dict = { -+ 'get_book' : Book, -+ 'Lookup' : Account, -+ 'get_parent' : Account, -+ 'get_root' : Account, -+ 'nth_child' : Account, -+ 'lookup_by_code' : Account, -+ 'lookup_by_name' : Account, -+ 'lookup_by_full_name' : Account, -+ 'FindTransByDesc' : Transaction, -+ 'FindSplitByDesc' : Split, -+ 'GetBalance' : GncNumeric, -+ 'GetClearedBalance' : GncNumeric, -+ 'GetReconciledBalance' : GncNumeric, -+ 'GetPresentBalance' : GncNumeric, -+ 'GetProjectedMinimumBalance' : GncNumeric, -+ 'GetBalanceAsOfDate' : GncNumeric, -+ 'ConvertBalanceToCurrency' : GncNumeric, -+ 'ConvertBalanceToCurrencyAsOfDate' : GncNumeric, -+ 'GetBalanceInCurrency' : GncNumeric, -+ 'GetClearedBalanceInCurrency' : GncNumeric, -+ 'GetReconciledBalanceInCurrency' : GncNumeric, -+ 'GetPresentBalanceInCurrency' : GncNumeric, -+ 'GetProjectedMinimumBalanceInCurrency' : GncNumeric, -+ 'GetBalanceAsOfDateInCurrency' : GncNumeric, -+ 'GetBalanceChangeForPeriod' : GncNumeric, -+ 'GetCommodity' : GncCommodity, -+ 'GetGUID': GUID -+ } -+methods_return_instance(Account, account_dict) -+methods_return_instance_lists( -+ Account, { 'GetSplitList': Split, -+ 'get_children': Account, -+ 'get_children_sorted': Account, -+ 'get_descendants': Account, -+ 'get_descendants_sorted': Account -+ }) -+Account.name = property( Account.GetName, Account.SetName ) -+ -+#GUID -+GUID.add_methods_with_prefix('guid_') -+GUID.add_method('xaccAccountLookup', 'AccountLookup') -+GUID.add_method('xaccTransLookup', 'TransLookup') -+GUID.add_method('xaccSplitLookup', 'SplitLookup') -+ -+## define addition methods for GUID object - do we need these -+GUID.add_method('guid_to_string', 'to_string') -+#GUID.add_method('string_to_guid', 'string_to_guid') -+ -+guid_dict = { -+ 'copy' : GUID, -+ 'TransLookup': Transaction, -+ 'AccountLookup': Account, -+ 'SplitLookup': Split -+ } -+methods_return_instance(GUID, guid_dict) -+ -+#GUIDString -+class GUIDString(GnuCashCoreClass): -+ pass -+ -+GUIDString.add_constructor_and_methods_with_prefix('string_', 'to_guid') -+ -+#Query -+from gnucash_core_c import \ -+ QOF_QUERY_AND, \ -+ QOF_QUERY_OR, \ -+ QOF_QUERY_NAND, \ -+ QOF_QUERY_NOR, \ -+ QOF_QUERY_XOR -+ -+from gnucash_core_c import \ -+ QOF_STRING_MATCH_NORMAL, \ -+ QOF_STRING_MATCH_CASEINSENSITIVE -+ -+from gnucash_core_c import \ -+ QOF_COMPARE_LT, \ -+ QOF_COMPARE_LTE, \ -+ QOF_COMPARE_EQUAL, \ -+ QOF_COMPARE_GT, \ -+ QOF_COMPARE_GTE, \ -+ QOF_COMPARE_NEQ -+ -+from gnucash_core_c import \ -+ INVOICE_TYPE -+ -+from gnucash_core_c import \ -+ INVOICE_IS_PAID -+ -+class Query(GnuCashCoreClass): -+ pass -+ -+Query.add_constructor_and_methods_with_prefix('qof_query_', 'create') -+ -+Query.add_method('qof_query_set_book', 'set_book') -+Query.add_method('qof_query_search_for', 'search_for') -+Query.add_method('qof_query_run', 'run') -+Query.add_method('qof_query_add_term', 'add_term') -+Query.add_method('qof_query_add_boolean_match', 'add_boolean_match') -+Query.add_method('qof_query_destroy', 'destroy') -+ -+class QueryStringPredicate(GnuCashCoreClass): -+ pass -+ -+QueryStringPredicate.add_constructor_and_methods_with_prefix('qof_query_', 'string_predicate') -+ -+class QueryBooleanPredicate(GnuCashCoreClass): -+ pass -+ -+QueryBooleanPredicate.add_constructor_and_methods_with_prefix('qof_query_', 'boolean_predicate') -+ -+class QueryInt32Predicate(GnuCashCoreClass): -+ pass -+ -+QueryInt32Predicate.add_constructor_and_methods_with_prefix('qof_query_', 'int32_predicate') Property changes on: head/finance/gnucash/files/patch-missing-files ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/finance/gnucash/files/patch-CMakeLists.txt =================================================================== --- head/finance/gnucash/files/patch-CMakeLists.txt (revision 481103) +++ head/finance/gnucash/files/patch-CMakeLists.txt (revision 481104) @@ -1,21 +1,22 @@ ---- CMakeLists.txt.orig 2018-06-24 21:43:51 UTC +--- CMakeLists.txt.orig 2018-09-29 21:16:50 UTC +++ CMakeLists.txt @@ -43,6 +43,7 @@ include (MacroAppendForeach) include (MacroAddSourceFileCompileFlags) include (GncAddSwigCommand) include (CheckIncludeFiles) +include (CheckSymbolExists) include (GncAddSchemeTargets) include (GncAddGSchemaTargets) include (GncAddTest) -@@ -560,8 +561,8 @@ set(CMAKE_CXX_FLAGS "-std=gnu++11 ${CMAKE_CXX_FLAGS}") +@@ -573,9 +574,9 @@ set(CMAKE_CXX_FLAGS "-std=gnu++11 ${CMAKE_CXX_FLAGS}") if (UNIX) - set( CMAKE_C_FLAGS "-Werror -Wdeclaration-after-statement -Wno-pointer-sign -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-unused ${CMAKE_C_FLAGS}") -- set( CMAKE_CXX_FLAGS "-Werror -Wall -Wmissing-declarations -Wno-unused -Wno-error=parentheses ${CMAKE_CXX_FLAGS}") + set( CMAKE_C_FLAGS "-Wdeclaration-after-statement -Wno-pointer-sign -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-unused ${CMAKE_C_FLAGS}") -+ set( CMAKE_CXX_FLAGS "-Wall -Wmissing-declarations -Wno-unused -Wno-error=parentheses ${CMAKE_CXX_FLAGS}") set( CMAKE_C_FLAGS "-Wno-deprecated-declarations -std=gnu11 -Wno-error=parentheses ${CMAKE_C_FLAGS}") +- set( CMAKE_CXX_FLAGS "-Werror -Wall -Wmissing-declarations -Wno-unused -Wno-error=parentheses ${CMAKE_CXX_FLAGS}") ++ set( CMAKE_CXX_FLAGS "-Wall -Wmissing-declarations -Wno-unused -Wno-error=parentheses ${CMAKE_CXX_FLAGS}") + set( CMAKE_CXX_FLAGS "-Wno-deprecated-declarations -Wno-register ${CMAKE_CXX_FLAGS}") set( CMAKE_C_FLAGS_RELEASE "-O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ${CMAKE_C_FLAGS}") endif (UNIX) Index: head/finance/gnucash/files/patch-libgnucash_app-utils_guile-util.c =================================================================== --- head/finance/gnucash/files/patch-libgnucash_app-utils_guile-util.c (revision 481103) +++ head/finance/gnucash/files/patch-libgnucash_app-utils_guile-util.c (revision 481104) @@ -1,11 +1,11 @@ ---- libgnucash/app-utils/guile-util.c.orig 2018-03-31 22:46:38 UTC +--- libgnucash/app-utils/guile-util.c.orig 2018-09-04 21:53:12 UTC +++ libgnucash/app-utils/guile-util.c -@@ -1095,6 +1095,8 @@ gnc_parse_time_to_time64 (const gchar *s, const gchar +@@ -996,6 +996,8 @@ gnc_parse_time_to_time64 (const gchar *s, const gchar g_return_val_if_fail(s && format, -1); + bzero(&tm, sizeof(tm)); + if (!strptime(s, format, &tm)) return -1; Index: head/finance/gnucash/pkg-plist =================================================================== --- head/finance/gnucash/pkg-plist (revision 481103) +++ head/finance/gnucash/pkg-plist (revision 481104) @@ -1,1286 +1,1281 @@ bin/gnc-fq-check bin/gnc-fq-dump bin/gnc-fq-helper bin/gnc-fq-update bin/gnucash bin/gnucash-valgrind %%ETCDIR%%/environment include/gnucash/Account.h include/gnucash/FreqSpec.h include/gnucash/Query.h include/gnucash/QuickFill.h include/gnucash/Recurrence.h include/gnucash/SX-book.h include/gnucash/SX-ttinfo.h include/gnucash/SchedXaction.h include/gnucash/Scrub.h include/gnucash/Scrub2.h include/gnucash/Scrub3.h include/gnucash/ScrubBusiness.h include/gnucash/Split.h include/gnucash/TransLog.h include/gnucash/Transaction.h include/gnucash/account-quickfill.h include/gnucash/assistant-xml-encoding.h include/gnucash/basiccell.h include/gnucash/business-helpers.h include/gnucash/business-options.h include/gnucash/cap-gains.h include/gnucash/cashobjects.h include/gnucash/cell-factory.h include/gnucash/cellblock.h include/gnucash/checkboxcell.h include/gnucash/combocell.h include/gnucash/datecell.h include/gnucash/dialog-account.h include/gnucash/dialog-book-close.h include/gnucash/dialog-commodity.h include/gnucash/dialog-custom-report.h include/gnucash/dialog-dup-trans.h include/gnucash/dialog-file-access.h include/gnucash/dialog-object-references.h include/gnucash/dialog-options.h include/gnucash/dialog-preferences.h include/gnucash/dialog-query-view.h include/gnucash/dialog-report-column-view.h include/gnucash/dialog-report-style-sheet.h include/gnucash/dialog-reset-warnings.h include/gnucash/dialog-search.h include/gnucash/dialog-totd.h include/gnucash/dialog-transfer.h include/gnucash/dialog-utils.h include/gnucash/engine-helpers-guile.h include/gnucash/engine-helpers.h include/gnucash/file-utils.h include/gnucash/formulacell.h include/gnucash/gfec.h include/gnucash/glib-helpers.h include/gnucash/gnc-account-merge.h include/gnucash/gnc-account-sel.h include/gnucash/gnc-accounting-period.h include/gnucash/gnc-addr-quickfill.h include/gnucash/gnc-amount-edit.h include/gnucash/gnc-aqbanking-templates.h include/gnucash/gnc-basic-gobject.h include/gnucash/gnc-budget.h include/gnucash/gnc-cell-renderer-date.h include/gnucash/gnc-cell-renderer-popup-entry.h include/gnucash/gnc-cell-renderer-popup.h include/gnucash/gnc-combott.h include/gnucash/gnc-commodity-edit.h include/gnucash/gnc-commodity.h include/gnucash/gnc-component-manager.h include/gnucash/gnc-currency-edit.h include/gnucash/gnc-date-delta.h include/gnucash/gnc-date-edit.h include/gnucash/gnc-date-format.h include/gnucash/gnc-date.h include/gnucash/gnc-datetime.hpp include/gnucash/gnc-dense-cal-model.h include/gnucash/gnc-dense-cal-store.h include/gnucash/gnc-dense-cal.h include/gnucash/gnc-embedded-window.h include/gnucash/gnc-engine.h include/gnucash/gnc-entry-quickfill.h include/gnucash/gnc-euro.h include/gnucash/gnc-event.h include/gnucash/gnc-exp-parser.h include/gnucash/gnc-features.h include/gnucash/gnc-file.h include/gnucash/gnc-frequency.h include/gnucash/gnc-general-search.h include/gnucash/gnc-general-select.h include/gnucash/gnc-gettext-util.h include/gnucash/gnc-gnome-utils.h include/gnucash/gnc-gsettings.h include/gnucash/gnc-gui-query.h include/gnucash/gnc-help-utils.h include/gnucash/gnc-helpers.h include/gnucash/gnc-hooks.h include/gnucash/gnc-html-extras.h include/gnucash/gnc-html-factory.h include/gnucash/gnc-html-history.h include/gnucash/gnc-html-p.h include/gnucash/gnc-html-webkit-p.h include/gnucash/gnc-html-webkit.h include/gnucash/gnc-html-webkit2.h include/gnucash/gnc-html.h include/gnucash/gnc-icons.h include/gnucash/gnc-keyring.h include/gnucash/gnc-main-window.h include/gnucash/gnc-menu-extensions.h include/gnucash/gnc-module-api.h include/gnucash/gnc-module.h include/gnucash/gnc-numeric.h include/gnucash/gnc-numeric.hpp include/gnucash/gnc-period-select.h include/gnucash/gnc-plugin-file-history.h include/gnucash/gnc-plugin-manager.h include/gnucash/gnc-plugin-menu-additions.h include/gnucash/gnc-plugin-page-report.h include/gnucash/gnc-plugin-page.h include/gnucash/gnc-plugin.h include/gnucash/gnc-prefs-utils.h include/gnucash/gnc-pricedb.h include/gnucash/gnc-query-view.h include/gnucash/gnc-rational-rounding.hpp include/gnucash/gnc-rational.hpp include/gnucash/gnc-recurrence.h include/gnucash/gnc-report.h include/gnucash/gnc-session.h include/gnucash/gnc-splash.h include/gnucash/gnc-state.h include/gnucash/gnc-sx-instance-dense-cal-adapter.h include/gnucash/gnc-sx-instance-model.h include/gnucash/gnc-sx-list-tree-model-adapter.h include/gnucash/gnc-timezone.hpp include/gnucash/gnc-tree-control-split-reg.h include/gnucash/gnc-tree-model-account-types.h include/gnucash/gnc-tree-model-account.h include/gnucash/gnc-tree-model-budget.h include/gnucash/gnc-tree-model-commodity.h include/gnucash/gnc-tree-model-owner.h include/gnucash/gnc-tree-model-price.h include/gnucash/gnc-tree-model-split-reg.h include/gnucash/gnc-tree-model.h include/gnucash/gnc-tree-util-split-reg.h include/gnucash/gnc-tree-view-account.h include/gnucash/gnc-tree-view-commodity.h include/gnucash/gnc-tree-view-owner.h include/gnucash/gnc-tree-view-price.h include/gnucash/gnc-tree-view-split-reg.h include/gnucash/gnc-tree-view-sx-list.h include/gnucash/gnc-tree-view.h include/gnucash/gnc-ui-balances.h include/gnucash/gnc-ui-util.h include/gnucash/gnc-ui.h include/gnucash/gnc-uri-utils.h include/gnucash/gnc-window.h include/gnucash/gncAddress.h include/gnucash/gncAddressP.h include/gnucash/gncBillTerm.h include/gnucash/gncBillTermP.h include/gnucash/gncBusGuile.h include/gnucash/gncBusiness.h include/gnucash/gncCustomer.h include/gnucash/gncCustomerP.h include/gnucash/gncEmployee.h include/gnucash/gncEmployeeP.h include/gnucash/gncEntry.h include/gnucash/gncEntryP.h include/gnucash/gncIDSearch.h include/gnucash/gncInvoice.h include/gnucash/gncInvoiceP.h include/gnucash/gncJob.h include/gnucash/gncJobP.h include/gnucash/gncOrder.h include/gnucash/gncOrderP.h include/gnucash/gncOwner.h include/gnucash/gncOwnerP.h include/gnucash/gncTaxTable.h include/gnucash/gncTaxTableP.h include/gnucash/gncVendor.h include/gnucash/gncVendorP.h include/gnucash/gtable.h include/gnucash/guid.h include/gnucash/guid.hpp include/gnucash/guile-util.h include/gnucash/import-parse.h include/gnucash/kvp-frame.hpp include/gnucash/kvp-scm.h include/gnucash/kvp-value.hpp include/gnucash/misc-gnome-utils.h include/gnucash/numcell.h include/gnucash/option-util.h include/gnucash/policy.h include/gnucash/pricecell.h include/gnucash/print-session.h include/gnucash/qof-backend.hpp include/gnucash/qof-gobject.h include/gnucash/qof-string-cache.h include/gnucash/qof.h include/gnucash/qofbackend.h include/gnucash/qofbook.h include/gnucash/qofbookslots.h include/gnucash/qofchoice.h include/gnucash/qofclass.h include/gnucash/qofevent.h include/gnucash/qofid-p.h include/gnucash/qofid.h include/gnucash/qofinstance-p.h include/gnucash/qofinstance.h include/gnucash/qoflog.h include/gnucash/qofobject.h include/gnucash/qofquery.h include/gnucash/qofquerycore.h include/gnucash/qofsession.h include/gnucash/qofsession.hpp include/gnucash/qofutil.h include/gnucash/quickfillcell.h include/gnucash/recncell.h include/gnucash/register-common.h include/gnucash/table-allgui.h include/gnucash/table-control.h include/gnucash/table-layout.h include/gnucash/table-model.h include/gnucash/tree-view-utils.h include/gnucash/window-main-summarybar.h include/gnucash/window-report.h lib/gnucash/libgncmod-app-utils.so %%AQBANKING%%lib/gnucash/libgncmod-aqbanking.so %%DATABASE%%lib/gnucash/libgncmod-backend-dbi.so lib/gnucash/libgncmod-backend-xml.so lib/gnucash/libgncmod-bi-import.so lib/gnucash/libgncmod-csv-export.so lib/gnucash/libgncmod-csv-import.so lib/gnucash/libgncmod-customer-import.so lib/gnucash/libgncmod-engine.so lib/gnucash/libgncmod-generic-import.so lib/gnucash/libgncmod-gnome-search.so lib/gnucash/libgncmod-gnome-utils.so lib/gnucash/libgncmod-html.so lib/gnucash/libgncmod-ledger-core.so lib/gnucash/libgncmod-locale-reports-us.so lib/gnucash/libgncmod-log-replay.so %%OFX%%lib/gnucash/libgncmod-ofx.so +%%PYTHON%%lib/gnucash/libgncmod-python.so lib/gnucash/libgncmod-qif-import.so lib/gnucash/libgncmod-register-core.so lib/gnucash/libgncmod-register-gnome.so lib/gnucash/libgncmod-report-gnome.so lib/gnucash/libgncmod-report-system.so lib/gnucash/libgncmod-stylesheets.so lib/gnucash/libgncmod-tax-us.so lib/gnucash/scm/ccache/2.0/business-options.go lib/gnucash/scm/ccache/2.0/business-prefs.go lib/gnucash/scm/ccache/2.0/c-interface.go lib/gnucash/scm/ccache/2.0/commodity-table.go lib/gnucash/scm/ccache/2.0/commodity-utilities.go lib/gnucash/scm/ccache/2.0/config-var.go lib/gnucash/scm/ccache/2.0/date-utilities.go lib/gnucash/scm/ccache/2.0/engine-interface.go lib/gnucash/scm/ccache/2.0/engine-utilities.go lib/gnucash/scm/ccache/2.0/fin.go lib/gnucash/scm/ccache/2.0/gnc-menu-extensions.go lib/gnucash/scm/ccache/2.0/gnc-numeric.go lib/gnucash/scm/ccache/2.0/gnucash/app-utils.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/baz.go lib/gnucash/scm/ccache/2.0/gnucash/business-core.go lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go lib/gnucash/scm/ccache/2.0/gnucash/engine.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/engine/test/srfi64-extras.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/engine/test/test-extras.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/foo.go lib/gnucash/scm/ccache/2.0/gnucash/gettext.go lib/gnucash/scm/ccache/2.0/gnucash/gnc-module.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-load-deps.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-load-scm.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-dynload.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-init.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-module.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-multi.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-swigged-c.go lib/gnucash/scm/ccache/2.0/gnucash/gnome-utils.go lib/gnucash/scm/ccache/2.0/gnucash/import-export/qif-import.go lib/gnucash/scm/ccache/2.0/gnucash/import-export/string.go lib/gnucash/scm/ccache/2.0/gnucash/price-quotes.go lib/gnucash/scm/ccache/2.0/gnucash/report/aging.go lib/gnucash/scm/ccache/2.0/gnucash/report/balsheet-eg.go lib/gnucash/scm/ccache/2.0/gnucash/report/business-reports.go lib/gnucash/scm/ccache/2.0/gnucash/report/customer-summary.go -lib/gnucash/scm/ccache/2.0/gnucash/report/easy-invoice.go lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-gnc.go lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-html-utilities.go lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-utilities.go -lib/gnucash/scm/ccache/2.0/gnucash/report/fancy-invoice.go lib/gnucash/scm/ccache/2.0/gnucash/report/hello-world.go lib/gnucash/scm/ccache/2.0/gnucash/report/invoice.go lib/gnucash/scm/ccache/2.0/gnucash/report/job-report.go lib/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/de_DE.go lib/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/us.go lib/gnucash/scm/ccache/2.0/gnucash/report/owner-report.go lib/gnucash/scm/ccache/2.0/gnucash/report/payables.go lib/gnucash/scm/ccache/2.0/gnucash/report/receipt.go lib/gnucash/scm/ccache/2.0/gnucash/report/receivables.go lib/gnucash/scm/ccache/2.0/gnucash/report/report-gnome.go lib/gnucash/scm/ccache/2.0/gnucash/report/report-system.go lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/collectors.go lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/report-collectors.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-collectors.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-extras.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-load-report-system-module.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-report-utilities.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-test-extras.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/account-piecharts.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/account-summary.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/advanced-portfolio.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/average-balance.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/balance-sheet.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-balance-sheet.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-barchart.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-flow.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-income-statement.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/cash-flow.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/cashflow-barchart.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/category-barchart.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/daily-reports.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/equity-statement.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/general-journal.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/general-ledger.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/income-gst-statement.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/income-statement.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/net-charts.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/portfolio.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/price-scatter.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/register.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/sx-summary.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-cash-flow.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-cashflow-barchart.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-standard-category-report.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-standard-net-barchart.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-standard-net-linechart.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/transaction.go lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/trial-balance.go lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-easy.go lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-fancy.go lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-footer.go lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-head-or-tail.go lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-plain.go lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheets.go lib/gnucash/scm/ccache/2.0/gnucash/report/taxinvoice.go lib/gnucash/scm/ccache/2.0/gnucash/report/taxtxf-de_DE.go lib/gnucash/scm/ccache/2.0/gnucash/report/taxtxf.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/test-load-report-stylesheets-module.go lib/gnucash/scm/ccache/2.0/gnucash/report/utility-reports.go lib/gnucash/scm/ccache/2.0/gnucash/report/view-column.go lib/gnucash/scm/ccache/2.0/gnucash/report/welcome-to-gnucash.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/reports/test-load-app-utils-module.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/reports/test-load-gnome-utils-module.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/reports/test-load-report-gnome-module.go lib/gnucash/scm/ccache/2.0/gnucash/tax/de_DE.go lib/gnucash/scm/ccache/2.0/gnucash/tax/us.go %%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/unittest-support.go lib/gnucash/scm/ccache/2.0/gnucash/utilities.go lib/gnucash/scm/ccache/2.0/hooks.go lib/gnucash/scm/ccache/2.0/html-acct-table.go lib/gnucash/scm/ccache/2.0/html-anytag.go lib/gnucash/scm/ccache/2.0/html-barchart.go lib/gnucash/scm/ccache/2.0/html-document.go lib/gnucash/scm/ccache/2.0/html-fonts.go lib/gnucash/scm/ccache/2.0/html-linechart.go lib/gnucash/scm/ccache/2.0/html-piechart.go lib/gnucash/scm/ccache/2.0/html-scatter.go lib/gnucash/scm/ccache/2.0/html-style-info.go lib/gnucash/scm/ccache/2.0/html-style-sheet.go lib/gnucash/scm/ccache/2.0/html-table.go lib/gnucash/scm/ccache/2.0/html-text.go lib/gnucash/scm/ccache/2.0/html-utilities.go lib/gnucash/scm/ccache/2.0/json.go lib/gnucash/scm/ccache/2.0/json/builder.go lib/gnucash/scm/ccache/2.0/json/parser.go lib/gnucash/scm/ccache/2.0/json/syntax.go lib/gnucash/scm/ccache/2.0/migrate-prefs.go lib/gnucash/scm/ccache/2.0/options-utilities.go lib/gnucash/scm/ccache/2.0/options.go lib/gnucash/scm/ccache/2.0/prefs.go lib/gnucash/scm/ccache/2.0/qif-import/qif-dialog-utils.go lib/gnucash/scm/ccache/2.0/qif-import/qif-file.go lib/gnucash/scm/ccache/2.0/qif-import/qif-guess-map.go lib/gnucash/scm/ccache/2.0/qif-import/qif-import.go lib/gnucash/scm/ccache/2.0/qif-import/qif-merge-groups.go lib/gnucash/scm/ccache/2.0/qif-import/qif-objects.go lib/gnucash/scm/ccache/2.0/qif-import/qif-parse.go lib/gnucash/scm/ccache/2.0/qif-import/qif-to-gnc.go lib/gnucash/scm/ccache/2.0/qif-import/qif-utils.go lib/gnucash/scm/ccache/2.0/report-utilities.go lib/gnucash/scm/ccache/2.0/report.go lib/gnucash/scm/ccache/2.0/simple-obj.go %%TEST%%lib/gnucash/scm/ccache/2.0/test-account.go %%TEST%%lib/gnucash/scm/ccache/2.0/test-c-interface.go %%TEST%%lib/gnucash/scm/ccache/2.0/test-create-account.go %%TEST%%lib/gnucash/scm/ccache/2.0/test-split.go %%TEST%%lib/gnucash/scm/ccache/2.0/test-test-extras.go lib/gnucash/scm/ccache/2.0/txf-de_DE.go lib/gnucash/scm/ccache/2.0/txf-help-de_DE.go lib/gnucash/scm/ccache/2.0/txf-help.go lib/gnucash/scm/ccache/2.0/txf.go %%DATABASE%%lib/libgnc-backend-sql.so lib/libgnc-backend-xml-utils.so lib/libgnc-core-utils.so lib/libgnc-gnome.so lib/libgnc-module.so %%AQBANKING%%lib/libgwengui-gtk3.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/function_class.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/function_class.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_business.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_business.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core_c.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core_c.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_gnucash_core_c.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_sw_app_utils.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_sw_core_utils.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.py man/man1/gnc-fq-dump.1.gz man/man1/gnc-fq-helper.1.gz man/man1/gnucash.1.gz share/appdata/gnucash.appdata.xml share/applications/gnucash.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.1999 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2000 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2001 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2002 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2003 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2004 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2005 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2006 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2007 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2008 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2009 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2010 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2011 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2012 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2013 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2014 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2015 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2016 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2017 %%PORTDOCS%%%%DOCSDIR%%/DOCUMENTERS %%PORTDOCS%%%%DOCSDIR%%/HACKING %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/Money95bank_fr.qif %%PORTDOCS%%%%DOCSDIR%%/Money95invst_fr.qif %%PORTDOCS%%%%DOCSDIR%%/Money95mfunds_fr.qif %%PORTDOCS%%%%DOCSDIR%%/Money95stocks_fr.qif %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README-ca.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-de.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-fr.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-it.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-lv.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-nl.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-zh_CN.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-zh_TW.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README.dependencies %%PORTDOCS%%%%DOCSDIR%%/README.francais %%PORTDOCS%%%%DOCSDIR%%/README.german %%PORTDOCS%%%%DOCSDIR%%/README.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README_invoice %%PORTDOCS%%%%DOCSDIR%%/abc-all.qif %%PORTDOCS%%%%DOCSDIR%%/abc.qif %%PORTDOCS%%%%DOCSDIR%%/bogus.qif %%PORTDOCS%%%%DOCSDIR%%/cbb-export.qif %%PORTDOCS%%%%DOCSDIR%%/currency_tree_xml.gnucash %%PORTDOCS%%%%DOCSDIR%%/every.qif %%PORTDOCS%%%%DOCSDIR%%/gtk-3.0.css %%PORTDOCS%%%%DOCSDIR%%/guile-hackers.txt %%PORTDOCS%%%%DOCSDIR%%/invoice.csv %%PORTDOCS%%%%DOCSDIR%%/ms-money.qif %%PORTDOCS%%%%DOCSDIR%%/projects.html %%PORTDOCS%%%%DOCSDIR%%/quicktest.qif %%PORTDOCS%%%%DOCSDIR%%/swipe.qif %%PORTDOCS%%%%DOCSDIR%%/taxreport.gnucash %%PORTDOCS%%%%DOCSDIR%%/web.qif %%DATADIR%%/accounts/C/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/da/acctchrt_car.gnucash-xea %%DATADIR%%/accounts/da/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/da/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/da/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_auto.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_autoloan.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_houseown.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_investment.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_kids.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_chkmu.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_kids.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_otherasset.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_auto.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_autoloan.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_houseown.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_investment.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_kids.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_otherasset.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_skr03.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_skr04.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_skr49.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_studium.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_wohnungsw.gnucash-xea %%DATADIR%%/accounts/el_GR/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/el_GR/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/el_GR/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/en_GB/uk-vat.gnucash-xea %%DATADIR%%/accounts/en_IN/acctchrt_gstindia.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/fi_FI/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/fi_FI/acctchrt_ry.gnucash-xea %%DATADIR%%/accounts/fi_FI/acctchrt_sbr-xbrl.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_automobile.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_basecommune.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_chequier.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_courtage.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_garderie.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_locataire.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_retraite.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_revenus.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_full.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/lt/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_full.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/nl/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/nl/acctchrt_full.gnucash-xea %%DATADIR%%/accounts/nl/acctchrt_rgs_1.1.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_auto.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_autoloan.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_kids.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/sv_AX/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/sv_AX/acctchrt_rf.gnucash-xea %%DATADIR%%/accounts/sv_AX/acctchrt_sbr-xbrl.gnucash-xea %%DATADIR%%/accounts/sv_FI/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/sv_FI/acctchrt_rf.gnucash-xea %%DATADIR%%/accounts/sv_FI/acctchrt_sbr-xbrl.gnucash-xea %%DATADIR%%/accounts/sv_SE/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/sv_SE/bas_2012.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/zh_HK/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/zh_TW/acctchrt_business.gnucash-xea %%DATADIR%%/checks/deluxe.chk %%DATADIR%%/checks/liberty.chk %%DATADIR%%/checks/quicken.chk %%DATADIR%%/checks/quicken_3part.chk %%DATADIR%%/checks/quicken_check_21.chk %%DATADIR%%/checks/quicken_wallet.chk %%DATADIR%%/checks/voucher.chk %%AQBANKING%%%%DATADIR%%/gtkbuilder/assistant-ab-initial.glade %%DATADIR%%/gtkbuilder/assistant-acct-period.glade %%DATADIR%%/gtkbuilder/assistant-csv-account-import.glade %%DATADIR%%/gtkbuilder/assistant-csv-export.glade %%DATADIR%%/gtkbuilder/assistant-csv-price-import.glade %%DATADIR%%/gtkbuilder/assistant-csv-trans-import.glade %%DATADIR%%/gtkbuilder/assistant-hierarchy.glade %%DATADIR%%/gtkbuilder/assistant-loan.glade %%DATADIR%%/gtkbuilder/assistant-qif-import.glade %%DATADIR%%/gtkbuilder/assistant-stock-split.glade %%DATADIR%%/gtkbuilder/assistant-xml-encoding.glade %%DATADIR%%/gtkbuilder/business-options-gnome.glade %%DATADIR%%/gtkbuilder/business-prefs.glade %%AQBANKING%%%%DATADIR%%/gtkbuilder/dialog-ab-pref.glade %%AQBANKING%%%%DATADIR%%/gtkbuilder/dialog-ab.glade %%DATADIR%%/gtkbuilder/dialog-find-account.glade %%DATADIR%%/gtkbuilder/dialog-imap-editor.glade %%DATADIR%%/gtkbuilder/dialog-trans-assoc.glade %%DATADIR%%/gtkbuilder/dialog-account-picker.glade %%DATADIR%%/gtkbuilder/dialog-account.glade %%DATADIR%%/gtkbuilder/dialog-bi-import-gui.glade %%DATADIR%%/gtkbuilder/dialog-billterms.glade %%DATADIR%%/gtkbuilder/dialog-book-close.glade %%DATADIR%%/gtkbuilder/dialog-choose-owner.glade %%DATADIR%%/gtkbuilder/dialog-commodities.glade %%DATADIR%%/gtkbuilder/dialog-commodity.glade %%DATADIR%%/gtkbuilder/dialog-custom-report.glade %%DATADIR%%/gtkbuilder/dialog-customer-import-gui.glade %%DATADIR%%/gtkbuilder/dialog-customer.glade %%DATADIR%%/gtkbuilder/dialog-date-close.glade %%DATADIR%%/gtkbuilder/dialog-employee.glade %%DATADIR%%/gtkbuilder/dialog-file-access.glade %%DATADIR%%/gtkbuilder/dialog-fincalc.glade %%DATADIR%%/gtkbuilder/dialog-import.glade %%DATADIR%%/gtkbuilder/dialog-invoice.glade %%DATADIR%%/gtkbuilder/dialog-job.glade %%DATADIR%%/gtkbuilder/dialog-lot-viewer.glade %%DATADIR%%/gtkbuilder/dialog-new-user.glade %%DATADIR%%/gtkbuilder/dialog-object-references.glade %%DATADIR%%/gtkbuilder/dialog-options.glade %%DATADIR%%/gtkbuilder/dialog-order.glade %%DATADIR%%/gtkbuilder/dialog-payment.glade %%DATADIR%%/gtkbuilder/dialog-preferences.glade %%DATADIR%%/gtkbuilder/dialog-price.glade %%DATADIR%%/gtkbuilder/dialog-print-check.glade %%DATADIR%%/gtkbuilder/dialog-progress.glade %%DATADIR%%/gtkbuilder/dialog-query-view.glade %%DATADIR%%/gtkbuilder/dialog-report.glade %%DATADIR%%/gtkbuilder/dialog-reset-warnings.glade %%DATADIR%%/gtkbuilder/dialog-search.glade %%DATADIR%%/gtkbuilder/dialog-sx.glade %%DATADIR%%/gtkbuilder/dialog-tax-info.glade %%DATADIR%%/gtkbuilder/dialog-tax-table.glade %%DATADIR%%/gtkbuilder/dialog-totd.glade %%DATADIR%%/gtkbuilder/dialog-transfer.glade %%DATADIR%%/gtkbuilder/dialog-userpass.glade %%DATADIR%%/gtkbuilder/dialog-vendor.glade %%DATADIR%%/gtkbuilder/gnc-date-format.glade %%DATADIR%%/gtkbuilder/gnc-frequency.glade %%DATADIR%%/gtkbuilder/gnc-plugin-page-budget.glade %%DATADIR%%/gtkbuilder/gnc-plugin-page-register.glade %%DATADIR%%/gtkbuilder/gnc-plugin-page-register2.glade %%DATADIR%%/gtkbuilder/gnc-recurrence.glade %%DATADIR%%/gtkbuilder/gnc-tree-view-owner.glade %%DATADIR%%/gtkbuilder/window-autoclear.glade %%DATADIR%%/gtkbuilder/window-reconcile.glade %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-delete.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-edit.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-new.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-open.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-report.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-gnome-pdf.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-duplicate.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-edit.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-new.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-pay.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-post.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-unpost.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-jumpto.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-split-trans.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-sx-new.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-transfer.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-delete.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-edit.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-new.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-open.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-report.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-gnome-pdf.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-duplicate.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-edit.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-new.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-pay.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-post.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-unpost.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-jumpto.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-split-trans.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-sx-new.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-transfer.png %%DATADIR%%/jqplot/jqplot.BezierCurveRenderer.js %%DATADIR%%/jqplot/jqplot.barRenderer.js %%DATADIR%%/jqplot/jqplot.blockRenderer.js %%DATADIR%%/jqplot/jqplot.bubbleRenderer.js %%DATADIR%%/jqplot/jqplot.canvasAxisLabelRenderer.js %%DATADIR%%/jqplot/jqplot.canvasAxisTickRenderer.js %%DATADIR%%/jqplot/jqplot.canvasTextRenderer.js %%DATADIR%%/jqplot/jqplot.categoryAxisRenderer.js %%DATADIR%%/jqplot/jqplot.ciParser.js %%DATADIR%%/jqplot/jqplot.cursor.js %%DATADIR%%/jqplot/jqplot.dateAxisRenderer.js %%DATADIR%%/jqplot/jqplot.donutRenderer.js %%DATADIR%%/jqplot/jqplot.dragable.js %%DATADIR%%/jqplot/jqplot.enhancedLegendRenderer.js %%DATADIR%%/jqplot/jqplot.funnelRenderer.js %%DATADIR%%/jqplot/jqplot.highlighter.js %%DATADIR%%/jqplot/jqplot.json2.js %%DATADIR%%/jqplot/jqplot.logAxisRenderer.js %%DATADIR%%/jqplot/jqplot.mekkoAxisRenderer.js %%DATADIR%%/jqplot/jqplot.mekkoRenderer.js %%DATADIR%%/jqplot/jqplot.meterGaugeRenderer.js %%DATADIR%%/jqplot/jqplot.ohlcRenderer.js %%DATADIR%%/jqplot/jqplot.pieRenderer.js %%DATADIR%%/jqplot/jqplot.pointLabels.js %%DATADIR%%/jqplot/jqplot.trendline.js %%DATADIR%%/jqplot/jquery.jqplot.css %%DATADIR%%/jqplot/jquery.jqplot.js %%DATADIR%%/jqplot/jquery.min.js %%DATADIR%%/make-prefs-migration-script.xsl %%DATADIR%%/migratable-prefs.xml %%DATADIR%%/pixmaps/gnucash-icon-48x48.bmp %%DATADIR%%/pixmaps/gnucash-icon.ico %%DATADIR%%/pixmaps/gnucash_splash.png %%PYTHON%%%%DATADIR%%/python/init.py %%PYTHON%%%%DATADIR%%/python/pycons/__init__.py %%PYTHON%%%%DATADIR%%/python/pycons/console.py %%PYTHON%%%%DATADIR%%/python/pycons/ishell.py %%PYTHON%%%%DATADIR%%/python/pycons/pycons %%PYTHON%%%%DATADIR%%/python/pycons/setup.py %%PYTHON%%%%DATADIR%%/python/pycons/shell.py %%PYTHON%%%%DATADIR%%/python/pycons/simple_plot.py %%DATADIR%%/scm/business-options.scm %%DATADIR%%/scm/business-prefs.scm %%DATADIR%%/scm/c-interface.scm %%DATADIR%%/scm/commodity-table.scm %%DATADIR%%/scm/commodity-utilities.scm %%DATADIR%%/scm/config-var.scm %%DATADIR%%/scm/date-utilities.scm %%DATADIR%%/scm/engine-interface.scm %%DATADIR%%/scm/engine-utilities.scm %%DATADIR%%/scm/fin.scm %%DATADIR%%/scm/gnc-menu-extensions.scm %%DATADIR%%/scm/gnc-numeric.scm %%DATADIR%%/scm/gnucash/app-utils.scm %%TEST%%%%DATADIR%%/scm/gnucash/baz.scm %%DATADIR%%/scm/gnucash/business-core.scm %%DATADIR%%/scm/gnucash/core-utils.scm %%DATADIR%%/scm/gnucash/engine.scm %%TEST%%%%DATADIR%%/scm/gnucash/engine/test/test-extras.scm %%TEST%%%%DATADIR%%/scm/gnucash/engine/test/srfi64-extras.scm %%TEST%%%%DATADIR%%/scm/gnucash/foo.scm %%DATADIR%%/scm/gnucash/gettext.scm %%DATADIR%%/scm/gnucash/gnc-module.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-load-deps.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-load-scm.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-dynload.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-init.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-module.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-multi.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-swigged-c.scm %%DATADIR%%/scm/gnucash/gnome-utils.scm %%DATADIR%%/scm/gnucash/import-export/qif-import.scm %%DATADIR%%/scm/gnucash/import-export/string.scm %%DATADIR%%/scm/gnucash/price-quotes.scm %%DATADIR%%/scm/gnucash/report/aging.scm %%DATADIR%%/scm/gnucash/report/balsheet-eg.css %%DATADIR%%/scm/gnucash/report/balsheet-eg.eguile.scm %%DATADIR%%/scm/gnucash/report/balsheet-eg.scm %%DATADIR%%/scm/gnucash/report/business-reports.scm %%DATADIR%%/scm/gnucash/report/customer-summary.scm -%%DATADIR%%/scm/gnucash/report/easy-invoice.scm %%DATADIR%%/scm/gnucash/report/eguile-gnc.scm %%DATADIR%%/scm/gnucash/report/eguile-html-utilities.scm %%DATADIR%%/scm/gnucash/report/eguile-utilities.scm -%%DATADIR%%/scm/gnucash/report/fancy-invoice.scm %%DATADIR%%/scm/gnucash/report/hello-world.scm %%DATADIR%%/scm/gnucash/report/invoice.scm %%DATADIR%%/scm/gnucash/report/job-report.scm %%DATADIR%%/scm/gnucash/report/locale-specific/de_DE.scm %%DATADIR%%/scm/gnucash/report/locale-specific/us.scm %%DATADIR%%/scm/gnucash/report/owner-report.scm %%DATADIR%%/scm/gnucash/report/payables.scm %%DATADIR%%/scm/gnucash/report/receipt.css %%DATADIR%%/scm/gnucash/report/receipt.eguile.scm %%DATADIR%%/scm/gnucash/report/receipt.scm %%DATADIR%%/scm/gnucash/report/receivables.scm %%DATADIR%%/scm/gnucash/report/report-gnome.scm %%DATADIR%%/scm/gnucash/report/report-system.scm %%DATADIR%%/scm/gnucash/report/report-system/collectors.scm %%DATADIR%%/scm/gnucash/report/report-system/report-collectors.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-collectors.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-extras.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-load-report-system-module.scm -%%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-report-utilities.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-test-extras.scm %%DATADIR%%/scm/gnucash/report/standard-reports.scm %%DATADIR%%/scm/gnucash/report/standard-reports/account-piecharts.scm %%DATADIR%%/scm/gnucash/report/standard-reports/account-summary.scm %%DATADIR%%/scm/gnucash/report/standard-reports/advanced-portfolio.scm %%DATADIR%%/scm/gnucash/report/standard-reports/average-balance.scm %%DATADIR%%/scm/gnucash/report/standard-reports/balance-sheet.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget-balance-sheet.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget-barchart.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget-flow.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget-income-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget.scm %%DATADIR%%/scm/gnucash/report/standard-reports/cash-flow.scm %%DATADIR%%/scm/gnucash/report/standard-reports/cashflow-barchart.scm %%DATADIR%%/scm/gnucash/report/standard-reports/category-barchart.scm %%DATADIR%%/scm/gnucash/report/standard-reports/daily-reports.scm %%DATADIR%%/scm/gnucash/report/standard-reports/equity-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/general-journal.scm %%DATADIR%%/scm/gnucash/report/standard-reports/general-ledger.scm %%DATADIR%%/scm/gnucash/report/standard-reports/income-gst-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/income-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/net-charts.scm %%DATADIR%%/scm/gnucash/report/standard-reports/portfolio.scm %%DATADIR%%/scm/gnucash/report/standard-reports/price-scatter.scm %%DATADIR%%/scm/gnucash/report/standard-reports/register.scm %%DATADIR%%/scm/gnucash/report/standard-reports/sx-summary.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/standard-reports/test/test-cash-flow.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/standard-reports/test/test-cashflow-barchart.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/standard-reports/test/test-standard-category-report.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/standard-reports/test/test-standard-net-barchart.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/standard-reports/test/test-standard-net-linechart.scm %%DATADIR%%/scm/gnucash/report/standard-reports/transaction.scm %%DATADIR%%/scm/gnucash/report/standard-reports/trial-balance.scm %%DATADIR%%/scm/gnucash/report/stylesheet-easy.scm %%DATADIR%%/scm/gnucash/report/stylesheet-fancy.scm %%DATADIR%%/scm/gnucash/report/stylesheet-footer.scm %%DATADIR%%/scm/gnucash/report/stylesheet-head-or-tail.scm %%DATADIR%%/scm/gnucash/report/stylesheet-plain.scm %%DATADIR%%/scm/gnucash/report/stylesheets.scm %%DATADIR%%/scm/gnucash/report/taxinvoice.css %%DATADIR%%/scm/gnucash/report/taxinvoice.eguile.scm %%DATADIR%%/scm/gnucash/report/taxinvoice.scm %%DATADIR%%/scm/gnucash/report/taxtxf-de_DE.scm %%DATADIR%%/scm/gnucash/report/taxtxf.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/test-load-report-stylesheets-module.scm %%DATADIR%%/scm/gnucash/report/utility-reports.scm %%DATADIR%%/scm/gnucash/report/view-column.scm %%DATADIR%%/scm/gnucash/report/welcome-to-gnucash.scm %%TEST%%%%DATADIR%%/scm/gnucash/reports/test-load-app-utils-module.scm %%TEST%%%%DATADIR%%/scm/gnucash/reports/test-load-gnome-utils-module.scm %%TEST%%%%DATADIR%%/scm/gnucash/reports/test-load-report-gnome-module.scm %%DATADIR%%/scm/gnucash/tax/de_DE.scm %%DATADIR%%/scm/gnucash/tax/us.scm %%TEST%%%%DATADIR%%/scm/gnucash/unittest-support.scm %%DATADIR%%/scm/gnucash/utilities.scm %%DATADIR%%/scm/hooks.scm %%DATADIR%%/scm/html-acct-table.scm %%DATADIR%%/scm/html-anytag.scm %%DATADIR%%/scm/html-barchart.scm %%DATADIR%%/scm/html-document.scm %%DATADIR%%/scm/html-fonts.scm %%DATADIR%%/scm/html-linechart.scm %%DATADIR%%/scm/html-piechart.scm %%DATADIR%%/scm/html-scatter.scm %%DATADIR%%/scm/html-style-info.scm %%DATADIR%%/scm/html-style-sheet.scm %%DATADIR%%/scm/html-table.scm %%DATADIR%%/scm/html-text.scm %%DATADIR%%/scm/html-utilities.scm %%DATADIR%%/scm/json.scm %%DATADIR%%/scm/json/builder.scm %%DATADIR%%/scm/json/parser.scm %%DATADIR%%/scm/json/syntax.scm %%DATADIR%%/scm/migrate-prefs.scm %%DATADIR%%/scm/options-utilities.scm %%DATADIR%%/scm/options.scm %%DATADIR%%/scm/prefs.scm %%DATADIR%%/scm/qif-import/qif-dialog-utils.scm %%DATADIR%%/scm/qif-import/qif-file.scm %%DATADIR%%/scm/qif-import/qif-guess-map.scm %%DATADIR%%/scm/qif-import/qif-import.scm %%DATADIR%%/scm/qif-import/qif-merge-groups.scm %%DATADIR%%/scm/qif-import/qif-objects.scm %%DATADIR%%/scm/qif-import/qif-parse.scm %%DATADIR%%/scm/qif-import/qif-to-gnc.scm %%DATADIR%%/scm/qif-import/qif-utils.scm %%DATADIR%%/scm/report-utilities.scm %%DATADIR%%/scm/report.scm %%DATADIR%%/scm/simple-obj.scm %%TEST%%%%DATADIR%%/scm/test-account.scm %%TEST%%%%DATADIR%%/scm/test-c-interface.scm %%TEST%%%%DATADIR%%/scm/test-create-account.scm %%TEST%%%%DATADIR%%/scm/test-split.scm %%TEST%%%%DATADIR%%/scm/test-test-extras.scm %%DATADIR%%/scm/txf-de_DE.scm %%DATADIR%%/scm/txf-help-de_DE.scm %%DATADIR%%/scm/txf-help.scm %%DATADIR%%/scm/txf.scm %%DATADIR%%/tip_of_the_day.list %%DATADIR%%/ui/gnc-main-window-ui.xml %%DATADIR%%/ui/gnc-plugin-bi-import-ui.xml %%DATADIR%%/ui/gnc-plugin-csv-export-ui.xml %%DATADIR%%/ui/gnc-plugin-csv-import-ui.xml %%DATADIR%%/ui/gnc-plugin-account-tree-ui.xml %%AQBANKING%%%%DATADIR%%/ui/gnc-plugin-aqbanking-ui.xml %%DATADIR%%/ui/gnc-plugin-basic-commands-ui.xml %%DATADIR%%/ui/gnc-plugin-budget-ui.xml %%DATADIR%%/ui/gnc-plugin-business-ui.xml %%DATADIR%%/ui/gnc-plugin-customer-import-ui.xml %%DATADIR%%/ui/gnc-plugin-file-history-ui.xml %%DATADIR%%/ui/gnc-plugin-log-replay-ui.xml %%OFX%%%%DATADIR%%/ui/gnc-plugin-ofx-ui.xml %%DATADIR%%/ui/gnc-plugin-page-account-tree2-ui.xml %%DATADIR%%/ui/gnc-plugin-page-owner-tree-ui.xml %%DATADIR%%/ui/gnc-plugin-page-register2-ui.xml %%DATADIR%%/ui/gnc-plugin-page-sx-list2-ui.xml %%DATADIR%%/ui/gnc-plugin-page-account-tree-ui.xml %%DATADIR%%/ui/gnc-plugin-page-budget-ui.xml %%DATADIR%%/ui/gnc-plugin-page-invoice-ui.xml %%DATADIR%%/ui/gnc-plugin-page-register-ui.xml %%DATADIR%%/ui/gnc-plugin-page-report-ui.xml %%DATADIR%%/ui/gnc-plugin-page-sx-list-ui.xml %%DATADIR%%/ui/gnc-plugin-page-sxregister-ui.xml %%DATADIR%%/ui/gnc-plugin-qif-import-ui.xml %%DATADIR%%/ui/gnc-plugin-register-ui.xml %%DATADIR%%/ui/gnc-plugin-register2-ui.xml %%DATADIR%%/ui/gnc-plugin-register22-ui.xml %%DATADIR%%/ui/gnc-plugin-stylesheets-ui.xml %%DATADIR%%/ui/gnc-reconcile-window-ui.xml %%DATADIR%%/ui/gnc-sxed-to-create-window-ui.xml %%DATADIR%%/ui/gnc-sxed-window-ui-full.xml %%DATADIR%%/ui/gnc-sxed-window-ui.xml %%DATADIR%%/ui/gnc-windows-menu-ui-quartz.xml %%DATADIR%%/ui/gnc-windows-menu-ui.xml %%DATADIR%%/ui/osx_accel_map share/icons/hicolor/128x128/apps/gnucash-icon.png share/icons/hicolor/16x16/apps/gnucash-icon.png share/icons/hicolor/22x22/apps/gnucash-icon.png share/icons/hicolor/24x24/apps/gnucash-icon.png share/icons/hicolor/256x256/apps/gnucash-icon.png share/icons/hicolor/32x32/apps/gnucash-icon.png share/icons/hicolor/48x48/apps/gnucash-icon.png share/icons/hicolor/64x64/apps/gnucash-icon.png share/icons/hicolor/96x96/apps/gnucash-icon.png share/icons/hicolor/scalable/apps/gnucash-icon.svg %%NLS%%share/locale/ar/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/as/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/az/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/bg/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/brx/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ca/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/cs/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/da/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/de/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/doi/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/el/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/es/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/es_NI/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/eu/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/fa/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/fi/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/fr/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/gu/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/he/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/hi/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/hu/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/it/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ja/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/kn/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ko/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/kok/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/kok@latin/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ks/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/lt/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/lv/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/mai/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/mni/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/mni@bengali/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/mr/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/nb/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ne/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/nl/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/pl/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/pt/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ro/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ru/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/rw/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/sk/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/sr/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/sv/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ta/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/te/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/tr/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/uk/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ur/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/vi/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gnucash.mo Index: head/finance/gnucash-docs/Makefile =================================================================== --- head/finance/gnucash-docs/Makefile (revision 481103) +++ head/finance/gnucash-docs/Makefile (revision 481104) @@ -1,32 +1,29 @@ # Created by: Glenn Johnson # $FreeBSD$ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ PORTNAME= gnucash-docs -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= finance gnome -MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ - http://www.gnucash.org/pub/gnucash/sources/stable/ \ - ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ - http://www.linas.org/pub/ +MASTER_SITES= SF/gnucash/gnucash%20%28stable%29/${PORTVERSION} MAINTAINER= madpilot@FreeBSD.org COMMENT= Documentation for gnucash LIB_DEPENDS= librarian.so:textproc/rarian RUN_DEPENDS= yelp:x11/yelp INSTALLS_OMF= yes USES= autoreconf localbase gmake USE_GNOME= libxml2 GNU_CONFIGURE= yes NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e '/scrollkeeper-preinstall/s|$$(docdir)|$$(gnomehelpdir)|' \ ${WRKSRC}/omf.make ${WRKSRC}/guide/C/Makefile.in ${WRKSRC}/guide/de/Makefile.in \ ${WRKSRC}/guide/it/Makefile.in ${WRKSRC}/guide/ja/Makefile.in \ ${WRKSRC}/help/C/Makefile.in ${WRKSRC}/help/de/Makefile.in \ ${WRKSRC}/help/it/Makefile.in .include Index: head/finance/gnucash-docs/distinfo =================================================================== --- head/finance/gnucash-docs/distinfo (revision 481103) +++ head/finance/gnucash-docs/distinfo (revision 481104) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529916216 -SHA256 (gnucash-docs-3.2.tar.gz) = 469a524352a3b0e5308ba68a3c0fac79a501998b29db9c16a714ce879aa9c39c -SIZE (gnucash-docs-3.2.tar.gz) = 92315385 +TIMESTAMP = 1538390171 +SHA256 (gnucash-docs-3.3.tar.gz) = cc84ca9b45c8e691347c5a9859156fe849f777c6771cb23dca08214809876483 +SIZE (gnucash-docs-3.3.tar.gz) = 92348594