mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
add search nominal keuangan
This commit is contained in:
@@ -91,8 +91,10 @@ func (s transactionService) GetAll(c *fiber.Ctx, params *validation.Query) ([]en
|
|||||||
LOWER(COALESCE(notes, '')) LIKE ? OR
|
LOWER(COALESCE(notes, '')) LIKE ? OR
|
||||||
LOWER(COALESCE(customers.name, '')) LIKE ? OR
|
LOWER(COALESCE(customers.name, '')) LIKE ? OR
|
||||||
LOWER(COALESCE(suppliers.name, '')) LIKE ? OR
|
LOWER(COALESCE(suppliers.name, '')) LIKE ? OR
|
||||||
LOWER(COALESCE(banks.name, '')) LIKE ?`,
|
LOWER(COALESCE(banks.name, '')) LIKE ? OR
|
||||||
like, like, like, like, like, like, like, like,
|
CAST(payments.nominal AS TEXT) LIKE ? OR
|
||||||
|
TO_CHAR(payments.payment_date, 'YYYY-MM-DD') LIKE ?`,
|
||||||
|
like, like, like, like, like, like, like, like, like, like,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user