balance-sheet.scm (gnucash-5.0.tar.bz2) | : | balance-sheet.scm (gnucash-5.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 170 | skipping to change at line 170 | |||
gnc:pagename-accounts optname-accounts | gnc:pagename-accounts optname-accounts | |||
"a" | "a" | |||
opthelp-accounts | opthelp-accounts | |||
(gnc:filter-accountlist-type | (gnc:filter-accountlist-type | |||
(list ACCT-TYPE-BANK ACCT-TYPE-CASH ACCT-TYPE-CREDIT | (list ACCT-TYPE-BANK ACCT-TYPE-CASH ACCT-TYPE-CREDIT | |||
ACCT-TYPE-ASSET ACCT-TYPE-LIABILITY | ACCT-TYPE-ASSET ACCT-TYPE-LIABILITY | |||
ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL ACCT-TYPE-CURRENCY | ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL ACCT-TYPE-CURRENCY | |||
ACCT-TYPE-PAYABLE ACCT-TYPE-RECEIVABLE | ACCT-TYPE-PAYABLE ACCT-TYPE-RECEIVABLE | |||
ACCT-TYPE-EQUITY ACCT-TYPE-INCOME ACCT-TYPE-EXPENSE | ACCT-TYPE-EQUITY ACCT-TYPE-INCOME ACCT-TYPE-EXPENSE | |||
ACCT-TYPE-TRADING) | ACCT-TYPE-TRADING) | |||
(gnc-account-get-descendants-sorted (gnc-get-current-root-account)))) | (gnc-account-get-descendants-sorted (gnc-get-current-root-account)))) | |||
(gnc:options-add-account-levels! | (gnc:options-add-account-levels! | |||
options gnc:pagename-accounts optname-depth-limit | options gnc:pagename-accounts optname-depth-limit | |||
"b" opthelp-depth-limit 3) | "b" opthelp-depth-limit 3) | |||
(gnc-register-simple-boolean-option options | (gnc-register-simple-boolean-option options | |||
gnc:pagename-accounts optname-bottom-behavior | gnc:pagename-accounts optname-bottom-behavior | |||
"c" opthelp-bottom-behavior #f) | "c" opthelp-bottom-behavior #f) | |||
;; all about currencies | ;; all about currencies | |||
(gnc:options-add-currency! | (gnc:options-add-currency! | |||
options pagename-commodities | options pagename-commodities | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |