Skip to content

Commit

Permalink
comments out of org and account .rb
Browse files Browse the repository at this point in the history
  • Loading branch information
SerKnight committed Sep 23, 2020
2 parents 1cea1b9 + 07f2ad0 commit 78fc863
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib/xero-ruby/models/accounting/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Account
CISLABOURINCOME = "CISLABOURINCOME".freeze
CISLIABILITY = "CISLIABILITY".freeze
CISMATERIALS = "CISMATERIALS".freeze
EMPTY = "".freeze
# EMPTY = "".freeze

# Shown if set
attr_accessor :reporting_code
Expand Down
26 changes: 13 additions & 13 deletions lib/xero-ruby/models/accounting/organisation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Organisation
N6_MONTHLY = "6MONTHLY".freeze
QUARTERLY = "QUARTERLY".freeze
YEARLY = "YEARLY".freeze
NONE = "NONE".freeze
# NONE = "NONE".freeze

# The default for LineAmountTypes on sales transactions
attr_accessor :default_sales_tax
Expand All @@ -136,18 +136,18 @@ class Organisation

# Organisation Entity Type
attr_accessor :organisation_entity_type
ACCOUNTING_PRACTICE = "ACCOUNTING_PRACTICE".freeze
COMPANY = "COMPANY".freeze
CHARITY = "CHARITY".freeze
CLUB_OR_SOCIETY = "CLUB_OR_SOCIETY".freeze
LOOK_THROUGH_COMPANY = "LOOK_THROUGH_COMPANY".freeze
NOT_FOR_PROFIT = "NOT_FOR_PROFIT".freeze
PARTNERSHIP = "PARTNERSHIP".freeze
S_CORPORATION = "S_CORPORATION".freeze
SELF_MANAGED_SUPERANNUATION_FUND = "SELF_MANAGED_SUPERANNUATION_FUND".freeze
SOLE_TRADER = "SOLE_TRADER".freeze
SUPERANNUATION_FUND = "SUPERANNUATION_FUND".freeze
TRUST = "TRUST".freeze
# ACCOUNTING_PRACTICE = "ACCOUNTING_PRACTICE".freeze
# COMPANY = "COMPANY".freeze
# CHARITY = "CHARITY".freeze
# CLUB_OR_SOCIETY = "CLUB_OR_SOCIETY".freeze
# LOOK_THROUGH_COMPANY = "LOOK_THROUGH_COMPANY".freeze
# NOT_FOR_PROFIT = "NOT_FOR_PROFIT".freeze
# PARTNERSHIP = "PARTNERSHIP".freeze
# S_CORPORATION = "S_CORPORATION".freeze
# SELF_MANAGED_SUPERANNUATION_FUND = "SELF_MANAGED_SUPERANNUATION_FUND".freeze
# SOLE_TRADER = "SOLE_TRADER".freeze
# SUPERANNUATION_FUND = "SUPERANNUATION_FUND".freeze
# TRUST = "TRUST".freeze

# A unique identifier for the organisation. Potential uses.
attr_accessor :short_code
Expand Down

0 comments on commit 78fc863

Please sign in to comment.