Nabin Hait
2adb710751
Merge pull request #39427 from nabinhait/test-fix333
...
fix: Asset module tests
2024-01-17 17:21:47 +05:30
Nabin Hait
97f69986ff
fix: Asset module tests
2024-01-17 16:39:39 +05:30
Deepesh Garg
889d67bcee
Merge pull request #39367 from deepeshgarg007/revert_dynamic_splitting
...
Revert dynamic splitting
2024-01-17 15:03:13 +05:30
Deepesh Garg
1148ed1566
Merge pull request #39423 from deepeshgarg007/fix_subscription_period_update
...
fix: Update subscription period
2024-01-17 12:57:40 +05:30
Deepesh Garg
3aa17fa0d6
chore: freezing date check
2024-01-17 12:47:27 +05:30
Deepesh Garg
4f3aeaefc1
chore: Remove unwanted changes
2024-01-17 12:42:22 +05:30
Deepesh Garg
120bfdf33d
Merge branch 'develop' of https://github.com/frappe/erpnext into revert_dynamic_splitting
2024-01-17 12:33:07 +05:30
Nabin Hait
9f2b62dd1c
Merge pull request #39386 from nabinhait/asset-capitalisation-calcellation
...
fix: Cancel asset capitalisation record on cancellation of asset and vice-versa
2024-01-17 12:14:15 +05:30
Nabin Hait
60f52adc90
Merge pull request #39385 from nabinhait/wdv-as-per-income-tax-act
...
fix: WDV as per IT Act: calculate yearly amount first and then split it based on months
2024-01-17 12:13:23 +05:30
Deepesh Garg
7eefedfb11
fix: Update subscription period
2024-01-17 10:57:19 +05:30
HENRY Florian
af80d253db
fix: consistency in display reserved_stock checkbox on Sales Order Item according global settings and item.is_stock_item ( #38322 )
...
* fix: consistency in display reserved_stock checkbox on Sales Order Item according global settings and item.is_stock_item
* fix: evaluate depends_on for fdata visibility in grid
* fix: evaluate depends_on for fdata visibility in grid
* chore: change after review
* chore: change for review
2024-01-17 10:43:36 +05:30
ruthra kumar
ca9413bc64
Merge pull request #39402 from ruthra-kumar/fix_project_query
...
fix: project query controller logic
2024-01-16 16:24:02 +05:30
ruthra kumar
bfe42fdccb
refactor: better ordering of query result
2024-01-16 15:58:19 +05:30
rohitwaghchaure
ce2dd28a25
Merge pull request #39406 from rohitwaghchaure/fixed-bin-permission-issue
...
fix: permission issue for the Bin
2024-01-16 15:50:46 +05:30
Deepesh Garg
96dcfba65a
Merge branch 'develop' of https://github.com/frappe/erpnext into revert_dynamic_splitting
2024-01-16 15:42:02 +05:30
Rohit Waghchaure
6e4d4a55cd
fix: permission issue for the BIN
2024-01-16 15:12:28 +05:30
ruthra kumar
3349dde5e2
fix(test): test case for project query
2024-01-16 14:28:09 +05:30
ruthra kumar
4eefb445a7
fix: project query controller logic
2024-01-16 13:38:53 +05:30
Ankush Menat
ed927f102e
perf: use unbuffered_cursor for stock_ageing report ( #39399 )
...
perf: use unbuffered_cursor for stock stock_ageing report
Unbuffered cursor lets us load one row at a time in memory from mysql instead of lowing all at once.
This makes it possible to run the report for large number of SLEs.
2024-01-16 11:43:35 +05:30
ruthra kumar
82026f780d
Merge pull request #39400 from ruthra-kumar/fix_broken_subscription_test
...
fix: broken multi currency test case in subscription
2024-01-16 11:39:42 +05:30
ruthra kumar
e5aeab7e7e
fix: broken multi currency test case in subscription
2024-01-16 11:16:39 +05:30
Deepesh Garg
32738637ce
Merge pull request #39394 from noec764/Fix_UntranslatedColumnsInGlobalLedger
...
fix: Untranslated columns in Global Ledger Report
2024-01-16 11:03:47 +05:30
Alexandre Lumertz Damiani
80f5026208
fix: translate ( #39395 )
2024-01-16 10:46:00 +05:30
Alexandre Lumertz Damiani
00619342e1
fix: translate ( #39396 )
2024-01-16 10:44:59 +05:30
Alexandre Lumertz Damiani
b719585a2f
fix: translate ( #39397 )
2024-01-16 10:44:17 +05:30
Alexandre Lumertz Damiani
4970b5d5bc
fix: translate ( #39398 )
2024-01-16 10:43:33 +05:30
Noé
bdd382bdfd
fix: Untranslated columns in Global Ledger
2024-01-15 16:40:45 +01:00
ruthra kumar
92a5cda61a
Merge pull request #39391 from ruthra-kumar/multiple_typeerror_fixes
...
fix: possible typerror in utils.js
2024-01-15 20:45:27 +05:30
ruthra kumar
60b26ad8b2
fix: possible typerror in utils.js
...
and remove unwanted debugging statements
2024-01-15 20:37:21 +05:30
Nabin Hait
efe9f6656f
fix: Cancel asset capitalisation record on cancellation of asset and vice-versa
2024-01-15 17:54:47 +05:30
Nabin Hait
22bd6a54b2
fix: WDV as per IT Act: calculate yearly amount first and then split it based on months
2024-01-15 16:54:19 +05:30
Deepesh Garg
a36b6cb102
Merge pull request #39384 from deepeshgarg007/income_account_filter
...
feat: Income account filter in item-wise reports
2024-01-15 16:52:39 +05:30
Deepesh Garg
d91813c277
feat: Income account filter in item-wise reports
2024-01-15 16:50:14 +05:30
ruthra kumar
a4ddf93492
Merge pull request #39332 from ruthra-kumar/validate_subscription_billing_currency
...
refactor: prevent foreign currency subscription for a party
2024-01-15 15:05:31 +05:30
ruthra kumar
1387b0ba7f
refactor(test): supply default currency for subscription plans
2024-01-15 14:42:57 +05:30
Ankush Menat
2e03af7ac4
perf: use iterator for stock ageing report ( #39346 )
2024-01-15 14:35:28 +05:30
s-aga-r
749c735627
Merge pull request #39377 from s-aga-r/BUMP-NODE
...
ci: bump node in release workflow
2024-01-15 11:58:51 +05:30
s-aga-r
aef87cced7
ci: bump node in release workflow
2024-01-15 11:54:26 +05:30
ruthra kumar
6bb2d9195f
Merge pull request #39336 from ruthra-kumar/better_validation_on_bank_transaction
...
refactor: disallow bank transactions on different currencies
2024-01-15 10:01:50 +05:30
ruthra kumar
28ebc4cfee
Merge pull request #39371 from ruthra-kumar/fix_customer_ledger_summary_report
...
fix: incorrect sql error if account name has '%'
2024-01-15 09:38:50 +05:30
rohitwaghchaure
ad5906916d
Merge pull request #39372 from rohitwaghchaure/fixed-get-query-for-batch-no-field
...
fix: batches not coming correctly in the batch selector
2024-01-14 23:48:48 +05:30
Rohit Waghchaure
114f2b4326
fix: batches not coming correctly in the batch selector
2024-01-14 23:27:29 +05:30
ruthra kumar
a27a4db3de
refactor(test): supply default currency to Bank Transaction
2024-01-14 18:09:19 +05:30
ruthra kumar
b4354cbc8d
refactor: better error message
2024-01-14 18:04:15 +05:30
Deepesh Garg
02fde73545
fix: Against account variable
2024-01-14 18:01:44 +05:30
ruthra kumar
19975dcb7b
refactor: making currency mandatory for subcscription plans
2024-01-14 17:59:43 +05:30
ruthra kumar
641c3de0ca
fix: incorrect sql error if account name has '%'
2024-01-14 17:37:34 +05:30
rohitwaghchaure
cf6b52e543
Merge pull request #39224 from mahsem/patch-1
...
Update purchase_taxes_and_charges.json label Rate to Tax Rate
2024-01-14 11:26:35 +05:30
Deepesh Garg
9500254861
Revert "chore: orderby in gle"
...
This reverts commit 005c5a587ff7322a6f3fb1099aa0c94e6873c7fe.
2024-01-14 11:25:58 +05:30
Deepesh Garg
13e5578bc6
Revert "fix: check for unmerged gle in purchase receipt test"
...
This reverts commit 47c78a5a7324cdea5fde7f4e269c933572ccaf56.
2024-01-14 11:25:50 +05:30