Skip to main content

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?

1. Install The package

pip install artd-siigo

2. 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",
]

3. Run the migrations command

python manage.py migrate

4. 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

5. Create a superuser

python manage.py createsuperuser

6. Log in to your Django instance manager

7. Create a partner

8. Configure your SIIGO credencials

9. Configure SIIGO credentials in the SIIGO Credentials menu within the ArtD SIIGO app.

The required fields:

  • Partner: Selector for Yopper company.
  • Partner ID: Company ID in SIIGO.
  • Is in sandbox: Set whether it is in test mode or not (recommended at the beginning).
  • API URL: SIIGO API URL.
  • Sandbox Username: The username for testing (provided by the SIIGO team upon request).
  • Sandbox Access Key: The access key for testing (provided by the SIIGO team upon request).
  • Production Username: The production username (obtained from the SIIGO Cloud interface).
  • Production Access Key: The production access key (obtained from the SIIGO Cloud interface).
  • Siigo Credential Data: Leave this field empty; the system will populate it automatically.

10. Run the following commands

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 create_base_customer_groups
python manage.py create_tax_segments
python manage.py create_taxes
python manage.py populate_customer_person_types
python manage.py populate_customer_document_types
python manage.py import_customers_from_siigo your_partner_slug
python manage.py import_product_types_from_siigo your_partner_slug

11. Before importing products, the following must be mapped:

  • Product types
  • Tax types
  • Fiscal responsibilities by segment

12. Import products from SIIGO:

python manage.py import_products_form_siigo your_partner_slug

13. Update VAT data:

python manage.py create_vat_data

14. To integrate accounting vouchers, the following mappings must be made between Yop & Yop and SIIGO:

  • Countries
  • Regions
  • Cities
  • Customer document types
  • Person types
  • Customer types
  • Fiscal responsibilities
  • Sellers
  • Payment methods

15. Generating Invoices

In order to generate invoices, you must have active customer and product import and export synchronization, as well as invoice export. All the aforementioned configuration must be complete. After ensuring that all the previous configuration is complete, you must:

  • Create the document types; you must have at least one named Invoice.

Project details


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.1.3.tar.gz (61.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

artd_siigo-1.1.3-py3-none-any.whl (127.3 kB view details)

Uploaded Python 3

File details

Details for the file artd_siigo-1.1.3.tar.gz.

File metadata

  • Download URL: artd_siigo-1.1.3.tar.gz
  • Upload date:
  • Size: 61.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for artd_siigo-1.1.3.tar.gz
Algorithm Hash digest
SHA256 a5d50120a37f5722e1748f371b8b5a4078828d68452502ffac85978e7e34885e
MD5 f9a275b3a77c85cf2c2c93e86c0672e5
BLAKE2b-256 af9f50a054a136dc61ce85eec6daaf3c19782a22d7f8a01edb2cfc6b4ce59484

See more details on using hashes here.

File details

Details for the file artd_siigo-1.1.3-py3-none-any.whl.

File metadata

  • Download URL: artd_siigo-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 127.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for artd_siigo-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 92dda00a48d51e3c0e7b11ecd1ea6584ac758fa08e2615a67c094af47ac64351
MD5 93dfefafa32e1d372496a802f044717c
BLAKE2b-256 e3aa1665cb1b303351a42f74752a3aad45504f827f946d18666d36f1a9eeda72

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