Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e0775771
authored
May 06, 2021
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix
parent
939beb40
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
config/sync.php
config/sync.php
0 → 100644
View file @
e0775771
<?php
return
[
//和金蝶对接的供应商类型的对应数据
'SyncSupplierType'
=>
[
1
=>
'D'
,
2
=>
'M'
,
3
=>
'P'
,
4
=>
'Y'
,
5
=>
'A'
,
6
=>
'O'
,
0
=>
'E'
,
],
//和金蝶对接的货币类型的对应数据,相对应的供应商系统类型是 config(fixed.Currency)
//currencyNumber<澳大利亚元ADLY,瑞士法郎CHF,人民币CNY,欧元EUR,英镑GBP,港币HKD,加拿大元JND,日元JPY,美元USD,新加坡元XJP,新台币XTB>
'SyncCurrencyType'
=>
[
1
=>
'CNY'
,
2
=>
'USD'
,
3
=>
'HKD'
,
4
=>
'EUR'
,
5
=>
'GBP'
,
6
=>
'CHF'
,
],
];
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