Default category in purchase taxes and charges

This commit is contained in:
Nabin Hait 2012-09-28 12:26:11 +05:30
parent 7291ec7147
commit 133c9c60f5

View File

@ -3,11 +3,11 @@
# These values are common in all dictionaries # These values are common in all dictionaries
{ {
'creation': '2012-07-03 13:30:49', u'creation': '2012-09-18 11:20:24',
'docstatus': 0, u'docstatus': 0,
'modified': '2012-07-12 14:08:27', u'modified': '2012-09-28 12:19:57',
'modified_by': u'Administrator', u'modified_by': u'Administrator',
'owner': u'wasim@webnotestech.com' u'owner': u'wasim@webnotestech.com'
}, },
# These values are common for all DocType # These values are common for all DocType
@ -16,11 +16,11 @@
'autoname': u'PVTD.######', 'autoname': u'PVTD.######',
'colour': u'White:FFF', 'colour': u'White:FFF',
'default_print_format': u'Standard', 'default_print_format': u'Standard',
'doctype': 'DocType', u'doctype': u'DocType',
'hide_heading': 1, 'hide_heading': 1,
'istable': 1, 'istable': 1,
'module': u'Accounts', 'module': u'Accounts',
'name': '__common__', u'name': u'__common__',
'section_style': u'Tray', 'section_style': u'Tray',
'server_code_error': u' ', 'server_code_error': u' ',
'show_in_menu': 0, 'show_in_menu': 0,
@ -29,8 +29,8 @@
# These values are common for all DocField # These values are common for all DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'name': '__common__', u'name': u'__common__',
'parent': u'Purchase Taxes and Charges', 'parent': u'Purchase Taxes and Charges',
'parentfield': u'fields', 'parentfield': u'fields',
'parenttype': u'DocType' 'parenttype': u'DocType'
@ -38,13 +38,13 @@
# DocType, Purchase Taxes and Charges # DocType, Purchase Taxes and Charges
{ {
'doctype': 'DocType', u'doctype': u'DocType',
'name': u'Purchase Taxes and Charges' u'name': u'Purchase Taxes and Charges'
}, },
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'charge_type', 'fieldname': u'charge_type',
'fieldtype': u'Select', 'fieldtype': u'Select',
'label': u'Type', 'label': u'Type',
@ -58,7 +58,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'account_head', 'fieldname': u'account_head',
'fieldtype': u'Link', 'fieldtype': u'Link',
'label': u'Account Head', 'label': u'Account Head',
@ -72,7 +72,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'cost_center', 'fieldname': u'cost_center',
'fieldtype': u'Link', 'fieldtype': u'Link',
'label': u'Cost Center', 'label': u'Cost Center',
@ -85,7 +85,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'description', 'fieldname': u'description',
'fieldtype': u'Small Text', 'fieldtype': u'Small Text',
'label': u'Description', 'label': u'Description',
@ -98,7 +98,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'rate', 'fieldname': u'rate',
'fieldtype': u'Currency', 'fieldtype': u'Currency',
'label': u'Rate', 'label': u'Rate',
@ -111,7 +111,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'tax_amount', 'fieldname': u'tax_amount',
'fieldtype': u'Currency', 'fieldtype': u'Currency',
'label': u'Amount', 'label': u'Amount',
@ -124,7 +124,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'total', 'fieldname': u'total',
'fieldtype': u'Currency', 'fieldtype': u'Currency',
'label': u'Total', 'label': u'Total',
@ -135,7 +135,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'row_id', 'fieldname': u'row_id',
'fieldtype': u'Data', 'fieldtype': u'Data',
'hidden': 0, 'hidden': 0,
@ -149,8 +149,8 @@
# DocField # DocField
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'description': u'For Both', 'default': u'Valuation and Total',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'category', 'fieldname': u'category',
'fieldtype': u'Select', 'fieldtype': u'Select',
'label': u'Consider Tax or Charge for', 'label': u'Consider Tax or Charge for',
@ -165,7 +165,7 @@
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'default': u'Add', 'default': u'Add',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'add_deduct_tax', 'fieldname': u'add_deduct_tax',
'fieldtype': u'Select', 'fieldtype': u'Select',
'label': u'Add or Deduct', 'label': u'Add or Deduct',
@ -180,7 +180,7 @@
# DocField # DocField
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'item_wise_tax_detail', 'fieldname': u'item_wise_tax_detail',
'fieldtype': u'Small Text', 'fieldtype': u'Small Text',
'hidden': 1, 'hidden': 1,
@ -193,7 +193,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'parenttype', 'fieldname': u'parenttype',
'fieldtype': u'Data', 'fieldtype': u'Data',
'hidden': 1, 'hidden': 1,
@ -209,7 +209,7 @@
# DocField # DocField
{ {
'description': u'Cheating Field\nPlease do not delete ', 'description': u'Cheating Field\nPlease do not delete ',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'total_tax_amount', 'fieldname': u'total_tax_amount',
'fieldtype': u'Currency', 'fieldtype': u'Currency',
'hidden': 1, 'hidden': 1,
@ -225,7 +225,7 @@
# DocField # DocField
{ {
'description': u'Cheating Field\nPlease do not delete ', 'description': u'Cheating Field\nPlease do not delete ',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'total_amount', 'fieldname': u'total_amount',
'fieldtype': u'Currency', 'fieldtype': u'Currency',
'hidden': 1, 'hidden': 1,