2
0
mirror of https://github.com/frappe/books.git synced 2024-11-15 01:44:04 +00:00
books/src/dataImport.ts

10 lines
139 B
TypeScript
Raw Normal View History

2022-02-21 10:56:57 +00:00
export const importable = [
'SalesInvoice',
'PurchaseInvoice',
'Payment',
'JournalEntry',
'Customer',
'Supplier',
'Item',
];