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-0.17.0.tar.gz (10.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-0.17.0-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fyle-accounting-mappings-0.17.0.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for fyle-accounting-mappings-0.17.0.tar.gz
Algorithm Hash digest
SHA256 c16e312df846aa69f25bab23b64c472b61dc55fc97e954aa6a1e3dcf8cbf2281
MD5 75090881a37dd88e6d64f764f3b77953
BLAKE2b-256 0e0741e7d3fa14caf02eeb2b3744ab94fcf421f08ee610b84785939a5162a0e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fyle_accounting_mappings-0.17.0-py3-none-any.whl
  • Upload date:
  • Size: 14.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for fyle_accounting_mappings-0.17.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c4c943e29eebdaaaadbb648227180ebb3824cee4fb68f85ea137c25054281a17
MD5 965e7a792094eab6da9c3d47d003b2fe
BLAKE2b-256 882c73c9606bc6583c94803bd806806992cd346da4c3e3faa9c73f4dc8e9f106

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