Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swifteditor
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
swifteditor
Commits
2ee982d3
Commit
2ee982d3
authored
Dec 08, 2018
by
snail
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ncb' of
https://gitee.com/zeng_hui/swifteditor
into ncb
parents
c5cccc9d
0497b448
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
MT607.js
src/swift/MT/MT607.js
+18
-0
index.js
src/swift/MT/index.js
+4
-0
No files found.
src/swift/MT/MT607.js
0 → 100644
View file @
2ee982d3
const
Tags
=
[
{
"tag"
:
"20"
,
"status"
:
"M"
,
"tno"
:
1
,
"letter"
:[],
"label"
:
"Transaction Reference Number"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"21"
,
"status"
:
"M"
,
"tno"
:
2
,
"letter"
:[],
"label"
:
"Related Reference"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"26C"
,
"status"
:
"M"
,
"tno"
:
3
,
"letter"
:[],
"label"
:
"Identification of the Commodity and the Commodity Account"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"25"
,
"status"
:
"O"
,
"tno"
:
4
,
"letter"
:[],
"label"
:
"Further Account Identification"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"26D"
,
"status"
:
"O"
,
"tno"
:
5
,
"letter"
:[],
"label"
:
"Certificate Number(s) and/or Bar Number(s)"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"30"
,
"status"
:
"M"
,
"tno"
:
6
,
"letter"
:[],
"label"
:
"Value Date"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"32F"
,
"status"
:
"M"
,
"tno"
:
7
,
"letter"
:[],
"label"
:
"Quantity of the Commodity"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"82A"
,
"status"
:
"O"
,
"tno"
:
8
,
"letter"
:[
"82A"
,
"82D"
],
"label"
:
"Instructing Party"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"86A"
,
"status"
:
"O"
,
"tno"
:
9
,
"letter"
:[
"86A"
,
"86B"
,
"86D"
],
"label"
:
"Intermediary"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"87A"
,
"status"
:
"O"
,
"tno"
:
10
,
"letter"
:[
"87A"
,
"87D"
],
"label"
:
"Deliverer of the Commodity"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"88A"
,
"status"
:
"O"
,
"tno"
:
11
,
"letter"
:[
"88A"
,
"88B"
,
"88D"
],
"label"
:
"Beneficiary of the Commodity"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"72"
,
"status"
:
"O"
,
"tno"
:
12
,
"letter"
:[],
"label"
:
"Sender to Receiver Information"
,
"tagValue"
:[{},
null
]}
]
const
Title
=
"MT 607 Commodity Credit Advice"
export
default
{
Tags
,
Title
}
\ No newline at end of file
src/swift/MT/index.js
View file @
2ee982d3
...
...
@@ -42,6 +42,8 @@ import MT768 from './MT768'
import
MT747
from
'./MT747'
import
MT769
from
'./MT769'
import
MT605
from
'./MT605'
import
MT607
from
'./MT607'
import
MT707
from
'./MT707'
import
MT1000
from
'./MT1000'
export
default
function
MTFactory
(
mty
)
...
...
@@ -124,6 +126,8 @@ export default function MTFactory(mty)
return
MT769
if
(
mty
==
"mt605"
)
return
MT605
if
(
mty
==
"mt607"
)
return
MT607
if
(
mty
==
"mt707"
)
return
MT707
if
(
mty
==
"mt1000"
)
...
...
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