From 9d4fe876d1604649b5273df1661a795f59fcc6f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 8 Nov 2021 10:12:48 +0100 Subject: [PATCH] =?utf8?q?Anzahlungs-Rg.:=20Men=C3=BCpunkt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- locale/de/all | 1 + locale/en/all | 1 + menus/user/20-invoice-for-advance-payment.yaml | 10 ++++++++++ 3 files changed, 12 insertions(+) create mode 100644 menus/user/20-invoice-for-advance-payment.yaml diff --git a/locale/de/all b/locale/de/all index 29feb69ac..4a7801343 100755 --- a/locale/de/all +++ b/locale/de/all @@ -179,6 +179,7 @@ $self->{texts} = { 'Add Follow-Up' => 'Wiedervorlage erstellen', 'Add Follow-Up for #1' => 'Wiedervorlage für #1 erstellen', 'Add General Ledger Transaction' => 'Dialogbuchen', + 'Add Invoice for Advance Payment' => 'Anzahlungsrechnung erfassen', 'Add Letter' => 'Brief hinzufügen', 'Add Part' => 'Ware erfassen', 'Add Price Factor' => 'Preisfaktor erfassen', diff --git a/locale/en/all b/locale/en/all index 79e8f6be7..b1e5413f4 100644 --- a/locale/en/all +++ b/locale/en/all @@ -179,6 +179,7 @@ $self->{texts} = { 'Add Follow-Up' => '', 'Add Follow-Up for #1' => '', 'Add General Ledger Transaction' => '', + 'Add Invoice for Advance Payment' => '', 'Add Letter' => '', 'Add Part' => '', 'Add Price Factor' => '', diff --git a/menus/user/20-invoice-for-advance-payment.yaml b/menus/user/20-invoice-for-advance-payment.yaml new file mode 100644 index 000000000..b76dcadf7 --- /dev/null +++ b/menus/user/20-invoice-for-advance-payment.yaml @@ -0,0 +1,10 @@ +- parent: ar + id: ar_add_sales_invoice_for_advance_payment + name: Add Invoice for Advance Payment + icon: sales_invoice_add + order: 550 + access: invoice_edit + module: is.pl + params: + action: add + type: invoice_for_advance_payment -- 2.20.1