Fully functional opening transactions
This commit is contained in:
@@ -29,42 +29,42 @@ fixtures_account = [
|
||||
"name": "Current Assets",
|
||||
"parent_path": None,
|
||||
"type": "Asset",
|
||||
"opening_date": date(1970, 1, 1),
|
||||
"opening_date": date(1970, 1, 2),
|
||||
"opening_balance": Decimal("0.00"),
|
||||
},
|
||||
{
|
||||
"name": "Cash in Wallet",
|
||||
"parent_path": "/Accounts/Asset/Current Assets/",
|
||||
"type": "Asset",
|
||||
"opening_date": date(1970, 1, 1),
|
||||
"opening_date": date(1970, 1, 3),
|
||||
"opening_balance": Decimal("0.00"),
|
||||
},
|
||||
{
|
||||
"name": "Checking Account",
|
||||
"parent_path": "/Accounts/Asset/Current Assets/",
|
||||
"type": "Asset",
|
||||
"opening_date": date(1970, 1, 1),
|
||||
"opening_date": date(1970, 1, 4),
|
||||
"opening_balance": Decimal("0.00"),
|
||||
},
|
||||
{
|
||||
"name": "Savings Account",
|
||||
"parent_path": "/Accounts/Asset/Current Assets/",
|
||||
"type": "Asset",
|
||||
"opening_date": date(1970, 1, 1),
|
||||
"opening_date": date(1970, 1, 5),
|
||||
"opening_balance": Decimal("0.00"),
|
||||
},
|
||||
{
|
||||
"name": "Debt Accounts",
|
||||
"parent_path": None,
|
||||
"type": "Liability",
|
||||
"opening_date": date(1970, 1, 1),
|
||||
"opening_date": date(1970, 1, 6),
|
||||
"opening_balance": Decimal("0.00"),
|
||||
},
|
||||
{
|
||||
"name": "Credit Card",
|
||||
"parent_path": "/Accounts/Liability/Debt Accounts/",
|
||||
"type": "Liability",
|
||||
"opening_date": date(1970, 1, 1),
|
||||
"opening_date": date(1970, 1, 7),
|
||||
"opening_balance": Decimal("0.00"),
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user