HimoolERP/documents/项目文档/财务管理/日常收支.md
2021-12-24 23:35:24 +08:00

495 B

日常收支

功能

  • 查询/创建收支单: [/api/charge_orders/]

  • 获取收支单号: [/api/charge_orders/number/]

  • 作废收支单: [/api/charge_orders/{id}/void/]

其他接口

  • 客户选项: [/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}