ArtD SIIGO.
Project description
ArtD SIIGO
The SIIGO package developed by ArtD, allows the integration of the Colombian ERP SIIGO, is responsible for importing the data to then be approved and the subsequent incorporation of data within SIIGO, data such as clients, products and accounting vouchers.
How to use?
- Install The package
pip install artd-siigo
- Add the required on settings.py as follows
INSTALLED_APPS = [
"dal",
"dal_select2",
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"django_extensions",
"django_json_widget",
"artd_location",
"artd_modules",
"artd_partner",
"artd_service",
"artd_urls",
"artd_product",
"artd_customer",
"artd_promotion",
"artd_order",
"artd_siigo",
]
- Run the migrations command
python manage.py migrate
- Run the base commands
python manage.py create_countries
python manage.py create_colombian_regions
python manage.py create_colombian_cities
python manage.py create_taxes
python manage.py create_apps
python manage.py create_services
python manage.py insert_installed_apps_and_permissions
python manage.py populate_customer_types your_partner_slug
python manage.py populate_customer_person_types your_partner_slug
python manage.py populate_customer_document_types your_partner_slug
python manage.py map_locations
- Create a superuser
python manage.py createsuperuser
-
Log in to your Django instance manager
-
Create a partner
-
Configure your SIIGO credencials
-
Import the data from SIIGO
python manage.py import_account_groups_from_siigo your_partner_slug
python manage.py import_taxes_from_siigo your_partner_slug
python manage.py import_price_lists_from_siigo your_partner_slug
python manage.py import_warehouses_from_siigo your_partner_slug
python manage.py import_users_from_siigo your_partner_slug
python manage.py import_document_types_from_siigo your_partner_slug
python manage.py import_payment_types_from_siigo your_partner_slug
python manage.py import_cost_center_from_siigo your_partner_slug
python manage.py import_fixed_assets_from_siigo your_partner_slug
python manage.py import_fixed_assets_from_siigo your_partner_slug
python manage.py import_customers_from_siigo your_partner_slug
python manage.py import_product_types_from_siigo your_partner_slug
python manage.py import_products_form_siigo your_partner_slug
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
artd_siigo-1.0.1.tar.gz
(46.5 kB
view details)
Built Distribution
File details
Details for the file artd_siigo-1.0.1.tar.gz
.
File metadata
- Download URL: artd_siigo-1.0.1.tar.gz
- Upload date:
- Size: 46.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc90c30d2fc8416b23283c46c6fe0ef58774b9fda427f7bf42841b7f18a9652a |
|
MD5 | a9c10ea6fe5557ed12a3026a3767ea63 |
|
BLAKE2b-256 | 4ec266fe58755532fab60f0369f9f242ceb4ec3bfcc75feeee91a47fffb52828 |
File details
Details for the file artd_siigo-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: artd_siigo-1.0.1-py3-none-any.whl
- Upload date:
- Size: 96.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 670e15ba17adbe693a64bf939a7af03dadbb18f6ab773a1f1ce7f7e6bd2a5ae5 |
|
MD5 | a12d1b0e89e3b388a67331c08171e806 |
|
BLAKE2b-256 | 25b4ae9b88ab6a816273934178f2b3c548a6f13e5c4e9dd53b5ff297f0ed9e7a |