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.26.0.tar.gz (17.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-1.26.0-py3-none-any.whl (29.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.26.0.tar.gz
Algorithm Hash digest
SHA256 8f5daa697928ce600646008a7ba0ab6af7efb26e7214bcd1d4ca64a0da3385ef
MD5 c4a828b838c47c765ba26ce912fe513d
BLAKE2b-256 e452e41b18b926edb272ecad588e4b21b06924657ab5f99907c3c9d4c52cb065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.26.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f5f72e10d8a1e38216037278b27fe061f1bd3289cd3f6d633b9f4c3d6ef6d426
MD5 bbc77b95c03d0714d5801c3c47a886bd
BLAKE2b-256 c435946a2e92934fa1132256aa8c0aa0d102df31a2c90fd551c290ffed11b8f6

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