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
52ffcc3c
Commit
52ffcc3c
authored
Mar 20, 2019
by
kevin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_mysql' of
http://code.tech.tax.asia.pwcinternal.com/root/atms
into dev_mysql
parents
984a7c44
0ec02f5a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
301 additions
and
22 deletions
+301
-22
SpringContextUtil.java
.../java/pwc/taxtech/atms/common/util/SpringContextUtil.java
+2
-2
AssetListServiceImpl.java
...a/pwc/taxtech/atms/service/impl/AssetListServiceImpl.java
+6
-1
CitReportServiceImpl.java
...a/pwc/taxtech/atms/service/impl/CitReportServiceImpl.java
+2
-2
ReportGeneratorImpl.java
...wc/taxtech/atms/vat/service/impl/ReportGeneratorImpl.java
+5
-2
ZC.java
...wc/taxtech/atms/vat/service/impl/report/functions/ZC.java
+11
-10
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
CitAssetsListMapper.java
...c/main/java/pwc/taxtech/atms/dao/CitAssetsListMapper.java
+5
-0
CitAssetDetailResultDto.java
...in/java/pwc/taxtech/atms/dpo/CitAssetDetailResultDto.java
+34
-0
AnalysisTaxReturnEndMapper.xml
.../taxtech/atms/analysis/dao/AnalysisTaxReturnEndMapper.xml
+0
-0
CitAssetsListExtendsMapper.xml
...c/taxtech/atms/dao/extends/CitAssetsListExtendsMapper.xml
+116
-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
fixed-assets-rule-enginee.ctrl.js
.../fixedAssetsRuleEnginee/fixed-assets-rule-enginee.ctrl.js
+5
-4
vat-import-layout.ctrl.js
...pp/vat/import/vat-import-layout/vat-import-layout.ctrl.js
+1
-1
No files found.
atms-api/src/main/java/pwc/taxtech/atms/common/util/SpringContextUtil.java
View file @
52ffcc3c
...
@@ -48,7 +48,7 @@ public class SpringContextUtil implements ApplicationContextAware {
...
@@ -48,7 +48,7 @@ public class SpringContextUtil implements ApplicationContextAware {
public
static
InputInvoiceDao
inputInvoiceDao
;
public
static
InputInvoiceDao
inputInvoiceDao
;
public
static
InputInvoiceMapper
inputInvoiceMapper
;
public
static
InputInvoiceMapper
inputInvoiceMapper
;
public
static
InputVatInvoiceMapper
inputVatInvoiceMapper
;
public
static
InputVatInvoiceMapper
inputVatInvoiceMapper
;
public
static
AssetsListMapper
assetsListMapper
;
public
static
Cit
AssetsListMapper
assetsListMapper
;
public
static
ProjectMapper
projectMapper
;
public
static
ProjectMapper
projectMapper
;
public
static
CellDataSourceMapper
cellDataSourceMapper
;
public
static
CellDataSourceMapper
cellDataSourceMapper
;
public
static
PeriodCellDataSourceMapper
periodCellDataSourceMapper
;
public
static
PeriodCellDataSourceMapper
periodCellDataSourceMapper
;
...
@@ -121,7 +121,7 @@ public class SpringContextUtil implements ApplicationContextAware {
...
@@ -121,7 +121,7 @@ public class SpringContextUtil implements ApplicationContextAware {
inputVatInvoiceMapper
=
webApplicationContext
.
getBean
(
InputVatInvoiceMapper
.
class
);
inputVatInvoiceMapper
=
webApplicationContext
.
getBean
(
InputVatInvoiceMapper
.
class
);
inputInvoiceDao
=
webApplicationContext
.
getBean
(
InputInvoiceDao
.
class
);
inputInvoiceDao
=
webApplicationContext
.
getBean
(
InputInvoiceDao
.
class
);
inputInvoiceMapper
=
webApplicationContext
.
getBean
(
InputInvoiceMapper
.
class
);
inputInvoiceMapper
=
webApplicationContext
.
getBean
(
InputInvoiceMapper
.
class
);
assetsListMapper
=
webApplicationContext
.
getBean
(
AssetsListMapper
.
class
);
assetsListMapper
=
webApplicationContext
.
getBean
(
Cit
AssetsListMapper
.
class
);
projectMapper
=
webApplicationContext
.
getBean
(
ProjectMapper
.
class
);
projectMapper
=
webApplicationContext
.
getBean
(
ProjectMapper
.
class
);
cellDataSourceMapper
=
webApplicationContext
.
getBean
(
CellDataSourceMapper
.
class
);
cellDataSourceMapper
=
webApplicationContext
.
getBean
(
CellDataSourceMapper
.
class
);
periodCellDataSourceMapper
=
webApplicationContext
.
getBean
(
PeriodCellDataSourceMapper
.
class
);
periodCellDataSourceMapper
=
webApplicationContext
.
getBean
(
PeriodCellDataSourceMapper
.
class
);
...
...
atms-api/src/main/java/pwc/taxtech/atms/service/impl/AssetListServiceImpl.java
View file @
52ffcc3c
...
@@ -225,7 +225,7 @@ public class AssetListServiceImpl extends BaseService {
...
@@ -225,7 +225,7 @@ public class AssetListServiceImpl extends BaseService {
importResult
.
setResultMsg
(
"行数据为空或格式错误!"
);
importResult
.
setResultMsg
(
"行数据为空或格式错误!"
);
}
}
//目前没有进行税法分类,标注状态
//目前没有进行税法分类,标注状态
citAsset
.
setStatus
(
0
);
//
citAsset.setStatus(0);
citAssetsLists
.
add
(
citAsset
);
citAssetsLists
.
add
(
citAsset
);
}
}
...
@@ -332,11 +332,15 @@ public class AssetListServiceImpl extends BaseService {
...
@@ -332,11 +332,15 @@ public class AssetListServiceImpl extends BaseService {
.
filter
(
groupResult
->
groupResult
.
getAssetName
().
equals
(
citAsset
.
getAssetGroupName
())).
collect
(
Collectors
.
toList
());
.
filter
(
groupResult
->
groupResult
.
getAssetName
().
equals
(
citAsset
.
getAssetGroupName
())).
collect
(
Collectors
.
toList
());
//通过判断过滤后的集合来确认是否已经对该资产类别进行过分类
//通过判断过滤后的集合来确认是否已经对该资产类别进行过分类
if
(
groupResults
!=
null
&&
groupResults
.
size
()>
0
){
if
(
groupResults
!=
null
&&
groupResults
.
size
()>
0
){
//目前已经进行税法分类,标注状态
citAsset
.
setStatus
(
1
);
AssetDetailGroup
assetDetailGroup
=
selectAssetDetailGroup
(
groupResults
.
get
(
0
).
getAssetDetailGroupId
());
AssetDetailGroup
assetDetailGroup
=
selectAssetDetailGroup
(
groupResults
.
get
(
0
).
getAssetDetailGroupId
());
// Integer assetGroupType = selectAssetDetailGroup(groupResults.get(0).getAssetDetailGroupId()).getAssetGroupType();
// Integer assetGroupType = selectAssetDetailGroup(groupResults.get(0).getAssetDetailGroupId()).getAssetGroupType();
//进行税务的计算
//进行税务的计算
setCitAssetTaxData
(
citAsset
,
groupResults
.
get
(
0
),
assetDetailGroup
);
setCitAssetTaxData
(
citAsset
,
groupResults
.
get
(
0
),
assetDetailGroup
);
}
else
{
}
else
{
//目前没有进行税法分类,标注状态
citAsset
.
setStatus
(
0
);
//没有进行过分类,放入Set集合里面
//没有进行过分类,放入Set集合里面
assetNameSet
.
add
(
assetName
);
assetNameSet
.
add
(
assetName
);
}
}
...
@@ -411,6 +415,7 @@ public class AssetListServiceImpl extends BaseService {
...
@@ -411,6 +415,7 @@ public class AssetListServiceImpl extends BaseService {
Calendar
cal
=
Calendar
.
getInstance
();
Calendar
cal
=
Calendar
.
getInstance
();
//设置税法分类
//设置税法分类
citAsset
.
setTaxGroupName
(
assetDetailGroup
.
getDetailGroupName
());
citAsset
.
setTaxGroupName
(
assetDetailGroup
.
getDetailGroupName
());
citAsset
.
setAssetDetailGroupId
(
assetDetailGroup
.
getId
());
Integer
assetGroupType
=
assetDetailGroup
.
getAssetGroupType
();
Integer
assetGroupType
=
assetDetailGroup
.
getAssetGroupType
();
//获取税务折旧期限,此值根据分类查数据库带出的值不在此进行操作
//获取税务折旧期限,此值根据分类查数据库带出的值不在此进行操作
citAsset
.
setTaxDepreciationPeriod
(
assetGroupResult
.
getTaxDepreciationPeriod
());
citAsset
.
setTaxDepreciationPeriod
(
assetGroupResult
.
getTaxDepreciationPeriod
());
...
...
atms-api/src/main/java/pwc/taxtech/atms/service/impl/CitReportServiceImpl.java
View file @
52ffcc3c
...
@@ -61,7 +61,7 @@ import static pwc.taxtech.atms.dto.vatdto.WrapPeriodJobDto.*;
...
@@ -61,7 +61,7 @@ import static pwc.taxtech.atms.dto.vatdto.WrapPeriodJobDto.*;
public
class
CitReportServiceImpl
extends
BaseService
{
public
class
CitReportServiceImpl
extends
BaseService
{
private
final
static
Logger
logger
=
LoggerFactory
.
getLogger
(
CitReportServiceImpl
.
class
);
private
final
static
Logger
logger
=
LoggerFactory
.
getLogger
(
CitReportServiceImpl
.
class
);
private
final
static
String
[]
functions
=
{
"SGSR"
,
"FSJZ"
,
"ND"
,
"BB"
,
"XXFP"
,
"GZSD"
,
"PC"
,
"JXFPMX"
,
private
final
static
String
[]
functions
=
{
"SGSR"
,
"FSJZ"
,
"ND"
,
"BB"
,
"XXFP"
,
"GZSD"
,
"PC"
,
"JXFPMX"
,
"JXFP"
,
"PSUM"
,
"DFFS"
,
"JFFS"
,
"WPSR"
,
"WPNAME"
,
"WPTYPE"
,
"SUM2"
,
"RSUMIF"
,
"QMYE"
};
"JXFP"
,
"PSUM"
,
"DFFS"
,
"JFFS"
,
"WPSR"
,
"WPNAME"
,
"WPTYPE"
,
"SUM2"
,
"RSUMIF"
,
"QMYE"
,
"ZC"
};
@Autowired
@Autowired
private
OrganizationServiceTemplateGroupMapper
orgServiceTemplateGroupMapper
;
private
OrganizationServiceTemplateGroupMapper
orgServiceTemplateGroupMapper
;
...
@@ -197,7 +197,7 @@ public class CitReportServiceImpl extends BaseService {
...
@@ -197,7 +197,7 @@ public class CitReportServiceImpl extends BaseService {
Workbook
workbook
=
reportGenerator
.
createWorkBookByPeriodTemplate
(
resources
.
getPeriodTemplates
(),
genJob
);
Workbook
workbook
=
reportGenerator
.
createWorkBookByPeriodTemplate
(
resources
.
getPeriodTemplates
(),
genJob
);
reportGenerator
.
addFunctionsAndContext
(
workbook
,
functions
,
reportGenerator
.
initContext
(
resources
,
periodParam
));
reportGenerator
.
add
Cit
FunctionsAndContext
(
workbook
,
functions
,
reportGenerator
.
initContext
(
resources
,
periodParam
));
reportGenerator
.
setConfigAndDataToWorkBook
(
workbook
,
resources
);
reportGenerator
.
setConfigAndDataToWorkBook
(
workbook
,
resources
);
FormulaEvaluator
evaluator
=
workbook
.
getCreationHelper
().
createFormulaEvaluator
();
FormulaEvaluator
evaluator
=
workbook
.
getCreationHelper
().
createFormulaEvaluator
();
...
...
atms-api/src/main/java/pwc/taxtech/atms/vat/service/impl/ReportGeneratorImpl.java
View file @
52ffcc3c
...
@@ -538,16 +538,19 @@ public class ReportGeneratorImpl {
...
@@ -538,16 +538,19 @@ public class ReportGeneratorImpl {
workbook
.
addToolPack
(
udfToolpack
);
workbook
.
addToolPack
(
udfToolpack
);
}
}
/**
/**
* 注册所有的自定义方法到工作簿
* 为CIT复制的一份注册自定义公式,和上面的addFunctionsAndContext方法基本相同
* CIT 注册所有的自定义方法到工作簿
*
*
* @param workbook 工作簿
* @param workbook 工作簿
*/
*/
public
void
addCitFunctionsAndContext
(
Workbook
workbook
,
String
[]
functions
,
FormulaContext
formulaContext
)
{
public
void
addCitFunctionsAndContext
(
Workbook
workbook
,
String
[]
functions
,
FormulaContext
formulaContext
)
{
//**************************** 为CIT复制的一份注册自定义公式 ****************************
FreeRefFunction
[]
functionImpls
=
{
new
SGSR
(
formulaContext
),
new
FSJZ
(
formulaContext
),
new
ND
(
formulaContext
),
FreeRefFunction
[]
functionImpls
=
{
new
SGSR
(
formulaContext
),
new
FSJZ
(
formulaContext
),
new
ND
(
formulaContext
),
new
BB
(
formulaContext
),
new
XXFP
(
formulaContext
),
new
GZSD
(
formulaContext
),
new
PC
(
formulaContext
)
new
BB
(
formulaContext
),
new
XXFP
(
formulaContext
),
new
GZSD
(
formulaContext
),
new
PC
(
formulaContext
)
,
new
JXFPMX
(
formulaContext
),
new
JXFP
(
formulaContext
),
new
PSUM
(
formulaContext
),
new
DFFS
(
formulaContext
),
,
new
JXFPMX
(
formulaContext
),
new
JXFP
(
formulaContext
),
new
PSUM
(
formulaContext
),
new
DFFS
(
formulaContext
),
new
JFFS
(
formulaContext
),
new
WPSR
(
formulaContext
),
new
WPNAME
(
formulaContext
),
new
WPTYPE
(
formulaContext
),
new
JFFS
(
formulaContext
),
new
WPSR
(
formulaContext
),
new
WPNAME
(
formulaContext
),
new
WPTYPE
(
formulaContext
),
new
SUM2
(
formulaContext
),
new
RSUMIF
(
formulaContext
),
new
QMYE
(
formulaContext
)};
new
SUM2
(
formulaContext
),
new
RSUMIF
(
formulaContext
),
new
QMYE
(
formulaContext
),
new
ZC
(
formulaContext
)};
//为CIT复制的一份注册自定义公式
//**************************** 为CIT复制的一份注册自定义公式 ****************************
UDFFinder
udfs
=
new
DefaultUDFFinder
(
functions
,
functionImpls
);
UDFFinder
udfs
=
new
DefaultUDFFinder
(
functions
,
functionImpls
);
UDFFinder
udfToolpack
=
new
AggregatingUDFFinder
(
udfs
);
UDFFinder
udfToolpack
=
new
AggregatingUDFFinder
(
udfs
);
workbook
.
addToolPack
(
udfToolpack
);
workbook
.
addToolPack
(
udfToolpack
);
...
...
atms-api/src/main/java/pwc/taxtech/atms/vat/service/impl/report/functions/ZC.java
View file @
52ffcc3c
...
@@ -9,6 +9,7 @@ import pwc.taxtech.atms.constant.Constant;
...
@@ -9,6 +9,7 @@ import pwc.taxtech.atms.constant.Constant;
import
pwc.taxtech.atms.constant.enums.EnumOperationType
;
import
pwc.taxtech.atms.constant.enums.EnumOperationType
;
import
pwc.taxtech.atms.constant.enums.FormulaDataSourceDetailType
;
import
pwc.taxtech.atms.constant.enums.FormulaDataSourceDetailType
;
import
pwc.taxtech.atms.constant.enums.KeyValueConfigResultType
;
import
pwc.taxtech.atms.constant.enums.KeyValueConfigResultType
;
import
pwc.taxtech.atms.dpo.CitAssetDetailResultDto
;
import
pwc.taxtech.atms.dto.vatdto.AssetDetailDataSourceDto
;
import
pwc.taxtech.atms.dto.vatdto.AssetDetailDataSourceDto
;
import
pwc.taxtech.atms.vat.dpo.AssetDetailResultDto
;
import
pwc.taxtech.atms.vat.dpo.AssetDetailResultDto
;
...
@@ -53,31 +54,31 @@ public class ZC extends FunctionBase implements FreeRefFunction {
...
@@ -53,31 +54,31 @@ public class ZC extends FunctionBase implements FreeRefFunction {
logger
.
debug
(
formulaExpression
);
logger
.
debug
(
formulaExpression
);
int
curYear
=
formulaContext
.
getYear
()
+
year
;
int
curYear
=
formulaContext
.
getYear
()
+
year
;
String
dbName
=
//
String dbName =
SpringContextUtil
.
projectDao
.
getDbNameWithYearAndOrgId
(
formulaContext
.
getOrganizationId
(),
curYear
);
//
SpringContextUtil.projectDao.getDbNameWithYearAndOrgId(formulaContext.getOrganizationId(), curYear);
List
<
AssetDetailResultDto
>
assetDetailResultDtos
=
List
<
Cit
AssetDetailResultDto
>
assetDetailResultDtos
=
SpringContextUtil
.
assetsListMapper
.
get
AssetDetialResult
(
dbName
,
assetType
,
assetDetailType
);
SpringContextUtil
.
assetsListMapper
.
get
CitAssetDetialResult
(
assetType
,
assetDetailType
);
List
<
AssetDetailDataSourceDto
>
dataSource
=
new
ArrayList
<>();
List
<
AssetDetailDataSourceDto
>
dataSource
=
new
ArrayList
<>();
for
(
AssetDetailResultDto
x
:
assetDetailResultDtos
)
{
for
(
Cit
AssetDetailResultDto
x
:
assetDetailResultDtos
)
{
AssetDetailDataSourceDto
assetDetailDataSourceDto
=
new
AssetDetailDataSourceDto
();
AssetDetailDataSourceDto
assetDetailDataSourceDto
=
new
AssetDetailDataSourceDto
();
assetDetailDataSourceDto
.
setResultType
(
KeyValueConfigResultType
.
Accounting
.
getCode
());
assetDetailDataSourceDto
.
setResultType
(
KeyValueConfigResultType
.
Accounting
.
getCode
());
assetDetailDataSourceDto
.
setAssetNumber
(
x
.
getAssetsList
().
getAssetGroupName
());
assetDetailDataSourceDto
.
setAssetNumber
(
x
.
getAssetsList
().
getAssetGroupName
());
assetDetailDataSourceDto
.
setAssetGroupName
(
x
.
getAssetDetailGroup
().
getDetailGroupName
());
assetDetailDataSourceDto
.
setAssetGroupName
(
x
.
getAssetDetailGroup
().
getDetailGroupName
());
assetDetailDataSourceDto
.
setAccountAcquisitionValue
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getAccountAcquisitionValue
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setAccountAcquisitionValue
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getAccountAcquisitionValue
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setAccountMonthDepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getMonthDepreciationAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setAccountMonthDepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
get
Account
MonthDepreciationAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setAccountYearDepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getYearDepreciationAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setAccountYearDepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getYearDepreciationAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setAccountTotalepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
get
Total
epreciationAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setAccountTotalepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
get
AccountTotalD
epreciationAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setYearEndValue
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getYearEndValue
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setYearEndValue
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getYearEndValue
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setTaxMonthDepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getTaxMonthDepreciationAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setTaxMonthDepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getTaxMonthDepreciationAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setTaxToCurrentYearDepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getT
oCurtYearDepreciate
Amount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setTaxToCurrentYearDepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getT
axToCurrentYearDepreciation
Amount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setTaxCurrentYearDepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getT
oCurtYearDepreciate
Amount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setTaxCurrentYearDepreciationAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getT
axCurrentYearDepreciation
Amount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setTotalDifferenceAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getTotalDifferenceAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setTotalDifferenceAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getTotalDifferenceAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setYearDifferenceAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getYearDifferenceAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setYearDifferenceAmount
(
FormulaHelper
.
roundValue
(
x
.
getAssetsList
().
getYearDifferenceAmount
(),
KeyValueConfigResultType
.
Accounting
,
null
,
formulaContext
));
assetDetailDataSourceDto
.
setDepreciationPeriod
(
x
.
getAssetsList
().
getDepreciationPeriod
());
assetDetailDataSourceDto
.
setDepreciationPeriod
(
x
.
getAssetsList
().
getDepreciationPeriod
());
assetDetailDataSourceDto
.
setTaxDepreciationPeriod
(
x
.
getAssetsList
().
getTaxDepreciationPeriod
());
assetDetailDataSourceDto
.
setTaxDepreciationPeriod
(
x
.
getAssetsList
().
getTaxDepreciationPeriod
());
assetDetailDataSourceDto
.
setIsRetain
(
x
.
getAssetsList
().
getIsRetain
());
assetDetailDataSourceDto
.
setIsRetain
(
x
.
getAssetsList
().
getIsRetain
()
==
0
?
false
:
true
);
assetDetailDataSourceDto
.
setDataType
(
dataType
);
assetDetailDataSourceDto
.
setDataType
(
dataType
);
assetDetailDataSourceDto
.
setName
(
Constant
.
DataSourceName
.
AssetListDataSource
);
assetDetailDataSourceDto
.
setName
(
Constant
.
DataSourceName
.
AssetListDataSource
);
assetDetailDataSourceDto
.
setOperationType
(
EnumOperationType
.
Single
.
getCode
());
assetDetailDataSourceDto
.
setOperationType
(
EnumOperationType
.
Single
.
getCode
());
...
...
atms-dao/src/main/java/pwc/taxtech/atms/analysis/dao/AnalysisTaxReturnEndMapper.java
0 → 100644
View file @
52ffcc3c
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 @
52ffcc3c
This diff is collapsed.
Click to expand it.
atms-dao/src/main/java/pwc/taxtech/atms/analysis/entity/AnalysisTaxReturnEndExample.java
0 → 100644
View file @
52ffcc3c
This diff is collapsed.
Click to expand it.
atms-dao/src/main/java/pwc/taxtech/atms/dao/CitAssetsListMapper.java
View file @
52ffcc3c
...
@@ -5,6 +5,7 @@ import org.apache.ibatis.annotations.Mapper;
...
@@ -5,6 +5,7 @@ import org.apache.ibatis.annotations.Mapper;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.annotations.Param
;
import
org.apache.ibatis.session.RowBounds
;
import
org.apache.ibatis.session.RowBounds
;
import
pwc.taxtech.atms.MyMapper
;
import
pwc.taxtech.atms.MyMapper
;
import
pwc.taxtech.atms.dpo.CitAssetDetailResultDto
;
import
pwc.taxtech.atms.dpo.CitAssetEamMappingDto
;
import
pwc.taxtech.atms.dpo.CitAssetEamMappingDto
;
import
pwc.taxtech.atms.entity.CitAssetsList
;
import
pwc.taxtech.atms.entity.CitAssetsList
;
import
pwc.taxtech.atms.entity.CitAssetsListExample
;
import
pwc.taxtech.atms.entity.CitAssetsListExample
;
...
@@ -116,4 +117,7 @@ public interface CitAssetsListMapper extends MyMapper {
...
@@ -116,4 +117,7 @@ public interface CitAssetsListMapper extends MyMapper {
* @return Result<XxxxDO>
* @return Result<XxxxDO>
*/
*/
List
<
CitAssetEamMappingDto
>
getAssetEamMapping
(
CitAssetsList
citAsset
);
List
<
CitAssetEamMappingDto
>
getAssetEamMapping
(
CitAssetsList
citAsset
);
List
<
CitAssetDetailResultDto
>
getCitAssetDetialResult
(
@Param
(
"assetType"
)
Integer
assetType
,
@Param
(
"assetDetailType"
)
Integer
assetDetailType
);
}
}
\ No newline at end of file
atms-dao/src/main/java/pwc/taxtech/atms/dpo/CitAssetDetailResultDto.java
0 → 100644
View file @
52ffcc3c
package
pwc
.
taxtech
.
atms
.
dpo
;
import
pwc.taxtech.atms.entity.AssetDetailGroup
;
import
pwc.taxtech.atms.entity.CitAssetsList
;
public
class
CitAssetDetailResultDto
{
String
id
;
CitAssetsList
assetsList
;
AssetDetailGroup
assetDetailGroup
;
public
String
getId
()
{
return
id
;
}
public
void
setId
(
String
id
)
{
this
.
id
=
id
;
}
public
CitAssetsList
getAssetsList
()
{
return
assetsList
;
}
public
void
setAssetsList
(
CitAssetsList
assetsList
)
{
this
.
assetsList
=
assetsList
;
}
public
AssetDetailGroup
getAssetDetailGroup
()
{
return
assetDetailGroup
;
}
public
void
setAssetDetailGroup
(
AssetDetailGroup
assetDetailGroup
)
{
this
.
assetDetailGroup
=
assetDetailGroup
;
}
}
atms-dao/src/main/resources/pwc/taxtech/atms/analysis/dao/AnalysisTaxReturnEndMapper.xml
0 → 100644
View file @
52ffcc3c
This diff is collapsed.
Click to expand it.
atms-dao/src/main/resources/pwc/taxtech/atms/dao/extends/CitAssetsListExtendsMapper.xml
View file @
52ffcc3c
...
@@ -221,4 +221,119 @@
...
@@ -221,4 +221,119 @@
from assets_list join cit_eam_assets_disposal on serial_number = asset_label_number where scrap_type='完全报废'
from assets_list join cit_eam_assets_disposal on serial_number = asset_label_number where scrap_type='完全报废'
</select>
</select>
<resultMap
id=
"citAssetDetailResultDto"
type=
"pwc.taxtech.atms.dpo.CitAssetDetailResultDto"
>
<id
column=
"ID"
jdbcType=
"VARCHAR"
property=
"id"
/>
<association
property=
"assetsList"
javaType=
"pwc.taxtech.atms.entity.CitAssetsList"
>
<id
column=
"id"
jdbcType=
"BIGINT"
property=
"id"
/>
<result
column=
"project_id"
jdbcType=
"VARCHAR"
property=
"projectId"
/>
<result
column=
"period"
jdbcType=
"INTEGER"
property=
"period"
/>
<result
column=
"asset_number"
jdbcType=
"VARCHAR"
property=
"assetNumber"
/>
<result
column=
"serial_number"
jdbcType=
"VARCHAR"
property=
"serialNumber"
/>
<result
column=
"asset_group_name"
jdbcType=
"VARCHAR"
property=
"assetGroupName"
/>
<result
column=
"asset_detail_group_id"
jdbcType=
"BIGINT"
property=
"assetDetailGroupId"
/>
<result
column=
"asset_description"
jdbcType=
"VARCHAR"
property=
"assetDescription"
/>
<result
column=
"buy_date"
jdbcType=
"TIMESTAMP"
property=
"buyDate"
/>
<result
column=
"depreciation_date"
jdbcType=
"TIMESTAMP"
property=
"depreciationDate"
/>
<result
column=
"depreciation_period"
jdbcType=
"INTEGER"
property=
"depreciationPeriod"
/>
<result
column=
"acquisition_value"
jdbcType=
"DECIMAL"
property=
"acquisitionValue"
/>
<result
column=
"adjustment_value"
jdbcType=
"DECIMAL"
property=
"adjustmentValue"
/>
<result
column=
"disposed_date"
jdbcType=
"TIMESTAMP"
property=
"disposedDate"
/>
<result
column=
"residual_rate"
jdbcType=
"DECIMAL"
property=
"residualRate"
/>
<result
column=
"year_depreciation_amount"
jdbcType=
"DECIMAL"
property=
"yearDepreciationAmount"
/>
<result
column=
"year_adjustment_amount"
jdbcType=
"DECIMAL"
property=
"yearAdjustmentAmount"
/>
<result
column=
"year_end_value"
jdbcType=
"DECIMAL"
property=
"yearEndValue"
/>
<result
column=
"status"
jdbcType=
"INTEGER"
property=
"status"
/>
<result
column=
"account_acquisition_value"
jdbcType=
"DECIMAL"
property=
"accountAcquisitionValue"
/>
<result
column=
"account_month_depreciation_amount"
jdbcType=
"DECIMAL"
property=
"accountMonthDepreciationAmount"
/>
<result
column=
"account_year_depreciation_amount"
jdbcType=
"DECIMAL"
property=
"accountYearDepreciationAmount"
/>
<result
column=
"account_total_depreciation_amount"
jdbcType=
"DECIMAL"
property=
"accountTotalDepreciationAmount"
/>
<result
column=
"tax_depreciation_period"
jdbcType=
"INTEGER"
property=
"taxDepreciationPeriod"
/>
<result
column=
"tax_to_last_year_depreciation_period"
jdbcType=
"INTEGER"
property=
"taxToLastYearDepreciationPeriod"
/>
<result
column=
"tax_to_current_year_depreciation_period"
jdbcType=
"INTEGER"
property=
"taxToCurrentYearDepreciationPeriod"
/>
<result
column=
"tax_year_depreciation_period"
jdbcType=
"INTEGER"
property=
"taxYearDepreciationPeriod"
/>
<result
column=
"tax_month_depreciation_amount"
jdbcType=
"DECIMAL"
property=
"taxMonthDepreciationAmount"
/>
<result
column=
"tax_to_current_year_depreciation_amount"
jdbcType=
"DECIMAL"
property=
"taxToCurrentYearDepreciationAmount"
/>
<result
column=
"tax_current_year_depreciation_amount"
jdbcType=
"DECIMAL"
property=
"taxCurrentYearDepreciationAmount"
/>
<result
column=
"total_difference_amount"
jdbcType=
"DECIMAL"
property=
"totalDifferenceAmount"
/>
<result
column=
"year_difference_amount"
jdbcType=
"DECIMAL"
property=
"yearDifferenceAmount"
/>
<result
column=
"is_retain"
jdbcType=
"INTEGER"
property=
"isRetain"
/>
<result
column=
"asset_type"
jdbcType=
"INTEGER"
property=
"assetType"
/>
<result
column=
"create_time"
jdbcType=
"TIMESTAMP"
property=
"createTime"
/>
<result
column=
"update_time"
jdbcType=
"TIMESTAMP"
property=
"updateTime"
/>
<result
column=
"tax_account_compare"
jdbcType=
"INTEGER"
property=
"taxAccountCompare"
/>
<result
column=
"tax_group_name"
jdbcType=
"VARCHAR"
property=
"taxGroupName"
/>
<result
column=
"scrap_type"
jdbcType=
"VARCHAR"
property=
"scrapType"
/>
</association>
<association
property=
"assetDetailGroup"
javaType=
"pwc.taxtech.atms.entity.AssetDetailGroup"
>
<id
column=
"id"
jdbcType=
"BIGINT"
property=
"id"
/>
<result
column=
"asset_group_id"
jdbcType=
"BIGINT"
property=
"assetGroupId"
/>
<result
column=
"detail_group_name"
jdbcType=
"VARCHAR"
property=
"detailGroupName"
/>
<result
column=
"asset_group_type"
jdbcType=
"INTEGER"
property=
"assetGroupType"
/>
<result
column=
"group_year"
jdbcType=
"INTEGER"
property=
"groupYear"
/>
<result
column=
"create_time"
jdbcType=
"TIMESTAMP"
property=
"createTime"
/>
<result
column=
"update_time"
jdbcType=
"TIMESTAMP"
property=
"updateTime"
/>
<result
column=
"detail_group_type"
jdbcType=
"INTEGER"
property=
"detailGroupType"
/>
<result
column=
"key_values"
jdbcType=
"VARCHAR"
property=
"keyValues"
/>
</association>
</resultMap>
<select
id=
"getCitAssetDetialResult"
resultMap=
"citAssetDetailResultDto"
>
SELECT
assets_list.id AS id,
assets_list.id,
assets_list.asset_number,
assets_list.asset_group_name,
assets_list.asset_detail_group_id,
assets_list.asset_description,
assets_list.buy_date,
assets_list.depreciation_date,
assets_list.depreciation_period,
assets_list.acquisition_value,
assets_list.adjustment_value,
assets_list.disposed_date,
assets_list.residual_rate,
assets_list.year_depreciation_amount,
assets_list.year_adjustment_amount,
assets_list.year_end_value,
assets_list.status,
assets_list.account_acquisition_value,
assets_list.account_month_depreciation_amount,
assets_list.account_year_depreciation_amount,
assets_list.account_total_depreciation_amount,
assets_list.tax_depreciation_period,
assets_list.tax_to_last_year_depreciation_period,
assets_list.tax_to_current_year_depreciation_period,
assets_list.tax_year_depreciation_period,
assets_list.tax_month_depreciation_amount,
assets_list.tax_to_current_year_depreciation_amount,
assets_list.tax_current_year_depreciation_amount,
assets_list.total_difference_amount,
assets_list.year_difference_amount,
assets_list.is_retain,
assets_list.create_time,
assets_list.update_time,
assets_list.asset_type,
asset_detail_group.id,
asset_detail_group.asset_group_id,
asset_detail_group.detail_group_name,
asset_detail_group.asset_group_type,
asset_detail_group.group_year,
asset_detail_group.create_time,
asset_detail_group.update_time,
asset_detail_group.detail_group_type,
asset_detail_group.key_values
FROM
assets_list
JOIN
asset_detail_group asset_detail_group
ON
assets_list.asset_detail_group_id = asset_detail_group.id
WHERE
assets_list.asset_detail_group_id IS NOT NULL
AND assets_list.asset_type IS NOT NULL
AND assets_list.asset_type = #{assetType,jdbcType=INTEGER}
AND asset_detail_group.asset_group_type = #{assetType,jdbcType=INTEGER}
AND asset_detail_group.detail_group_type = #{assetDetailType,jdbcType=INTEGER}
</select>
</mapper>
</mapper>
\ No newline at end of file
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
View file @
52ffcc3c
...
@@ -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 @
52ffcc3c
...
@@ -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/admin/systemConfiguration/ruleEngineeConfiguration/fixedAssetsRuleEnginee/fixed-assets-rule-enginee.ctrl.js
View file @
52ffcc3c
...
@@ -202,8 +202,9 @@
...
@@ -202,8 +202,9 @@
});
});
};
};
$scope
.
editRow
=
function
(
data
)
{
$scope
.
editRow
=
function
(
data
,
type
)
{
debugger
;
debugger
;
$scope
.
assetGroupType
=
type
;
$scope
.
isEdit
=
true
;
$scope
.
isEdit
=
true
;
$scope
.
fixedAssetsObject
=
angular
.
copy
(
data
)
$scope
.
fixedAssetsObject
=
angular
.
copy
(
data
)
if
(
data
.
year
)
{
if
(
data
.
year
)
{
...
@@ -275,7 +276,7 @@
...
@@ -275,7 +276,7 @@
$
(
"<span class='span-btn' />"
)
$
(
"<span class='span-btn' />"
)
.
text
(
$translate
.
instant
(
'Edit'
))
.
text
(
$translate
.
instant
(
'Edit'
))
.
on
(
'click'
,
function
()
{
.
on
(
'click'
,
function
()
{
$scope
.
editRow
(
data
);
$scope
.
editRow
(
data
,
'1'
);
})
})
.
appendTo
(
container
);
.
appendTo
(
container
);
...
@@ -348,7 +349,7 @@
...
@@ -348,7 +349,7 @@
$
(
"<span class='span-btn' />"
)
$
(
"<span class='span-btn' />"
)
.
text
(
$translate
.
instant
(
'Edit'
))
.
text
(
$translate
.
instant
(
'Edit'
))
.
on
(
'click'
,
function
()
{
.
on
(
'click'
,
function
()
{
$scope
.
editRow
(
data
);
$scope
.
editRow
(
data
,
'2'
);
})
})
.
appendTo
(
container
);
.
appendTo
(
container
);
...
@@ -421,7 +422,7 @@
...
@@ -421,7 +422,7 @@
$
(
"<span class='span-btn' />"
)
$
(
"<span class='span-btn' />"
)
.
text
(
$translate
.
instant
(
'Edit'
))
.
text
(
$translate
.
instant
(
'Edit'
))
.
on
(
'click'
,
function
()
{
.
on
(
'click'
,
function
()
{
$scope
.
editRow
(
data
);
$scope
.
editRow
(
data
,
'3'
);
})
})
.
appendTo
(
container
);
.
appendTo
(
container
);
...
...
atms-web/src/main/webapp/app/vat/import/vat-import-layout/vat-import-layout.ctrl.js
View file @
52ffcc3c
...
@@ -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