mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: items bulk delete.
refactor: items to service design.
This commit is contained in:
@@ -5,6 +5,7 @@ import AccountTransaction from 'models/AccountTransaction';
|
||||
import AccountType from 'models/AccountType';
|
||||
import Item from 'models/Item';
|
||||
import ItemEntry from 'models/ItemEntry';
|
||||
import ItemCategory from 'models/ItemCategory';
|
||||
import Bill from 'models/Bill';
|
||||
import BillPayment from 'models/BillPayment';
|
||||
import BillPaymentEntry from 'models/BillPaymentEntry';
|
||||
@@ -41,6 +42,7 @@ export default (knex) => {
|
||||
AccountTransaction,
|
||||
AccountType,
|
||||
Item,
|
||||
ItemCategory,
|
||||
ItemEntry,
|
||||
ManualJournal,
|
||||
Bill,
|
||||
|
||||
Reference in New Issue
Block a user