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.31.4.tar.gz (19.2 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.31.4-py3-none-any.whl (32.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.31.4.tar.gz
Algorithm Hash digest
SHA256 abe4ce99fbeb31745d2d6bc261c8de8dfd59df6820596c42f6ab01339ce7c796
MD5 a1822fe57c80697e321fdadb33b24686
BLAKE2b-256 80cee3be0a5b80bf45e85ce34a9b843be531a8f3b0366541bddb2aa9c4e4bb93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.31.4-py3-none-any.whl
Algorithm Hash digest
SHA256 067ed5c236cd91a0fd4985119f28f1602aee3b447ed81c8ce0e0529014f83e45
MD5 c21820c4498f71db518860482cef2d64
BLAKE2b-256 16f2d82b6d20e9d97fadc7c7e0afec14b30fd7f85d5d00b9a162b56943aa5b0b

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