;pkg:sandstorm: note icon todo; fix capitalisation
This commit is contained in:
parent
72f505f8ea
commit
ff21992f74
@ -48,6 +48,7 @@ const pkgdef :Spk.PackageDefinition = (
|
|||||||
# https://github.com/sandstorm-io/sandstorm/blob/master/src/sandstorm/package.capnp
|
# https://github.com/sandstorm-io/sandstorm/blob/master/src/sandstorm/package.capnp
|
||||||
icons = (
|
icons = (
|
||||||
# Various icons to represent the app in various contexts.
|
# Various icons to represent the app in various contexts.
|
||||||
|
# XXX better to use the coins image from https://hledger.org probably. Must it be svg ?
|
||||||
appGrid = (svg = embed "appGrid.svg"),
|
appGrid = (svg = embed "appGrid.svg"),
|
||||||
grain = (svg = embed "grain.svg"),
|
grain = (svg = embed "grain.svg"),
|
||||||
market = (svg = embed "market.svg"),
|
market = (svg = embed "market.svg"),
|
||||||
@ -92,7 +93,7 @@ const pkgdef :Spk.PackageDefinition = (
|
|||||||
# Further details including how to set up GPG and how to use keybase.io can be found
|
# Further details including how to set up GPG and how to use keybase.io can be found
|
||||||
# at https://docs.sandstorm.io/en/latest/developing/publishing-apps/#verify-your-identity
|
# at https://docs.sandstorm.io/en/latest/developing/publishing-apps/#verify-your-identity
|
||||||
|
|
||||||
upstreamAuthor = "HLedger Team",
|
upstreamAuthor = "Hledger Team",
|
||||||
# Name of the original primary author of this app, if it is different from the person who
|
# Name of the original primary author of this app, if it is different from the person who
|
||||||
# produced the Sandstorm package. Setting this implies that the author connected to the PGP
|
# produced the Sandstorm package. Setting this implies that the author connected to the PGP
|
||||||
# signature only "packaged" the app for Sandstorm, rather than developing the app.
|
# signature only "packaged" the app for Sandstorm, rather than developing the app.
|
||||||
|
|||||||
@ -14,9 +14,9 @@
|
|||||||
revenues:salary
|
revenues:salary
|
||||||
assets:bank:checking 1000 USD
|
assets:bank:checking 1000 USD
|
||||||
|
|
||||||
2025-01-03 pay off credit card
|
2025-01-03 pay half of credit card balance
|
||||||
assets:bank:checking
|
assets:bank:checking
|
||||||
liabilities:credit card 400 USD = 0 USD
|
liabilities:credit card 200 USD = -200 USD
|
||||||
|
|
||||||
2025-01-04 shopping
|
2025-01-04 shopping
|
||||||
assets:bank:checking
|
assets:bank:checking
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user