Add jumps links for all "supported" CORE-POS object views
This commit is contained in:
parent
dbde3cbfbe
commit
36d9eb3f4b
14 changed files with 146 additions and 1 deletions
3
tailbone_corepos/templates/core-pos/customers/view.mako
Normal file
3
tailbone_corepos/templates/core-pos/customers/view.mako
Normal file
|
@ -0,0 +1,3 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/core-pos/master/view.mako" />
|
||||
${parent.body()}
|
|
@ -0,0 +1,3 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/core-pos/master/view.mako" />
|
||||
${parent.body()}
|
3
tailbone_corepos/templates/core-pos/employees/view.mako
Normal file
3
tailbone_corepos/templates/core-pos/employees/view.mako
Normal file
|
@ -0,0 +1,3 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/core-pos/master/view.mako" />
|
||||
${parent.body()}
|
11
tailbone_corepos/templates/core-pos/master/view.mako
Normal file
11
tailbone_corepos/templates/core-pos/master/view.mako
Normal file
|
@ -0,0 +1,11 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/master/view.mako" />
|
||||
<%namespace file="/corepos-util.mako" import="render_xref_helper" />
|
||||
|
||||
<%def name="object_helpers()">
|
||||
${parent.object_helpers()}
|
||||
${render_xref_helper()}
|
||||
</%def>
|
||||
|
||||
|
||||
${parent.body()}
|
3
tailbone_corepos/templates/core-pos/products/view.mako
Normal file
3
tailbone_corepos/templates/core-pos/products/view.mako
Normal file
|
@ -0,0 +1,3 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/core-pos/master/view.mako" />
|
||||
${parent.body()}
|
3
tailbone_corepos/templates/core-pos/vendors/view.mako
vendored
Normal file
3
tailbone_corepos/templates/core-pos/vendors/view.mako
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/core-pos/master/view.mako" />
|
||||
${parent.body()}
|
Loading…
Add table
Add a link
Reference in a new issue