mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactor(TrialBalanceSheet): refactor with body sheet.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import moment from 'moment';
|
||||
|
||||
|
||||
export function getDefaultTrialBalanceQuery() {
|
||||
return {
|
||||
fromDate: moment().startOf('year').format('YYYY-MM-DD'),
|
||||
toDate: moment().endOf('year').format('YYYY-MM-DD'),
|
||||
basis: 'accural',
|
||||
filterByOption: 'with-transactions',
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user