feature: po pay downpayment
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import system from "../../../apps/modules/system/system.js";
|
||||
import common from "./modules/common.js";
|
||||
import kontrakAsset from "./modules/kontrak-asset.js";
|
||||
import orderAsset from "./modules/order-asset.js";
|
||||
import poasset from "./modules/poasset.js";
|
||||
|
||||
export const store = new Vuex.Store({
|
||||
modules: {
|
||||
system: system,
|
||||
poasset: poasset,
|
||||
common: common,
|
||||
kontrakAsset: kontrakAsset,
|
||||
orderAsset: orderAsset
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user