HimoolERP/documents/项目文档/财务管理/日常收支.md

32 lines
495 B
Markdown
Raw Normal View History

2021-12-17 22:48:20 +08:00
# 日常收支
## 功能
2021-12-24 23:35:24 +08:00
- 查询/创建收支单:
[/api/charge_orders/]
- 获取收支单号:
[/api/charge_orders/number/]
- 作废收支单:
[/api/charge_orders/{id}/void/]
2021-12-17 22:48:20 +08:00
## 其他接口
2021-12-24 23:35:24 +08:00
- 客户选项:
[/api/clients/options/]{is_active: true}
- 供应商选项:
[/api/suppliers/options/]{is_active: true}
- 收支项目选项:
[/api/charge_items/options/]
- 经手人选项:
[/api/users/options/]{is_active: true}
- 结算账户选项:
[/api/accounts/options/]{is_active: true}