⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 invoicelog-accounts_vardefs.php

📁 开源的CRM,功能全面,国内最优秀的源码
💻 PHP
字号:
<?php  //WARNING: The contents of this file are auto-generated
/*********************************************************************************
 * New field for Module
 * pointing to associated SimpleObj
 ********************************************************************************/

$dictionary['Account']['fields']['invoicelogs'] = array (
		'name'         => 'invoicelogs',
		'type'         => 'link',
		'relationship' => 'account_invoicelogs',
        'ignore_role'  =>  true,
		'source'       => 'non-db',
		'vname'        => 'LBL_INVOICELOGS',
);

$dictionary['Account']['relationships']['account_invoicelogs'] = array (
      'lhs_module'=> 'Accounts',
      'lhs_table'=> 'accounts',
      'lhs_key' => 'id',
      'rhs_module'=> 'Invoicelogs',
      'rhs_table'=> 'invoicelogs',
      'rhs_key' => 'account_id',
      'relationship_type'=>'one-to-many'
);
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -