brotherton-erpnext/erpnext/stock/doctype
2023-08-24 10:12:18 +05:30
..
batch chore: fix linting issues 2023-07-15 18:03:16 +05:30
bin feat: reserve qty against production plan raw materials in BIN 2023-05-03 18:21:23 +05:30
closing_stock_balance fix: TypeError in Closing Stock Balance 2023-06-09 09:30:24 +05:30
customs_tariff_number
delivery_note refactor(test): don't set po_no by default 2023-08-11 17:43:50 +05:30
delivery_note_item fix: timeout error while cancelling the Purchase Receipt 2023-07-26 13:03:23 +05:30
delivery_settings
delivery_stop
delivery_trip chore: fix linting issues 2023-07-15 18:03:16 +05:30
inventory_dimension fix: inventory dimension for inter company transfer return use case 2023-05-13 13:00:05 +05:30
item fix: group item reorder by (warehouse, material_request_type) (#35818) 2023-07-31 12:47:14 +00:00
item_alternative chore: Alternative Item Code error msg 2023-03-08 20:07:30 +05:30
item_attribute fix: linting 2023-01-12 20:53:12 +05:30
item_attribute_value
item_barcode feat(stock): Support more barcodes in an item by validate the barcode with the barcodenumber module (#33863) 2023-02-19 19:36:05 +05:30
item_customer_detail
item_default feat: Item-wise provisional accounting for service items 2022-04-11 14:35:22 +05:30
item_manufacturer style: format code with black 2022-03-28 18:52:46 +05:30
item_price Merge pull request #34189 from rohitwaghchaure/prevent-to-make-item-price-for-template 2023-02-23 20:47:48 +05:30
item_quality_inspection_parameter
item_reorder fix: make reorder_level not required (#35831) 2023-06-24 16:03:15 +05:30
item_supplier fix: require barcode item barcode. (#31957) 2022-09-07 12:59:46 +05:30
item_tax
item_variant
item_variant_attribute perf: index variant_of and attribute in Item Variant Attribute 2023-07-14 17:17:24 +05:30
item_variant_settings chore: linting issues 2023-07-23 20:06:41 +05:30
item_website_specification chore: remove utf-8 compat code 2021-11-05 11:16:29 +05:30
landed_cost_item
landed_cost_purchase_receipt
landed_cost_taxes_and_charges
landed_cost_voucher chore: Add landed cost taxes and charges common in bundles 2023-07-22 21:19:48 +05:30
manufacturer refactor: remove frappe.dynamic_link (#35096) 2023-07-10 21:22:06 +05:30
material_request feat(MR): Project and Cost Center in Connections (#36794) 2023-08-24 10:12:18 +05:30
material_request_item fix: error regarding accepted and supplier warehouse 2023-05-07 20:27:17 +05:30
packed_item refactor: added new file serial batch bundle 2023-06-02 17:14:14 +05:30
packing_slip test: add test case for packed qty validation on DN submit 2023-05-01 07:25:36 +05:30
packing_slip_item chore: enable no_copy for dn_detail and pi_detail in Packing Slip Item 2023-04-28 15:05:28 +05:30
pick_list Merge pull request #35739 from s-aga-r/FIX-35493 2023-06-18 15:13:15 +05:30
pick_list_item fix: timeout error while cancelling the Purchase Receipt 2023-07-26 13:03:23 +05:30
price_list fix: incorrect usage get_cached_value on single doctypes 2023-08-01 07:58:09 +05:30
price_list_country
purchase_receipt Merge pull request #36254 from deepeshgarg007/remove_auto_repeat 2023-07-27 21:18:03 +05:30
purchase_receipt_item fix: timeout error while cancelling the Purchase Receipt 2023-07-26 13:03:23 +05:30
putaway_rule fix: travis for POS merge invoice and putaway rule 2023-06-02 17:14:18 +05:30
quality_inspection refactor: Use db.set_single_value (#35668) 2023-06-13 17:30:38 +05:30
quality_inspection_parameter
quality_inspection_parameter_group
quality_inspection_reading
quality_inspection_template style: format code with black 2022-03-28 18:52:46 +05:30
quick_stock_balance style: format code with black 2022-03-28 18:52:46 +05:30
repost_item_valuation fix: no default email account causing reposting issue 2023-07-24 14:00:20 +05:30
sales_bom
sales_bom_item
serial_and_batch_bundle perf: enabled indexing for voucher no in SABB (#36688) 2023-08-17 13:48:37 +05:30
serial_and_batch_entry fix: travis 2023-06-02 17:14:17 +05:30
serial_no fix: stock reco test case for serial and batch bundle 2023-06-02 17:14:18 +05:30
shipment feat: create incoterms and migrate shipments 2022-11-17 22:16:43 +01:00
shipment_delivery_note
shipment_parcel
shipment_parcel_template
stock_entry fix: enqueue submit/cancel action for stock entry having more than 50 line items (#36532) 2023-08-07 19:36:19 +05:30
stock_entry_detail refactor: added new file serial batch bundle 2023-06-02 17:14:14 +05:30
stock_entry_type style: format code with black 2022-03-28 18:52:46 +05:30
stock_ledger_entry refactor: Use db.set_single_value (#35668) 2023-06-13 17:30:38 +05:30
stock_reconciliation fix: stock reconciliation negative stock error (#36544) 2023-08-08 15:18:27 +05:30
stock_reconciliation_item fix: timeout error while cancelling the Purchase Receipt 2023-07-26 13:03:23 +05:30
stock_reposting_settings feat: configuration to notify reposting errors to specific role 2023-05-04 16:49:14 +05:30
stock_reservation_entry feat: added jinja method get_serial_or_batch_nos for print format and new print format 'Purchase Receipt Serial and Batch Bundle Print for reference 2023-06-02 17:14:18 +05:30
stock_settings refactor: Use db.set_single_value (#35668) 2023-06-13 17:30:38 +05:30
uom_category
uom_conversion_detail
variant_field fix(UX): use autocomplete for variant fields 2022-03-25 16:18:58 +05:30
warehouse refactor: remove frappe.dynamic_link (#35096) 2023-07-10 21:22:06 +05:30
warehouse_type
__init__.py