Add IBAN field to supplier and user model
This commit is contained in:
parent
925727d3ae
commit
c6731b4e4f
12 changed files with 34 additions and 2 deletions
|
|
@ -143,6 +143,7 @@ en:
|
|||
delivery_days: Delivery days
|
||||
email: Email
|
||||
fax: Fax
|
||||
iban: IBAN
|
||||
is_subscribed: subscribed?
|
||||
min_order_quantity: Minimum order quantity
|
||||
min_order_quantity_short: Min. quantity
|
||||
|
|
@ -165,6 +166,7 @@ en:
|
|||
user:
|
||||
email: Email
|
||||
first_name: First name
|
||||
iban: IBAN
|
||||
last_activity: Last activity
|
||||
last_login: Last login
|
||||
last_name: Last name
|
||||
|
|
@ -520,6 +522,7 @@ en:
|
|||
use_boxfill: When enabled, near end of an order, members are only able to change their order when increases the total amount ordered. This helps to fill any remaining boxes. You still need to set a box-fill date for the orders.
|
||||
use_current_orders: Enable the current_orders plugin. Allows members with the order permission to change member amounts in multiple orders, using three new screens in the Orders menu. Especially useful for pick-up days.
|
||||
use_documents: Add a basic document sharing page to the foodcoop menu.
|
||||
use_iban: When enabled, supplier and user provide an additonal field for storing the international bank account number.
|
||||
use_messages: Allow members to communicate with each other within Foodsoft.
|
||||
use_nick: Show and use nicknames instead of real names. When enabling this, please check that each user has a nickname.
|
||||
use_wiki: Enable editable wiki pages.
|
||||
|
|
@ -571,6 +574,7 @@ en:
|
|||
use_boxfill: Box-fill phase
|
||||
use_current_orders: Extra distribute screens
|
||||
use_documents: Enable documents
|
||||
use_iban: Use IBAN
|
||||
use_messages: Messages
|
||||
use_nick: Use nicknames
|
||||
use_wiki: Enable wiki
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue