Skip to main content

Fyle Accounting Mappings

Installation and Usage

Backend infra to support all kinds of mappings in Fyle Accounting Integrations

$ pip install fyle-accounting-mappings

In Django settings.py -

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',

    # Installed Apps
    'rest_framework',
    'corsheaders',
    'fyle_rest_auth', # already existing reusable django app for authentication
    'fyle_accounting_mappings', # new mapping infra app

    # User Created Apps
    'apps.users',
    'apps.workspaces',
    'apps.mappings',
    'apps.fyle',
    'apps.quickbooks_online',
    'apps.tasks'
]

Run migrations -

$ python manage.py migrate

To use -

from fyle_accounting_mappings.models import MappingSetting, Mapping, ExpenseTag, DestinationTag

# Operations with DB

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fyle_accounting_mappings-3.9.4.tar.gz (51.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fyle_accounting_mappings-3.9.4-py3-none-any.whl (86.7 kB view details)

Uploaded Python 3

File details

Details for the file fyle_accounting_mappings-3.9.4.tar.gz.

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.9.4.tar.gz
Algorithm Hash digest
SHA256 ea74cbfad7d5000fdb990021ffabb737eaa5035049759e52c2a0e13d6137e855
MD5 187a2190d7e279838b704978d6d4c061
BLAKE2b-256 83881343b5f58479a6ec14f43547df650a858e7b81d3af56eb4160c2ebe60912

See more details on using hashes here.

File details

Details for the file fyle_accounting_mappings-3.9.4-py3-none-any.whl.

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.9.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6d01740579ff5d7c4a6bf47d88ab429300becb42dcfdd10c9833c7e178ecaf8f
MD5 004e17c44468dffc720a2971bfda8837
BLAKE2b-256 88dbade56f95cdbcb48aefdd2cb021339af873d2b379adb62f50e38af966da79

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.9.4

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page