1
0
forked from erp-dev/erp
This commit is contained in:
2026-07-02 18:26:09 +08:00
parent 5170700234
commit 4538e51ad5
14 changed files with 471 additions and 26 deletions

View File

@@ -90,6 +90,13 @@ HAOBUYE_API_TIMEOUT_SECONDS=30
# 可选作为外部财务同步默认经办人Employee.id
HAOBUYE_FINANCE_SYNC_OPERATOR_ID=0
############################
# Business 金额计算口径
############################
# haobuye_integer_round_half_up: 好布业整数元口径(默认)
# standard_decimal_2: 原系统两位小数口径
BUSINESS_AMOUNT_MODE=haobuye_integer_round_half_up
# PrintingJob 状态推进通知的“跟进地址”模板;为空则消息里省略“跟进地址”字段
PRINTING_JOB_STATE_ADVANCED_FOLLOWUP_URL_TEMPLATE=https://app.yuwen.cloud/workstation/production/batch-advance?orderId={order_id}
@@ -126,4 +133,3 @@ CELERY_RESULT_DB=1
############################
# 逗号分隔
CORS_ALLOWED_ORIGINS=http://localhost:8000,http://127.0.0.1:5173,http://127.0.0.1:5174,http://127.0.0.1:5179,https://yuwenerp.yuwen.cloud