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
6abbc58c
Commit
6abbc58c
authored
Jul 07, 2023
by
lizhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
database修改
parent
905c3caf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
con_je_vat_database_query.lwm
.../WEB-INF/classes/rpt/RPT555/con_je_vat_database_query.lwm
+10
-8
No files found.
src/main/webapp/WEB-INF/classes/rpt/RPT555/con_je_vat_database_query.lwm
View file @
6abbc58c
...
@@ -592,14 +592,16 @@ SELECT h.period_year,
...
@@ -592,14 +592,16 @@ SELECT h.period_year,
from con_contract_cashflow ccc
from con_contract_cashflow ccc
where ccc.cashflow_id = l.cashflow_id) times,
where ccc.cashflow_id = l.cashflow_id) times,
h.journal_date due_date,
h.journal_date due_date,
decode(hd.je_template_code,
--decode(hd.je_template_code,
'HL_CON_CHANGE_REPURCHASE_VAT',
-- 'HL_CON_CHANGE_REPURCHASE_VAT',
to_number(l.reference7),
-- to_number(l.reference7),
l.amount_cr) due_amount,
-- l.amount_cr) due_amount,
decode(hd.je_template_code,
to_number(l.reference7) due_amount,
'HL_CON_CHANGE_REPURCHASE_VAT',
-- decode(hd.je_template_code,
to_number(l.reference7),
-- 'HL_CON_CHANGE_REPURCHASE_VAT',
l.amount_cr) principal,
-- to_number(l.reference7),
-- l.amount_cr) principal,
to_number(l.reference7) principal,
0 interest,
0 interest,
l.amount_cr vat_due_amount,
l.amount_cr vat_due_amount,
case
case
...
...
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