add vat exempt option in payment_tab ~ refs #automatic_go_invoices
This commit is contained in:
parent
bafa163ce5
commit
1de377c13a
3 changed files with 11 additions and 5 deletions
|
@ -13,9 +13,11 @@
|
||||||
= config_input form, :charge_members_manually, as: :boolean
|
= config_input form, :charge_members_manually, as: :boolean
|
||||||
= config_input form, :use_iban, as: :boolean
|
= config_input form, :use_iban, as: :boolean
|
||||||
= config_input form, :use_self_service, as: :boolean
|
= config_input form, :use_self_service, as: :boolean
|
||||||
|
%h4= t '.group_order_invoices'
|
||||||
= form.fields_for :group_order_invoices do |field|
|
= form.fields_for :group_order_invoices do |field|
|
||||||
= config_input field, :use, as: :boolean
|
= config_input field, :use, as: :boolean
|
||||||
= config_input field, :payment_method, as: :string, input_html: {class: 'input-mini'}
|
= config_input field, :vat_exempt, as: :boolean
|
||||||
|
= config_input field, :payment_method, as: :string, input_html: {class: 'input-medium'}
|
||||||
|
|
||||||
%h4= t '.schedule_title'
|
%h4= t '.schedule_title'
|
||||||
= form.simple_fields_for :order_schedule do |fields|
|
= form.simple_fields_for :order_schedule do |fields|
|
||||||
|
|
|
@ -304,6 +304,7 @@ de:
|
||||||
emails_title: E-Mails versenden
|
emails_title: E-Mails versenden
|
||||||
tab_payment:
|
tab_payment:
|
||||||
schedule_title: Bestellschema
|
schedule_title: Bestellschema
|
||||||
|
group_order_invoices: Bestellgruppenrechnungen
|
||||||
tab_security:
|
tab_security:
|
||||||
default_roles_title: Zugriff auf
|
default_roles_title: Zugriff auf
|
||||||
default_roles_paragraph: Jedes Mitglied der Foodcoop hat automatisch Zugriff auf folgende Bereiche.
|
default_roles_paragraph: Jedes Mitglied der Foodcoop hat automatisch Zugriff auf folgende Bereiche.
|
||||||
|
@ -670,8 +671,9 @@ de:
|
||||||
no_automatic_distribution: Keine automatische Verteilung
|
no_automatic_distribution: Keine automatische Verteilung
|
||||||
use_apple_points: Apfelpunkte verwenden
|
use_apple_points: Apfelpunkte verwenden
|
||||||
group_order_invoices:
|
group_order_invoices:
|
||||||
use: Bestellgruppen Rechnungen automatisch bei Abrechnung einer Bestellung versenden
|
use: Automatisch bei Abrechnung per Mail versenden
|
||||||
payment_method: Zahlungsart für Bestellgruppenrechnungen
|
payment_method: Zahlungsart
|
||||||
|
vat_exempt: Diese Foodcoop ist MwSt. befreit
|
||||||
use_boxfill: Kistenauffüllphase
|
use_boxfill: Kistenauffüllphase
|
||||||
use_iban: IBAN verwenden
|
use_iban: IBAN verwenden
|
||||||
use_nick: Benutzernamen verwenden
|
use_nick: Benutzernamen verwenden
|
||||||
|
|
|
@ -304,6 +304,7 @@ en:
|
||||||
emails_title: Sending email
|
emails_title: Sending email
|
||||||
tab_payment:
|
tab_payment:
|
||||||
schedule_title: Ordering schedule
|
schedule_title: Ordering schedule
|
||||||
|
group_order_invoices: Group order invoices
|
||||||
tab_security:
|
tab_security:
|
||||||
default_roles_title: Access to
|
default_roles_title: Access to
|
||||||
default_roles_paragraph: By default every member of the foodcoop has access to the following areas.
|
default_roles_paragraph: By default every member of the foodcoop has access to the following areas.
|
||||||
|
@ -671,8 +672,9 @@ en:
|
||||||
no_automatic_distribution: No automatic distribution
|
no_automatic_distribution: No automatic distribution
|
||||||
use_apple_points: Apple points
|
use_apple_points: Apple points
|
||||||
group_order_invoices:
|
group_order_invoices:
|
||||||
use: Automatically send group order invoices when an order is settled
|
use: Send automatically via mail after oder settlement
|
||||||
payment_method: Payment method for group order invoices
|
payment_method: Payment method
|
||||||
|
vat_exempt: This foodcoopis VAT exempt
|
||||||
use_boxfill: Box-fill phase
|
use_boxfill: Box-fill phase
|
||||||
use_iban: Use IBAN
|
use_iban: Use IBAN
|
||||||
use_nick: Use nicknames
|
use_nick: Use nicknames
|
||||||
|
|
Loading…
Reference in a new issue