mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
ported test data and test purchase receipt from aii
This commit is contained in:
37
tests/data/item/android_jack_d.txt
Normal file
37
tests/data/item/android_jack_d.txt
Normal file
@@ -0,0 +1,37 @@
|
||||
# Item, Android Jack D
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
u'creation': '2012-08-26 11:30:44',
|
||||
u'docstatus': 0,
|
||||
u'modified': '2012-08-26 11:30:44',
|
||||
u'modified_by': u'Administrator',
|
||||
u'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Item
|
||||
{
|
||||
'description': u'Android Jack D',
|
||||
'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'Android Jack D',
|
||||
'item_group': u'Android',
|
||||
'item_name': u'Android Jack D',
|
||||
u'name': u'__common__',
|
||||
'stock_uom': u'Nos',
|
||||
'default_warehouse': u'Default Warehouse'
|
||||
},
|
||||
|
||||
# Item, Android Jack D
|
||||
{
|
||||
u'doctype': 'Item',
|
||||
'name': u'Android Jack D'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user