Addendum parent commit -- expand to other owner documents

pull/2175/head
Christopher Lam 3 months ago
parent e19766bd2e
commit d44f3d68fc

@ -160,6 +160,11 @@
<attribute name="action">GncPluginPageOwnerTreeActions.OTNewInvoiceAction</attribute>
<attribute name="tooltip" translatable="yes">Create a new invoice</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Find Customer Invoices…</attribute>
<attribute name="action">GncPluginPageOwnerTreeActions.OTSearchInvoicesAction</attribute>
<attribute name="tooltip" translatable="yes">Open the Find Invoice Dialog with the invoices already filtered for this customer</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Customer Report</attribute>
<attribute name="action">GncPluginPageOwnerTreeActions.OTCustomerReportAction</attribute>
@ -170,11 +175,6 @@
<attribute name="action">GncPluginPageOwnerTreeActions.OTProcessPaymentAction</attribute>
<attribute name="tooltip" translatable="yes">Process Payment</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Customer's Invoices</attribute>
<attribute name="action">GncPluginPageOwnerTreeActions.OTSearchInvoicesAction</attribute>
<attribute name="tooltip" translatable="yes">Customer's Invoices</attribute>
</item>
</section>
</menu>
@ -199,6 +199,11 @@
<attribute name="action">GncPluginPageOwnerTreeActions.OTNewBillAction</attribute>
<attribute name="tooltip" translatable="yes">Create a new bill</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Find Vendor Bills…</attribute>
<attribute name="action">GncPluginPageOwnerTreeActions.OTSearchInvoicesAction</attribute>
<attribute name="tooltip" translatable="yes">Open the Find Bill Dialog with the bills already filtered for this vendor</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Vendor Report</attribute>
<attribute name="action">GncPluginPageOwnerTreeActions.OTVendorReportAction</attribute>
@ -233,6 +238,11 @@
<attribute name="action">GncPluginPageOwnerTreeActions.OTNewVoucherAction</attribute>
<attribute name="tooltip" translatable="yes">Create a new voucher</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Find Employee Vouchers…</attribute>
<attribute name="action">GncPluginPageOwnerTreeActions.OTSearchInvoicesAction</attribute>
<attribute name="tooltip" translatable="yes">Open the Find Employee Voucher Dialog with the vouchers already filtered for this employee</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Employee Report</attribute>
<attribute name="action">GncPluginPageOwnerTreeActions.OTEmployeeReportAction</attribute>

Loading…
Cancel
Save