<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>号码 &#8211; EasyBilling Help Center</title>
	<atom:link href="https://www.evinco-software.com/easybilling/support/s_chi/tag/%e5%8f%b7%e7%a0%81/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.evinco-software.com/easybilling/support</link>
	<description>The Official EasyBilling Help Center.</description>
	<lastBuildDate>Tue, 30 Dec 2025 13:27:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>编号设定</title>
		<link>https://www.evinco-software.com/easybilling/support/s_chi/%e7%bc%96%e5%8f%b7%e8%ae%be%e5%ae%9a/</link>
		
		<dc:creator><![CDATA[easybilling]]></dc:creator>
		<pubDate>Wed, 17 Jul 2024 14:38:01 +0000</pubDate>
				<guid isPermaLink="false">https://www.evinco-software.com/easybilling/support/?post_type=epkb_post_type_3&#038;p=1319</guid>

					<description><![CDATA[<p>你可以根据公司的需求，灵活地定制文件编号的序列和式样格式。当中，可以使用变量（如年份、月份或日期）加入到文件编号之中。 0 &#8211; 作为起首的零, 用于确保达指定位数 # &#8211; 数字序列 {YYYY} &#8211; 4位数今年年份 {YY} &#8211; 2位数今年年份 {YYYY-NEXT} &#8211; 4位数下年年份 {YY-NEXT} &#8211; 2位数下年年份 {YYYY-LAST} &#8211; 4位数上年年份 {YY-LAST} &#8211; 2位数上年年份 {M} &#8211; 月份 {D} &#8211; 日期 例子 1 文件编号加设前缀 INV。 编号式样: INV# 现有编号: 123 输出为: INV123 现有编号: 345678 输出为: INV345678 例子 2 文件编号加设前缀 INV，并设有4个前置零。 编号式样: INV0000# 现有编号: 123 输出为: ... <a title="编号设定" class="read-more" href="https://www.evinco-software.com/easybilling/support/s_chi/%e7%bc%96%e5%8f%b7%e8%ae%be%e5%ae%9a/" aria-label="More on 编号设定">Read more</a></p>
<p>The post <a rel="nofollow" href="https://www.evinco-software.com/easybilling/support/s_chi/%e7%bc%96%e5%8f%b7%e8%ae%be%e5%ae%9a/">编号设定</a> appeared first on <a rel="nofollow" href="https://www.evinco-software.com/easybilling/support">EasyBilling Help Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" src="https://www.evinco-software.com/easybilling/support/wp-content/uploads/2024/07/document-number-settings-2.jpg" alt="文件编号设定" width="500" height="693" class="alignnone size-full wp-image-3348" srcset="https://www.evinco-software.com/easybilling/support/wp-content/uploads/2024/07/document-number-settings-2.jpg 500w, https://www.evinco-software.com/easybilling/support/wp-content/uploads/2024/07/document-number-settings-2-216x300.jpg 216w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>你可以根据公司的需求，灵活地定制文件编号的序列和式样格式。当中，可以使用变量（如年份、月份或日期）加入到文件编号之中。</p>
<ul>
<li>0 &#8211; 作为起首的零, 用于确保达指定位数</li>
<li># &#8211; 数字序列</li>
<li>{YYYY} &#8211; 4位数今年年份</li>
<li>{YY} &#8211; 2位数今年年份</li>
<li>{YYYY-NEXT} &#8211; 4位数下年年份</li>
<li>{YY-NEXT} &#8211; 2位数下年年份</li>
<li>{YYYY-LAST} &#8211; 4位数上年年份</li>
<li>{YY-LAST} &#8211; 2位数上年年份</li>
<li>{M} &#8211; 月份</li>
<li>{D} &#8211; 日期</li>
</ul>
<h2>例子 1</h2>
<p>文件编号加设前缀 INV。</p>
<p>编号式样: <strong>INV#</strong></p>
<ul>
<li>现有编号: 123<br />
输出为: INV123</li>
<li>现有编号: 345678<br />
输出为: INV345678</li>
</ul>
<h2>例子 2</h2>
<p>文件编号加设前缀 INV，并设有4个前置零。</p>
<p>编号式样: <strong>INV0000#</strong></p>
<ul>
<li>现有编号: 123<br />
输出为: INV00123</li>
<li>现有编号: 345678<br />
输出为: INV345678</li>
</ul>
<h2>例子 3</h2>
<p>文件编号加设前缀 INV 紧接4位的当前年份，并设有4个前置零。</p>
<p>编号式样: <strong>INV{YYYY}0000#</strong></p>
<ul>
<li>
当前年份: 2025<br />
现有编号: 123<br />
输出为: INV202500123</li>
<li>
当前年份: 2025<br />
现有编号: 345678<br />
输出为: INV2025345678</li>
</ul>
<p>另外，你亦可以选择于每月或每年将号码重设，可以每月或每年一开始就由指定号码开始。</p>
<p>The post <a rel="nofollow" href="https://www.evinco-software.com/easybilling/support/s_chi/%e7%bc%96%e5%8f%b7%e8%ae%be%e5%ae%9a/">编号设定</a> appeared first on <a rel="nofollow" href="https://www.evinco-software.com/easybilling/support">EasyBilling Help Center</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
