brotherton-erpnext/erpnext/stock/doctype
2023-07-22 23:07: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 chore: resolve undefined variables issue 2023-07-22 23:07:18 +05:30
delivery_note_item refactor: added new file serial batch bundle 2023-06-02 17:14:14 +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 perf: index disabled in Item 2023-07-14 17:18:55 +05:30
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 style: format code with black 2022-03-28 18:52:46 +05:30
item_website_specification
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 chore: Make material request title translatable (#35764) 2023-06-18 22:29:42 +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 perf: Index sales_order_item in Pick list item (#35735) 2023-06-16 14:06:24 +05:30
price_list fix: should never get cutomer price on purchase document (#34002) 2023-02-13 20:56:05 +05:30
price_list_country
purchase_receipt refactor: client side accounts controller 2023-07-17 21:44:43 +05:30
purchase_receipt_item fix: accepted warehouse and rejected warehouse can't be same 2023-07-10 13:19:17 +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: don't allow to make reposting entry for closing stock balance period 2023-06-21 11:55:51 +05:30
sales_bom
sales_bom_item
serial_and_batch_bundle fix: incorrect stock levels in the Batch 2023-07-10 13:03:10 +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 chore: Add landed cost taxes and charges common in bundles 2023-07-22 21:19:48 +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 chore: fix linting issues 2023-07-15 18:03:16 +05:30
stock_reconciliation_item fix: test case and removed outward field 2023-06-15 12:56:41 +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