Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Other imcome was added to thr COA list (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: Fyle <[email protected]>
  • Loading branch information
DhaaraniCIT and Fyle authored Apr 21, 2023
1 parent cb4539a commit a55d3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class ImportSettingsComponent implements OnInit, OnDestroy {

chartOfAccountTypesList: string[] = [
'Expense', 'Other Expense', 'Fixed Asset', 'Cost of Goods Sold', 'Current Liability', 'Equity',
'Other Current Asset', 'Other Current Liability', 'Long Term Liability', 'Current Asset', 'Income'
'Other Current Asset', 'Other Current Liability', 'Long Term Liability', 'Current Asset', 'Income', 'Other Income'
];

windowReference: Window;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const qboField:ExpenseFieldsFormOption[] = [{
}];
export const chartOfAccountTypesList: string[] = [
'Expense', 'Other Expense', 'Fixed Asset', 'Cost of Goods Sold', 'Current Liability', 'Equity',
'Other Current Asset', 'Other Current Liability', 'Long Term Liability', 'Current Asset', 'Income'
'Other Current Asset', 'Other Current Liability', 'Long Term Liability', 'Current Asset', 'Income', 'Other Income'
];

export const postImportsettingresponse={
Expand Down

0 comments on commit a55d3c1

Please sign in to comment.