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.6.tar.gz (51.4 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.6-py3-none-any.whl (87.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.9.6.tar.gz
Algorithm Hash digest
SHA256 3b6c472460fbda0963a58a934b7a274a384214187be0f964077bfd89ec899090
MD5 44ebf0d9f6822cf26195f58c650175cf
BLAKE2b-256 5d54638f17f4ded6d9efba005bacfeceff1604d02ee034bbad8bb24098e62732

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.9.6-py3-none-any.whl
Algorithm Hash digest
SHA256 2d79a0d33383188302197ba7b7136d15dbc1aab2d89533e2e93ccf7247ca5c51
MD5 79b015e8341b6c8e3c147022ccaa634e
BLAKE2b-256 27e8276faba0920c7f04d715fff5cf6aa25733dc3dddf71d7b713b48c5acc878

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.9.6

Supported by

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