mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: wip bank transaction matching
This commit is contained in:
@@ -100,7 +100,6 @@ export class GetMatchedTransactions {
|
||||
moment(match.date).isSame(uncategorizedTransaction.date, 'day'),
|
||||
closestResullts
|
||||
);
|
||||
|
||||
const possibleMatches = R.difference(closestResullts, perfectMatches);
|
||||
|
||||
return { perfectMatches, possibleMatches };
|
||||
|
||||
Reference in New Issue
Block a user