feat(erp): 新增发票号字段并优化应付单结构
- 在erp/payable.go中新增InvoiceSerial字段 - 重构ik3cloud/payable.go的ArgsPayableSave结构体 - 添加时间、币种、部门等业务字段 - 引入decimal包处理金额相关字段 - 新增PayableProductItem结构体定义商品明细 - 添加产品列表支持多商品应付单据 - 增加税率、税额等税务相关字段 - 补充含税与不含税金额计算字段
This commit is contained in:
@@ -57,6 +57,7 @@ type ReplyPayableInfo struct {
|
||||
Id int64 `json:"id"`
|
||||
PayableSerial string `json:"payableSerial"`
|
||||
AccountingSerial string `json:"accountingSerial"`
|
||||
InvoiceSerial string `json:"invoiceSerial"`
|
||||
FactoryName string `json:"factoryName"`
|
||||
FactoryBank string `json:"factoryBank"`
|
||||
FactoryBankAccount string `json:"factoryBankAccount"`
|
||||
|
||||
Reference in New Issue
Block a user