-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbkper.yaml
25 lines (19 loc) · 1006 Bytes
/
bkper.yaml
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
# You can override the name from the repository
# name: New Bkper App
# Set your logo url from public host. Best fit 200x200 px. Use https://
logo: https://storage.googleapis.com/bkper-public/icons/bar-chart-report-icon.png
#Icon created by Iconchease from Non Project. Please use with right licensing.
# Your app menu url. Accepted expressions:
# ${book.id} - the current book id
# ${book.properties.xxxxx} - any property value from the current book
# ${transactions.query} - the current query being executed on transactions list
# ${transactions.ids} - the ids of selected transactions, splitted by comma
# ${account.id} - the current account being filterd
# ${account.properties.xxxxx} - any property value from the current account being filtered
# Sample:
menuUrl: ${book.properties.report_url}
properties:
book:
keys: report_url
# Override the context menu call to action
menuText: Open Report