test(Item): test_item_defaults

This commit is contained in:
Saif Ur Rehman
2019-02-02 02:43:44 +05:00
parent c8b61007b0
commit 00aaa48779
3 changed files with 68 additions and 0 deletions

View File

@@ -2,5 +2,16 @@
{
"brand": "_Test Brand",
"doctype": "Brand"
},
{
"brand": "_Test Brand With Item Defaults",
"doctype": "Brand",
"brand_defaults": [{
"company": "_Test Company",
"expense_account": "_Test Account Cost for Goods Sold - _TC",
"income_account": "_Test Account Sales - _TC",
"buying_cost_center": "_Test Cost Center - _TC",
"selling_cost_center": "_Test Cost Center - _TC"
}]
}
]