meta_expense_type: Default management for payroll expenses.
It's a little abstract since we usually rewrite these but this is a safer default.
This commit is contained in:
parent
72f144e1ff
commit
27acf1f0c1
2 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@ class MetaExpenseType(core._NormalizePostingMetadataHook):
|
|||
'Expenses:Insurance': ('management', 'management'),
|
||||
'Expenses:Office': ('management', 'program'),
|
||||
'Expenses:Other': ('management', 'program'),
|
||||
'Expenses:Payroll': ('management', 'management'),
|
||||
'Expenses:Phones': ('management', 'program'),
|
||||
'Expenses:Postage': ('management', 'program'),
|
||||
'Expenses:ProfessionalMemberships': ('management', 'program'),
|
||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||
setup(
|
||||
name='conservancy_beancount',
|
||||
description="Plugin, library, and reports for reading Conservancy's books",
|
||||
version='1.9.3',
|
||||
version='1.9.4',
|
||||
author='Software Freedom Conservancy',
|
||||
author_email='info@sfconservancy.org',
|
||||
license='GNU AGPLv3+',
|
||||
|
|
Loading…
Reference in a new issue