mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-23 06:45:43 +00:00
feat[BE]: update customer payment report to support multiple customer IDs and nullable aging days
This commit is contained in:
@@ -23,7 +23,7 @@ type CustomerPaymentReportRow struct {
|
||||
TotalPrice float64 `json:"total_price"`
|
||||
PaymentAmount float64 `json:"payment_amount"`
|
||||
AccountsReceivable float64 `json:"accounts_receivable"`
|
||||
AgingDay int `json:"aging_day"`
|
||||
AgingDay *int `json:"aging_day"`
|
||||
Status string `json:"status"`
|
||||
PickupInfo string `json:"pickup_info"`
|
||||
SalesPerson string `json:"sales_person"`
|
||||
|
||||
Reference in New Issue
Block a user