Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
63b9a54b
Commit
63b9a54b
authored
Nov 29, 2019
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fiX] 销项发票创建修改
parent
ba5fe149
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
8 deletions
+18
-8
acr_invoice_cf_v_new.lwm
...ebapp/WEB-INF/classes/acr/ACR510/acr_invoice_cf_v_new.lwm
+1
-1
acr_invoice_create.lwm
.../webapp/WEB-INF/classes/acr/ACR510/acr_invoice_create.lwm
+6
-0
acr_invoice_create_invoice.lview
...ebapp/modules/acr/ACR510/acr_invoice_create_invoice.lview
+4
-0
acr_invoice_condition_n.lview
.../webapp/modules/acr/ACR510N/acr_invoice_condition_n.lview
+7
-7
No files found.
src/main/webapp/WEB-INF/classes/acr/ACR510/acr_invoice_cf_v_new.lwm
View file @
63b9a54b
...
...
@@ -145,7 +145,7 @@
<bm:field
name=
"lease_channel"
/>
</bm:fields>
<bm:query-fields>
<bm:query-field
name=
"billing_object_name"
queryExpression=
"t2.billing_object_name = ${@billing_object_name}"
/>
<bm:query-field
name=
"cf_item"
queryExpression=
"t2.cf_item = ${@cf_item}"
/>
<bm:query-field
name=
"due_date_from"
queryExpression=
"t2.due_date >= to_date(${@due_date_from},'yyyy-mm-dd')"
/>
<bm:query-field
name=
"due_date_to"
queryExpression=
"t2.due_date <= to_date(${@due_date_to},'yyyy-mm-dd')"
/>
...
...
src/main/webapp/WEB-INF/classes/acr/ACR510/acr_invoice_create.lwm
View file @
63b9a54b
...
...
@@ -31,6 +31,8 @@
<bm:field
name=
"exchange_rate"
databaseType=
"NUMBER"
datatype=
"java.lang.Double"
physicalName=
"EXCHANGE_RATE"
prompt=
"HLS.EXCHANGE_RATE"
/>
<bm:field
name=
"exchange_rate_type"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"EXCHANGE_RATE_TYPE"
prompt=
"HLS.EXCHANGE_RATE_TYPE"
/>
<bm:field
name=
"exchange_rate_type_desc"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"EXCHANGE_RATE_TYPE_DESC"
prompt=
"HLS.EXCHANGE_RATE_TYPE_DESC"
/>
<bm:field
name=
"billing_object_name"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
/>
</bm:fields>
<bm:operations>
<bm:operation
name=
"query"
>
...
...
@@ -42,6 +44,10 @@
from sys_code_values_v c
where c.code = 'ACR510_BILL_DETAIL_METHOD'
and c.code_value = t.billing_object) as billing_object_desc,
(select m.bp_name
from hls_bp_master_s_v m
where m.bp_id = con.bp_id_tenant) billing_object_name,
t.due_amount,
t.billing_amount,
t.cf_billing_amount,
...
...
src/main/webapp/modules/acr/ACR510/acr_invoice_create_invoice.lview
View file @
63b9a54b
...
...
@@ -118,6 +118,8 @@
<a:field
name=
"invoice_kind"
/>
<a:field
name=
"invoice_kind_desc"
displayField=
"code_value_name"
options=
"invoiceKindDs"
required=
"true"
returnField=
"invoice_kind"
valueField=
"code_value"
/>
<a:field
name=
"billing_object"
/>
<a:field
name=
"billing_object_name"
prompt=
"开票对象名称"
/>
</a:fields>
<a:events>
<a:event
name=
"load"
handler=
"onLoad_selectedDs"
/>
...
...
@@ -145,6 +147,8 @@
<a:column
name=
"cf_item_desc"
/>
<a:column
name=
"product_name"
editor=
"selectedDs_grid_editor_tf"
width=
"150"
/>
<a:column
name=
"invoice_kind_desc"
editor=
"selectedDs_grid_editor_comb"
/>
<a:column
name=
"billing_object_name"
width=
"150"
/>
<a:column
name=
"currency_desc"
align=
"center"
/>
<a:column
name=
"due_amount"
align=
"right"
renderer=
"Leaf.formatMoney"
/>
<a:column
name=
"received_amount"
align=
"right"
renderer=
"Leaf.formatMoney"
/>
...
...
src/main/webapp/modules/acr/ACR510N/acr_invoice_condition_n.lview
View file @
63b9a54b
...
...
@@ -189,10 +189,10 @@
<a:field
name=
"project_name_to"
readOnly=
"true"
/>
<a:field
name=
"contract_number"
/>
<!-- <a:field name="invoice_title"/>-->
<a:field
name=
"
invoice_titl
e"
lovGridHeight=
"300"
lovHeight=
"450"
lovLabelWidth=
"100"
lovService=
"basic.hls_bp_master_v_for_lov"
lovWidth=
"600"
title=
"承租人"
>
<a:field
name=
"
billing_object_nam
e"
lovGridHeight=
"300"
lovHeight=
"450"
lovLabelWidth=
"100"
lovService=
"basic.hls_bp_master_v_for_lov"
lovWidth=
"600"
title=
"承租人"
>
<a:mapping>
<a:map
from=
"bp_code"
to=
"
invoice_titl
e"
/>
<a:map
from=
"bp_name"
to=
"
invoice_titl
e"
/>
<a:map
from=
"bp_code"
to=
"
billing_object_nam
e"
/>
<a:map
from=
"bp_name"
to=
"
billing_object_nam
e"
/>
</a:mapping>
</a:field>
<a:field
name=
"bp_code_tenant_from"
lovGridHeight=
"300"
lovHeight=
"450"
lovLabelWidth=
"100"
lovService=
"basic.hls_bp_master_v_for_lov"
lovWidth=
"600"
title=
"ACR510.FIELD.BP_CODE_TENANT_FROM"
>
...
...
@@ -297,7 +297,7 @@
</a:screenTopToolbar>
-
<a:queryForm
id=
"condition_queryForm"
bindTarget=
"allConditionDs"
createSearchButton=
"false"
resultTarget=
"contractDs"
>
<a:formToolBar
labelWidth=
"100"
>
<a:lov
name=
"
invoice_titl
e"
bindTarget=
"allConditionDs"
prompt=
"承租人"
/>
<a:lov
name=
"
billing_object_nam
e"
bindTarget=
"allConditionDs"
prompt=
"承租人"
/>
<!--
<a:comboBox name="bill_object_bp_class_desc" bindTarget="allConditionDs" prompt="客户类型"/>
...
...
@@ -343,7 +343,7 @@
<!--<a:column name="invoice_type_desc" prompt="发票类型"/>-->
<!--<a:column name="object_taxpayer_type_desc" prompt="纳税人类型"/>-->
<a:column
name=
"contract_number"
lock=
"true"
prompt=
"合同编号"
width=
"150"
/>
<a:column
name=
"
invoice_titl
e"
prompt=
"开票对象名称"
/>
<a:column
name=
"
billing_object_nam
e"
prompt=
"开票对象名称"
/>
<a:column
name=
"bp_id_agent_level1"
prompt=
"代理店"
/>
<a:column
name=
"times"
align=
"right"
lock=
"true"
prompt=
"期数"
width=
"40"
/>
<a:column
name=
"cf_item_desc"
lock=
"true"
prompt=
"应收项目"
/>
...
...
@@ -357,8 +357,8 @@
<!-- <a:column name="overdue_status" align="center" prompt="是否逾期"/>
<a:column name="overdue_max_days" align="right" prompt="逾期天数"/> -->
<a:column
name=
"billing_amount"
align=
"right"
prompt=
"已开票金额"
renderer=
"Leaf.formatMoney"
/>
<a:column
name=
"billing_principal"
align=
"right"
prompt=
"已开票本金"
renderer=
"Leaf.formatMoney"
/>
<a:column
name=
"billing_interest"
align=
"right"
prompt=
"已开票利息"
renderer=
"Leaf.formatMoney"
/>
<!--
<a:column name="billing_principal" align="right" prompt="已开票本金" renderer="Leaf.formatMoney"/>
<a:column name="billing_interest" align="right" prompt="已开票利息" renderer="Leaf.formatMoney"/>
-->
<a:column
name=
"last_received_date"
prompt=
"最后收款日"
renderer=
"Leaf.formatDate"
/>
<!--
<a:column name="termination_date" prompt="正常结清日" renderer="Leaf.formatDate"/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment