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.1.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.1-py3-none-any.whl (29.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.26.1.tar.gz
Algorithm Hash digest
SHA256 fdda9062164fa68b55fd0e0a8d3361017ce6a084af9386c8fc9a1844421aeba8
MD5 9fc8a554ae378c2404489a62d24a0f8b
BLAKE2b-256 cd7d7e9e58ee7a9275299c413416c54bfe54687b6c91baf0a9e57a7c9766afdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.26.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d4057bf66ebdb1e515c3210afc6f5b66ef7370285c59292b830c92419ae9113a
MD5 81d9f4ce3dd79d6a7cfac948dad412e4
BLAKE2b-256 320a1d22b1845415907794cdb93c564c2c9b1bc367c92993316f06d514d7a66f

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