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.19.0.tar.gz (16.3 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.19.0-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.19.0.tar.gz
Algorithm Hash digest
SHA256 60d2f5ee6c745d2a0daa1ef6129427468fdfd7d4f0216accb1b27517e65a81f3
MD5 5a548a2c14742f129cdeb81c85367b75
BLAKE2b-256 1bb133a05adfabb85fbf4189cb1139eed4331f600079e274637134c7a92ce691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.19.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f5656c9d7f70772fd29f658060b079e5ee00979e75c64dc40def48dc49cfcd21
MD5 3e8ffd7dc7267b246c1f5f781d67c332
BLAKE2b-256 756e0cc720e069975a05d2fc1ab1627ce7273429241a7f9cf0a371c682a88f62

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