Add admin UI for SupplierCategories
This commit is contained in:
parent
7e8c1d041d
commit
708f85a839
10 changed files with 108 additions and 0 deletions
|
|
@ -193,6 +193,11 @@ en:
|
|||
phone2: Phone 2
|
||||
shared_sync_method: How to synchronize
|
||||
url: Homepage
|
||||
supplier_category:
|
||||
name: Name
|
||||
description: Description
|
||||
financial_transaction_class: Financial transacton class
|
||||
bank_account: Bank account
|
||||
task:
|
||||
created_by: Created by
|
||||
created_on: Created at
|
||||
|
|
@ -267,6 +272,7 @@ en:
|
|||
stock_article: Stock article
|
||||
stock_taking: Stock taking
|
||||
supplier: Supplier
|
||||
supplier_category: Supplier category
|
||||
task: Task
|
||||
user: User
|
||||
workgroup: Workgroup
|
||||
|
|
@ -328,8 +334,11 @@ en:
|
|||
first_paragraph: Here you can manage the financial transaction classes and the corresponding financial transaction types. Every financial transaction has a type, which you have to select at every transaction, if you created more than one type. The financial transaction classes can be use to group the financial transaction types and will be shown as additional columns in the account overview, if there have been created more than one.
|
||||
new_bank_account: Add new bank account
|
||||
new_financial_transaction_class: Add new financial transaction class
|
||||
new_bank_gateway: Add new bank gateway
|
||||
title: Finances
|
||||
transaction_types: Financial transaction types
|
||||
supplier_categories: Supplier categories
|
||||
new_supplier_category: New supplier category
|
||||
transaction_types:
|
||||
name: Name
|
||||
new_financial_transaction_type: Add new financial transaction type
|
||||
|
|
@ -428,6 +437,10 @@ en:
|
|||
workgroups:
|
||||
members: members
|
||||
name: name
|
||||
supplier_categories:
|
||||
form:
|
||||
title_new: Add supplier category
|
||||
title_edit: Edit supplier category
|
||||
application:
|
||||
controller:
|
||||
error_authn: Authentication required!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue