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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fyle-accounting-mappings-1.32.0.tar.gz.
File metadata
- Download URL: fyle-accounting-mappings-1.32.0.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f96b1c90822dc3210f2f173c633f7c566e19f8d5c90c9588759641578303df49
|
|
| MD5 |
f98f71b06498a4e05eb9fe22761ae141
|
|
| BLAKE2b-256 |
dda210e3a29e039322809177a7f24b91282c096176e5a39b4b55d6ed18141c6d
|
File details
Details for the file fyle_accounting_mappings-1.32.0-py3-none-any.whl.
File metadata
- Download URL: fyle_accounting_mappings-1.32.0-py3-none-any.whl
- Upload date:
- Size: 33.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6be9db1c79c9cb152ef80e8617011c64d1dcedc03c6c20c4395916aa12c99567
|
|
| MD5 |
ea587ba9723740b8502c6e981f1ff26f
|
|
| BLAKE2b-256 |
1f77e71cafbfa74986d5595c3b7cfb29a0f7580d09fad1f2c518eaaa6e92f687
|