mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: wip categorize the cashflow transactions
This commit is contained in:
@@ -24,7 +24,8 @@ export class GetUncategorizedTransactions {
|
||||
.where('accountId', accountId)
|
||||
.where('categorized', false)
|
||||
.withGraphFetched('account')
|
||||
.pagination(0, 10);
|
||||
.orderBy('date', 'DESC')
|
||||
.pagination(0, 1000);
|
||||
|
||||
const data = await this.transformer.transform(
|
||||
tenantId,
|
||||
|
||||
Reference in New Issue
Block a user