Initial views, and basic invoice export UI tools

This commit is contained in:
Lance Edgar 2022-12-20 19:37:37 -06:00
commit 7384bd1fea
17 changed files with 1029 additions and 0 deletions

View file

@ -0,0 +1,11 @@
## -*- coding: utf-8; -*-
<%inherit file="/master/view.mako" />
<%def name="context_menu_items()">
% if request.has_perm('quickbooks.exportable_invoices.list'):
<li>${h.link_to("Back to Exportable Invoices", url('quickbooks.exportable_invoices'))}</li>
% endif
</%def>
${parent.body()}