Ankush Menat
bb18ae82cf
refactor: use db.get_single_value
2024-01-09 21:57:50 +05:30
David Arnold
b5be17c6df
fix: use most reliable section reference per report line
2024-01-08 22:12:19 +01:00
ruthra kumar
0f1be03faf
fix: ignore cancelled payments in Sales/Purchase Register
2024-01-03 20:57:01 +05:30
Deepesh Garg
beee98da6d
feat: Against voucher filter in General Ledger ( #39100 )
2024-01-03 10:03:27 +05:30
barredterra
73ecf51a27
test: balance sheet
2024-01-02 20:39:32 +01:00
barredterra
0d3a77dce9
fix: calculation of P/L in balance sheet
2024-01-02 17:26:29 +01:00
ruthra kumar
d048644327
Merge pull request #39067 from ruthra-kumar/fix_undefined_error_in_budget_variance_report
...
fix: undefined error in Budget Variance and Profitability report
2024-01-01 17:37:07 +05:30
ruthra kumar
1a9e091d12
fix: select options should dynamically load dimensions
2024-01-01 17:32:33 +05:30
ruthra kumar
1b0d9643cd
Merge pull request #39023 from ruthra-kumar/refactor_customer_ledger_summary
...
refactor(perf): replace account subquery with 'in' condition
2024-01-01 15:42:24 +05:30
ruthra kumar
92bc962f60
fix: undefined error in Budget Variance and Profitability report
...
'Budget' and 'Budget Account' doesn't have support for dynamic
dimension. It only supports hard-coded ones - Project and Cost Center
2024-01-01 15:30:35 +05:30
Anand Baburajan
a9576f0cf6
feat: group by Asset in Asset Depreciations and Balances report ( #38923 )
...
feat: group by asset in asset depreciations and balances report
2024-01-01 15:03:21 +05:30
ruthra kumar
a517125d64
refactor(perf): replace account subquery with 'in' condition
2023-12-29 14:57:16 +05:30
ruthra kumar
915d864166
Merge pull request #38969 from ruthra-kumar/bug_in_p_l_report
...
fix: incorrect net profit in Profit and Loss Statement
2023-12-28 16:23:21 +05:30
ruthra kumar
8555617295
test: profit and loss report output
2023-12-28 15:56:35 +05:30
Indrajith.vs
37767738b0
fix(Report): Increased the column width in the Account Balance Report
2023-12-28 12:12:52 +05:30
ruthra kumar
12560e2407
Merge pull request #38496 from ruthra-kumar/bisect_accounting_reports
...
feat: utility to debug financial reports
2023-12-27 17:54:36 +05:30
ruthra kumar
d54f8318fb
fix: incorrect total when Accumulating values
2023-12-27 16:50:07 +05:30
Gursheen Kaur Anand
47f7b65058
feat: voucher subtype for general ledger ( #38822 )
...
* feat: add voucher subtype column to gle
* feat: add logic to set voucher subtypes
* feat: fetch voucher subtype in ledger report
* fix: order of conditions
2023-12-24 16:13:31 +05:30
ruthra kumar
80e69210db
Merge pull request #38838 from pps190/fix-use-party-account-currency
...
fix: use party account currency when party account is specified
2023-12-20 12:29:04 +05:30
ruthra kumar
dd6c192695
Merge pull request #38797 from rtdany10/ar-credit-note-fix
...
fix: wrong paid and cn amount on pos invoice
2023-12-19 11:02:01 +05:30
Dany Robert
8772628912
test: partial payment for pos invoice
2023-12-19 10:00:51 +05:30
Devin Slauenwhite
a09241e3c7
fix(test): expect account currency when party account is specified.
2023-12-18 19:09:25 +00:00
Devin Slauenwhite
c7b961ffa2
fix: use party account currency when party account is specified
2023-12-18 18:03:53 +00:00
ruthra kumar
b5f3013005
Merge pull request #38820 from ruthra-kumar/ignore_err_in_statements
...
refactor: ignore ERR journals in Statment of Accounts
2023-12-18 15:55:11 +05:30
ruthra kumar
39ef75e2d0
refactor: ignore ERR journals in Statment of Accounts
2023-12-18 13:39:26 +05:30
Deepesh Garg
863116f1cd
Merge pull request #37232 from GursheenK/make-against-field-dynamic
...
fix: make GL and JV against fields dynamic links
2023-12-16 22:27:50 +05:30
Dany Robert
5cb5e09dbb
fix: wrong paid and cn amount on pos invoice
2023-12-16 04:35:43 +00:00
Raffael Meyer
a9a84cc7d4
Merge pull request #38742 from ljain112/fix-pur-reg
2023-12-15 15:22:19 +01:00
Gursheen Anand
f7b2380ec1
fix: skip jvs against bank accounts
2023-12-15 12:30:15 +05:30
ljain112
f53ba178a8
fix: show bill_date and bill_no in Purchase Register
2023-12-14 12:28:32 +05:30
barredterra
eb9ee3f79b
refactor: simplify conditional logic
...
Command: `sourcery review --fix --enable de-morgan .`
2023-12-05 11:22:55 +01:00
ruthra kumar
5da3e532c9
Merge pull request #38580 from ruthra-kumar/finance_book_filter_bug_in_general_ledger
...
fix: sql error while filtering on finance book in GL
2023-12-05 14:40:34 +05:30
ruthra kumar
b1d9f3132d
fix: sql error while filtering on finance book in GL
2023-12-05 14:06:15 +05:30
Gursheen Anand
ab6e92aae1
fix: limit end date to current date
2023-12-04 16:47:28 +05:30
s-aga-r
fc12238fcc
Merge pull request #38543 from s-aga-r/FIX-6734
...
fix: don't show non-stock items in Stock Analytics report
2023-12-04 12:08:07 +05:30
s-aga-r
15fff84bb5
fix: linter
2023-12-04 12:05:27 +05:30
Nihantra C. Patel
d659d407a0
fix: Group By in Item-wise Purchase Register ( #38503 )
2023-12-03 23:22:04 +05:30
Gursheen Anand
9aeb3932d0
fix: fetch against link value in gl report
2023-12-02 20:30:38 +05:30
ruthra kumar
eb4c476490
refactor: primitive summary for p&l and balance sheet
2023-12-01 16:42:15 +05:30
NandhiniDevi
e2a519464b
add supplier group filter in purchase register ( #38421 )
...
* add supplier group field in purchase register
* Update purchase_register.js
2023-12-01 11:34:38 +05:30
ruthra kumar
cc053ad894
Merge pull request #38457 from ruthra-kumar/use_flt_on_outstanding_on_ar_ap_summary
...
refactor: use flt on outstanding on AR/AP summary report
2023-11-30 16:23:28 +05:30
ruthra kumar
e4bdd3a28d
refactor: use flt on outstanding on AR/AP summary report
2023-11-30 15:57:57 +05:30
rohitwaghchaure
258148b615
Merge pull request #38365 from Nandhinidevi123/sales_register
...
feat:add customer group filter in sales register
2023-11-29 13:37:22 +05:30
Gursheen Anand
aee2e12f39
chore: fix imports for renamed report
2023-11-28 17:11:35 +05:30
Nandhinidevi123
5a97fa6336
feat:add customer group filter in sales register
2023-11-27 19:51:05 +05:30
ruthra kumar
592ce45da7
refactor: handle rounding loss on AR/AP reports
2023-11-27 08:51:22 +05:30
ruthra kumar
a9bf906545
refactor: add substring logic in ar/ap report
2023-11-20 09:38:26 +05:30
ruthra kumar
97090ff367
refactor: provision to set remarks
length in accounts settings
2023-11-20 09:38:23 +05:30
Gursheen Anand
b27af6b5c8
fix: show party instead of party name where naming series not set
2023-11-17 12:36:57 +05:30
ruthra kumar
134201794a
fix: add revaluation journal filter in Payable report
2023-11-17 09:48:17 +05:30