mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
ported test data and test purchase receipt from aii
This commit is contained in:
37
tests/data/item/home_desktop_200.txt
Normal file
37
tests/data/item/home_desktop_200.txt
Normal file
@@ -0,0 +1,37 @@
|
||||
# Item, Home Desktop 200
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
u'creation': '2012-08-26 11:25:54',
|
||||
u'docstatus': 0,
|
||||
u'modified': '2012-08-26 11:25:54',
|
||||
u'modified_by': u'Administrator',
|
||||
u'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Item
|
||||
{
|
||||
'description': u'Home Desktop 200',
|
||||
'doctype': 'Item',
|
||||
'has_batch_no': u'No',
|
||||
'has_serial_no': u'No',
|
||||
'inspection_required': u'No',
|
||||
'is_purchase_item': u'Yes',
|
||||
'is_sales_item': u'Yes',
|
||||
'is_service_item': u'No',
|
||||
'is_stock_item': u'Yes',
|
||||
'item_code': u'Home Desktop 200',
|
||||
'item_group': u'Home Series',
|
||||
'item_name': u'Home Desktop 200',
|
||||
u'name': u'__common__',
|
||||
'stock_uom': u'Nos',
|
||||
'default_warehouse': u'Default Warehouse'
|
||||
},
|
||||
|
||||
# Item, Home Desktop 200
|
||||
{
|
||||
u'doctype': 'Item',
|
||||
'name': u'Home Desktop 200'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user