This commit is contained in:
@@ -17,7 +17,11 @@ todo: if list view not found / deleted when grid list form is opened rather than
|
|||||||
or I guess on demand is best since it's not eating up bandwidth
|
or I guess on demand is best since it's not eating up bandwidth
|
||||||
|
|
||||||
|
|
||||||
|
todo: deleting customer does it delete all associated data:
|
||||||
|
customer notes
|
||||||
|
customer contacts
|
||||||
|
|
||||||
|
todo: deleting HeadOffice does it delete all contacts too?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -324,9 +324,14 @@ export default new Router({
|
|||||||
path: "/vendors",
|
path: "/vendors",
|
||||||
name: "vendors",
|
name: "vendors",
|
||||||
component: () =>
|
component: () =>
|
||||||
import(/* webpackChunkName: "vendors" */ "./views/vendors.vue")
|
import(/* webpackChunkName: "vend" */ "./views/vendors.vue")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/vendors/:recordid",
|
||||||
|
name: "vendor-edit",
|
||||||
|
component: () =>
|
||||||
|
import(/* webpackChunkName: "vend" */ "./views/vendor.vue")
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
path: "/acc-accounting",
|
path: "/acc-accounting",
|
||||||
name: "acc-accounting",
|
name: "acc-accounting",
|
||||||
|
|||||||
1368
ayanova/src/views/vendor.vue
Normal file
1368
ayanova/src/views/vendor.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user