32 lines
485 B
Plaintext
32 lines
485 B
Plaintext
categories {
|
|
category {
|
|
char id="1"
|
|
char name="Income"
|
|
char description="Income"
|
|
int isIncome="1"
|
|
|
|
rules {
|
|
} # rules
|
|
|
|
value {
|
|
char value="0.000000"
|
|
char currency="USD"
|
|
} # value
|
|
} # category
|
|
|
|
category {
|
|
char id="2"
|
|
char name="Expense"
|
|
char description="Expense"
|
|
int isIncome="0"
|
|
|
|
rules {
|
|
} # rules
|
|
|
|
value {
|
|
char value="0.000000"
|
|
char currency="USD"
|
|
} # value
|
|
} # category
|
|
} # categories
|