金蝶云平台凭证批量处理封装工具。
Project description
金蝶云平台凭证批量处理封装工具。
因为依赖包古老,因此需要注意降级pip和setuptools版本,建议降级到pip-20.1.1, setuptools-57.5.0
首个版本仅提供基本的登录、导入凭证、删除凭证、查询余额表等功能,后期陆续加上常用财务凭证处理工具。
快速入门:
推送凭证:
from Worker import KDUser
voucher_list = [#你的凭证列表]
worker = KDUser(user='0001', # 用户名
pwd='123', # 密码
domain='https://192.168.0.1:8000', # 金蝶云远程地址
sln_name='eas', # 金蝶数据库配置,可查看客户端登录页面或者咨询DBA
dc_name='2023',
language='L2',
db_type=0,
auth_pattern='BaseDB')
result = worker.import_vocher(voucher_list)
获取科目余额表:
trial_balance = worker.get_account_balance('1.01', '2023', '8')
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
KDVoucherUtil-0.2.0.tar.gz
(5.9 kB
view details)
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 KDVoucherUtil-0.2.0.tar.gz.
File metadata
- Download URL: KDVoucherUtil-0.2.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8de5c1a28969a312e94216930ab1dc8d8fe93b3cdf74d91d9d47c0e097ba3c55
|
|
| MD5 |
548b2de1b2db5dc5fe2423a00d331182
|
|
| BLAKE2b-256 |
181f0fff05dd218f7f8d99de0ec1097c27f644090af10a4002d3d9467f52c741
|
File details
Details for the file KDVoucherUtil-0.2.0-py3-none-any.whl.
File metadata
- Download URL: KDVoucherUtil-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1fcfb361b5abf37f63ab914ccb412e5290f331a25c0dc2ffcebef55864ef527
|
|
| MD5 |
63b679c74bf05b3c75b47c0f85811e90
|
|
| BLAKE2b-256 |
72a6fe43bbedf64782f3828b750830283974268799e4ff90e3a5cd97d320e331
|