mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
fix(BE): filter by transaction or realization in report customer payment
This commit is contained in:
@@ -161,6 +161,15 @@ const (
|
||||
ExpenseCategoryNonBOP ExpenseCategory = "NON-BOP"
|
||||
)
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// Filter Customer Payment
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
const (
|
||||
CustomerPaymentFilterByTransDate = "TRANS_DATE"
|
||||
CustomerPaymentFilterByRealizationDate = "REALIZATION_DATE"
|
||||
)
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// Payment Method
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user