Fixes related to auto repeat

This commit is contained in:
Nabin Hait 2018-05-05 12:32:46 +05:30
parent abd0325acd
commit 4bbe5fbefc
8 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ def get_data():
'Payment Request': 'reference_name', 'Payment Request': 'reference_name',
'Landed Cost Voucher': 'receipt_document', 'Landed Cost Voucher': 'receipt_document',
'Purchase Invoice': 'return_against', 'Purchase Invoice': 'return_against',
'Subscription': 'reference_document' 'Auto Repeat': 'reference_document'
}, },
'internal_links': { 'internal_links': {
'Purchase Order': ['items', 'purchase_order'], 'Purchase Order': ['items', 'purchase_order'],

View File

@ -9,7 +9,7 @@ def get_data():
'Payment Entry': 'reference_name', 'Payment Entry': 'reference_name',
'Payment Request': 'reference_name', 'Payment Request': 'reference_name',
'Sales Invoice': 'return_against', 'Sales Invoice': 'return_against',
'Subscription': 'reference_document', 'Auto Repeat': 'reference_document',
}, },
'internal_links': { 'internal_links': {
'Sales Order': ['items', 'sales_order'] 'Sales Order': ['items', 'sales_order']

View File

@ -6,7 +6,7 @@ def get_data():
'non_standard_fieldnames': { 'non_standard_fieldnames': {
'Journal Entry': 'reference_name', 'Journal Entry': 'reference_name',
'Payment Entry': 'reference_name', 'Payment Entry': 'reference_name',
'Subscription': 'reference_document' 'Auto Repeat': 'reference_document'
}, },
'internal_links': { 'internal_links': {
'Material Request': ['items', 'material_request'], 'Material Request': ['items', 'material_request'],

View File

@ -4,7 +4,7 @@ def get_data():
return { return {
'fieldname': 'supplier_quotation', 'fieldname': 'supplier_quotation',
'non_standard_fieldnames': { 'non_standard_fieldnames': {
'Subscription': 'reference_document' 'Auto Repeat': 'reference_document'
}, },
'internal_links': { 'internal_links': {
'Material Request': ['items', 'material_request'], 'Material Request': ['items', 'material_request'],

View File

@ -4,7 +4,7 @@ def get_data():
return { return {
'fieldname': 'prevdoc_docname', 'fieldname': 'prevdoc_docname',
'non_standard_fieldnames': { 'non_standard_fieldnames': {
'Subscription': 'reference_document', 'Auto Repeat': 'reference_document',
}, },
'transactions': [ 'transactions': [
{ {

View File

@ -8,7 +8,7 @@ def get_data():
'Journal Entry': 'reference_name', 'Journal Entry': 'reference_name',
'Payment Entry': 'reference_name', 'Payment Entry': 'reference_name',
'Payment Request': 'reference_name', 'Payment Request': 'reference_name',
'Subscription': 'reference_document', 'Auto Repeat': 'reference_document',
}, },
'internal_links': { 'internal_links': {
'Quotation': ['items', 'prevdoc_docname'] 'Quotation': ['items', 'prevdoc_docname']

View File

@ -6,7 +6,7 @@ def get_data():
'non_standard_fieldnames': { 'non_standard_fieldnames': {
'Stock Entry': 'delivery_note_no', 'Stock Entry': 'delivery_note_no',
'Quality Inspection': 'reference_name', 'Quality Inspection': 'reference_name',
'Subscription': 'reference_document', 'Auto Repeat': 'reference_document',
}, },
'internal_links': { 'internal_links': {
'Sales Order': ['items', 'against_sales_order'], 'Sales Order': ['items', 'against_sales_order'],

View File

@ -6,7 +6,7 @@ def get_data():
'non_standard_fieldnames': { 'non_standard_fieldnames': {
'Purchase Invoice': 'purchase_receipt', 'Purchase Invoice': 'purchase_receipt',
'Landed Cost Voucher': 'receipt_document', 'Landed Cost Voucher': 'receipt_document',
'Subscription': 'reference_document' 'Auto Repeat': 'reference_document'
}, },
'internal_links': { 'internal_links': {
'Purchase Order': ['items', 'purchase_order'], 'Purchase Order': ['items', 'purchase_order'],