Add views for CORE Purchase Orders

This commit is contained in:
Lance Edgar 2021-02-01 15:36:09 -06:00
parent 4df8439fd6
commit fc102e6cc0
6 changed files with 184 additions and 3 deletions
tailbone_corepos/templates
core-pos/purchase-orders
corepos-util.mako

View file

@ -0,0 +1,3 @@
## -*- coding: utf-8; -*-
<%inherit file="/core-pos/master/view.mako" />
${parent.body()}

View file

@ -7,7 +7,8 @@
% else:
disabled title="${core_office_why_no_url}"
% endif
>
icon-pack="fas"
icon-left="fas fa-external-link-alt">
View in CORE Office
</b-button>
</%def>