commands Package

generatedata Module

class core.management.commands.generatedata.Command[source]

Bases: django.core.management.base.BaseCommand

args = ''
handle(*args, **options)[source]
help = 'Generate mass random data'
core.management.commands.generatedata.get_random_account()[source]
core.management.commands.generatedata.get_random_bank()[source]

import_myob Module

Django Accounting Command to import MYOB Accounts and Transactions

Requires all child accounts for a header to be directly underneath the header, coming before any child headers.

Creates Accounts based on MYOB data, then all Entries/Transactions.

Export Account and Journal entries in MYOB and place in root folder of project.

class core.management.commands.import_myob.Command[source]

Bases: django.core.management.base.BaseCommand

args = ''
handle(*args, **options)[source]
help = ' Will created Accounts, Entries and Transactions based on MYOB data.\n ACCOUNTS.TXT and JOURNAL.TXT must in your current working directory.\n All Headers should already be created.\n '