Deepesh Garg
3bfb7b79f2
refactor: Remove expense included in valuation accounts ( #37632 )
...
* refactor: Remove expense included in valuation accounts
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
2023-10-23 18:23:45 +05:30
ruthra kumar
7e600a6494
refactor: pass gain loss posting date to controller
2023-10-23 12:12:59 +05:30
ruthra kumar
5323bb7bee
refactor: introduce fields in popup
2023-10-23 10:45:21 +05:30
ruthra kumar
55dbcee36a
refactor: gain_loss posting date fields in the allocation table
2023-10-23 10:45:17 +05:30
Vishnu VS
35020a9423
fix: error while loading Financial Ratios report ( #37613 )
2023-10-21 18:02:32 +05:30
William Moreno
1cc1c9aa38
fix: Typo in Nicaraguan chart of accounts ( #37620 )
...
fix: Typo in Nicaraguan chart of accounts
2023-10-21 18:02:02 +05:30
Gursheen Kaur Anand
9d392970f0
fix(minor): filter bank accounts in bank statement import ( #37525 )
...
fix: filter by company in bank account
2023-10-21 17:59:12 +05:30
Gursheen Kaur Anand
b0d440c34b
fix: set empty value for tax template in item details ( #37496 )
...
* fix: empty tax template for items with invalid templates
* fix: test for empty tax template
* fix: test for item tax template calculation
* fix: test for pos inv tax template calculation
2023-10-21 17:58:43 +05:30
Deepesh Garg
9474908449
fix: Purchase Invoice GL entires for assets
2023-10-20 19:49:41 +05:30
Deepesh Garg
2a7d1c4c8d
Merge pull request #37595 from vorasmit/purchase-gl
...
fix: add regional support to extend purchase gl entries
2023-10-20 16:51:58 +05:30
rohitwaghchaure
14b009b093
fix: incorrect cost center in the purchase invoice ( #37591 )
2023-10-20 16:22:29 +05:30
Ankush Menat
ce7ac29d06
fix: Correctly extract last message ( #37602 )
...
frappe.message_log now contains plain dictionary and not JSON strings,
so no need to load them.
2023-10-20 10:20:40 +00:00
Smit Vora
77cc91d06b
fix: add regional support to extend purchase gl entries
2023-10-19 22:35:55 +05:30
Gursheen Anand
6d5ccde864
feat: add cols for supplier inv details
2023-10-19 17:55:24 +05:30
Gursheen Anand
75441017c6
chore: linting issues
2023-10-19 17:13:58 +05:30
Gursheen Anand
4471ad581e
fix: sort by section code
2023-10-19 16:54:10 +05:30
Gursheen Anand
7ecc0d5a04
chore: change column order
2023-10-19 16:44:08 +05:30
Gursheen Anand
705dadae8e
refactor: avoid relying only on against in tds docs query
2023-10-19 16:21:15 +05:30
Deepesh Garg
6750af90f7
Merge pull request #37562 from GursheenK/subscription-tax-filters
...
fix(minor): filter tax template based on company in subscription
2023-10-18 17:49:09 +05:30
rohitwaghchaure
2851a41310
fix: Issues related to RFQ and Supplier Quotation on Portal ( #37565 )
...
fix: RFQ and Supplier Quotation for Portal
2023-10-18 16:31:35 +05:30
Gursheen Anand
1a2f659de2
fix: filter tax template based on company
2023-10-18 11:42:19 +05:30
Ankush Menat
1d186efaab
Merge pull request #37554 from frappe/e_com_perms
...
fix: e-commerce permissions for address
2023-10-18 11:08:16 +05:30
ruthra kumar
2bcda494b2
Merge pull request #37549 from ruthra-kumar/use_account_in_key_for_ar_ap_reports
...
refactor: use account in key while grouping voucher in ar/ap report
2023-10-18 09:09:16 +05:30
Ankush Menat
c197d37404
Merge branch 'develop' into e_com_perms
2023-10-17 22:29:44 +05:30
Ankush Menat
f4d74990fe
fix: E-commerce permissions
2023-10-17 22:28:04 +05:30
ruthra kumar
244cec64b2
test: report output if party is missing
2023-10-17 20:40:50 +05:30
Deepesh Garg
88be7ada33
Merge branch 'develop' of https://github.com/frappe/erpnext into sales_order_item_dimensions
2023-10-17 18:30:49 +05:30
Deepesh Garg
e31db18912
chore: Add accounting dimensions to Sales Order Item table
2023-10-17 18:19:47 +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
Sabu Siyad
f900a78995
refactor!: drop ecommerce in favor of webshop ( #33265 )
...
* refactor!: remove ecommerce item group field check
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: remove `e_commerce` directory
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: remove `get_context` from `item_group`
https://frappeframework.com/docs/v14/user/en/guides/portal-development/context
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: remove related `./templates`
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(navbar): remove wishlist (ecommerce)
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(js): remove js from scripts
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: remove `www/all-products`
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: remove pages and js
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: remove js/customer_reviews
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(portal utils): remove shopping cart debtor account
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: remove e_commerce events from hooks
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(web): remove e_commerce js from bundle
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(setup): remove shopping cart setup
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: remove pages
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor(item): remove website item button
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(payment request): remove `on_payment_authorized`
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: @staticmethod `get_gateway_details`
to avoid monkey patching, in custom apps
https://discuss.erpnext.com/t/how-to-override-method-in-frappe/28786/36
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(pages): remove product page
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(homepage): do not setup website items
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor(workspace): remove link to ecommerce settings
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(www): remove shop-by-category
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(homepage): remove featured product
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor: remove products in homepage
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor(homepage): remove explore button
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor: remove products fields from homepage
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* Revert "refactor!: @staticmethod `get_gateway_details`"
This reverts commit 561bcd96680a930bb92627869502d9346b10611b.
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: remove payment gateway e_commerce import
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* chore: pre-commit
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!: pass `party` into `get_price`
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor: move `get_item_codes_by_attributes` to `utilities/product`
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* refactor!(quotation): input customer group
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
* chore: pre-commit
* refactor: remove custom `navbar_items.html`
* refactor!(item): remove `published_in_website`
* refactor: move `validate_duplicate_website_item` before rename
* test: remove `test_shopping_cart_without_website_item`
* chore: add doctype drop patch
* refactor: removed website item related code
* refactor: removed shopping_cart code
* refactor: removed e-commerce related patches
* refactor: removed website related fields from item group
* fix: patch create_asset_depreciation_schedules_from_assets, KeyError: '0K BU64 AUY'
---------
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
2023-10-17 17:05:44 +05:30
ruthra kumar
5bb3e290d2
Merge pull request #37330 from ruthra-kumar/provision_to_pick_exc_rate_on_transaction_date
...
refactor: checkbox to toggle exchange rate inheritence in PO->PI
2023-10-17 09:45:33 +05:30
David Arnold
8b21ca2db9
fixup! feat(payment): add advance payment status to advance payment doctypes to better track advance payments
2023-10-17 00:12:19 +02:00
ruthra kumar
08315522bb
refactor: checkbox to toggle exchange rate inheritence in PO->PI
2023-10-16 16:25:19 +05:30
Deepesh Garg
621da178e1
Merge branch 'develop' of https://github.com/frappe/erpnext into rounded-row-wise-tax
2023-10-15 18:10:27 +05:30
ruthra kumar
dd099be690
Merge pull request #37478 from ruthra-kumar/tds_from_journals
...
refactor: back calculate total amt for TDS
2023-10-15 10:51:42 +05:30
ruthra kumar
fbabf4ac2e
refactor(test): make sure TDS Payable is available for testing
2023-10-15 08:57:38 +05:30
ruthra kumar
0207d6e7c9
refactor(test): make use of @change_settings in PI test cases
2023-10-15 08:57:38 +05:30
ruthra kumar
a2e064d214
refactor(test): use test fixture in purchase invoice
2023-10-15 08:57:38 +05:30
ruthra kumar
3bdf4f628c
refactor(test): use test fixture in subscription
2023-10-15 08:57:38 +05:30
ruthra kumar
de9baef84a
refactor(test): use @change_settings to fix failing test cases
2023-10-15 08:57:38 +05:30
ruthra kumar
8ebe5733ac
refactor(test): fix broken test cases in Sales Invoice
2023-10-15 08:57:38 +05:30
ruthra kumar
58065f31b1
refactor(test): use @change_settings in sales invoice
2023-10-15 08:57:38 +05:30
ruthra kumar
fc50b174eb
refactor(test): unset accounts frozen date
2023-10-15 08:57:38 +05:30
ruthra kumar
c322e5f381
test: use fixtures for sales and purchase invoice
2023-10-15 08:57:38 +05:30
s-aga-r
afef9dc8df
Merge pull request #37182 from s-aga-r/MOVE-PAYMENTS-GATEWAYS
...
refactor!: move payment gateways to the payments app
2023-10-14 16:48:11 +05:30
ruthra kumar
f4a294c5ce
Merge pull request #37495 from ruthra-kumar/keyerror_on_comparison_report
...
fix: keyerror on gl and pl comparision report
2023-10-14 12:15:19 +05:30
ruthra kumar
8ca0e4eacc
Merge pull request #37435 from rtdany10/sp-gp-fix
...
fix(gp): wrong `allocated_amount` when grouped by Sales Person
2023-10-14 12:12:14 +05:30
ruthra kumar
ad00df0af6
fix: keyerror on gl and pl comparision report
2023-10-13 15:39:54 +05:30
ruthra kumar
479fe915af
Merge pull request #37484 from ruthra-kumar/ignore_links_on_closing_balance_patch
...
refactor(patch): ignore links on closing balance patch
2023-10-13 09:18:41 +05:30
ruthra kumar
17ca8756a7
refactor(patch): ignore links on closing balance patch
2023-10-12 20:43:15 +05:30