Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls_rent
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
congweijing
hls_rent
Commits
40c2510d
Commit
40c2510d
authored
Aug 24, 2018
by
congweijing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改核销页面的BUG
parent
35f306df
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
18 deletions
+15
-18
contract_room_no.bm
hls_rent(bm)/RENT300/contract_room_no.bm
+10
-15
rent_receipt_fee.bm
hls_rent(bm)/RENT300/rent_receipt_fee.bm
+1
-1
fee_manage.sql
room_info_manage(页面注册)/fee_manage.sql
+2
-2
整合说明.txt
整合说明.txt
+2
-0
No files found.
hls_rent(bm)/RENT300/contract_room_no.bm
View file @
40c2510d
...
...
@@ -9,34 +9,29 @@
hri.room_type room_type,
hri.landlord_name landlord_name,
nvl(sum(hfd.apportion_rental), 0) -
nvl((select
hvt.credit_item_rent
nvl((select
sum(hvt.credit_item_rent)
from hls_verification_tab hvt
where hvt.source_object = hfd.staff_no
and hvt.receipt_no = hrf.receipt_no),
where hvt.source_object = hfd.staff_no),
0) apportion_rental,
nvl(sum(hfd.apportion_water), 0) -
nvl((select
hvt.credit_item_water
nvl((select
sum(hvt.credit_item_water)
from hls_verification_tab hvt
where hvt.source_object = hfd.staff_no
and hvt.receipt_no = hrf.receipt_no),
where hvt.source_object = hfd.staff_no),
0) apportion_water,
nvl(sum(hfd.apportion_electric), 0) -
nvl((select
hvt.credit_item_electric
nvl((select
sum(hvt.credit_item_electric)
from hls_verification_tab hvt
where hvt.source_object = hfd.staff_no
and hvt.receipt_no = hrf.receipt_no),
where hvt.source_object = hfd.staff_no),
0) apportion_electric,
nvl(sum(hfd.apportion_network), 0) -
nvl((select
hvt.credit_item_network
nvl((select
sum(hvt.credit_item_network)
from hls_verification_tab hvt
where hvt.source_object = hfd.staff_no
and hvt.receipt_no = hrf.receipt_no),
where hvt.source_object = hfd.staff_no),
0) apportion_network,
nvl(sum(hfd.apportion_cable), 0) -
nvl((select
hvt.credit_item_cable
nvl((select
sum(hvt.credit_item_cable)
from hls_verification_tab hvt
where hvt.source_object = hfd.staff_no
and hvt.receipt_no = hrf.receipt_no),
where hvt.source_object = hfd.staff_no),
0) apportion_cable,
hfd.staff_no staff_no,
hrf.receipt_no receipt_no,
...
...
hls_rent(bm)/RENT300/rent_receipt_fee.bm
View file @
40c2510d
...
...
@@ -36,7 +36,7 @@
to_char(receipt_date,'yyyy-mm-dd') receipt_date,
(sys_code_pkg.get_sys_code_value_name('HLS_SOURCE_TYPE', receipt_sources)) receipt_sources,
receipt_objects,
(select hh.name from hls_hsm hh where hh.staff_no = hrf.receipt_objects) receipt_objects_name,
(select hh.name from hls_hsm hh where hh.staff_no = hrf.receipt_objects
and hh.contract_no = hrf.contract_no
) receipt_objects_name,
(sys_code_pkg.get_sys_code_value_name('HLS_RECEIPT_WAY', receipt_ways)) receipt_ways,
receipt_amounts,
verification_amounts,
...
...
room_info_manage(页面注册)/fee_manage.sql
View file @
40c2510d
...
...
@@ -23,8 +23,8 @@ sys_function_assign_pkg.func_load('RENT3004','收款事务','','F','modules/hls_
sys_function_assign_pkg
.
func_load
(
'RENT3001'
,
'费用信息维护'
,
''
,
'F'
,
'modules/hls_rent/RENT300/rent_fee_information.screen'
,
'1'
,
'ZHS'
);
sys_function_assign_pkg
.
func_load
(
'RENT3001'
,
'费用信息维护'
,
''
,
'F'
,
'modules/hls_rent/RENT300/rent_fee_information.screen'
,
'1'
,
'US'
);
sys_function_assign_pkg
.
func_load
(
'RENT3006'
,
'核销页面'
,
''
,
'F'
,
'modules/hls_rent/RENT300/manual_verification.screen'
,
'1'
,
'ZHS'
);
sys_function_assign_pkg
.
func_load
(
'RENT3006'
,
'核销页面'
,
''
,
'F'
,
'modules/hls_rent/RENT300/manual_verification.screen'
,
'1'
,
'US'
);
sys_function_assign_pkg
.
func_load
(
'RENT3006'
,
'核销页面'
,
''
,
'F'
,
'modules/hls_rent/RENT300/
rent_
manual_verification.screen'
,
'1'
,
'ZHS'
);
sys_function_assign_pkg
.
func_load
(
'RENT3006'
,
'核销页面'
,
''
,
'F'
,
'modules/hls_rent/RENT300/
rent_
manual_verification.screen'
,
'1'
,
'US'
);
...
...
整合说明.txt
View file @
40c2510d
...
...
@@ -9,6 +9,8 @@
编译package
添加JOB
一级菜单
HLS_RENT,租房信息管理系统
二级菜单
...
...
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