This commit is contained in:
2020-12-03 20:17:44 +00:00
parent 4b0950ff42
commit 1d4fabed78
3 changed files with 1379 additions and 2 deletions

View File

@@ -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
todo: deleting customer does it delete all associated data:
customer notes
customer contacts
todo: deleting HeadOffice does it delete all contacts too?

View File

@@ -324,9 +324,14 @@ export default new Router({
path: "/vendors",
name: "vendors",
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",
name: "acc-accounting",

1368
ayanova/src/views/vendor.vue Normal file

File diff suppressed because it is too large Load Diff