📄 timeperiods.ftl
字号:
<#--$Id: $Copyright 2001-2006 The Apache Software FoundationLicensed under the Apache License, Version 2.0 (the "License"); you may notuse this file except in compliance with the License. You may obtain a copy ofthe License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS, WITHOUTWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See theLicense for the specific language governing permissions and limitationsunder the License.--><#-- TODO: probably some kind of permission checking to see that this userLogin can view such and such reports --><div class="tabletext"><script language="javascript">function submitReconcile(form) { form.action="<@ofbizUrl>ReconcileGlAccountOrganization</@ofbizUrl>"; form.submit();}function submitViewBalance(form) { form.action="<@ofbizUrl>viewGlAccountBalance</@ofbizUrl>"; form.submit();}</script><#if closedTimePeriods?has_content><p>The following time periods have been closed:<ul type="circle"><#list closedTimePeriods as timePeriod><li>${timePeriod.periodName?if_exists} ${timePeriod.periodNum?string("####")} (${timePeriod.fromDate} - ${timePeriod.thruDate})</#list></ul></p><p><#else><p>There are currently no closed time periods.</p></#if></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -