Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
0ec02f5a
Commit
0ec02f5a
authored
Mar 20, 2019
by
zhkwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_mysql' into dev_mysql
parents
3e741063
5c02c6ef
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
115 additions
and
1 deletion
+115
-1
AnalysisTaxReturnEndMapper.java
...taxtech/atms/analysis/dao/AnalysisTaxReturnEndMapper.java
+109
-0
AnalysisTaxReturnEnd.java
...wc/taxtech/atms/analysis/entity/AnalysisTaxReturnEnd.java
+0
-0
AnalysisTaxReturnEndExample.java
...ech/atms/analysis/entity/AnalysisTaxReturnEndExample.java
+0
-0
AnalysisTaxReturnEndMapper.xml
.../taxtech/atms/analysis/dao/AnalysisTaxReturnEndMapper.xml
+0
-0
vat.json
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
+2
-0
vat.json
atms-web/src/main/webapp/app-resources/i18n/zh-CN/vat.json
+3
-0
vat-import-layout.ctrl.js
...pp/vat/import/vat-import-layout/vat-import-layout.ctrl.js
+1
-1
No files found.
atms-dao/src/main/java/pwc/taxtech/atms/analysis/dao/AnalysisTaxReturnEndMapper.java
0 → 100644
View file @
0ec02f5a
package
pwc
.
taxtech
.
atms
.
analysis
.
dao
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Mapper
;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.session.RowBounds
;
import
pwc.taxtech.atms.MyAnalysisMapper
;
import
pwc.taxtech.atms.analysis.entity.AnalysisTaxReturnEnd
;
import
pwc.taxtech.atms.analysis.entity.AnalysisTaxReturnEndExample
;
@Mapper
public
interface
AnalysisTaxReturnEndMapper
extends
MyAnalysisMapper
{
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
long
countByExample
(
AnalysisTaxReturnEndExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int
deleteByExample
(
AnalysisTaxReturnEndExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int
deleteByPrimaryKey
(
Long
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int
insert
(
AnalysisTaxReturnEnd
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int
insertSelective
(
AnalysisTaxReturnEnd
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
List
<
AnalysisTaxReturnEnd
>
selectByExampleWithRowbounds
(
AnalysisTaxReturnEndExample
example
,
RowBounds
rowBounds
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
List
<
AnalysisTaxReturnEnd
>
selectByExample
(
AnalysisTaxReturnEndExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
AnalysisTaxReturnEnd
selectByPrimaryKey
(
Long
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
AnalysisTaxReturnEnd
record
,
@Param
(
"example"
)
AnalysisTaxReturnEndExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int
updateByExample
(
@Param
(
"record"
)
AnalysisTaxReturnEnd
record
,
@Param
(
"example"
)
AnalysisTaxReturnEndExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int
updateByPrimaryKeySelective
(
AnalysisTaxReturnEnd
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int
updateByPrimaryKey
(
AnalysisTaxReturnEnd
record
);
}
\ No newline at end of file
atms-dao/src/main/java/pwc/taxtech/atms/analysis/entity/AnalysisTaxReturnEnd.java
0 → 100644
View file @
0ec02f5a
This diff is collapsed.
Click to expand it.
atms-dao/src/main/java/pwc/taxtech/atms/analysis/entity/AnalysisTaxReturnEndExample.java
0 → 100644
View file @
0ec02f5a
This diff is collapsed.
Click to expand it.
atms-dao/src/main/resources/pwc/taxtech/atms/analysis/dao/AnalysisTaxReturnEndMapper.xml
0 → 100644
View file @
0ec02f5a
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
View file @
0ec02f5a
...
@@ -1505,12 +1505,14 @@
...
@@ -1505,12 +1505,14 @@
"Alternate2Description"
:
"Alternate 2 Description"
,
"Alternate2Description"
:
"Alternate 2 Description"
,
"YYYY-MM"
:
"YYYY-MM"
,
"YYYY-MM"
:
"YYYY-MM"
,
"profitLoss"
:
"Profit Statement"
,
"profitLoss"
:
"Profit Statement"
,
"profitLossPRC"
:
"Profit Statement PRC"
,
"ProfitLossTitle"
:
"Profit Statement"
,
"ProfitLossTitle"
:
"Profit Statement"
,
"CurrentPeriodAmount"
:
"Current Period Amount"
,
"CurrentPeriodAmount"
:
"Current Period Amount"
,
"ThisYearAccumulatedAmount"
:
"This Year Accumulated Amount"
,
"ThisYearAccumulatedAmount"
:
"This Year Accumulated Amount"
,
"quarterlyOwnersEquityChangeTable"
:
"Quarterly Owners Equity Change Table"
,
"quarterlyOwnersEquityChangeTable"
:
"Quarterly Owners Equity Change Table"
,
"directMethodCashFlowStatement"
:
"Direct Method Cash Flow Statement"
,
"directMethodCashFlowStatement"
:
"Direct Method Cash Flow Statement"
,
"offBalanceSheet"
:
"Balance Sheet"
,
"offBalanceSheet"
:
"Balance Sheet"
,
"offBalanceSheetPRC"
:
"Balance Sheet PRC"
,
"OffBalanceSheetTitle"
:
"Balance sheet"
,
"OffBalanceSheetTitle"
:
"Balance sheet"
,
"InitialBalance"
:
"Beginning Balance"
,
"InitialBalance"
:
"Beginning Balance"
,
"journal"
:
"Journal Entry"
,
"journal"
:
"Journal Entry"
,
...
...
atms-web/src/main/webapp/app-resources/i18n/zh-CN/vat.json
View file @
0ec02f5a
...
@@ -1989,6 +1989,7 @@
...
@@ -1989,6 +1989,7 @@
"YYYY-MM"
:
"YYYY-MM"
,
"YYYY-MM"
:
"YYYY-MM"
,
"profitLoss"
:
"利润表"
,
"profitLoss"
:
"利润表"
,
"profitLossPRC"
:
"利润表PRC"
,
"ProfitLossTitle"
:
"利润表"
,
"ProfitLossTitle"
:
"利润表"
,
"CurrentPeriodAmount"
:
"本期发生额"
,
"CurrentPeriodAmount"
:
"本期发生额"
,
"ThisYearAccumulatedAmount"
:
"本年累计"
,
"ThisYearAccumulatedAmount"
:
"本年累计"
,
...
@@ -2000,6 +2001,8 @@
...
@@ -2000,6 +2001,8 @@
"DirectMethodCashFlowStatementTitle"
:
"直接法现金流量表"
,
"DirectMethodCashFlowStatementTitle"
:
"直接法现金流量表"
,
"offBalanceSheet"
:
"资产负债表"
,
"offBalanceSheet"
:
"资产负债表"
,
"offBalanceSheetPRC"
:
"资产负债表PRC"
,
"OffBalanceSheetTitle"
:
"资产负债表"
,
"OffBalanceSheetTitle"
:
"资产负债表"
,
"InitialBalance"
:
"年初余额"
,
"InitialBalance"
:
"年初余额"
,
...
...
atms-web/src/main/webapp/app/vat/import/vat-import-layout/vat-import-layout.ctrl.js
View file @
0ec02f5a
...
@@ -30,7 +30,7 @@ function ($scope, $log, $translate, $location, loginContext, enums, vatSessionSe
...
@@ -30,7 +30,7 @@ function ($scope, $log, $translate, $location, loginContext, enums, vatSessionSe
},
},
{
{
name
:
'offBalanceSheet'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
offBalanceSheet
.
queryCode
,
name
:
'offBalanceSheet'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
offBalanceSheet
.
queryCode
,
text
:
$translate
.
instant
(
'offBalanceSheetPRC'
),
icon
:
'fa fa-file-text-o'
,
show
:
true
text
:
$translate
.
in
unreturned
-
tax
stant
(
'offBalanceSheetPRC'
),
icon
:
'fa fa-file-text-o'
,
show
:
true
},
},
{
{
name
:
'journal'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
journal
.
queryCode
,
name
:
'journal'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
journal
.
queryCode
,
...
...
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