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.12.0.tar.gz (15.8 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.12.0-py3-none-any.whl (25.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.12.0.tar.gz
Algorithm Hash digest
SHA256 bb5f5a1e3170333cb2e72c41e3fa2998e37f017bcb9681b7f4703aa6802be099
MD5 ab6158acd28c6bd6e9e3f46bae771072
BLAKE2b-256 ac5c1563cade5bf10e674350a863e97f8a8dcd708d352a6eeb8335cb51480cbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 82796c13cbe8f086bcca4157d39b60bf9f699f8ecbe4bea6f115bd2af2abb14c
MD5 542c0755ee40dd88a6e52148b904eb51
BLAKE2b-256 853221764a024a2df9a4e7bc4be2bfd8447f08e9238e361480bc58e9bf39d10a

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