Changed the data in the ReportTestData class to be non-US-ASCII.
This commit is contained in:
parent
04de4f5c5e
commit
5d87205659
@ -412,12 +412,12 @@ class ReportTestData(BaseTestData):
|
|||||||
break
|
break
|
||||||
self._add_simple_journal_entry(
|
self._add_simple_journal_entry(
|
||||||
(j_date - today).days, "USD",
|
(j_date - today).days, "USD",
|
||||||
"Salary", "1200", Accounts.BANK, Accounts.SERVICE)
|
"Salary薪水", "1200", Accounts.BANK, Accounts.SERVICE)
|
||||||
month = month + 1
|
month = month + 1
|
||||||
if month > 12:
|
if month > 12:
|
||||||
year = year + 1
|
year = year + 1
|
||||||
month = 1
|
month = 1
|
||||||
self._add_simple_journal_entry(
|
self._add_simple_journal_entry(
|
||||||
1, "USD", "Withdraw", "1000", Accounts.CASH, Accounts.BANK)
|
1, "USD", "Withdraw領錢", "1000", Accounts.CASH, Accounts.BANK)
|
||||||
self._add_simple_journal_entry(
|
self._add_simple_journal_entry(
|
||||||
0, "USD", "Dinner", "40", Accounts.MEAL, Accounts.CASH)
|
0, "USD", "Dinner晚餐", "40", Accounts.MEAL, Accounts.CASH)
|
||||||
|
Loading…
Reference in New Issue
Block a user