ruthra kumar
b1dfa2537b
refactor: add total row if only one party is being filtered
2024-02-15 12:53:27 +05:30
ruthra kumar
7b37389115
test: future payment with foreign currency
2024-01-27 11:48:22 +05:30
ruthra kumar
0de4197c88
refactor: do currency conversion on future amount columns
2024-01-27 11:48:19 +05:30
Gursheen Anand
b2d9380596
fix: party field in pdf html
2024-01-19 17:08:02 +05:30
Ankush Menat
bb18ae82cf
refactor: use db.get_single_value
2024-01-09 21:57:50 +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
Dany Robert
5cb5e09dbb
fix: wrong paid and cn amount on pos invoice
2023-12-16 04:35:43 +00:00
barredterra
eb9ee3f79b
refactor: simplify conditional logic
...
Command: `sourcery review --fix --enable de-morgan .`
2023-12-05 11:22:55 +01:00
s-aga-r
15fff84bb5
fix: linter
2023-12-04 12:05:27 +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
1d8fcd66e6
fix: new logic for handling revaluation journals
2023-11-10 10:31:39 +05:30
ruthra kumar
696e2108ac
Merge pull request #37746 from casesolved-co-uk/ar_billed_cur
...
feat: in_party_currency option for AR/AP reports
2023-11-09 13:04:47 +05:30
ruthra kumar
89612f2605
Merge pull request #37716 from vishdha/ar_report
...
feat: multi-select customer group in AR Report
2023-11-09 13:04:01 +05:30
Deepesh Garg
860b67e9c0
Merge pull request #37828 from GursheenK/payments-irrespective-of-party-types
...
fix: payments irrespective of party types
2023-11-09 12:14:58 +05:30
ruthra kumar
6f231e4c83
Merge branch 'develop' into ar_billed_cur
2023-11-08 10:30:15 +05:30
ruthra kumar
67e74d03ed
fix: typo in AR report
2023-11-06 20:23:26 +05:30
vishal
30402033bc
fix: minor change added to test_case
2023-11-06 13:02:04 +05:30
vishal
de445b32f5
feat(accounts_receivable): test_case added for multi-select customer group
2023-11-06 12:39:11 +05:30
ruthra kumar
a9372c42cd
Merge pull request #37869 from ruthra-kumar/reconcile_only_on_voucher
...
refactor: 'group only by voucher' flag in AR/AP report
2023-11-03 12:29:33 +05:30
Gursheen Anand
4867ca353c
refactor: move common util for fetching party types using account type
2023-11-03 12:00:56 +05:30
ruthra kumar
23beb46d15
refactor: group only by voucher flag in AR/AP report
2023-11-03 11:47:02 +05:30
ruthra kumar
eb73017798
refactor: pull remarks only if needed on AR/AP report
2023-10-31 17:31:28 +05:30
Richard Case
208d5042ee
chore: update tests
2023-10-30 00:48:17 +00:00
Richard Case
ece7049390
feat: in_party_currency option for AR/AP reports
2023-10-30 00:15:05 +00:00
vishal
b60c57a97d
fix: minor issue
2023-10-27 11:22:55 +05:30
vishal
8903c1bc6f
feat: multi-select customer group in AR Report
2023-10-27 11:12:55 +05:30
ruthra kumar
244cec64b2
test: report output if party is missing
2023-10-17 20:40:50 +05:30
ruthra kumar
601ab4567e
refactor: use account in key while grouping voucher in ar/ap report
2023-10-17 17:48:04 +05:30
ruthra kumar
2c7d6aec89
test: multi select party filter in AR report
2023-09-28 11:17:38 +05:30
Gursheen Anand
59e8abfd57
fix: party format in test
2023-09-27 13:57:49 +05:30
Gursheen Anand
e7239e02d4
fix: query for multiselect filter
2023-09-27 13:02:52 +05:30
Gursheen Anand
9d15124a6a
fix: set route filter values for AR
2023-09-27 13:01:48 +05:30
Gursheen Anand
7d96044d8e
fix: change filters for AR summary
2023-09-26 15:10:16 +05:30
ruthra kumar
08d91ab831
refactor(test): AR output filtered on USD customers
2023-09-18 16:28:06 +05:30
ruthra kumar
083c82c206
chore: remove stale code
2023-09-18 16:28:06 +05:30
ruthra kumar
ac650d2e7a
refactor: replace 'customer' filter with 'party_type' and 'party'
2023-09-18 16:28:02 +05:30
ruthra kumar
b9c556c4a9
fix: index error on Receivable report based on payment terms
...
cr note's don't have payment terms. So, skip for them.
2023-09-05 15:07:07 +05:30
RitvikSardana
e599f75a51
fix: account payable currency and value ( #36859 )
...
* fix: account payable currency and value
* fix: added party_type and party in accounts payable report
* chore: code cleanup
* fix: customer group test case failure
* fix: added test case of the issue
* fix: filter toggle for party_type
* fix: filter toggle for party_type
* chore: fix typo
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com>
2023-09-02 13:08:08 +05:30
ruthra kumar
ce81ffd844
test: increase coverage in ar/ap report
2023-08-25 17:28:54 +05:30
ruthra kumar
bb7bed4c1a
refactor(test): make use of mixin in ar/ap report tests
2023-08-25 14:46:10 +05:30
RitvikSardana
9349bc77c5
fix: Accounts Payable Currency bug
2023-08-22 14:12:42 +05:30
ruthra kumar
e3104f1898
fix: include gain/loss journal in AR/AP reports
2023-08-20 20:13:31 +05:30
Deepesh Garg
fbb5058531
fix: AR/AP report based on payment terms ( #36574 )
...
* fix: AR/AP report based on payment terms
* fix: AR/AP report based on payment terms
2023-08-14 08:32:07 +05:30
Gursheen Anand
f5761e7965
refactor: future payments query
2023-07-28 16:01:30 +05:30
Gursheen Anand
fd5c4e0a64
fix: fetch ple for all party types
2023-07-28 11:41:03 +05:30