csh_accounts_receivable_print.lview 3.64 KB
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: syj 
    $Date: 2015年7月27日14:51:31
    $Revision: 1.0  
    $Purpose: 
-->
<a:screen xmlns:c="leaf.application.action" xmlns:w="leaf.plugin.export.word" xmlns:s="leaf.plugin.script" xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" customizationEnabled="true" trace="true">
    <a:init-procedure>
        <!-- <a:model-query fetchAll="true" model="csh.CSH560.csh_accounts_receivable_print" rootPath="carp"/> -->
        <!-- <a:model-query fetchAll="true" model="csh.CSH560.sdic_contract_info" rootPath="info_path"/> -->
        <!-- <a:model-query fetchAll="true" model="csh.CSH560.sdic_csh_accounts_print" rootPath="contract"/> -->
        <!-- <a:model-query fetchAll="true" model="csh.CSH560.sdic_sum_amount" rootPath="amount_path"/> -->
        <a:model-query fetchAll="true" model="csh.CSH560.hn_payment_notice_batch" rootPath="contract_info"/>
        <a:model-query fetchAll="true" model="csh.CSH560.hn_payment_notice_cashflow" rootPath="cashflow_path"/>
        <a:model-query fetchAll="true" model="csh.CSH560.hn_payment_notice_plan_cashflow" rootPath="times_cashflows_path"/>
        <w:word-export name="租金支付通知书.doc" template="leaf.plugin.export.word/${/parameter/@templt_name}" type="word">
            <w:replaces>
                <!-- <w:replace name="contract_number" path="/model/carp/record/@contract_number"/>
                <w:replace name="bp_name" path="/model/carp/record/@bp_name"/>
                <w:replace name="times" path="/model/carp/record/@times"/>
                <w:replace name="due_date" path="/model/carp/record/@due_date"/>
                <w:replace name="due_amount" path="/model/carp/record/@due_amount"/>
                <w:replace name="bank_branch_name" path="/model/carp/record/@bank_branch_name"/>
                <w:replace name="bank_account_name" path="/model/carp/record/@bank_account_name"/>
                <w:replace name="bank_account_num" path="/model/carp/record/@bank_account_num"/>
                <w:replace name="contact_person" path="/model/carp/record/@contact_person"/>
                <w:replace name="phone" path="/model/carp/record/@phone"/>
                <w:replace name="fax" path="/model/carp/record/@fax"/>
                <w:replace name="year" path="/model/carp/record/@year"/>
                <w:replace name="month" path="/model/carp/record/@month"/>
                <w:replace name="day" path="/model/carp/record/@day"/> -->
                <!-- <w:replace name="contract_number" path="/model/info_path/record/@contract_number"/>
                <w:replace name="bank_account_name" path="/model/info_path/record/@bank_account_name"/>
                <w:replace name="bank_branch_name" path="/model/info_path/record/@bank_branch_name"/>
                <w:replace name="bank_account_num" path="/model/info_path/record/@bank_account_num"/>
                <w:replace name="bp_name" path="/model/info_path/record/@bp_name"/>
                <w:replace name="sign_year" path="/model/info_path/record/@sign_year"/>
                <w:replace name="sign_month" path="/model/info_path/record/@sign_month"/>
                <w:replace name="sign_day" path="/model/info_path/record/@sign_day"/>
                <w:replace name="year_now" path="/model/info_path/record/@year_now"/>
                <w:replace name="month_now" path="/model/info_path/record/@month_now"/>
                <w:replace name="day_now" path="/model/contract/record/@day_now"/> --><![CDATA[
                
                
                
                
                
                
            ]]></w:replaces>
        </w:word-export>
    </a:init-procedure>
</a:screen>