-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbkperapp.json
32 lines (30 loc) · 1.28 KB
/
bkperapp.json
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
{
"id": "bkper-simple-receipt",
"name": "Simple Receipt",
"description": "Select some transaction(s) from your book to generate a simple pdf receipt",
"logoUrl": "https://static.thenounproject.com/png/2372722-200.png",
"website": "https://bkper.com/apps/bkper-simple-receipt",
"ownerName": "Bkper",
"ownerLogoUrl": "https://avatars.githubusercontent.com/u/11943086?v=4",
"ownerWebsite": "https://github.com/bkper",
"repoUrl": "https://github.com/bkper/bkper-simple-receipt",
"repoPrivate": false,
"deprecated": false,
"menuUrl": "https://script.google.com/macros/s/AKfycbxT8f4H9PZu5HMJYkNNUkvnH91TlNGhcqPG8_9T05SVd0Boh2PyNpsrweGKgmqgOIZ8/exec?bookId=${book.id}&transactionIds=${transactions.ids}",
"menuUrlDev": "https://script.google.com/a/macros/bkper.com/s/AKfycbzgp90cQNf_SrqqkuilQ3lSu9NZ6sUcoEqQA7u_r4A/dev?bookId=${book.id}&transactionIds=${transactions.ids}",
"menuText": "Generate Receipt",
"menuPopupWidth": "550",
"menuPopupHeight": "450",
"propertiesSchema": {
"book": {
"keys": [
"receipt_template_url",
"doxey_api_key"
],
"values": [
"url to your template",
"Doxey API key to generate receipts without watermark"
]
}
}
}