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
Built Distribution
File details
Details for the file fyle_accounting_mappings-1.34.9.tar.gz
.
File metadata
- Download URL: fyle_accounting_mappings-1.34.9.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 733a743ee841ee1118a8ce1a0bc76a6955477f82ae3c94295004dfca9d891b3b |
|
MD5 | 7f97faeb53d9bd75acfcda49074be5c7 |
|
BLAKE2b-256 | 05f46c0ed0639db02f7b51b064f0745bb966d54f50222cb8322a574356fd3744 |
File details
Details for the file fyle_accounting_mappings-1.34.9-py3-none-any.whl
.
File metadata
- Download URL: fyle_accounting_mappings-1.34.9-py3-none-any.whl
- Upload date:
- Size: 35.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31950eacb19c1a03e7a57063c1ec72d703143fb550bec6412d6a4bb270efcc72 |
|
MD5 | 8784338344a6fca31f57023a8c64dfbb |
|
BLAKE2b-256 | 89298624eb89fc412efaec47fac9a15489e1a499697ac1f5e5bc89028fb6322e |