mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
fixes in stock reco, test case for serial no stock entry
This commit is contained in:
31
tests/data/item/nebula_8.txt
Normal file
31
tests/data/item/nebula_8.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-08-26 11:32:02",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-08-26 11:32:02"
|
||||
},
|
||||
{
|
||||
"is_service_item": "No",
|
||||
"description": "Nebula 8",
|
||||
"item_code": "Nebula 8",
|
||||
"is_stock_item": "Yes",
|
||||
"inspection_required": "No",
|
||||
"is_purchase_item": "No",
|
||||
"name": "__common__",
|
||||
"item_name": "Nebula 8",
|
||||
"item_group": "Small Tablets",
|
||||
"doctype": "Item",
|
||||
"is_sales_item": "Yes",
|
||||
"is_sub_contracted_item": "Yes",
|
||||
"stock_uom": "Nos",
|
||||
"has_batch_no": "No",
|
||||
"has_serial_no": "Yes",
|
||||
"default_warehouse": "Default Warehouse"
|
||||
},
|
||||
{
|
||||
"name": "Nebula 8",
|
||||
"doctype": "Item"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user