bf803c521f
- New pages: - invoices.pl: allow to search in invoices on several criteria - invoice.pl: permit to view and modify invoice details - shipment date - billing date - shipment cost and budget used for shipment cost Invoice informations are now stored in their own sql table and aqorders have a link to it Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
12 lines
594 B
HTML
12 lines
594 B
HTML
<ul>
|
|
<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>
|
|
[% IF ( suggestion ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% ELSE %][% END %]
|
|
<li><a href="/cgi-bin/koha/acqui/invoices.pl">Invoices</a></li>
|
|
[% IF ( CAN_user_acquisition_budget_manage ) %]
|
|
<li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/aqbudgets.pl">Funds</a></li>
|
|
[% END %]
|
|
[% IF ( CAN_user_parameters ) %]
|
|
<li><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></li>
|
|
[% END %]
|
|
</ul>
|