HimoolERP/documents/项目文档/财务管理/付款.md

23 lines
343 B
Markdown
Raw Normal View History

2021-12-17 22:48:20 +08:00
# 付款
## 功能
2021-12-24 23:35:24 +08:00
- 查询/创建付款单:
[/api/payment_orders/]
- 获取付款单号:
[/api/payment_orders/number/]
- 作废付款单:
[/api/payment_orders/{id}/void/]
2021-12-17 22:48:20 +08:00
## 其他接口
2021-12-24 23:35:24 +08:00
- 供应商选项:
[/api/supplier_arrears/options/]{is_active: true, has_arrears: true}
- 经手人选项:
[/api/users/options/]{is_active: true}