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.3.tar.gz (51.0 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.3-py3-none-any.whl (86.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.9.3.tar.gz
Algorithm Hash digest
SHA256 c21121fcf96f1a56ffdd43d0a4dda6bebef49204332d337e5db48c7fc8f647a0
MD5 0787ba651838d7335cabeb8d9f3f120d
BLAKE2b-256 9b2af556504a0ac20555d7a3945bdb57a33fc6f2b7e474be7efd792d4e808392

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.9.3-py3-none-any.whl
Algorithm Hash digest
SHA256 94b035c7535c03b3a25f94fb3b26aac65896264970cffc28e27be04eead7dffc
MD5 4169686fb596961397174bd63da3b6ec
BLAKE2b-256 8630b2726133bf9ef5d0690311912f16c7ee6c07c15b60537cc2c05375aa1e8f

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.9.3

Supported by

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