報表助手打印模板字段表-收款單
打印模板收款單調(diào)用字段說明:
打印模板在設(shè)計時候需要至少有一條對應(yīng)單據(jù)數(shù)據(jù)才能進行設(shè)計操作,否則會在系統(tǒng)頂部提示 ‘ 報表數(shù)據(jù)為空或未匹配 ’ 。
如上圖一般情況單據(jù)內(nèi)數(shù)據(jù)分為兩大類,form數(shù)據(jù)、info數(shù)據(jù)。form數(shù)據(jù)是頂部單據(jù)日期、單據(jù)編號以及底部的單據(jù)金額、資金賬戶、備注信息等數(shù)據(jù),info數(shù)據(jù)是表格內(nèi)商品數(shù)據(jù);
數(shù)據(jù)源解釋:
例如:
form數(shù)據(jù):單據(jù)日期:[JSON.item.imy.form.time]
info數(shù)據(jù):資金賬戶:[JSON.item.imy.info.item.account_data.name]
數(shù)據(jù)源前 JSON.item.imy 多數(shù)情況是固定的,JSON.item 基本是固定的,imy 則是對應(yīng)單據(jù)的標識,form、info 則是form數(shù)據(jù)還是info數(shù)據(jù),后面就是具體字段的數(shù)據(jù)源,例如單據(jù)日期在數(shù)據(jù)庫中存儲是item,資金賬戶則是關(guān)聯(lián)的account數(shù)據(jù)庫所以是account_data,資金賬戶名稱在數(shù)據(jù)庫中存儲的是name,組合起來就是account_data.name;
在有關(guān)聯(lián)表時才會使用表名+_data+.字段名稱;
設(shè)計表格中確定樣式后,在需要獲取數(shù)據(jù)的表格中復(fù)制字段數(shù)據(jù)源內(nèi)容粘貼即可,例如下圖選擇需要修改的數(shù)據(jù)源位置,鼠標雙擊打開輸入框,然后將對應(yīng)字段數(shù)據(jù)源粘貼入內(nèi),模板設(shè)計完成后保存即可;
如果是有關(guān)聯(lián)的字段,需要注意如果字段是空的沒有獲取到數(shù)據(jù),會有報錯的,所以需要在字段前增加 Report.GetColumnValue ,例:組織架構(gòu):[Report.GetColumnValue("JSON.item.imy.form.frame_data.name")]
以下是收款單打印模板所有可使用字段:
字段名稱 | 字段數(shù)據(jù)源 |
---|---|
單據(jù)日期 | [JSON.item.imy.form.time] |
單據(jù)編號 | [JSON.item.imy.form.number] |
組織架構(gòu) | [Report.GetColumnValue("JSON.item.imy.form.frame_data.name")] |
制單用戶 | [Report.GetColumnValue("JSON.item.imy.form.user_data.name")] |
關(guān)聯(lián)人員 | [Report.GetColumnValue("JSON.item.imy.form.person_data.name")] |
單據(jù)金額 | [JSON.item.imy.form.str.total] |
物流信息 | [JSON.item.imy.form.str.logistic] |
備注信息 | [JSON.item.imy.form.data] |
擴展字段a | [JSON.item.imy.form.field.a] |
擴展字段b | [JSON.item.imy.form.field.b] |
擴展字段c | [JSON.item.imy.form.field.c] |
擴展字段d | [JSON.item.imy.form.field.d] |
擴展字段e | [JSON.item.imy.form.field.e] |
單據(jù)金額中文大寫 | [JSON.item.imy.form.chinese.total] |
審核狀態(tài) | [JSON.item.imy.form.str.examine] |
結(jié)算狀態(tài) | [JSON.item.imy.form.str.nucleus] |
單據(jù)中客戶關(guān)聯(lián)字段 | |
客戶名稱 | [JSON.item.imy.form.customer_data.name] |
客戶名稱拼音首字母拼寫 | [JSON.item.imy.form.customer_data.py] |
客戶編號 | [JSON.item.imy.form.customer_data.number] |
客戶開票名稱 | [JSON.item.imy.form.customer_data.title] |
客戶開票稅號 | [JSON.item.imy.form.customer_data.tax] |
客戶開戶銀行 | [JSON.item.imy.form.customer_data.bank] |
客戶銀行賬號 | [JSON.item.imy.form.customer_data.account] |
客戶稅率 | [JSON.item.imy.form.customer_data.rate] |
客戶聯(lián)系資料姓名 | [JSON.item.imy.form.customer_data.contact.item.name] |
客戶聯(lián)系資料電話 | [JSON.item.imy.form.customer_data.contact.item.tel] |
客戶聯(lián)系資料地址 | [JSON.item.imy.form.customer_data.contact.item.add] |
客戶聯(lián)系資料備注 | [JSON.item.imy.form.customer_data.contact.item.data] |
客戶擴展字段a | [JSON.item.imy.form.customer_data.field.a] |
客戶擴展字段b | [JSON.item.imy.form.customer_data.field.b] |
客戶擴展字段c | [JSON.item.imy.form.customer_data.field.c] |
客戶擴展字段d | [JSON.item.imy.form.customer_data.field.d] |
客戶擴展字段e | [JSON.item.imy.form.customer_data.field.e] |
單據(jù)中組織架構(gòu)關(guān)聯(lián)字段 | |
組織架構(gòu)名稱 | [JSON.item.imy.form.frame_data.name] |
組織架構(gòu)備注 | [JSON.item.imy.form.frame_data.data] |
單據(jù)中制單用戶關(guān)聯(lián)字段 | |
用戶名稱 | [JSON.item.imy.form.user_data.name] |
用戶賬號 | [JSON.item.imy.form.user_data.user] |
用戶備注信息 | [JSON.item.imy.form.user_data.data] |
單據(jù)中關(guān)聯(lián)人員關(guān)聯(lián)字段 | |
人員名稱 | [JSON.item.imy.form.person_data.name] |
人員編號 | [JSON.item.imy.form.person_data.number] |
人員電話 | [JSON.item.imy.form.person_data.tel] |
人員備注 | [JSON.item.imy.form.person_data.data] |
info字段 | |
資金賬戶 | [JSON.item.imy.info.item.account_data.name] |
金額 | [JSON.item.imy.info.item.money] |
結(jié)算號 | [JSON.item.imy.info.item.settle] |
備注信息 | [JSON.item.imy.info.item.data] |
【SEO關(guān)鍵詞】 尋旺通佳收款單模板: 為尋旺通佳進銷存系統(tǒng)設(shè)計的專業(yè)收款單打印模板,確保財務(wù)流程中的數(shù)據(jù)準確性和格式一致性。收款單字段說明: 提供收款單打印時所需的各種字段信息,幫助用戶快速定位和調(diào)用相應(yīng)的數(shù)據(jù)源。進銷存報表助手: 高效管理工具,支持自定義報表模板,簡化企業(yè)日常財務(wù)管理,提升工作效率。單據(jù)日期配置: 顯示收款單創(chuàng)建的具體時間,是確認交易時間的重要依據(jù),確保賬目清晰。單據(jù)編號規(guī)則: 定義收款單的唯一標識符生成邏輯,便于追蹤和管理每筆交易記錄。資金賬戶關(guān)聯(lián): 在收款單中指定資金賬戶,方便進行資金流分析和對賬操作。制單用戶信息: 記錄制單人員的詳細資料,增加責(zé)任追溯性,強化內(nèi)部控制機制。備注信息欄: 用于添加額外的說明或備注,提供更靈活的信息補充方式,滿足多樣化需求。擴展字段應(yīng)用: 允許添加額外的自定義字段,適應(yīng)不同企業(yè)的特殊要求,增強報表靈活性。審核狀態(tài)顯示: 明確指出收款單是否經(jīng)過審核,以及當前所處的審批階段,確保流程透明度。結(jié)算狀態(tài)跟蹤: 反映收款單是否完成結(jié)算及其狀態(tài),對于財務(wù)規(guī)劃至關(guān)重要。供應(yīng)商信息集成: 包括供應(yīng)商名稱、稅號等關(guān)鍵信息,確保與供應(yīng)商之間的往來記錄無誤。客戶資料鏈接: 將客戶相關(guān)信息直接嵌入收款單,促進客戶關(guān)系管理和應(yīng)收賬款管理。數(shù)據(jù)源解析: 對應(yīng)收款單各項數(shù)據(jù)的來源進行解釋,指導(dǎo)用戶正確設(shè)置和使用報表模板。報表助手功能: 強大的報表定制服務(wù),通過簡單的拖拽即可完成復(fù)雜報表的設(shè)計與調(diào)整。