Skip to main content

Business Central SDK for KSPPL

Project description

Example Usage:

from business_central_kon.client import BusinessCentralClient

username = "<username>"
password = "<password>"
base_url = "<base_url>"

client = BusinessCentralClient(username=username, password=password, base_url=base_url)

# CUSTOMER SERVICES
customers = client.customers.get_data(as_dataframe=True)
customer_ledger_entries = client.customer_ledger_entries.get_data(as_dataframe=True)

# VENDOR SERVICES
vendors = client.vendors.get_data(as_dataframe=True)
vendor_ledger_entries = client.vendor_ledger_entries.get_data(as_dataframe=True)

# ITEM SERVICES
items = client.items.get_data(as_dataframe=True)
item_ledger_entries = client.item_ledger_entries.get_data(as_dataframe=True)
ile_origin_entries = client.ile_origin_entries.get_data(as_dataframe=True)

# GENERAL LEDGER SERVICES
general_ledgers = client.general_ledgers.get_data(as_dataframe=True)
general_ledger_entries = client.general_ledger_entries.get_data(as_dataframe=True)

# SALES INVOICE SERVICES
sales_invoices = client.sales_invoices.get_data(as_dataframe=True)
sales_invoice_lines = client.sales_invoice_lines.get_data(as_dataframe=True)

# SALES ORDER SERVICES
sales_orders = client.sales_orders.get_data(as_dataframe=True)
sales_order_lines = client.sales_order_lines.get_data(as_dataframe=True)

# LOCATION SERVICES
locations = client.locations.get_data(as_dataframe=True)

# PRODUCTION BOM SERVICES
bom_headers = client.bom_headers.get_data(as_dataframe=True)
bom_lines = client.bom_lines.get_data(as_dataframe=True)

# RESPONSIBILITY MATRIX SERVICES
resp_matrix = client.responsibility_matrix.get_data(as_dataframe=True)

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

business_central_kon-0.6.2.tar.gz (20.8 kB view details)

Uploaded Source

Built Distribution

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

business_central_kon-0.6.2-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file business_central_kon-0.6.2.tar.gz.

File metadata

File hashes

Hashes for business_central_kon-0.6.2.tar.gz
Algorithm Hash digest
SHA256 09ac7c1a6330a84f8647bd360721e739041a05bb8d426b07e65d4761d14dcb33
MD5 b1979210b7aba337bbaea59bc5da758f
BLAKE2b-256 2be32c519408d1ecfaa6c0c748c52de4b6f0083d521a70bc9fa22f4e8d0632a9

See more details on using hashes here.

File details

Details for the file business_central_kon-0.6.2-py3-none-any.whl.

File metadata

File hashes

Hashes for business_central_kon-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 54e08283fdcf5b17a2c9098fe19f8fd99ac49b96e6434d2261816d23b1fcec40
MD5 81e97d6535b4b7a1a574001689d3bce4
BLAKE2b-256 8bbf2317ee8d3423d14323bbcc22746d0ae6d9e6ac119da515bf8d24ddcc8523

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