mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
invoice generation for space reservation
This commit is contained in:
parent
43f78ff0e0
commit
b48557fd96
@ -125,6 +125,8 @@ module PDF
|
||||
### Machine reservation
|
||||
when 'Machine'
|
||||
details += I18n.t('invoices.machine_reservation_DESCRIPTION', DESCRIPTION: item.description)
|
||||
when 'Space'
|
||||
details += I18n.t('invoices.space_reservation_DESCRIPTION', DESCRIPTION: item.description)
|
||||
### Training reservation
|
||||
when 'Training'
|
||||
details += I18n.t('invoices.training_reservation_DESCRIPTION', DESCRIPTION: item.description)
|
||||
|
@ -85,6 +85,7 @@ en:
|
||||
subscription_extended_for_free_from_START_to_END: "Subscription extended for free - From %{START} to %{END}"
|
||||
subscription_NAME_from_START_to_END: "Subscription - From %{START} to %{END}"
|
||||
machine_reservation_DESCRIPTION: "Machine reservation - %{DESCRIPTION}"
|
||||
space_reservation_DESCRIPTION: "Space reservation - %{DESCRIPTION}"
|
||||
training_reservation_DESCRIPTION: "Training reservation - %{DESCRIPTION}"
|
||||
event_reservation_DESCRIPTION: "Event reservation - %{DESCRIPTION}"
|
||||
full_price_ticket:
|
||||
|
@ -85,6 +85,7 @@ fr:
|
||||
subscription_extended_for_free_from_START_to_END: "Abonnement prolongé gratuitement - Du %{START} au %{END}"
|
||||
subscription_NAME_from_START_to_END: "Abonnement - Du %{START} au %{END}"
|
||||
machine_reservation_DESCRIPTION: "Réservation Machine - %{DESCRIPTION}"
|
||||
space_reservation_DESCRIPTION: "Réservation Espace - %{DESCRIPTION}"
|
||||
training_reservation_DESCRIPTION: "Réservation Formation - %{DESCRIPTION}"
|
||||
event_reservation_DESCRIPTION: "Réservation Évènement - %{DESCRIPTION}"
|
||||
full_price_ticket:
|
||||
|
Loading…
Reference in New Issue
Block a user