Skip to content

Commit 915c9a2

Browse files
committed
all changes from reports work, budgets work, and recent spec updates
1 parent 22c322c commit 915c9a2

File tree

30 files changed

+1770
-599
lines changed

30 files changed

+1770
-599
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ xeroapi-sdk-codegen/
113113
# test specific configuration files
114114
/tests/oauth2_client.py
115115
/tests/oauth2_token.py
116+
.build_notes.md

docs/v1/accounting/index.html

Lines changed: 650 additions & 269 deletions
Large diffs are not rendered by default.

xero_python/accounting/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
from xero_python.accounting.models.bill import Bill
4545
from xero_python.accounting.models.branding_theme import BrandingTheme
4646
from xero_python.accounting.models.branding_themes import BrandingThemes
47+
from xero_python.accounting.models.budget import Budget
48+
from xero_python.accounting.models.budget_lines import BudgetLines
49+
from xero_python.accounting.models.budgets import Budgets
4750
from xero_python.accounting.models.cis_org_setting import CISOrgSetting
4851
from xero_python.accounting.models.cis_org_settings import CISOrgSettings
4952
from xero_python.accounting.models.cis_setting import CISSetting

0 commit comments

Comments
 (0)