Skip to main content

Django application to store the fyle accounting mappings in a generic manner

Project description

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

Project details


Release history Release notifications | RSS feed

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-1.15.2.tar.gz (16.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-1.15.2-py3-none-any.whl (26.6 kB view details)

Uploaded Python 3

File details

Details for the file fyle-accounting-mappings-1.15.2.tar.gz.

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.15.2.tar.gz
Algorithm Hash digest
SHA256 9f0d81beaa356d8be09b6fa64693e9139e5fd9aefa8fe579ffbe9e3127d7b644
MD5 937be85a595b88b8d7ac4c157a5c8d2f
BLAKE2b-256 1528fed27a208ee90408d6b6516ca3c1d8891191814a6d9f769c30c705431896

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.15.2-py3-none-any.whl
Algorithm Hash digest
SHA256 177e0528ca6a62847999ccfc15d6a8e65fa7c54481395ec1b695736e1f613a8e
MD5 52dc556441dd1add60f5ac873493f456
BLAKE2b-256 4c5e5e0aa4e72ae12afa470f43dc886ab88d55f95eec5855609615d31a7f4256

See more details on using hashes here.

Supported by

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