mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
feat: Merge sales branch
This commit is contained in:
@@ -18,6 +18,11 @@ import globalSearch from './search/search.reducer';
|
||||
import exchangeRates from './ExchangeRate/exchange.reducer';
|
||||
import globalErrors from './globalErrors/globalErrors.reducer';
|
||||
import customers from './customers/customers.reducer';
|
||||
import sales_estimates from './Estimate/estimates.reducer';
|
||||
import sales_invoices from './Invoice/invoices.reducer';
|
||||
import sales_receipts from './receipt/receipt.reducer';
|
||||
import bills from './Bills/bills.reducer';
|
||||
import vendors from './vendors/vendors.reducer';
|
||||
|
||||
export default combineReducers({
|
||||
authentication,
|
||||
@@ -38,4 +43,11 @@ export default combineReducers({
|
||||
exchangeRates,
|
||||
globalErrors,
|
||||
customers,
|
||||
|
||||
// @todo camelCase
|
||||
sales_estimates,
|
||||
sales_invoices,
|
||||
sales_receipts,
|
||||
bills,
|
||||
vendors,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user