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
a8e549a4
Commit
a8e549a4
authored
Apr 07, 2021
by
niminmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
纳税人类型调整
parent
4009b805
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
acr_invoice_cf_v_new.lwm
...ebapp/WEB-INF/classes/acr/ACR510/acr_invoice_cf_v_new.lwm
+3
-3
acr_invoice_condition_n.lview
.../webapp/modules/acr/ACR510N/acr_invoice_condition_n.lview
+1
-1
hls_bp_master_create.lview
...ain/webapp/modules/hls/HLS213N/hls_bp_master_create.lview
+2
-0
No files found.
src/main/webapp/WEB-INF/classes/acr/ACR510/acr_invoice_cf_v_new.lwm
View file @
a8e549a4
...
...
@@ -16,7 +16,7 @@
FROM sys_code_values_v sc
WHERE sc.code = 'CON500_CONTRACT_STATUS'
AND sc.code_value = cc.contract_status) contract_status_desc,
--
t2.account_name,
t2.account_name,
cc.billing_method,
(SELECT b.description
FROM hls_billing_method b
...
...
@@ -115,7 +115,7 @@
or
(cc.contract_status = 'INCEPT' and
trunc(t2.due_date) >
= trunc(nvl(cc.CCR_LEASE_DATE, t2.due_date)) and
t2.inv_billing_object_code
<
> 'D000
00009
' and hbm.bp_class = 'NP' and
t2.inv_billing_object_code
<
> 'D000
10001
' and hbm.bp_class = 'NP' and
hbm.taxpayer_type = 'SMALL_SCALE_TAXPAYER' and
hbm.invoice_method = 'NO_BILLING' and
((to_number(to_char(sysdate, 'MM')) in (3, 6, 9, 12) and
...
...
@@ -164,7 +164,7 @@
and (hbm.bp_class = 'ORG' or
(hbm.taxpayer_type = 'SMALL_SCALE_TAXPAYER' and
hbm.bp_class = 'NP' and
t2.inv_billing_object_code = 'D000
00009
')))
t2.inv_billing_object_code = 'D000
10001
')))
ORDER BY cc.contract_id, t2.due_date
...
...
src/main/webapp/modules/acr/ACR510N/acr_invoice_condition_n.lview
View file @
a8e549a4
...
...
@@ -520,7 +520,7 @@
<a:column
name=
"due_amount"
align=
"right"
prompt=
"应收金额"
renderer=
"Leaf.formatMoney"
/>
<a:column
name=
"principal"
align=
"right"
prompt=
"本金"
renderer=
"Leaf.formatMoney"
/>
<a:column
name=
"interest"
align=
"right"
prompt=
"利息"
renderer=
"Leaf.formatMoney"
/>
<!-- <a:column name="account_name" prompt="收款户名"/>--
>
<a:column
name=
"account_name"
prompt=
"收款户名"
align=
"center"
/
>
<a:column
name=
"received_amount"
align=
"right"
prompt=
"已收金额"
renderer=
"Leaf.formatMoney"
/>
<a:column
name=
"received_principal"
align=
"right"
prompt=
"已收本金"
...
...
src/main/webapp/modules/hls/HLS213N/hls_bp_master_create.lview
View file @
a8e549a4
...
...
@@ -201,6 +201,8 @@
}
if (record.get('bp_class') && record.get('bp_class') == 'NP') {
record.set('taxpayer_type', 'SMALL_SCALE_TAXPAYER');
record.set('taxpayer_type_n', '小规模纳税人');
// 自然人才有配偶
if (record.get('marital_status') && (record.get('marital_status') == '30' || record.get('marital_status') == '40')) {
document.getElementById('${/parameter/@layout_code}_F_SPOUSE_1_component_id').style.display = 'block';
...
...
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