forked from aiolabs/libra
Clean up awkward "the Libra" phrasing left over from rename
Replaces entity-sense references to "the Libra" with "the organization"/"the collective" where Libra was being used as a stand-in for the original "Castle" entity, and drops the redundant "(like cooperatives)" parenthetical in DOCUMENTATION.md. Also swaps the 🏰 emoji in the import helper for ⚖️. Closes #12 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c174cda48d
commit
b2b2c109a4
9 changed files with 22 additions and 22 deletions
|
|
@ -200,11 +200,11 @@ DEFAULT_HIERARCHICAL_ACCOUNTS = [
|
|||
("Assets:FixedAssets:ProductionFacility", AccountType.ASSET, "Production facilities"),
|
||||
("Assets:Inventory", AccountType.ASSET, "Inventory and stock"),
|
||||
("Assets:Livestock", AccountType.ASSET, "Livestock and animals"),
|
||||
("Assets:Receivable", AccountType.ASSET, "Money owed to the Libra"),
|
||||
("Assets:Receivable", AccountType.ASSET, "Money owed to the organization"),
|
||||
("Assets:Tools", AccountType.ASSET, "Tools and hand equipment"),
|
||||
|
||||
# Liabilities
|
||||
("Liabilities:Payable", AccountType.LIABILITY, "Money owed by the Libra"),
|
||||
("Liabilities:Payable", AccountType.LIABILITY, "Money owed by the organization"),
|
||||
|
||||
# Equity - User equity accounts created dynamically as Equity:User-{user_id}
|
||||
# No parent "Equity" account needed - hierarchy is implicit in the name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue