Models and APIs to support material, lot and location master data.
Project description
GS1 CBV 1.2 Implementation for Trade Items and Location Master Data
Models and APIs to support material, lot and location master data within QU4RTET as defined in the GS1 Core Business Vocabulary.
Geo-Location/History APIs
By cross-referencing BizLocation and other information from the quartet_epcis module, quartet_masterdata provides full geo-location (lat, long) by item by EPCIS event. This provides the quartet-ui interface a mechanism by which to display mapping and geo-location visual assets.
Documentation
The full documentation is at https://serial-lab.gitlab.io/quartet_masterdata/
Quickstart
The QU4RTET Master Data module comes pre-configured in the QU4RTET project; however, if you need to add it to a test installation manually peform the following:
Install quartet_masterdata:
pip install quartet_masterdata
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'quartet_masterdata.apps.QuartetMasterdataConfig',
...
)
Add quartet_masterdata’s URL patterns:
from quartet_masterdata import urls as quartet_masterdata_urls
urlpatterns = [
...
url(r'^', include(quartet_masterdata_urls)),
...
]
Features
GeoLocation APIs
API and Database Support For Product Master Material
API and Database Support for
Running Tests
** REQUIRES PYTHON 3 **
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install -r requirements_test.txt (myenv) $ python runtests.py
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 quartet_masterdata-3.0.0.tar.gz
.
File metadata
- Download URL: quartet_masterdata-3.0.0.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6aea1d12dbc0f57088c08e07caf53b2926194fccffd7009722afb4a1faa953f0 |
|
MD5 | 50933f28845a56bb25aa4f3598ac9ff5 |
|
BLAKE2b-256 | 8f4b0f24cf6852773138f71e0a0e03deeadcf0517cb810e61b160ece9966cad0 |
File details
Details for the file quartet_masterdata-3.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: quartet_masterdata-3.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 53.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaa5ac5465c50d0723962d8d1f986670be44e823021af408b7617e07d3c8dc49 |
|
MD5 | 49a4b1bb0a6a4979410a60ea629844a8 |
|
BLAKE2b-256 | 0ba4476f9fd8d4e1c5f9a0b8b342e3503320ff35206f44e17b8f2ca8fbb8cbe3 |