brotherton-erpnext/erpnext/stock
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
..
dashboard fix: Item Dashboard 2023-09-21 18:23:20 +05:30
dashboard_chart
dashboard_chart_source fix: sum stock_value and group by warehouse 2022-07-14 18:53:50 -04:00
doctype refactor!: drop ecommerce in favor of webshop (#33265) 2023-10-17 17:05:44 +05:30
form_tour fix: reorder stock reco tour 2023-05-29 14:44:54 +05:30
module_onboarding/stock fix: replace stock projected with ledger 2023-05-29 14:44:54 +05:30
number_card
onboarding_step fix: replace stock projected with ledger 2023-05-29 14:44:54 +05:30
page fix: bulk fix (~330) missing translations 2022-04-04 13:59:51 +05:30
print_format fix: serial and batch bundle values in the standard print format 2023-06-26 16:00:53 +05:30
report Merge pull request #37185 from s-aga-r/REFACTOR-SRE 2023-09-21 21:46:09 +05:30
spec chore: typo 2022-07-12 12:39:22 +05:30
stock_dashboard/stock
tests test: fix hypothesis tests (#34416) 2023-03-13 15:16:30 +05:30
workspace/stock chore: Add frappe school links (#35995) 2023-07-04 14:58:45 +05:30
__init__.py style: format code with black 2022-03-28 18:52:46 +05:30
deprecated_serial_batch.py fix: added validation for incorrect type 2023-06-14 23:26:35 +05:30
get_item_details.py fix: allow to select parent warehouse in the website item (#37047) 2023-09-20 17:27:35 +05:30
README.md
reorder_item.py fix: make reorder_level not required (#35831) 2023-06-24 16:03:15 +05:30
serial_batch_bundle.py feat: Serial and Batch reservation (#35946) 2023-09-02 11:02:24 +05:30
stock_balance.py refactor: Use db.set_single_value (#35668) 2023-06-13 17:30:38 +05:30
stock_ledger.py feat: validate negative stock for inventory dimension (backport #37373) (#37383) 2023-10-16 19:15:18 +05:30
utils.py feat: validate negative stock for inventory dimension (backport #37373) (#37383) 2023-10-16 19:15:18 +05:30
valuation.py fix: maintain FIFO queue even if outgoing_rate is not found (#30560) 2022-04-04 15:22:15 +05:30

Inventory management module.