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
1e162c01
Commit
1e162c01
authored
Sep 06, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev] reduce cloumn name and table name is too long for oracle
parent
6c0cde7f
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
53 additions
and
20 deletions
+53
-20
InvoiceRuleSetting.java
.../src/main/java/pwc/taxtech/entity/InvoiceRuleSetting.java
+5
-5
InvoiceRuleSortSetting.java
.../main/java/pwc/taxtech/entity/InvoiceRuleSortSetting.java
+1
-1
OperationLogModelConfiguration.java
...va/pwc/taxtech/entity/OperationLogModelConfiguration.java
+1
-1
OutputInvoiceEdited.java
...src/main/java/pwc/taxtech/entity/OutputInvoiceEdited.java
+1
-1
OutputInvoiceEditedReason.java
...in/java/pwc/taxtech/entity/OutputInvoiceEditedReason.java
+1
-1
OutputInvoiceGdIssued.java
...c/main/java/pwc/taxtech/entity/OutputInvoiceGdIssued.java
+1
-1
OutputInvoiceImported.java
...c/main/java/pwc/taxtech/entity/OutputInvoiceImported.java
+1
-1
OutputInvoicePrintedReason.java
...n/java/pwc/taxtech/entity/OutputInvoicePrintedReason.java
+1
-1
OutputInvoiceShipmentHistory.java
...java/pwc/taxtech/entity/OutputInvoiceShipmentHistory.java
+1
-1
OutputInvoiceTriggerSyncHist.java
...java/pwc/taxtech/entity/OutputInvoiceTriggerSyncHist.java
+1
-1
OutputReconciliationMapping.java
.../java/pwc/taxtech/entity/OutputReconciliationMapping.java
+1
-1
WorkflowAuditReportLevelRole.java
...java/pwc/taxtech/entity/WorkflowAuditReportLevelRole.java
+1
-1
WorkflowAuditReportLevelUser.java
...java/pwc/taxtech/entity/WorkflowAuditReportLevelUser.java
+1
-1
AssetsList.java
...-gen/src/main/java/pwc/taxtech/vat/entity/AssetsList.java
+3
-3
databases-invalid-sql
atms-gen/src/test/java/resources/databases-invalid-sql
+33
-0
No files found.
atms-gen/src/main/java/pwc/taxtech/entity/InvoiceRuleSetting.java
View file @
1e162c01
...
@@ -51,7 +51,7 @@ public class InvoiceRuleSetting {
...
@@ -51,7 +51,7 @@ public class InvoiceRuleSetting {
}
}
@Basic
@Basic
@Column
(
name
=
"IS_
TO_
APPLY_HEAD_COMPANY_SETTING"
,
nullable
=
false
)
@Column
(
name
=
"IS_APPLY_HEAD_COMPANY_SETTING"
,
nullable
=
false
)
public
boolean
getIsToApplyHeadCompanySetting
()
{
public
boolean
getIsToApplyHeadCompanySetting
()
{
return
isToApplyHeadCompanySetting
;
return
isToApplyHeadCompanySetting
;
}
}
...
@@ -81,7 +81,7 @@ public class InvoiceRuleSetting {
...
@@ -81,7 +81,7 @@ public class InvoiceRuleSetting {
}
}
@Basic
@Basic
@Column
(
name
=
"SPECIAL_
INVOICE_
UPPER_LIMIT_AMOUNT"
,
nullable
=
false
,
precision
=
4
)
@Column
(
name
=
"SPECIAL_UPPER_LIMIT_AMOUNT"
,
nullable
=
false
,
precision
=
4
)
@ColumnDefault
(
DEF_DEFAULT_BIG_DECIMAL
)
@ColumnDefault
(
DEF_DEFAULT_BIG_DECIMAL
)
public
BigDecimal
getSpecialInvoiceUpperLimitAmount
()
{
public
BigDecimal
getSpecialInvoiceUpperLimitAmount
()
{
return
specialInvoiceUpperLimitAmount
;
return
specialInvoiceUpperLimitAmount
;
...
@@ -92,7 +92,7 @@ public class InvoiceRuleSetting {
...
@@ -92,7 +92,7 @@ public class InvoiceRuleSetting {
}
}
@Basic
@Basic
@Column
(
name
=
"SPECIAL_
INVOICE_
SPLIT_UPPER_LIMIT"
,
nullable
=
false
)
@Column
(
name
=
"SPECIAL_SPLIT_UPPER_LIMIT"
,
nullable
=
false
)
public
boolean
getSpecialInvoiceSplitUpperLimit
()
{
public
boolean
getSpecialInvoiceSplitUpperLimit
()
{
return
specialInvoiceSplitUpperLimit
;
return
specialInvoiceSplitUpperLimit
;
}
}
...
@@ -102,7 +102,7 @@ public class InvoiceRuleSetting {
...
@@ -102,7 +102,7 @@ public class InvoiceRuleSetting {
}
}
@Basic
@Basic
@Column
(
name
=
"NORMAL_
INVOICE_
UPPER_LIMIT_AMOUNT"
,
nullable
=
false
,
precision
=
4
)
@Column
(
name
=
"NORMAL_UPPER_LIMIT_AMOUNT"
,
nullable
=
false
,
precision
=
4
)
@ColumnDefault
(
DEF_DEFAULT_BIG_DECIMAL
)
@ColumnDefault
(
DEF_DEFAULT_BIG_DECIMAL
)
public
BigDecimal
getNormalInvoiceUpperLimitAmount
()
{
public
BigDecimal
getNormalInvoiceUpperLimitAmount
()
{
return
normalInvoiceUpperLimitAmount
;
return
normalInvoiceUpperLimitAmount
;
...
@@ -113,7 +113,7 @@ public class InvoiceRuleSetting {
...
@@ -113,7 +113,7 @@ public class InvoiceRuleSetting {
}
}
@Basic
@Basic
@Column
(
name
=
"NORMAL_
INVOICE_
SPLIT_UPPER_LIMIT"
,
nullable
=
false
)
@Column
(
name
=
"NORMAL_SPLIT_UPPER_LIMIT"
,
nullable
=
false
)
public
boolean
getNormalInvoiceSplitUpperLimit
()
{
public
boolean
getNormalInvoiceSplitUpperLimit
()
{
return
normalInvoiceSplitUpperLimit
;
return
normalInvoiceSplitUpperLimit
;
}
}
...
...
atms-gen/src/main/java/pwc/taxtech/entity/InvoiceRuleSortSetting.java
View file @
1e162c01
...
@@ -43,7 +43,7 @@ public class InvoiceRuleSortSetting {
...
@@ -43,7 +43,7 @@ public class InvoiceRuleSortSetting {
}
}
@Basic
@Basic
@Column
(
name
=
"DICT
IONARY
_INVOICE_SORT_FIELD_ID"
,
nullable
=
false
,
length
=
128
)
@Column
(
name
=
"DICT_INVOICE_SORT_FIELD_ID"
,
nullable
=
false
,
length
=
128
)
@ColumnDefault
(
DEF_DEFAULT_STRING
)
@ColumnDefault
(
DEF_DEFAULT_STRING
)
public
String
getDictionaryInvoiceSortFieldId
()
{
public
String
getDictionaryInvoiceSortFieldId
()
{
return
dictionaryInvoiceSortFieldId
;
return
dictionaryInvoiceSortFieldId
;
...
...
atms-gen/src/main/java/pwc/taxtech/entity/OperationLogModelConfiguration.java
View file @
1e162c01
...
@@ -13,7 +13,7 @@ import java.util.Objects;
...
@@ -13,7 +13,7 @@ import java.util.Objects;
import
static
pwc
.
taxtech
.
Const
.*;
import
static
pwc
.
taxtech
.
Const
.*;
@Entity
@Entity
@Table
(
name
=
"OP
ERATION_
LOG_MODEL_CONFIGURATION"
,
schema
=
PROJECT_ADMIN
,
catalog
=
""
)
@Table
(
name
=
"OP
T
LOG_MODEL_CONFIGURATION"
,
schema
=
PROJECT_ADMIN
,
catalog
=
""
)
public
class
OperationLogModelConfiguration
{
public
class
OperationLogModelConfiguration
{
private
String
id
;
private
String
id
;
private
String
operationContent
;
private
String
operationContent
;
...
...
atms-gen/src/main/java/pwc/taxtech/entity/OutputInvoiceEdited.java
View file @
1e162c01
...
@@ -375,7 +375,7 @@ public class OutputInvoiceEdited {
...
@@ -375,7 +375,7 @@ public class OutputInvoiceEdited {
}
}
@Basic
@Basic
@Column
(
name
=
"RESERVATION_
TERMS_
ACCEPTED_DATE"
,
nullable
=
true
,
columnDefinition
=
DEF_DEFAULT_DATE
)
@Column
(
name
=
"RESERVATION_ACCEPTED_DATE"
,
nullable
=
true
,
columnDefinition
=
DEF_DEFAULT_DATE
)
public
Date
getReservationTermsAcceptedDate
()
{
public
Date
getReservationTermsAcceptedDate
()
{
return
reservationTermsAcceptedDate
;
return
reservationTermsAcceptedDate
;
}
}
...
...
atms-gen/src/main/java/pwc/taxtech/entity/OutputInvoiceEditedReason.java
View file @
1e162c01
...
@@ -43,7 +43,7 @@ public class OutputInvoiceEditedReason {
...
@@ -43,7 +43,7 @@ public class OutputInvoiceEditedReason {
}
}
@Basic
@Basic
@Column
(
name
=
"OUT
PUT_INVOICE
_UPDATE_REASON_ID"
,
nullable
=
true
,
length
=
128
)
@Column
(
name
=
"OUT
INV
_UPDATE_REASON_ID"
,
nullable
=
true
,
length
=
128
)
@ColumnDefault
(
DEF_DEFAULT_STRING
)
@ColumnDefault
(
DEF_DEFAULT_STRING
)
public
String
getOutputInvoiceUpdateReasonId
()
{
public
String
getOutputInvoiceUpdateReasonId
()
{
return
outputInvoiceUpdateReasonId
;
return
outputInvoiceUpdateReasonId
;
...
...
atms-gen/src/main/java/pwc/taxtech/entity/OutputInvoiceGdIssued.java
View file @
1e162c01
...
@@ -223,7 +223,7 @@ public class OutputInvoiceGdIssued {
...
@@ -223,7 +223,7 @@ public class OutputInvoiceGdIssued {
}
}
@Basic
@Basic
@Column
(
name
=
"BUYER_ORG
ANIZATION
_ENGLISH_NAME"
,
nullable
=
true
,
columnDefinition
=
DEF_BIG_STRING
)
@Column
(
name
=
"BUYER_ORG_ENGLISH_NAME"
,
nullable
=
true
,
columnDefinition
=
DEF_BIG_STRING
)
public
String
getBuyerOrganizationEnglishName
()
{
public
String
getBuyerOrganizationEnglishName
()
{
return
buyerOrganizationEnglishName
;
return
buyerOrganizationEnglishName
;
}
}
...
...
atms-gen/src/main/java/pwc/taxtech/entity/OutputInvoiceImported.java
View file @
1e162c01
...
@@ -391,7 +391,7 @@ public class OutputInvoiceImported {
...
@@ -391,7 +391,7 @@ public class OutputInvoiceImported {
}
}
@Basic
@Basic
@Column
(
name
=
"RESERVATION_
TERMS_
ACCEPTED_DATE"
,
nullable
=
true
,
columnDefinition
=
DEF_DEFAULT_DATE
)
@Column
(
name
=
"RESERVATION_ACCEPTED_DATE"
,
nullable
=
true
,
columnDefinition
=
DEF_DEFAULT_DATE
)
public
Date
getReservationTermsAcceptedDate
()
{
public
Date
getReservationTermsAcceptedDate
()
{
return
reservationTermsAcceptedDate
;
return
reservationTermsAcceptedDate
;
}
}
...
...
atms-gen/src/main/java/pwc/taxtech/entity/OutputInvoicePrintedReason.java
View file @
1e162c01
...
@@ -43,7 +43,7 @@ public class OutputInvoicePrintedReason {
...
@@ -43,7 +43,7 @@ public class OutputInvoicePrintedReason {
}
}
@Basic
@Basic
@Column
(
name
=
"OUT
PUT_INVOICE
_UPDATE_REASON_ID"
,
nullable
=
false
,
length
=
128
)
@Column
(
name
=
"OUT
INV
_UPDATE_REASON_ID"
,
nullable
=
false
,
length
=
128
)
@ColumnDefault
(
DEF_DEFAULT_STRING
)
@ColumnDefault
(
DEF_DEFAULT_STRING
)
public
String
getOutputInvoiceUpdateReasonId
()
{
public
String
getOutputInvoiceUpdateReasonId
()
{
return
outputInvoiceUpdateReasonId
;
return
outputInvoiceUpdateReasonId
;
...
...
atms-gen/src/main/java/pwc/taxtech/entity/OutputInvoiceShipmentHistory.java
View file @
1e162c01
...
@@ -13,7 +13,7 @@ import java.util.Objects;
...
@@ -13,7 +13,7 @@ import java.util.Objects;
import
static
pwc
.
taxtech
.
Const
.*;
import
static
pwc
.
taxtech
.
Const
.*;
@Entity
@Entity
@Table
(
name
=
"OUT
PUT_INVOICE
_SHIPMENT_HISTORY"
,
schema
=
PROJECT_ADMIN
,
catalog
=
""
)
@Table
(
name
=
"OUT
INV
_SHIPMENT_HISTORY"
,
schema
=
PROJECT_ADMIN
,
catalog
=
""
)
public
class
OutputInvoiceShipmentHistory
{
public
class
OutputInvoiceShipmentHistory
{
private
String
id
;
private
String
id
;
private
String
createBy
;
private
String
createBy
;
...
...
atms-gen/src/main/java/pwc/taxtech/entity/OutputInvoiceTriggerSyncHist.java
View file @
1e162c01
...
@@ -13,7 +13,7 @@ import java.util.Objects;
...
@@ -13,7 +13,7 @@ import java.util.Objects;
import
static
pwc
.
taxtech
.
Const
.*;
import
static
pwc
.
taxtech
.
Const
.*;
@Entity
@Entity
@Table
(
name
=
"OUT
PUT_INVOICE
_TRIGGER_SYNC_HIST"
,
schema
=
PROJECT_ADMIN
,
catalog
=
""
)
@Table
(
name
=
"OUT
INV
_TRIGGER_SYNC_HIST"
,
schema
=
PROJECT_ADMIN
,
catalog
=
""
)
public
class
OutputInvoiceTriggerSyncHist
{
public
class
OutputInvoiceTriggerSyncHist
{
private
String
id
;
private
String
id
;
private
String
createBy
;
private
String
createBy
;
...
...
atms-gen/src/main/java/pwc/taxtech/entity/OutputReconciliationMapping.java
View file @
1e162c01
...
@@ -35,7 +35,7 @@ public class OutputReconciliationMapping {
...
@@ -35,7 +35,7 @@ public class OutputReconciliationMapping {
}
}
@Basic
@Basic
@Column
(
name
=
"OUT
PUT
_RECONCILIATION_CONFIG_ID"
,
nullable
=
false
,
length
=
128
)
@Column
(
name
=
"OUT_RECONCILIATION_CONFIG_ID"
,
nullable
=
false
,
length
=
128
)
@ColumnDefault
(
DEF_DEFAULT_STRING
)
@ColumnDefault
(
DEF_DEFAULT_STRING
)
public
String
getOutputReconciliationConfigID
()
{
public
String
getOutputReconciliationConfigID
()
{
return
outputReconciliationConfigID
;
return
outputReconciliationConfigID
;
...
...
atms-gen/src/main/java/pwc/taxtech/entity/WorkflowAuditReportLevelRole.java
View file @
1e162c01
...
@@ -10,7 +10,7 @@ import java.util.Objects;
...
@@ -10,7 +10,7 @@ import java.util.Objects;
import
static
pwc
.
taxtech
.
Const
.
PROJECT_ADMIN
;
import
static
pwc
.
taxtech
.
Const
.
PROJECT_ADMIN
;
@Entity
@Entity
@Table
(
name
=
"W
ORKFLOW
_AUDIT_REPORT_LEVEL_ROLE"
,
schema
=
PROJECT_ADMIN
,
catalog
=
""
)
@Table
(
name
=
"W
F
_AUDIT_REPORT_LEVEL_ROLE"
,
schema
=
PROJECT_ADMIN
,
catalog
=
""
)
public
class
WorkflowAuditReportLevelRole
{
public
class
WorkflowAuditReportLevelRole
{
private
String
id
;
private
String
id
;
private
String
workflowAuditReportLevelId
;
private
String
workflowAuditReportLevelId
;
...
...
atms-gen/src/main/java/pwc/taxtech/entity/WorkflowAuditReportLevelUser.java
View file @
1e162c01
...
@@ -10,7 +10,7 @@ import java.util.Objects;
...
@@ -10,7 +10,7 @@ import java.util.Objects;
import
static
pwc
.
taxtech
.
Const
.
PROJECT_ADMIN
;
import
static
pwc
.
taxtech
.
Const
.
PROJECT_ADMIN
;
@Entity
@Entity
@Table
(
name
=
"W
ORKFLOW
_AUDIT_REPORT_LEVEL_USER"
,
schema
=
PROJECT_ADMIN
,
catalog
=
""
)
@Table
(
name
=
"W
F
_AUDIT_REPORT_LEVEL_USER"
,
schema
=
PROJECT_ADMIN
,
catalog
=
""
)
public
class
WorkflowAuditReportLevelUser
{
public
class
WorkflowAuditReportLevelUser
{
private
String
id
;
private
String
id
;
private
String
workflowReportAuditLevelId
;
private
String
workflowReportAuditLevelId
;
...
...
atms-gen/src/main/java/pwc/taxtech/vat/entity/AssetsList.java
View file @
1e162c01
...
@@ -234,7 +234,7 @@ public class AssetsList {
...
@@ -234,7 +234,7 @@ public class AssetsList {
}
}
@Basic
@Basic
@Column
(
name
=
"
ACCOUNT_
MONTH_DEPRECIATION_AMOUNT"
,
nullable
=
true
,
precision
=
4
)
@Column
(
name
=
"MONTH_DEPRECIATION_AMOUNT"
,
nullable
=
true
,
precision
=
4
)
@ColumnDefault
(
DEF_DEFAULT_BIG_DECIMAL
)
@ColumnDefault
(
DEF_DEFAULT_BIG_DECIMAL
)
public
BigDecimal
getAccountMonthDepreciationAmount
()
{
public
BigDecimal
getAccountMonthDepreciationAmount
()
{
return
accountMonthDepreciationAmount
;
return
accountMonthDepreciationAmount
;
...
@@ -245,7 +245,7 @@ public class AssetsList {
...
@@ -245,7 +245,7 @@ public class AssetsList {
}
}
@Basic
@Basic
@Column
(
name
=
"A
CCOUNT_
YEAR_DEPRECIATION_AMOUNT"
,
nullable
=
true
,
precision
=
4
)
@Column
(
name
=
"AYEAR_DEPRECIATION_AMOUNT"
,
nullable
=
true
,
precision
=
4
)
@ColumnDefault
(
DEF_DEFAULT_BIG_DECIMAL
)
@ColumnDefault
(
DEF_DEFAULT_BIG_DECIMAL
)
public
BigDecimal
getAccountYearDepreciationAmount
()
{
public
BigDecimal
getAccountYearDepreciationAmount
()
{
return
accountYearDepreciationAmount
;
return
accountYearDepreciationAmount
;
...
@@ -256,7 +256,7 @@ public class AssetsList {
...
@@ -256,7 +256,7 @@ public class AssetsList {
}
}
@Basic
@Basic
@Column
(
name
=
"
ACCOUNT_
TOTALEPRECIATION_AMOUNT"
,
nullable
=
true
,
precision
=
4
)
@Column
(
name
=
"TOTALEPRECIATION_AMOUNT"
,
nullable
=
true
,
precision
=
4
)
@ColumnDefault
(
DEF_DEFAULT_BIG_DECIMAL
)
@ColumnDefault
(
DEF_DEFAULT_BIG_DECIMAL
)
public
BigDecimal
getAccountTotalepreciationAmount
()
{
public
BigDecimal
getAccountTotalepreciationAmount
()
{
return
accountTotalepreciationAmount
;
return
accountTotalepreciationAmount
;
...
...
atms-gen/src/test/java/resources/databases-invalid-sql
View file @
1e162c01
...
@@ -3,6 +3,11 @@ organization_service_template_group -> org_service_template_group
...
@@ -3,6 +3,11 @@ organization_service_template_group -> org_service_template_group
OutputInvoiceTriggerSyncHistory -> OutputInvoiceTriggerSyncHist
OutputInvoiceTriggerSyncHistory -> OutputInvoiceTriggerSyncHist
OutputReconciliationConfiguration -> OutputReconciliationConfig
OutputReconciliationConfiguration -> OutputReconciliationConfig
OutputReconciliationEntityMapping -> OutputReconciliationMapping
OutputReconciliationEntityMapping -> OutputReconciliationMapping
OPERATION_LOG_MODEL_CONFIGURATION->OPTLOG_MODEL_CONFIGURATION
OUTPUT_INVOICE_SHIPMENT_HISTORY->OUTINV_SHIPMENT_HISTORY
OUTPUT_INVOICE_TRIGGER_SYNC_HIST->OUTINV_TRIGGER_SYNC_HIST
WORKFLOW_AUDIT_REPORT_LEVEL_ROLE->WF_AUDIT_REPORT_LEVEL_ROLE
WORKFLOW_AUDIT_REPORT_LEVEL_USER->WF_AUDIT_REPORT_LEVEL_USER
字段超长
字段超长
InvoiceRuleSetting.
InvoiceRuleSetting.
IsToSupportInvoiceOutForOtherOrgs ->IsInvoiceOutForOtherOrgs
IsToSupportInvoiceOutForOtherOrgs ->IsInvoiceOutForOtherOrgs
...
@@ -14,6 +19,34 @@ OutputInvoiceImported.
...
@@ -14,6 +19,34 @@ OutputInvoiceImported.
SubtotalforFinalPaymentSpecified -> SubforFinalPaymentSpecified
SubtotalforFinalPaymentSpecified -> SubforFinalPaymentSpecified
OutputReconciliationEntityMapping.
OutputReconciliationEntityMapping.
OutputReconciliationConfigurationID -> OutputReconciliationConfigID
OutputReconciliationConfigurationID -> OutputReconciliationConfigID
ASSETS_LIST.
ACCOUNT_MONTH_DEPRECIATION_AMOUNT ->MONTH_DEPRECIATION_AMOUNT
ACCOUNT_TOTALEPRECIATION_AMOUNT -> TOTALEPRECIATION_AMOUNT
ACCOUNT_YEAR_DEPRECIATION_AMOUNT->AYEAR_DEPRECIATION_AMOUNT
INVOICE_RULE_SETTING.
IS_TO_APPLY_HEAD_COMPANY_SETTING->IS_APPLY_HEAD_COMPANY_SETTING
NORMAL_INVOICE_SPLIT_UPPER_LIMIT->NORMAL_SPLIT_UPPER_LIMIT
NORMAL_INVOICE_UPPER_LIMIT_AMOUNT->INVOICE_UPPER_LIMIT_AMOUNT
SPECIAL_INVOICE_SPLIT_UPPER_LIMIT -> SPECIAL_SPLIT_UPPER_LIMIT
SPECIAL_INVOICE_UPPER_LIMIT_AMOUNT->SPECIAL_UPPER_LIMIT_AMOUNT
INVOICE_RULE_SORT_SETTING.
DICTIONARY_INVOICE_SORT_FIELD_ID->DICT_INVOICE_SORT_FIELD_ID
OUTPUT_INVOICE_EDITED.
RESERVATION_TERMS_ACCEPTED_DATE->RESERVATION_ACCEPTED_DATE
OUTPUT_INVOICE_EDITED_REASON.
OUTPUT_INVOICE_UPDATE_REASON_ID->OUTINV_UPDATE_REASON_ID
OUTPUT_INVOICE_GD_ISSUED.
BUYER_ORGANIZATION_ENGLISH_NAME->BUYER_ORG_ENGLISH_NAME
OUTPUT_INVOICE_IMPORTED.
RESERVATION_TERMS_ACCEPTED_DATE->RESERVATION_ACCEPTED_DATE
OUTPUT_INVOICE_PRINTED_REASON.
OUTPUT_INVOICE_UPDATE_REASON_ID->OUTINV_UPDATE_REASON_ID
OUTPUT_RECONCILIATION_MAPPING.
OUTPUT_RECONCILIATION_CONFIG_ID->OUT_RECONCILIATION_CONFIG_ID
=======================================================
=======================================================
project
project
...
...
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