-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: COA Importer app related issues (#37238)
fix: COA Importer app related issues (#37238) * fix: COA Importer app related issues * fix: Clear all account links fields befor import * fix: Attribute error (cherry picked from commit 8634abc) Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
- Loading branch information
1 parent
424ebd1
commit 57ce73d
Showing
3 changed files
with
44 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
erpnext/accounts/doctype/chart_of_accounts_importer/coa_sample_template.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Application Of Funds(Assets),,,,1,,Asset | ||
Sources Of Funds(Liabilities),,,,1,,Liability | ||
Equity,,,,1,,Equity | ||
Expenses,,,,1,Expense Account,Expense | ||
Income,,,,1,Income Account,Income | ||
Bank Accounts,Application Of Funds(Assets),,,1,Bank,Asset | ||
Cash In Hand,Application Of Funds(Assets),,,1,Cash,Asset | ||
Stock Assets,Application Of Funds(Assets),,,1,Stock,Asset | ||
Cost Of Goods Sold,Expenses,,,0,Cost of Goods Sold,Expense | ||
Asset Depreciation,Expenses,,,0,Depreciation,Expense | ||
Fixed Assets,Application Of Funds(Assets),,,0,Fixed Asset,Asset | ||
Accounts Payable,Sources Of Funds(Liabilities),,,0,Payable,Liability | ||
Accounts Receivable,Application Of Funds(Assets),,,1,Receivable,Asset | ||
Stock Expenses,Expenses,,,0,Stock Adjustment,Expense | ||
Sample Bank,Bank Accounts,,,0,Bank,Asset | ||
Cash,Cash In Hand,,,0,Cash,Asset | ||
Stores,Stock Assets,,,0,Stock,Asset |