Warning: error_log(/data/www/wwwroot/hmttv.cn/caches/error_log.php): failed to open stream: Permission denied in /data/www/wwwroot/hmttv.cn/phpcms/libs/functions/global.func.php on line 537 Warning: error_log(/data/www/wwwroot/hmttv.cn/caches/error_log.php): failed to open stream: Permission denied in /data/www/wwwroot/hmttv.cn/phpcms/libs/functions/global.func.php on line 537
報(bào)銷單是財(cái)務(wù)人員經(jīng)常接觸的單據(jù),一般情形下,公司的報(bào)銷單都是員工自己填寫以后交給財(cái)務(wù)的,有的財(cái)務(wù)人員會(huì)仔細(xì)的一一核查,有不規(guī)范的地方會(huì)讓員工重新填寫,報(bào)銷單填寫不規(guī)范影響很大,員工應(yīng)該如何填寫報(bào)銷單呢?報(bào)銷單有哪些填寫要求,報(bào)銷單粘貼的時(shí)候要如何粘貼呢?今天悅報(bào)銷小編就給大家一一來解答一下。
報(bào)銷單填寫要求有哪些?
在填寫報(bào)銷單時(shí),有4點(diǎn)需要牢記:
1、字跡必須工整清晰,盡量用碳素筆或簽字筆填寫;
2、內(nèi)容一旦填寫,不允許私自涂改;
3、單據(jù)上金額的大寫處,必須和小寫處保持一致;
4、內(nèi)容盡量詳盡完整。
報(bào)銷單填寫規(guī)范及注意事項(xiàng)
1、所有經(jīng)濟(jì)業(yè)務(wù)均應(yīng)提供正規(guī)合法票據(jù);發(fā)票要填寫完整,字跡清晰,沒有涂改、污染,發(fā)票專用章清晰可辨。發(fā)票抬頭要寫公司全稱:假發(fā)票、空白發(fā)票和填寫不規(guī)范的發(fā)票,不予報(bào)銷;
2、應(yīng)使用黑色水筆或鋼筆以規(guī)范漢字填寫粘貼單,不允許使用圓珠筆、鉛筆或者紅色的筆書寫,并且不得涂改,經(jīng)辦人、報(bào)賬人等信息應(yīng)如實(shí)完整填寫;
3、不要將票據(jù)倒置粘貼;
4、不要用訂書機(jī)、大頭針、回形針等固定票據(jù);
5、粘貼票據(jù)涂抹適量的固體或者液體膠水即可,以保證長時(shí)間不脫落為準(zhǔn);
6、發(fā)票上未列清詳品名、數(shù)量、單價(jià)的(比如只寫了“辦公用品一批XXX元”)以及各種購買物品的定額發(fā)票,無論金額大小,均須附有購貨清單或小票。
報(bào)銷單模板
報(bào)銷單據(jù)粘貼要求
1、在實(shí)際工作中由于原始憑證種類繁多,但為便于裝訂和保管,我們需要對(duì)附件進(jìn)行必要的外形加工。
2、票據(jù)粘貼方法多樣,粘貼票據(jù)時(shí)應(yīng)根據(jù)票據(jù)的多少、紙張的大小,選擇合適的方法,但應(yīng)以整個(gè)票據(jù)平整、美觀為準(zhǔn)。
3、粘貼的票據(jù)要求正面朝上,以便于日后審核與查閱。
4、同類型的票據(jù)貼在一起。
5、大張的票據(jù)只需粘貼票據(jù)的左上角,小張的票據(jù)需均勻的粘貼在粘貼單上,不能厚薄不勻。
報(bào)銷票據(jù)粘貼規(guī)范圖示
在日常生活中,經(jīng)常遇到報(bào)銷的事情,尤其是經(jīng)常出差的人,報(bào)銷單填不好就不能報(bào)銷,今天小編整理的報(bào)銷單的填寫要求和報(bào)銷票據(jù)粘貼規(guī)范圖例示范希望能夠幫助到大家,如果您在報(bào)銷上還有什么問題歡迎您隨時(shí)留言,也可以關(guān)注我們悅報(bào)銷網(wǎng)站(www.yuebaoxiao.com),了解更多關(guān)于報(bào)銷的小知識(shí)!(原文鏈接:https://www.yuebaoxiao.com/newsinfo/176310.html)
開發(fā)管理系統(tǒng)或票據(jù)打印功能時(shí),打印功能是一個(gè)很常見的需求。本教程將詳細(xì)介紹如何在 Vue3 項(xiàng)目中使用 vue-print 插件實(shí)現(xiàn)票據(jù)文檔的打印功能。
現(xiàn)代Web應(yīng)用中,有很多場(chǎng)景需要打印功能,例如財(cái)務(wù)報(bào)表、發(fā)票、訂單明細(xì)等。Vue3是目前流行的前端框架之一,vue-print插件提供了簡單易用的API,使得在Vue3中實(shí)現(xiàn)打印功能變得便捷。
如果你還沒有 Vue3 項(xiàng)目,你可以使用 Vue CLI 快速創(chuàng)建一個(gè):
vue create vue-print-demo
cd vue-print-demo
在項(xiàng)目根目錄下運(yùn)行以下命令安裝 vue-print 插件:
npm install vue-print-nb@next
在 src/main.js 中配置 vue-print 插件:
import { createApp } from 'vue';
import App from './App.vue';
import Print from 'vue-print-nb';
const app = createApp(App);
app.use(Print);
app.mount('#app');
在 src/components 目錄下創(chuàng)建 PrintInvoice.vue 組件:
<template>
<div ref="printArea">
<h1>發(fā)票</h1>
<p>發(fā)票號(hào):{{ invoiceNumber }}</p>
<p>日期:{{ date }}</p>
<p>客戶名稱:{{ customer }}</p>
<table>
<tr>
<th>商品</th>
<th>數(shù)量</th>
<th>單價(jià)</th>
<th>總價(jià)</th>
</tr>
<tr v-for="item in items" :key="item.id">
<td>{{ item.name }}</td>
<td>{{ item.quantity }}</td>
<td>{{ item.price }}</td>
<td>{{ item.quantity * item.price }}</td>
</tr>
</table>
<p>總計(jì):{{ total }}</p>
</div>
<button @click="print">打印發(fā)票</button>
</template>
<script lang="ts">
import { defineComponent, ref } from 'vue';
interface Item {
id: number;
name: string;
quantity: number;
price: number;
}
export default defineComponent({
name: 'PrintInvoice',
setup() {
const printArea = ref<HTMLElement | null>(null);
const invoiceNumber = 'INV-123456';
const date = new Date().toLocaleDateString();
const customer = '某某公司';
const items: Item[] = [
{ id: 1, name: '商品1', quantity: 2, price: 50 },
{ id: 2, name: '商品2', quantity: 1, price: 100 },
];
const total = items.reduce((sum, item) => sum + item.price * item.quantity, 0);
const print = () => {
if (printArea.value) {
const printContent = printArea.value.innerHTML;
const newWindow = window.open('', '', 'width=800,height=600');
if (newWindow) {
newWindow.document.write(printContent);
newWindow.document.close();
newWindow.print();
newWindow.close();
}
}
};
return {
printArea,
invoiceNumber,
date,
customer,
items,
total,
print,
};
},
});
</script>
<style scoped>
/* 添加一些樣式使打印內(nèi)容更好看 */
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #000;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
</style>
在 src/App.vue 中使用我們創(chuàng)建的打印組件:
<template>
<div id="app">
<PrintInvoice />
</div>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
import PrintInvoice from './components/PrintInvoice.vue';
export default defineComponent({
name: 'App',
components: {
PrintInvoice,
},
});
</script>
<style>
/* 可選:添加一些樣式 */
</style>
一切配置完成后,我們可以運(yùn)行應(yīng)用并查看效果:
npm run serve
打開瀏覽器訪問 http://localhost:8080,你應(yīng)該會(huì)看到一個(gè)票據(jù)打印界面,并且可以點(diǎn)擊打印按鈕進(jìn)行打印。
使用 Vue3 和 vue-print 插件可以輕松實(shí)現(xiàn)打印票據(jù)文檔的功能。
次更新如下:
【重構(gòu)】重構(gòu)HTML、PDF導(dǎo)出等邏輯,并修改IExporterByTemplate為:
Task ExportListByTemplate(IList dataItems, string htmlTemplate = ) where T : class;
Task ExportByTemplate(T data, string htmlTemplate = ) where T : class;
【示例】添加收據(jù)導(dǎo)出的單元測(cè)試示例
導(dǎo)入導(dǎo)出通用庫,通過導(dǎo)入導(dǎo)出DTO模型來控制導(dǎo)入和導(dǎo)出,支持Excel、Word、Pdf和Html。
需配合相關(guān)導(dǎo)入導(dǎo)出的DTO模型使用,支持通過DTO以及相關(guān)特性控制導(dǎo)入導(dǎo)出。配置特性即可控制相關(guān)邏輯和顯示結(jié)果,無需修改邏輯代碼;
導(dǎo)出支持列頭自定義處理以便支持多語言等場(chǎng)景;
導(dǎo)出支持文本自定義過濾或處理;
導(dǎo)入支持中間空行自動(dòng)跳過;
導(dǎo)入支持自動(dòng)根據(jù) DTO 生成導(dǎo)入模板,針對(duì)必填項(xiàng)將自動(dòng)標(biāo)注;
導(dǎo)入支持?jǐn)?shù)據(jù)下拉選擇,目前僅支持枚舉類型;
導(dǎo)入數(shù)據(jù)支持前后空格以及中間空格處理,允許指定列進(jìn)行設(shè)置;
導(dǎo)入支持模板自動(dòng)檢查,數(shù)據(jù)自動(dòng)校驗(yàn),異常統(tǒng)一處理,并提供統(tǒng)一的錯(cuò)誤封裝,包含異常、模板錯(cuò)誤和行數(shù)據(jù)錯(cuò)誤;
支持導(dǎo)入表頭位置設(shè)置,默認(rèn)為1;
支持導(dǎo)入列亂序,無需按順序一一對(duì)應(yīng);
支持導(dǎo)入指定列索引,默認(rèn)自動(dòng)識(shí)別;
支持將導(dǎo)入Excel進(jìn)行錯(cuò)誤標(biāo)注;
導(dǎo)入支持截止列設(shè)置,如未設(shè)置則默認(rèn)遇到空格截止;
支持導(dǎo)出HTML、Word、Pdf,支持自定義導(dǎo)出模板;
導(dǎo)出HTML
導(dǎo)出Word
導(dǎo)出Pdf
導(dǎo)出收據(jù)
導(dǎo)入支持重復(fù)驗(yàn)證;
支持單個(gè)數(shù)據(jù)模板導(dǎo)出,常用于導(dǎo)出收據(jù)、憑據(jù)等業(yè)務(wù)
訂閱號(hào)
關(guān)注“麥扣聊技術(shù)”訂閱號(hào)可以獲得最新文章、教程、文檔:
QQ群
編程交流群<85318032>
產(chǎn)品交流群<897857351>
文檔官網(wǎng)&官方博客
文檔官網(wǎng):https://docs.xin-lai.com
*請(qǐng)認(rèn)真填寫需求信息,我們會(huì)在24小時(shí)內(nèi)與您取得聯(lián)系。