Merge pull request #118 from bigcapitalhq/BIG-428-clean-up-the-preferences-pages

fix(webapp): general, accoutant and items preferences
This commit is contained in:
Ahmed Bouhuolia
2023-05-12 12:36:19 +02:00
committed by GitHub
27 changed files with 362 additions and 496 deletions

View File

@@ -17,7 +17,7 @@ export const getDefaultPLQuery = (): IProfitLossSheetQuery => ({
formatMoney: 'total',
precision: 2,
},
basis: 'accural',
basis: 'accrual',
noneZero: false,
noneTransactions: false,

View File

@@ -35,7 +35,7 @@ export default class TrialBalanceSheetService extends FinancialSheet {
formatMoney: 'total',
precision: 2,
},
basis: 'accural',
basis: 'accrual',
noneZero: false,
noneTransactions: true,
onlyActive: false,