-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
52 lines (52 loc) · 1.31 KB
/
manifest.json
File metadata and controls
52 lines (52 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"id": "pol-post-correction",
"title": [
{
"lang": "en",
"text": "POL Post Correction"
},
{
"lang": "zh",
"text": "订单行修正"
}
],
"description": [
{
"lang": "en",
"text": "POL Post Correction,when the POL status is SENT, modify the Currency,Vendor and Fund. providing fields for each position and drop down menus for controlled values, creating new POL base on current POL,and then cancel the current POL."
},
{
"lang": "zh",
"text": "本APP可以在订单行状态为SENT的情况下修改订单行中的币种、供应商、经费字段,如果更改了币种、供应商、经费任意一个字段,将创建新的订单行,并关闭原来的订单行"
}
],
"subtitle": [
{
"lang": "en",
"text": "POL Post Correction"
},
{
"lang": "zh",
"text": "订单行修正"
}
],
"author": "Metadata HangZhou Co.Ltd.",
"entities": [
"PO_LINE"
],
"icon": {
"type": "url",
"value": "/assets/ppc_logo.png"
},
"fullscreen": {
"allow": true,
"open": false
},
"contentSecurity": {
"connectSrc": [],
"sandbox": {
"popups": true,
"modals": true
}
}
}