{
	"tvs": {
		"productOffers": {
			"name": "productOffers",
			"type": "migx",
			"caption": "Знижки",
			"rank": 0,
			"categoryTitle": "Товар",
			"templatesTitle": ["Главная"],
			"input_properties": {
				"formtabs": [
					{
						"caption": "Знижки",
						"fields": [
							{
								"field": "title",
								"caption": "Назва списку"
							},
							{
								"field": "holding_id",
								"caption": "Holding id"
							},
							{
								"field": "holding_code",
								"caption": "Holding code"
							},
							{
								"field": "offer_id",
								"caption": "Offer id"
							},
							{
								"field": "profile_id",
								"caption": "Profile id"
							},
							{
								"field": "active",
								"caption": "Активний",
								"inputTVtype": "checkbox",
								"inputOptionValues": "да==1"
							},
							{
								"field": "prices",
								"caption": "Ціни",
								"inputTV": "productOfferPrices"
							}
						]
					}
				],
				"columns": [
					{
						"header": "Назва списку",
						"sortable": "true",
						"dataIndex": "title"
					},
					{
						"header": "Holding id",
						"sortable": "true",
						"dataIndex": "holding_id"
					},
					{
						"header": "Offer id",
						"sortable": "true",
						"dataIndex": "offer_id"
					},
					{
						"header": "Активний",
						"dataIndex": "active",
						"editor": "this.textEditor"
					}
				]
			}
		},

		"productOfferPrices": {
			"name": "productOfferPrices",
			"type": "migx",
			"caption": "Ціни",
			"rank": 0,
			"categoryTitle": "Товар",
			"input_properties": {
				"formtabs": [
					{
						"caption": "Ціни",
						"fields": [
							{
								"field": "id",
								"caption": "Id"
							},
							{
								"field": "sku_id",
								"caption": "Sku id"
							},
							{
								"field": "bascode",
								"caption": "Bascode"
							},
							{
								"field": "price",
								"caption": "Ціна"
							},
							{
								"field": "cur",
								"caption": "Валюта"
							}
						]
					}
				],
				"columns": [
					{
						"header": "Sku id",
						"sortable": "true",
						"dataIndex": "sku_id"
					},
					{
						"header": "Bascode",
						"sortable": "true",
						"dataIndex": "bascode"
					},
					{
						"header": "Ціна",
						"sortable": "true",
						"dataIndex": "price"
					},
					{
						"header": "Валюта",
						"sortable": "true",
						"dataIndex": "cur"
					}
				]
			}
		}
	}
}
