Compare commits

..

36 Commits

Author SHA1 Message Date
Rushabh Mehta
d55d0c06e3 Merge branch 'develop' 2015-12-23 16:29:34 +05:30
Rushabh Mehta
8681a95010 bumped to version 6.14.1 2015-12-23 16:59:34 +06:00
Rushabh Mehta
1f63747916 [minor] [fix] add child in sales browser 2015-12-23 16:23:37 +05:30
Rushabh Mehta
332ec15dd7 Merge pull request #4525 from nabinhait/jv_fix_10
[fix] Validate advance entry based on party
2015-12-23 16:09:29 +05:30
Nabin Hait
6f8dafbb5e [fix] Validate advance entry based on party 2015-12-23 13:03:31 +05:30
Rushabh Mehta
d4073d50b2 Merge pull request #4530 from umairsy/develop
Updated screenshots in some articles
2015-12-23 13:01:30 +05:30
Rushabh Mehta
88bcee78a7 Merge pull request #4524 from nabinhait/jv_fix_9
[fix] Set debit/credit in company currency
2015-12-23 12:59:02 +05:30
Rushabh Mehta
cc2796e676 Merge pull request #4520 from partzsch/develop
Time Log now down to seconds
2015-12-23 12:56:44 +05:30
Umair Sayyed
dbaf6b569b Updated screenshots in some articles 2015-12-23 12:11:53 +05:30
Nabin Hait
d37cef7f60 [fix] Set debit/credit in company currency 2015-12-22 15:13:01 +05:30
Rushabh Mehta
01293bb3a3 [fix] [minor] fix available qty even if 0 2015-12-22 12:57:42 +05:30
partzsch
55ad42cfd0 Time Log now down to seconds
according to request of @anadpdoshi
new branch new commit new PR
2015-12-21 17:51:42 +01:00
Anand Doshi
381cec7b87 [fix] added Shopping Cart and Report Builder in Learn module 2015-12-21 18:56:20 +05:30
Anand Doshi
4c87497b7c Merge branch 'develop' 2015-12-21 18:34:08 +05:30
Anand Doshi
9fdf2a8bfe bumped to version 6.14.0 2015-12-21 19:04:08 +06:00
Anand Doshi
f773f1f539 [videos] added missing videos 2015-12-21 18:32:23 +05:30
Anand Doshi
7b8a224dd0 Merge pull request #4519 from umairsy/develop
video help page on report builder and shopping cart
2015-12-21 18:16:26 +05:30
Umair Sayyed
e1482f1acc video help page on report builder and shopping cart 2015-12-21 18:06:15 +05:30
Anand Doshi
c98d244af0 [change-log] 2015-12-21 17:31:09 +05:30
Anand Doshi
ee19fc0c7f [translations] + added Gujarati - Fixes frappe/translator#63 2015-12-21 17:10:20 +05:30
Anand Doshi
ee2129ce1c Merge pull request #4513 from nabinhait/discount_percentage
Additional Discount amount based on percentage
2015-12-21 16:13:17 +05:30
Anand Doshi
beed9ae4f8 Merge pull request #4510 from nabinhait/account_merge
[fix] Group account merging with sub-ordinate group
2015-12-21 16:03:19 +05:30
Anand Doshi
50ddf921be [minor] UOM message 2015-12-21 10:58:33 +05:30
Nabin Hait
3769d87240 Additional Discount amount based on percentage 2015-12-18 13:12:08 +05:30
Anand Doshi
15050e326c Merge pull request #4509 from anandpdoshi/fix/validate-total-transfer-in-material-request
[fix] Validate transfer qty cannot be greater than qty
2015-12-18 10:50:36 +05:30
Anand Doshi
0f809426d2 [fix] Validate transfer qty cannot be greater than qty 2015-12-17 22:35:03 +05:30
Nabin Hait
adab5d308c [fix] Group account merging with sub-ordinate group 2015-12-17 12:53:25 +05:30
Nabin Hait
824122c42a Merge branch 'ccfiel-develop' into develop 2015-12-17 12:20:40 +05:30
Nabin Hait
afda26e4f3 Fixed conflict 2015-12-17 12:19:58 +05:30
Chris Ian Fiel
d6d354b5c3 By: nabinhait
Depreciation account is an expense account, it is debited while booking depreciation. Thats why Depreciation amount is coming as negative, I think it should be positive and added to the "Net Profit and Loss".
2015-12-17 09:42:12 +08:00
Chris Ian Fiel
7d310bd182 Merge branch 'develop' of https://github.com/frappe/erpnext into develop 2015-12-17 09:18:24 +08:00
Nabin Hait
8b33a6cdc0 Cleanup in cash flow 2015-12-16 16:09:43 +05:30
Nabin Hait
5e173c7106 Merge branch 'develop' of https://github.com/ccfiel/erpnext into ccfiel-develop 2015-12-15 17:39:55 +05:30
Chris Ian Fiel
c80796cdd5 Cash Flow Report 2015-12-12 11:26:54 +08:00
Chris Ian Fiel
fde03453e4 Cash Flow Report 2015-12-12 10:54:56 +08:00
Chris Ian Fiel
826e18a29f Cash Flow Report 2015-12-12 10:33:01 +08:00
141 changed files with 8372 additions and 3383 deletions

View File

@@ -1,2 +1,2 @@
from __future__ import unicode_literals
__version__ = '6.13.1'
__version__ = '6.14.1'

View File

@@ -25,6 +25,7 @@
"oldfieldtype": "Section Break",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -46,6 +47,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -71,6 +73,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 1,
@@ -95,6 +98,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -120,6 +124,7 @@
"options": "Company",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 1,
@@ -143,6 +148,7 @@
"options": "\nAsset\nLiability\nIncome\nExpense\nEquity",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -166,6 +172,7 @@
"options": "\nBalance Sheet\nProfit and Loss",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -191,6 +198,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -212,6 +220,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -238,6 +247,7 @@
"options": "Account",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -261,9 +271,10 @@
"no_copy": 0,
"oldfieldname": "account_type",
"oldfieldtype": "Select",
"options": "\nBank\nCash\nTax\nChargeable\nWarehouse\nReceivable\nPayable\nEquity\nFixed Asset\nCost of Goods Sold\nExpense Account\nRound Off\nIncome Account\nStock Received But Not Billed\nExpenses Included In Valuation\nStock Adjustment\nStock\nTemporary",
"options": "\nBank\nCash\nDepreciation\nTax\nChargeable\nWarehouse\nReceivable\nPayable\nEquity\nFixed Asset\nCost of Goods Sold\nExpense Account\nRound Off\nIncome Account\nStock Received But Not Billed\nExpenses Included In Valuation\nStock Adjustment\nStock\nTemporary",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -289,6 +300,7 @@
"oldfieldtype": "Currency",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -315,6 +327,7 @@
"options": "No\nYes",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -338,6 +351,7 @@
"options": "Warehouse",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -361,6 +375,7 @@
"options": "\nDebit\nCredit",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -383,6 +398,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -405,6 +421,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -427,6 +444,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -445,7 +463,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2015-11-16 06:29:41.535663",
"modified": "2015-12-12 10:19:54.365839",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Account",

View File

@@ -199,6 +199,10 @@ class Account(Document):
if val != [self.is_group, self.root_type, self.company]:
throw(_("""Merging is only possible if following properties are same in both records. Is Group, Root Type, Company"""))
if self.is_group and frappe.db.get_value("Account", new, "parent_account") == old:
frappe.db.set_value("Account", new, "parent_account",
frappe.db.get_value("Account", old, "parent_account"))
return new_account

View File

@@ -347,6 +347,7 @@ frappe.ui.form.on("Journal Entry Account", {
callback: function(r) {
if(r.message) {
$.extend(d, r.message);
erpnext.journal_entry.set_debit_credit_in_company_currency(frm, dt, dn);
refresh_field('accounts');
}
}
@@ -355,11 +356,11 @@ frappe.ui.form.on("Journal Entry Account", {
},
debit_in_account_currency: function(frm, cdt, cdn) {
erpnext.journal_entry.set_debit_credit_in_company_currency(frm, cdt, cdn);
erpnext.journal_entry.set_exchange_rate(frm, cdt, cdn);
},
credit_in_account_currency: function(frm, cdt, cdn) {
erpnext.journal_entry.set_debit_credit_in_company_currency(frm, cdt, cdn);
erpnext.journal_entry.set_exchange_rate(frm, cdt, cdn);
},
debit: function(frm, dt, dn) {
@@ -368,6 +369,17 @@ frappe.ui.form.on("Journal Entry Account", {
credit: function(frm, dt, dn) {
cur_frm.cscript.update_totals(frm.doc);
},
exchange_rate: function(frm, cdt, cdn) {
var company_currency = frappe.get_doc(":Company", frm.doc.company).default_currency;
var row = locals[cdt][cdn];
if(row.account_currency == company_currency || !frm.doc.multi_currency) {
frappe.model.set_value(cdt, cdn, "exchange_rate", 1);
}
erpnext.journal_entry.set_debit_credit_in_company_currency(frm, cdt, cdn);
}
})
@@ -395,8 +407,6 @@ $.extend(erpnext.journal_entry, {
},
set_debit_credit_in_company_currency: function(frm, cdt, cdn) {
erpnext.journal_entry.set_exchange_rate(frm, cdt, cdn);
var row = locals[cdt][cdn];
frappe.model.set_value(cdt, cdn, "debit",
@@ -413,7 +423,8 @@ $.extend(erpnext.journal_entry, {
var row = locals[cdt][cdn];
if(row.account_currency == company_currency || !frm.doc.multi_currency) {
frappe.model.set_value(cdt, cdn, "exchange_rate", 1);
row.exchange_rate = 1;
erpnext.journal_entry.set_debit_credit_in_company_currency(frm, cdt, cdn);
} else if (!row.exchange_rate || row.exchange_rate == 1 || row.account_type == "Bank") {
frappe.call({
method: "erpnext.accounts.doctype.journal_entry.journal_entry.get_exchange_rate",
@@ -429,11 +440,15 @@ $.extend(erpnext.journal_entry, {
},
callback: function(r) {
if(r.message) {
frappe.model.set_value(cdt, cdn, "exchange_rate", r.message);
row.exchange_rate = r.message;
erpnext.journal_entry.set_debit_credit_in_company_currency(frm, cdt, cdn);
}
}
})
} else {
erpnext.journal_entry.set_debit_credit_in_company_currency(frm, cdt, cdn);
}
refresh_field("exchange_rate", cdn, "accounts");
},
quick_entry: function(frm) {

View File

@@ -104,6 +104,12 @@ class JournalEntry(AccountsController):
msgprint(_("Row {0}: Please check 'Is Advance' against Account {1} if this is an advance entry.").format(d.idx, d.account))
elif d.reference_type in ("Sales Order", "Purchase Order") and d.is_advance != "Yes":
frappe.throw(_("Row {0}: Payment against Sales/Purchase Order should always be marked as advance").format(d.idx))
if d.is_advance == "Yes":
if d.party_type == 'Customer' and flt(d.debit) > 0:
frappe.throw(_("Row {0}: Advance against Customer must be credit").format(d.idx))
elif d.party_type == 'Supplier' and flt(d.credit) > 0:
frappe.throw(_("Row {0}: Advance against Supplier must be debit").format(d.idx))
def validate_against_jv(self):
for d in self.get('accounts'):

View File

@@ -1153,6 +1153,31 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "base_discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount (Company Currency)",
"length": 0,
"no_copy": 0,
"options": "Company:company:default_currency",
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1176,6 +1201,30 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "additional_discount_percentage",
"fieldtype": "Float",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Percentage",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1201,31 +1250,6 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "base_discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount (Company Currency)",
"length": 0,
"no_copy": 0,
"options": "Company:company:default_currency",
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -2463,7 +2487,7 @@
"istable": 0,
"max_attachments": 0,
"menu_index": 0,
"modified": "2015-12-01 00:49:02.736868",
"modified": "2015-12-17 16:18:58.177334",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice",

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,6 @@
// Copyright (c) 2013, Frappe Technologies Pvt. Ltd. and contributors
// For license information, please see license.txt
frappe.require("assets/erpnext/js/financial_statements.js");
frappe.query_reports["Cash Flow"] = erpnext.financial_statements;

View File

@@ -0,0 +1,18 @@
{
"add_total_row": 0,
"apply_user_permissions": 1,
"creation": "2015-12-12 10:22:45.383203",
"disabled": 0,
"docstatus": 0,
"doctype": "Report",
"idx": 0,
"is_standard": "Yes",
"modified": "2015-12-12 10:22:45.383203",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Cash Flow",
"owner": "Administrator",
"ref_doctype": "GL Entry",
"report_name": "Cash Flow",
"report_type": "Script Report"
}

View File

@@ -0,0 +1,134 @@
# Copyright (c) 2013, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
from __future__ import unicode_literals
import frappe
from frappe import _
from erpnext.accounts.report.financial_statements import (get_period_list, get_columns, get_data)
from erpnext.accounts.report.profit_and_loss_statement.profit_and_loss_statement import get_net_profit_loss
def execute(filters=None):
period_list = get_period_list(filters.fiscal_year, filters.periodicity)
operation_accounts = {
"section_name": "Operations",
"section_footer": _("Net Cash from Operations"),
"section_header": _("Cash Flow from Operations"),
"account_types": [
{"account_type": "Depreciation", "label": _("Depreciation")},
{"account_type": "Receivable", "label": _("Net Change in Accounts Receivable")},
{"account_type": "Payable", "label": _("Net Change in Accounts Payable")},
{"account_type": "Warehouse", "label": _("Net Change in Inventory")}
]
}
investing_accounts = {
"section_name": "Investing",
"section_footer": _("Net Cash from Investing"),
"section_header": _("Cash Flow from Investing"),
"account_types": [
{"account_type": "Fixed Asset", "label": _("Net Change in Fixed Asset")}
]
}
financing_accounts = {
"section_name": "Financing",
"section_footer": _("Net Cash from Financing"),
"section_header": _("Cash Flow from Financing"),
"account_types": [
{"account_type": "Equity", "label": _("Net Change in Equity")}
]
}
# combine all cash flow accounts for iteration
cash_flow_accounts = []
cash_flow_accounts.append(operation_accounts)
cash_flow_accounts.append(investing_accounts)
cash_flow_accounts.append(financing_accounts)
# compute net profit / loss
income = get_data(filters.company, "Income", "Credit", period_list, ignore_closing_entries=True)
expense = get_data(filters.company, "Expense", "Debit", period_list, ignore_closing_entries=True)
net_profit_loss = get_net_profit_loss(income, expense, period_list)
data = []
for cash_flow_account in cash_flow_accounts:
section_data = []
data.append({
"account_name": cash_flow_account['section_header'],
"parent_account": None,
"indent": 0.0,
"account": cash_flow_account['section_header']
})
if len(data) == 1:
# add first net income in operations section
if net_profit_loss:
net_profit_loss.update({
"indent": 1,
"parent_account": operation_accounts['section_header']
})
data.append(net_profit_loss)
section_data.append(net_profit_loss)
for account in cash_flow_account['account_types']:
account_data = get_account_type_based_data(filters.company, account['account_type'], period_list)
account_data.update({
"account_name": account['label'],
"indent": 1,
"parent_account": cash_flow_account['section_header']
})
data.append(account_data)
section_data.append(account_data)
add_total_row_account(data, section_data, cash_flow_account['section_footer'], period_list)
add_total_row_account(data, data, _("Net Change in Cash"), period_list)
columns = get_columns(period_list)
return columns, data
def get_account_type_based_data(company, account_type, period_list):
data = {}
for period in period_list:
gl_sum = frappe.db.sql_list("""
select sum(credit) - sum(debit)
from `tabGL Entry`
where company=%s and posting_date >= %s and posting_date <= %s
and voucher_type != 'Period Closing Voucher'
and account in ( SELECT name FROM tabAccount WHERE account_type = %s)
""", (company, period['from_date'], period['to_date'], account_type))
if gl_sum and gl_sum[0]:
amount = gl_sum[0]
if account_type == "Depreciation":
amount *= -1
else:
amount = 0
data.update({
"from_date": period['from_date'],
"to_date": period['to_date'],
period["key"]: amount
})
return data
def add_total_row_account(out, data, label, period_list):
total_row = {
"account_name": "'" + _("{0}").format(label) + "'",
"account": None
}
for row in data:
if row.get("parent_account"):
for period in period_list:
total_row.setdefault(period.key, 0.0)
total_row[period.key] += row.get(period.key, 0.0)
out.append(total_row)
out.append({})

View File

@@ -257,4 +257,4 @@ def get_columns(period_list):
"width": 150
})
return columns
return columns

View File

@@ -59,7 +59,8 @@ erpnext.buying.BuyingController = erpnext.TransactionController.extend({
this.frm.toggle_display("supplier_name",
(this.supplier_name && this.frm.doc.supplier_name!==this.frm.doc.supplier));
if(this.frm.doctype==="Purchase Order" || this.frm.doctype==="Material Request") {
if(this.frm.docstatus==0 &&
(this.frm.doctype==="Purchase Order" || this.frm.doctype==="Material Request")) {
this.set_from_product_bundle();
}

View File

@@ -1349,6 +1349,31 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "base_discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount (Company Currency)",
"length": 0,
"no_copy": 0,
"options": "Company:company:default_currency",
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1372,6 +1397,30 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "additional_discount_percentage",
"fieldtype": "Float",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Percentage",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1397,31 +1446,6 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "base_discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount (Company Currency)",
"length": 0,
"no_copy": 0,
"options": "Company:company:default_currency",
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -2434,7 +2458,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2015-12-01 00:48:11.749313",
"modified": "2015-12-17 16:18:39.096762",
"modified_by": "Administrator",
"module": "Buying",
"name": "Purchase Order",

View File

@@ -1080,6 +1080,31 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "base_discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount (Company Currency)",
"length": 0,
"no_copy": 0,
"options": "Company:company:default_currency",
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1103,6 +1128,30 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "additional_discount_percentage",
"fieldtype": "Float",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Percentage",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1128,31 +1177,6 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "base_discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount (Company Currency)",
"length": 0,
"no_copy": 0,
"options": "Company:company:default_currency",
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1690,7 +1714,7 @@
"istable": 0,
"max_attachments": 0,
"menu_index": 0,
"modified": "2015-12-01 00:48:50.969833",
"modified": "2015-12-17 16:18:29.855942",
"modified_by": "Administrator",
"module": "Buying",
"name": "Supplier Quotation",

View File

@@ -0,0 +1,7 @@
- **Cash Flow Report**
- Thank you [Chris Ian Fiel](https://discuss.erpnext.com/users/ccfiel/activity) for this much needed report!
- You can access this report from *Accounts > Main Reports > Cash Flow*
- **Additional Discount Percentage**
- Enter a percentage value to calculate Additional Discount Amount
- Apply such a discount in the POS screen
- Available in all Selling and Buying transactions

View File

@@ -229,6 +229,12 @@ def get_data():
"doctype": "GL Entry",
"is_query_report": True
},
{
"type": "report",
"name": "Cash Flow",
"doctype": "GL Entry",
"is_query_report": True
},
{
"type": "report",
"name": "Profit and Loss Statement",

View File

@@ -21,6 +21,11 @@ def get_data():
"label": _("Customizing Forms"),
"youtube_id": "pJhL9mmxV_U"
},
{
"type": "help",
"label": _("Report Builder"),
"youtube_id": "y0o5iYZOioU"
},
]
},
@@ -57,6 +62,16 @@ def get_data():
"label": _("Workflow"),
"youtube_id": "yObJUg9FxFs"
},
{
"type": "help",
"label": _("Email Account"),
"youtube_id": "YFYe0DrB95o"
},
{
"type": "help",
"label": _("File Manager"),
"youtube_id": "4-osLW3E_Rk"
},
]
},
{
@@ -76,7 +91,12 @@ def get_data():
"type": "help",
"label": _("Opening Accounting Balance"),
"youtube_id": "kdgM20Q-q68"
}
},
{
"type": "help",
"label": _("Advance Payments"),
"youtube_id": "J46-6qtyZ9U"
},
]
},
{
@@ -111,7 +131,17 @@ def get_data():
"type": "help",
"label": _("Point-of-Sale"),
"youtube_id": "4WkelWkbP_c"
}
},
{
"type": "help",
"label": _("Product Bundle"),
"youtube_id": "yk-7kPrRyRRc"
},
{
"type": "help",
"label": _("Drop Ship"),
"youtube_id": "hUc0hu_XLdo"
},
]
},
{
@@ -152,6 +182,11 @@ def get_data():
"label": _("Managing Subcontracting"),
"youtube_id": "ThiMCC2DtKo"
},
{
"type": "help",
"label": _("Quality Inspection"),
"youtube_id": "WmtcF3Y40Fs"
},
]
},
{
@@ -235,4 +270,19 @@ def get_data():
},
]
},
{
"label": _("Website"),
"items": [
{
"type": "help",
"label": _("Publish Items on Website"),
"youtube_id": "W31LBBNzbgc"
},
{
"type": "help",
"label": _("Shopping Cart"),
"youtube_id": "xkrYO-KFukM"
},
]
},
]

View File

@@ -4,7 +4,7 @@
from __future__ import unicode_literals
import json
import frappe
from frappe import _
from frappe import _, scrub
from frappe.utils import cint, flt, rounded
from erpnext.setup.utils import get_company_currency
from erpnext.controllers.accounts_controller import validate_conversion_rate, \
@@ -20,6 +20,7 @@ class calculate_taxes_and_totals(object):
self._calculate()
if self.doc.meta.get_field("discount_amount"):
self.set_discount_amount()
self.apply_discount_amount()
if self.doc.doctype in ["Sales Invoice", "Purchase Invoice"]:
@@ -325,6 +326,11 @@ class calculate_taxes_and_totals(object):
def _cleanup(self):
for tax in self.doc.get("taxes"):
tax.item_wise_tax_detail = json.dumps(tax.item_wise_tax_detail, separators=(',', ':'))
def set_discount_amount(self):
if not self.doc.discount_amount and self.doc.additional_discount_percentage:
self.doc.discount_amount = flt(flt(self.doc.get(scrub(self.doc.apply_discount_on)))
* self.doc.additional_discount_percentage / 100, self.doc.precision("discount_amount"))
def apply_discount_amount(self):
if self.doc.discount_amount:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -335,6 +335,20 @@ from tax inclusive amount</p>
<p class="docs-attr-name">
<a name="set_discount_amount" href="#set_discount_amount" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>set_discount_amount</b>
<i class="text-muted">(self)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<br>
<p class="docs-attr-name">
<a name="set_item_wise_tax" href="#set_item_wise_tax" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>

View File

@@ -35,7 +35,7 @@
Version
</td>
<td>
<code>6.12.11</code>
<code>6.14.0</code>
</td>
</tr>
</table>

View File

@@ -210,6 +210,7 @@ Profit and Loss</pre>
<pre>
Bank
Cash
Depreciation
Tax
Chargeable
Warehouse
@@ -945,10 +946,6 @@ Credit</pre>
<li>

View File

@@ -717,32 +717,6 @@ Net Total</pre>
<tr >
<td>47</td>
<td ><code>column_break_46</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>48</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr >
<td>49</td>
<td ><code>base_discount_amount</code></td>
<td >
Currency</td>
@@ -755,8 +729,46 @@ Net Total</pre>
</td>
</tr>
<tr class="info">
<tr >
<td>48</td>
<td ><code>column_break_46</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>49</td>
<td ><code>additional_discount_percentage</code></td>
<td >
Float</td>
<td >
Additional Discount Percentage
</td>
<td></td>
</tr>
<tr >
<td>50</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr class="info">
<td>51</td>
<td ><code>section_break_49</code></td>
<td >
Section Break</td>
@@ -768,7 +780,7 @@ Net Total</pre>
</tr>
<tr >
<td>51</td>
<td>52</td>
<td ><code>base_grand_total</code></td>
<td >
Currency</td>
@@ -782,7 +794,7 @@ Net Total</pre>
</tr>
<tr >
<td>52</td>
<td>53</td>
<td ><code>base_in_words</code></td>
<td >
Data</td>
@@ -794,7 +806,7 @@ Net Total</pre>
</tr>
<tr >
<td>53</td>
<td>54</td>
<td ><code>column_break8</code></td>
<td class="info">
Column Break</td>
@@ -806,7 +818,7 @@ Net Total</pre>
</tr>
<tr >
<td>54</td>
<td>55</td>
<td ><code>grand_total</code></td>
<td >
Currency</td>
@@ -820,7 +832,7 @@ Net Total</pre>
</tr>
<tr >
<td>55</td>
<td>56</td>
<td ><code>in_words</code></td>
<td >
Data</td>
@@ -832,7 +844,7 @@ Net Total</pre>
</tr>
<tr >
<td>56</td>
<td>57</td>
<td ><code>total_advance</code></td>
<td >
Currency</td>
@@ -846,7 +858,7 @@ Net Total</pre>
</tr>
<tr >
<td>57</td>
<td>58</td>
<td ><code>outstanding_amount</code></td>
<td >
Currency</td>
@@ -860,7 +872,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>58</td>
<td>59</td>
<td ><code>write_off</code></td>
<td >
Section Break</td>
@@ -872,7 +884,7 @@ Net Total</pre>
</tr>
<tr >
<td>59</td>
<td>60</td>
<td ><code>write_off_amount</code></td>
<td >
Currency</td>
@@ -886,7 +898,7 @@ Net Total</pre>
</tr>
<tr >
<td>60</td>
<td>61</td>
<td ><code>base_write_off_amount</code></td>
<td >
Currency</td>
@@ -900,7 +912,7 @@ Net Total</pre>
</tr>
<tr >
<td>61</td>
<td>62</td>
<td ><code>column_break_61</code></td>
<td class="info">
Column Break</td>
@@ -912,7 +924,7 @@ Net Total</pre>
</tr>
<tr >
<td>62</td>
<td>63</td>
<td ><code>write_off_account</code></td>
<td >
Link</td>
@@ -933,7 +945,7 @@ Net Total</pre>
</tr>
<tr >
<td>63</td>
<td>64</td>
<td ><code>write_off_cost_center</code></td>
<td >
Link</td>
@@ -954,7 +966,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>64</td>
<td>65</td>
<td ><code>advances_section</code></td>
<td >
Section Break</td>
@@ -968,7 +980,7 @@ Net Total</pre>
</tr>
<tr >
<td>65</td>
<td>66</td>
<td ><code>get_advances_paid</code></td>
<td >
Button</td>
@@ -982,7 +994,7 @@ Net Total</pre>
</tr>
<tr >
<td>66</td>
<td>67</td>
<td ><code>advances</code></td>
<td >
Table</td>
@@ -1003,7 +1015,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>67</td>
<td>68</td>
<td ><code>terms_section_break</code></td>
<td >
Section Break</td>
@@ -1017,7 +1029,7 @@ Net Total</pre>
</tr>
<tr >
<td>68</td>
<td>69</td>
<td ><code>tc_name</code></td>
<td >
Link</td>
@@ -1038,7 +1050,7 @@ Net Total</pre>
</tr>
<tr >
<td>69</td>
<td>70</td>
<td ><code>terms</code></td>
<td >
Text Editor</td>
@@ -1050,7 +1062,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>70</td>
<td>71</td>
<td ><code>contact_section</code></td>
<td >
Section Break</td>
@@ -1064,7 +1076,7 @@ Net Total</pre>
</tr>
<tr >
<td>71</td>
<td>72</td>
<td ><code>supplier_address</code></td>
<td >
Link</td>
@@ -1085,7 +1097,7 @@ Net Total</pre>
</tr>
<tr >
<td>72</td>
<td>73</td>
<td ><code>col_break23</code></td>
<td class="info">
Column Break</td>
@@ -1097,7 +1109,7 @@ Net Total</pre>
</tr>
<tr >
<td>73</td>
<td>74</td>
<td ><code>contact_person</code></td>
<td >
Link</td>
@@ -1118,7 +1130,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>74</td>
<td>75</td>
<td ><code>printing_settings</code></td>
<td >
Section Break</td>
@@ -1130,7 +1142,7 @@ Net Total</pre>
</tr>
<tr >
<td>75</td>
<td>76</td>
<td ><code>letter_head</code></td>
<td >
Link</td>
@@ -1151,7 +1163,7 @@ Net Total</pre>
</tr>
<tr >
<td>76</td>
<td>77</td>
<td ><code>select_print_heading</code></td>
<td >
Link</td>
@@ -1172,7 +1184,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>77</td>
<td>78</td>
<td ><code>more_info</code></td>
<td >
Section Break</td>
@@ -1186,7 +1198,7 @@ Net Total</pre>
</tr>
<tr >
<td>78</td>
<td>79</td>
<td class="danger" title="Mandatory"><code>credit_to</code></td>
<td >
Link</td>
@@ -1207,7 +1219,7 @@ Net Total</pre>
</tr>
<tr >
<td>79</td>
<td>80</td>
<td ><code>party_account_currency</code></td>
<td >
Link</td>
@@ -1228,7 +1240,7 @@ Net Total</pre>
</tr>
<tr >
<td>80</td>
<td>81</td>
<td ><code>is_opening</code></td>
<td >
Select</td>
@@ -1243,7 +1255,7 @@ Yes</pre>
</tr>
<tr >
<td>81</td>
<td>82</td>
<td ><code>due_date</code></td>
<td >
Date</td>
@@ -1255,7 +1267,7 @@ Yes</pre>
</tr>
<tr >
<td>82</td>
<td>83</td>
<td ><code>against_expense_account</code></td>
<td >
Small Text</td>
@@ -1267,7 +1279,7 @@ Yes</pre>
</tr>
<tr >
<td>83</td>
<td>84</td>
<td ><code>column_break_63</code></td>
<td class="info">
Column Break</td>
@@ -1279,7 +1291,7 @@ Yes</pre>
</tr>
<tr >
<td>84</td>
<td>85</td>
<td ><code>mode_of_payment</code></td>
<td >
Link</td>
@@ -1300,7 +1312,7 @@ Yes</pre>
</tr>
<tr >
<td>85</td>
<td>86</td>
<td ><code>fiscal_year</code></td>
<td >
Link</td>
@@ -1321,7 +1333,7 @@ Yes</pre>
</tr>
<tr >
<td>86</td>
<td>87</td>
<td ><code>remarks</code></td>
<td >
Small Text</td>
@@ -1333,7 +1345,7 @@ Yes</pre>
</tr>
<tr class="info">
<td>87</td>
<td>88</td>
<td ><code>recurring_invoice</code></td>
<td >
Section Break</td>
@@ -1347,7 +1359,7 @@ Yes</pre>
</tr>
<tr >
<td>88</td>
<td>89</td>
<td ><code>is_recurring</code></td>
<td >
Check</td>
@@ -1359,7 +1371,7 @@ Yes</pre>
</tr>
<tr >
<td>89</td>
<td>90</td>
<td ><code>recurring_type</code></td>
<td >
Select</td>
@@ -1377,7 +1389,7 @@ Yearly</pre>
</tr>
<tr >
<td>90</td>
<td>91</td>
<td ><code>from_date</code></td>
<td >
Date</td>
@@ -1390,7 +1402,7 @@ Yearly</pre>
</tr>
<tr >
<td>91</td>
<td>92</td>
<td ><code>to_date</code></td>
<td >
Date</td>
@@ -1403,7 +1415,7 @@ Yearly</pre>
</tr>
<tr >
<td>92</td>
<td>93</td>
<td ><code>repeat_on_day_of_month</code></td>
<td >
Int</td>
@@ -1416,7 +1428,7 @@ Yearly</pre>
</tr>
<tr >
<td>93</td>
<td>94</td>
<td ><code>end_date</code></td>
<td >
Date</td>
@@ -1429,7 +1441,7 @@ Yearly</pre>
</tr>
<tr >
<td>94</td>
<td>95</td>
<td ><code>column_break_82</code></td>
<td class="info">
Column Break</td>
@@ -1441,7 +1453,7 @@ Yearly</pre>
</tr>
<tr >
<td>95</td>
<td>96</td>
<td ><code>next_date</code></td>
<td >
Date</td>
@@ -1454,7 +1466,7 @@ Yearly</pre>
</tr>
<tr >
<td>96</td>
<td>97</td>
<td ><code>recurring_id</code></td>
<td >
Data</td>
@@ -1467,7 +1479,7 @@ Yearly</pre>
</tr>
<tr >
<td>97</td>
<td>98</td>
<td ><code>notification_email_address</code></td>
<td >
Small Text</td>
@@ -1480,7 +1492,7 @@ Yearly</pre>
</tr>
<tr >
<td>98</td>
<td>99</td>
<td ><code>recurring_print_format</code></td>
<td >
Link</td>

View File

@@ -810,32 +810,6 @@ Net Total</pre>
<tr >
<td>53</td>
<td ><code>column_break_51</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>54</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr >
<td>55</td>
<td ><code>base_discount_amount</code></td>
<td >
Currency</td>
@@ -848,8 +822,46 @@ Net Total</pre>
</td>
</tr>
<tr class="info">
<tr >
<td>54</td>
<td ><code>column_break_51</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>55</td>
<td ><code>additional_discount_percentage</code></td>
<td >
Float</td>
<td >
Additional Discount Percentage
</td>
<td></td>
</tr>
<tr >
<td>56</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr class="info">
<td>57</td>
<td ><code>totals</code></td>
<td >
Section Break</td>
@@ -863,7 +875,7 @@ Net Total</pre>
</tr>
<tr >
<td>57</td>
<td>58</td>
<td class="danger" title="Mandatory"><code>base_grand_total</code></td>
<td >
Currency</td>
@@ -877,7 +889,7 @@ Net Total</pre>
</tr>
<tr >
<td>58</td>
<td>59</td>
<td ><code>base_rounded_total</code></td>
<td >
Currency</td>
@@ -891,7 +903,7 @@ Net Total</pre>
</tr>
<tr >
<td>59</td>
<td>60</td>
<td ><code>base_in_words</code></td>
<td >
Data</td>
@@ -904,7 +916,7 @@ Net Total</pre>
</tr>
<tr >
<td>60</td>
<td>61</td>
<td ><code>column_break5</code></td>
<td class="info">
Column Break</td>
@@ -916,7 +928,7 @@ Net Total</pre>
</tr>
<tr >
<td>61</td>
<td>62</td>
<td class="danger" title="Mandatory"><code>grand_total</code></td>
<td >
Currency</td>
@@ -930,7 +942,7 @@ Net Total</pre>
</tr>
<tr >
<td>62</td>
<td>63</td>
<td ><code>rounded_total</code></td>
<td >
Currency</td>
@@ -944,7 +956,7 @@ Net Total</pre>
</tr>
<tr >
<td>63</td>
<td>64</td>
<td ><code>in_words</code></td>
<td >
Data</td>
@@ -956,7 +968,7 @@ Net Total</pre>
</tr>
<tr >
<td>64</td>
<td>65</td>
<td ><code>total_advance</code></td>
<td >
Currency</td>
@@ -970,7 +982,7 @@ Net Total</pre>
</tr>
<tr >
<td>65</td>
<td>66</td>
<td ><code>outstanding_amount</code></td>
<td >
Currency</td>
@@ -984,7 +996,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>66</td>
<td>67</td>
<td ><code>advances_section</code></td>
<td >
Section Break</td>
@@ -998,7 +1010,7 @@ Net Total</pre>
</tr>
<tr >
<td>67</td>
<td>68</td>
<td ><code>get_advances_received</code></td>
<td >
Button</td>
@@ -1012,7 +1024,7 @@ Net Total</pre>
</tr>
<tr >
<td>68</td>
<td>69</td>
<td ><code>advances</code></td>
<td >
Table</td>
@@ -1033,7 +1045,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>69</td>
<td>70</td>
<td ><code>payments_section</code></td>
<td >
Section Break</td>
@@ -1047,7 +1059,7 @@ Net Total</pre>
</tr>
<tr >
<td>70</td>
<td>71</td>
<td ><code>mode_of_payment</code></td>
<td >
Link</td>
@@ -1068,7 +1080,7 @@ Net Total</pre>
</tr>
<tr >
<td>71</td>
<td>72</td>
<td ><code>cash_bank_account</code></td>
<td >
Link</td>
@@ -1089,7 +1101,7 @@ Net Total</pre>
</tr>
<tr >
<td>72</td>
<td>73</td>
<td ><code>column_break3</code></td>
<td class="info">
Column Break</td>
@@ -1101,7 +1113,7 @@ Net Total</pre>
</tr>
<tr >
<td>73</td>
<td>74</td>
<td ><code>paid_amount</code></td>
<td >
Currency</td>
@@ -1115,7 +1127,7 @@ Net Total</pre>
</tr>
<tr >
<td>74</td>
<td>75</td>
<td ><code>base_paid_amount</code></td>
<td >
Currency</td>
@@ -1129,7 +1141,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>75</td>
<td>76</td>
<td ><code>column_break4</code></td>
<td >
Section Break</td>
@@ -1141,7 +1153,7 @@ Net Total</pre>
</tr>
<tr >
<td>76</td>
<td>77</td>
<td ><code>write_off_amount</code></td>
<td >
Currency</td>
@@ -1155,7 +1167,7 @@ Net Total</pre>
</tr>
<tr >
<td>77</td>
<td>78</td>
<td ><code>base_write_off_amount</code></td>
<td >
Currency</td>
@@ -1169,7 +1181,7 @@ Net Total</pre>
</tr>
<tr >
<td>78</td>
<td>79</td>
<td ><code>write_off_outstanding_amount_automatically</code></td>
<td >
Check</td>
@@ -1181,7 +1193,7 @@ Net Total</pre>
</tr>
<tr >
<td>79</td>
<td>80</td>
<td ><code>column_break_74</code></td>
<td class="info">
Column Break</td>
@@ -1193,7 +1205,7 @@ Net Total</pre>
</tr>
<tr >
<td>80</td>
<td>81</td>
<td ><code>write_off_account</code></td>
<td >
Link</td>
@@ -1214,7 +1226,7 @@ Net Total</pre>
</tr>
<tr >
<td>81</td>
<td>82</td>
<td ><code>write_off_cost_center</code></td>
<td >
Link</td>
@@ -1235,7 +1247,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>82</td>
<td>83</td>
<td ><code>terms_section_break</code></td>
<td >
Section Break</td>
@@ -1247,7 +1259,7 @@ Net Total</pre>
</tr>
<tr >
<td>83</td>
<td>84</td>
<td ><code>tc_name</code></td>
<td >
Link</td>
@@ -1268,7 +1280,7 @@ Net Total</pre>
</tr>
<tr >
<td>84</td>
<td>85</td>
<td ><code>terms</code></td>
<td >
Text Editor</td>
@@ -1280,7 +1292,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>85</td>
<td>86</td>
<td ><code>edit_printing_settings</code></td>
<td >
Section Break</td>
@@ -1292,7 +1304,7 @@ Net Total</pre>
</tr>
<tr >
<td>86</td>
<td>87</td>
<td ><code>letter_head</code></td>
<td >
Link</td>
@@ -1313,7 +1325,7 @@ Net Total</pre>
</tr>
<tr >
<td>87</td>
<td>88</td>
<td ><code>column_break_84</code></td>
<td class="info">
Column Break</td>
@@ -1325,7 +1337,7 @@ Net Total</pre>
</tr>
<tr >
<td>88</td>
<td>89</td>
<td ><code>select_print_heading</code></td>
<td >
Link</td>
@@ -1346,7 +1358,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>89</td>
<td>90</td>
<td ><code>contact_section</code></td>
<td >
Section Break</td>
@@ -1360,7 +1372,7 @@ Net Total</pre>
</tr>
<tr >
<td>90</td>
<td>91</td>
<td ><code>project_name</code></td>
<td >
Link</td>
@@ -1381,7 +1393,7 @@ Net Total</pre>
</tr>
<tr >
<td>91</td>
<td>92</td>
<td class="danger" title="Mandatory"><code>territory</code></td>
<td >
Link</td>
@@ -1402,7 +1414,7 @@ Net Total</pre>
</tr>
<tr >
<td>92</td>
<td>93</td>
<td ><code>customer_group</code></td>
<td >
Link</td>
@@ -1423,7 +1435,7 @@ Net Total</pre>
</tr>
<tr >
<td>93</td>
<td>94</td>
<td ><code>col_break23</code></td>
<td class="info">
Column Break</td>
@@ -1435,7 +1447,7 @@ Net Total</pre>
</tr>
<tr >
<td>94</td>
<td>95</td>
<td ><code>customer_address</code></td>
<td >
Link</td>
@@ -1456,7 +1468,7 @@ Net Total</pre>
</tr>
<tr >
<td>95</td>
<td>96</td>
<td ><code>contact_person</code></td>
<td >
Link</td>
@@ -1477,7 +1489,7 @@ Net Total</pre>
</tr>
<tr >
<td>96</td>
<td>97</td>
<td ><code>campaign</code></td>
<td >
Link</td>
@@ -1498,7 +1510,7 @@ Net Total</pre>
</tr>
<tr >
<td>97</td>
<td>98</td>
<td ><code>source</code></td>
<td >
Select</td>
@@ -1521,7 +1533,7 @@ Campaign</pre>
</tr>
<tr class="info">
<td>98</td>
<td>99</td>
<td ><code>more_info</code></td>
<td >
Section Break</td>
@@ -1535,7 +1547,7 @@ Campaign</pre>
</tr>
<tr >
<td>99</td>
<td>100</td>
<td class="danger" title="Mandatory"><code>debit_to</code></td>
<td >
Link</td>
@@ -1556,7 +1568,7 @@ Campaign</pre>
</tr>
<tr >
<td>100</td>
<td>101</td>
<td ><code>party_account_currency</code></td>
<td >
Link</td>
@@ -1577,7 +1589,7 @@ Campaign</pre>
</tr>
<tr >
<td>101</td>
<td>102</td>
<td ><code>is_opening</code></td>
<td >
Select</td>
@@ -1592,7 +1604,7 @@ Yes</pre>
</tr>
<tr >
<td>102</td>
<td>103</td>
<td ><code>c_form_applicable</code></td>
<td >
Select</td>
@@ -1607,7 +1619,7 @@ Yes</pre>
</tr>
<tr >
<td>103</td>
<td>104</td>
<td ><code>c_form_no</code></td>
<td >
Link</td>
@@ -1628,7 +1640,7 @@ Yes</pre>
</tr>
<tr >
<td>104</td>
<td>105</td>
<td ><code>column_break8</code></td>
<td class="info">
Column Break</td>
@@ -1640,7 +1652,7 @@ Yes</pre>
</tr>
<tr >
<td>105</td>
<td>106</td>
<td ><code>posting_time</code></td>
<td >
Time</td>
@@ -1652,7 +1664,7 @@ Yes</pre>
</tr>
<tr >
<td>106</td>
<td>107</td>
<td class="danger" title="Mandatory"><code>fiscal_year</code></td>
<td >
Link</td>
@@ -1673,7 +1685,7 @@ Yes</pre>
</tr>
<tr >
<td>107</td>
<td>108</td>
<td ><code>remarks</code></td>
<td >
Small Text</td>
@@ -1685,7 +1697,7 @@ Yes</pre>
</tr>
<tr class="info">
<td>108</td>
<td>109</td>
<td ><code>sales_team_section_break</code></td>
<td >
Section Break</td>
@@ -1699,7 +1711,7 @@ Yes</pre>
</tr>
<tr >
<td>109</td>
<td>110</td>
<td ><code>sales_partner</code></td>
<td >
Link</td>
@@ -1720,7 +1732,7 @@ Yes</pre>
</tr>
<tr >
<td>110</td>
<td>111</td>
<td ><code>column_break10</code></td>
<td class="info">
Column Break</td>
@@ -1732,7 +1744,7 @@ Yes</pre>
</tr>
<tr >
<td>111</td>
<td>112</td>
<td ><code>commission_rate</code></td>
<td >
Float</td>
@@ -1744,7 +1756,7 @@ Yes</pre>
</tr>
<tr >
<td>112</td>
<td>113</td>
<td ><code>total_commission</code></td>
<td >
Currency</td>
@@ -1758,7 +1770,7 @@ Yes</pre>
</tr>
<tr class="info">
<td>113</td>
<td>114</td>
<td ><code>section_break2</code></td>
<td >
Section Break</td>
@@ -1770,7 +1782,7 @@ Yes</pre>
</tr>
<tr >
<td>114</td>
<td>115</td>
<td ><code>sales_team</code></td>
<td >
Table</td>
@@ -1791,7 +1803,7 @@ Yes</pre>
</tr>
<tr class="info">
<td>115</td>
<td>116</td>
<td ><code>recurring_invoice</code></td>
<td >
Section Break</td>
@@ -1805,7 +1817,7 @@ Yes</pre>
</tr>
<tr >
<td>116</td>
<td>117</td>
<td ><code>column_break11</code></td>
<td class="info">
Column Break</td>
@@ -1817,7 +1829,7 @@ Yes</pre>
</tr>
<tr >
<td>117</td>
<td>118</td>
<td ><code>is_recurring</code></td>
<td >
Check</td>
@@ -1830,7 +1842,7 @@ Yes</pre>
</tr>
<tr >
<td>118</td>
<td>119</td>
<td ><code>recurring_type</code></td>
<td >
Select</td>
@@ -1849,7 +1861,7 @@ Yearly</pre>
</tr>
<tr >
<td>119</td>
<td>120</td>
<td ><code>from_date</code></td>
<td >
Date</td>
@@ -1862,7 +1874,7 @@ Yearly</pre>
</tr>
<tr >
<td>120</td>
<td>121</td>
<td ><code>to_date</code></td>
<td >
Date</td>
@@ -1875,7 +1887,7 @@ Yearly</pre>
</tr>
<tr >
<td>121</td>
<td>122</td>
<td ><code>repeat_on_day_of_month</code></td>
<td >
Int</td>
@@ -1888,7 +1900,7 @@ Yearly</pre>
</tr>
<tr >
<td>122</td>
<td>123</td>
<td ><code>end_date</code></td>
<td >
Date</td>
@@ -1901,7 +1913,7 @@ Yearly</pre>
</tr>
<tr >
<td>123</td>
<td>124</td>
<td ><code>column_break12</code></td>
<td class="info">
Column Break</td>
@@ -1913,7 +1925,7 @@ Yearly</pre>
</tr>
<tr >
<td>124</td>
<td>125</td>
<td ><code>next_date</code></td>
<td >
Date</td>
@@ -1927,7 +1939,7 @@ Yearly</pre>
</tr>
<tr >
<td>125</td>
<td>126</td>
<td ><code>recurring_id</code></td>
<td >
Data</td>
@@ -1940,7 +1952,7 @@ Yearly</pre>
</tr>
<tr >
<td>126</td>
<td>127</td>
<td ><code>notification_email_address</code></td>
<td >
Small Text</td>
@@ -1953,7 +1965,7 @@ Yearly</pre>
</tr>
<tr >
<td>127</td>
<td>128</td>
<td ><code>recurring_print_format</code></td>
<td >
Link</td>
@@ -1974,7 +1986,7 @@ Yearly</pre>
</tr>
<tr >
<td>128</td>
<td>129</td>
<td ><code>against_income_account</code></td>
<td >
Small Text</td>

View File

@@ -835,32 +835,6 @@ Net Total</pre>
<tr >
<td>55</td>
<td ><code>column_break_45</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>56</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr >
<td>57</td>
<td ><code>base_discount_amount</code></td>
<td >
Currency</td>
@@ -873,8 +847,46 @@ Net Total</pre>
</td>
</tr>
<tr class="info">
<tr >
<td>56</td>
<td ><code>column_break_45</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>57</td>
<td ><code>additional_discount_percentage</code></td>
<td >
Float</td>
<td >
Additional Discount Percentage
</td>
<td></td>
</tr>
<tr >
<td>58</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr class="info">
<td>59</td>
<td ><code>totals_section</code></td>
<td >
Section Break</td>
@@ -886,7 +898,7 @@ Net Total</pre>
</tr>
<tr >
<td>59</td>
<td>60</td>
<td ><code>base_grand_total</code></td>
<td >
Currency</td>
@@ -900,7 +912,7 @@ Net Total</pre>
</tr>
<tr >
<td>60</td>
<td>61</td>
<td ><code>base_in_words</code></td>
<td >
Data</td>
@@ -913,7 +925,7 @@ Net Total</pre>
</tr>
<tr >
<td>61</td>
<td>62</td>
<td ><code>base_rounded_total</code></td>
<td >
Currency</td>
@@ -927,7 +939,7 @@ Net Total</pre>
</tr>
<tr >
<td>62</td>
<td>63</td>
<td ><code>advance_paid</code></td>
<td >
Currency</td>
@@ -939,7 +951,7 @@ Net Total</pre>
</tr>
<tr >
<td>63</td>
<td>64</td>
<td ><code>column_break4</code></td>
<td class="info">
Column Break</td>
@@ -951,7 +963,7 @@ Net Total</pre>
</tr>
<tr >
<td>64</td>
<td>65</td>
<td ><code>grand_total</code></td>
<td >
Currency</td>
@@ -965,7 +977,7 @@ Net Total</pre>
</tr>
<tr >
<td>65</td>
<td>66</td>
<td ><code>in_words</code></td>
<td >
Data</td>
@@ -977,7 +989,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>66</td>
<td>67</td>
<td ><code>terms_section_break</code></td>
<td >
Section Break</td>
@@ -991,7 +1003,7 @@ Net Total</pre>
</tr>
<tr >
<td>67</td>
<td>68</td>
<td ><code>tc_name</code></td>
<td >
Link</td>
@@ -1012,7 +1024,7 @@ Net Total</pre>
</tr>
<tr >
<td>68</td>
<td>69</td>
<td ><code>terms</code></td>
<td >
Text Editor</td>
@@ -1024,7 +1036,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>69</td>
<td>70</td>
<td ><code>contact_section</code></td>
<td >
Section Break</td>
@@ -1038,7 +1050,7 @@ Net Total</pre>
</tr>
<tr >
<td>70</td>
<td>71</td>
<td ><code>supplier_address</code></td>
<td >
Link</td>
@@ -1059,7 +1071,7 @@ Net Total</pre>
</tr>
<tr >
<td>71</td>
<td>72</td>
<td ><code>cb_contact</code></td>
<td class="info">
Column Break</td>
@@ -1071,7 +1083,7 @@ Net Total</pre>
</tr>
<tr >
<td>72</td>
<td>73</td>
<td ><code>contact_person</code></td>
<td >
Link</td>
@@ -1092,7 +1104,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>73</td>
<td>74</td>
<td ><code>more_info</code></td>
<td >
Section Break</td>
@@ -1104,7 +1116,7 @@ Net Total</pre>
</tr>
<tr >
<td>74</td>
<td>75</td>
<td class="danger" title="Mandatory"><code>status</code></td>
<td >
Select</td>
@@ -1127,7 +1139,7 @@ Delivered</pre>
</tr>
<tr >
<td>75</td>
<td>76</td>
<td class="danger" title="Mandatory"><code>fiscal_year</code></td>
<td >
Link</td>
@@ -1148,7 +1160,7 @@ Delivered</pre>
</tr>
<tr >
<td>76</td>
<td>77</td>
<td ><code>ref_sq</code></td>
<td >
Data</td>
@@ -1160,7 +1172,7 @@ Delivered</pre>
</tr>
<tr >
<td>77</td>
<td>78</td>
<td ><code>column_break_74</code></td>
<td class="info">
Column Break</td>
@@ -1172,7 +1184,7 @@ Delivered</pre>
</tr>
<tr >
<td>78</td>
<td>79</td>
<td ><code>per_received</code></td>
<td >
Percent</td>
@@ -1184,7 +1196,7 @@ Delivered</pre>
</tr>
<tr >
<td>79</td>
<td>80</td>
<td ><code>per_billed</code></td>
<td >
Percent</td>
@@ -1196,7 +1208,7 @@ Delivered</pre>
</tr>
<tr class="info">
<td>80</td>
<td>81</td>
<td ><code>column_break5</code></td>
<td >
Section Break</td>
@@ -1208,7 +1220,7 @@ Delivered</pre>
</tr>
<tr >
<td>81</td>
<td>82</td>
<td ><code>letter_head</code></td>
<td >
Link</td>
@@ -1229,7 +1241,7 @@ Delivered</pre>
</tr>
<tr >
<td>82</td>
<td>83</td>
<td ><code>select_print_heading</code></td>
<td >
Link</td>
@@ -1250,7 +1262,7 @@ Delivered</pre>
</tr>
<tr class="info">
<td>83</td>
<td>84</td>
<td ><code>raw_material_details</code></td>
<td >
Section Break</td>
@@ -1264,7 +1276,7 @@ Delivered</pre>
</tr>
<tr >
<td>84</td>
<td>85</td>
<td ><code>supplied_items</code></td>
<td >
Table</td>
@@ -1285,7 +1297,7 @@ Delivered</pre>
</tr>
<tr class="info">
<td>85</td>
<td>86</td>
<td ><code>recurring_order</code></td>
<td >
Section Break</td>
@@ -1299,7 +1311,7 @@ Delivered</pre>
</tr>
<tr >
<td>86</td>
<td>87</td>
<td ><code>column_break</code></td>
<td class="info">
Column Break</td>
@@ -1311,7 +1323,7 @@ Delivered</pre>
</tr>
<tr >
<td>87</td>
<td>88</td>
<td ><code>is_recurring</code></td>
<td >
Check</td>
@@ -1323,7 +1335,7 @@ Delivered</pre>
</tr>
<tr >
<td>88</td>
<td>89</td>
<td ><code>recurring_type</code></td>
<td >
Select</td>
@@ -1340,7 +1352,7 @@ Yearly</pre>
</tr>
<tr >
<td>89</td>
<td>90</td>
<td ><code>from_date</code></td>
<td >
Date</td>
@@ -1353,7 +1365,7 @@ Yearly</pre>
</tr>
<tr >
<td>90</td>
<td>91</td>
<td ><code>to_date</code></td>
<td >
Date</td>
@@ -1366,7 +1378,7 @@ Yearly</pre>
</tr>
<tr >
<td>91</td>
<td>92</td>
<td ><code>repeat_on_day_of_month</code></td>
<td >
Int</td>
@@ -1379,7 +1391,7 @@ Yearly</pre>
</tr>
<tr >
<td>92</td>
<td>93</td>
<td ><code>end_date</code></td>
<td >
Date</td>
@@ -1392,7 +1404,7 @@ Yearly</pre>
</tr>
<tr >
<td>93</td>
<td>94</td>
<td ><code>column_break83</code></td>
<td class="info">
Column Break</td>
@@ -1404,7 +1416,7 @@ Yearly</pre>
</tr>
<tr >
<td>94</td>
<td>95</td>
<td ><code>next_date</code></td>
<td >
Date</td>
@@ -1417,7 +1429,7 @@ Yearly</pre>
</tr>
<tr >
<td>95</td>
<td>96</td>
<td ><code>recurring_id</code></td>
<td >
Data</td>
@@ -1429,7 +1441,7 @@ Yearly</pre>
</tr>
<tr >
<td>96</td>
<td>97</td>
<td ><code>notification_email_address</code></td>
<td >
Small Text</td>
@@ -1442,7 +1454,7 @@ Yearly</pre>
</tr>
<tr >
<td>97</td>
<td>98</td>
<td ><code>recurring_print_format</code></td>
<td >
Link</td>

View File

@@ -673,32 +673,6 @@ Net Total</pre>
<tr >
<td>44</td>
<td ><code>column_break_43</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>45</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr >
<td>46</td>
<td ><code>base_discount_amount</code></td>
<td >
Currency</td>
@@ -711,8 +685,46 @@ Net Total</pre>
</td>
</tr>
<tr class="info">
<tr >
<td>45</td>
<td ><code>column_break_43</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>46</td>
<td ><code>additional_discount_percentage</code></td>
<td >
Float</td>
<td >
Additional Discount Percentage
</td>
<td></td>
</tr>
<tr >
<td>47</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr class="info">
<td>48</td>
<td ><code>section_break_46</code></td>
<td >
Section Break</td>
@@ -724,7 +736,7 @@ Net Total</pre>
</tr>
<tr >
<td>48</td>
<td>49</td>
<td ><code>base_grand_total</code></td>
<td >
Currency</td>
@@ -738,7 +750,7 @@ Net Total</pre>
</tr>
<tr >
<td>49</td>
<td>50</td>
<td ><code>base_in_words</code></td>
<td >
Data</td>
@@ -750,7 +762,7 @@ Net Total</pre>
</tr>
<tr >
<td>50</td>
<td>51</td>
<td ><code>base_rounded_total</code></td>
<td >
Currency</td>
@@ -764,7 +776,7 @@ Net Total</pre>
</tr>
<tr >
<td>51</td>
<td>52</td>
<td ><code>column_break4</code></td>
<td class="info">
Column Break</td>
@@ -776,7 +788,7 @@ Net Total</pre>
</tr>
<tr >
<td>52</td>
<td>53</td>
<td ><code>grand_total</code></td>
<td >
Currency</td>
@@ -790,7 +802,7 @@ Net Total</pre>
</tr>
<tr >
<td>53</td>
<td>54</td>
<td ><code>in_words</code></td>
<td >
Data</td>
@@ -802,7 +814,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>54</td>
<td>55</td>
<td ><code>terms_section_break</code></td>
<td >
Section Break</td>
@@ -816,7 +828,7 @@ Net Total</pre>
</tr>
<tr >
<td>55</td>
<td>56</td>
<td ><code>tc_name</code></td>
<td >
Link</td>
@@ -837,7 +849,7 @@ Net Total</pre>
</tr>
<tr >
<td>56</td>
<td>57</td>
<td ><code>terms</code></td>
<td >
Text Editor</td>
@@ -849,7 +861,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>57</td>
<td>58</td>
<td ><code>contact_section</code></td>
<td >
Section Break</td>
@@ -863,7 +875,7 @@ Net Total</pre>
</tr>
<tr >
<td>58</td>
<td>59</td>
<td ><code>supplier_address</code></td>
<td >
Link</td>
@@ -884,7 +896,7 @@ Net Total</pre>
</tr>
<tr >
<td>59</td>
<td>60</td>
<td ><code>contact_person</code></td>
<td >
Link</td>
@@ -905,7 +917,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>60</td>
<td>61</td>
<td ><code>printing_settings</code></td>
<td >
Section Break</td>
@@ -917,7 +929,7 @@ Net Total</pre>
</tr>
<tr >
<td>61</td>
<td>62</td>
<td ><code>select_print_heading</code></td>
<td >
Link</td>
@@ -938,7 +950,7 @@ Net Total</pre>
</tr>
<tr >
<td>62</td>
<td>63</td>
<td ><code>letter_head</code></td>
<td >
Link</td>
@@ -959,7 +971,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>63</td>
<td>64</td>
<td ><code>more_info</code></td>
<td >
Section Break</td>
@@ -973,7 +985,7 @@ Net Total</pre>
</tr>
<tr >
<td>64</td>
<td>65</td>
<td class="danger" title="Mandatory"><code>status</code></td>
<td >
Select</td>
@@ -991,7 +1003,7 @@ Cancelled</pre>
</tr>
<tr >
<td>65</td>
<td>66</td>
<td ><code>is_subcontracted</code></td>
<td >
Select</td>
@@ -1007,7 +1019,7 @@ No</pre>
</tr>
<tr >
<td>66</td>
<td>67</td>
<td ><code>column_break_57</code></td>
<td class="info">
Column Break</td>
@@ -1019,7 +1031,7 @@ No</pre>
</tr>
<tr >
<td>67</td>
<td>68</td>
<td class="danger" title="Mandatory"><code>fiscal_year</code></td>
<td >
Link</td>

View File

@@ -106,6 +106,8 @@
<ul>
<li>
@@ -124,6 +126,8 @@
<li>
@@ -142,6 +146,8 @@
<li>

View File

@@ -1622,6 +1622,8 @@ Health Concerns</pre>
<li>

View File

@@ -728,32 +728,6 @@ Net Total</pre>
<tr >
<td>47</td>
<td ><code>column_break_46</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>48</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr >
<td>49</td>
<td ><code>base_discount_amount</code></td>
<td >
Currency</td>
@@ -766,8 +740,46 @@ Net Total</pre>
</td>
</tr>
<tr class="info">
<tr >
<td>48</td>
<td ><code>column_break_46</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>49</td>
<td ><code>additional_discount_percentage</code></td>
<td >
Float</td>
<td >
Additional Discount Percentage
</td>
<td></td>
</tr>
<tr >
<td>50</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr class="info">
<td>51</td>
<td ><code>totals</code></td>
<td >
Section Break</td>
@@ -781,7 +793,7 @@ Net Total</pre>
</tr>
<tr >
<td>51</td>
<td>52</td>
<td ><code>base_grand_total</code></td>
<td >
Currency</td>
@@ -795,7 +807,7 @@ Net Total</pre>
</tr>
<tr >
<td>52</td>
<td>53</td>
<td ><code>base_rounded_total</code></td>
<td >
Currency</td>
@@ -809,7 +821,7 @@ Net Total</pre>
</tr>
<tr >
<td>53</td>
<td>54</td>
<td ><code>base_in_words</code></td>
<td >
Data</td>
@@ -822,7 +834,7 @@ Net Total</pre>
</tr>
<tr >
<td>54</td>
<td>55</td>
<td ><code>column_break3</code></td>
<td class="info">
Column Break</td>
@@ -834,7 +846,7 @@ Net Total</pre>
</tr>
<tr >
<td>55</td>
<td>56</td>
<td ><code>grand_total</code></td>
<td >
Currency</td>
@@ -848,7 +860,7 @@ Net Total</pre>
</tr>
<tr >
<td>56</td>
<td>57</td>
<td ><code>rounded_total</code></td>
<td >
Currency</td>
@@ -862,7 +874,7 @@ Net Total</pre>
</tr>
<tr >
<td>57</td>
<td>58</td>
<td ><code>in_words</code></td>
<td >
Data</td>
@@ -874,7 +886,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>58</td>
<td>59</td>
<td ><code>terms_section_break</code></td>
<td >
Section Break</td>
@@ -888,7 +900,7 @@ Net Total</pre>
</tr>
<tr >
<td>59</td>
<td>60</td>
<td ><code>tc_name</code></td>
<td >
Link</td>
@@ -909,7 +921,7 @@ Net Total</pre>
</tr>
<tr >
<td>60</td>
<td>61</td>
<td ><code>terms</code></td>
<td >
Text Editor</td>
@@ -921,7 +933,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>61</td>
<td>62</td>
<td ><code>contact_section</code></td>
<td >
Section Break</td>
@@ -935,7 +947,7 @@ Net Total</pre>
</tr>
<tr >
<td>62</td>
<td>63</td>
<td class="danger" title="Mandatory"><code>territory</code></td>
<td >
Link</td>
@@ -956,7 +968,7 @@ Net Total</pre>
</tr>
<tr >
<td>63</td>
<td>64</td>
<td ><code>customer_group</code></td>
<td >
Link</td>
@@ -977,7 +989,7 @@ Net Total</pre>
</tr>
<tr >
<td>64</td>
<td>65</td>
<td ><code>shipping_address_name</code></td>
<td >
Link</td>
@@ -998,7 +1010,7 @@ Net Total</pre>
</tr>
<tr >
<td>65</td>
<td>66</td>
<td ><code>shipping_address</code></td>
<td >
Small Text</td>
@@ -1010,7 +1022,7 @@ Net Total</pre>
</tr>
<tr >
<td>66</td>
<td>67</td>
<td ><code>col_break98</code></td>
<td class="info">
Column Break</td>
@@ -1022,7 +1034,7 @@ Net Total</pre>
</tr>
<tr >
<td>67</td>
<td>68</td>
<td ><code>customer_address</code></td>
<td >
Link</td>
@@ -1043,7 +1055,7 @@ Net Total</pre>
</tr>
<tr >
<td>68</td>
<td>69</td>
<td ><code>contact_person</code></td>
<td >
Link</td>
@@ -1064,7 +1076,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>69</td>
<td>70</td>
<td ><code>print_settings</code></td>
<td >
Section Break</td>
@@ -1076,7 +1088,7 @@ Net Total</pre>
</tr>
<tr >
<td>70</td>
<td>71</td>
<td ><code>letter_head</code></td>
<td >
Link</td>
@@ -1097,7 +1109,7 @@ Net Total</pre>
</tr>
<tr >
<td>71</td>
<td>72</td>
<td ><code>select_print_heading</code></td>
<td >
Link</td>
@@ -1118,7 +1130,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>72</td>
<td>73</td>
<td ><code>more_info</code></td>
<td >
Section Break</td>
@@ -1132,7 +1144,7 @@ Net Total</pre>
</tr>
<tr >
<td>73</td>
<td>74</td>
<td ><code>campaign</code></td>
<td >
Link</td>
@@ -1153,7 +1165,7 @@ Net Total</pre>
</tr>
<tr >
<td>74</td>
<td>75</td>
<td ><code>source</code></td>
<td >
Select</td>
@@ -1176,7 +1188,7 @@ Campaign</pre>
</tr>
<tr >
<td>75</td>
<td>76</td>
<td ><code>order_lost_reason</code></td>
<td >
Small Text</td>
@@ -1188,7 +1200,7 @@ Campaign</pre>
</tr>
<tr >
<td>76</td>
<td>77</td>
<td ><code>column_break4</code></td>
<td class="info">
Column Break</td>
@@ -1200,7 +1212,7 @@ Campaign</pre>
</tr>
<tr >
<td>77</td>
<td>78</td>
<td class="danger" title="Mandatory"><code>status</code></td>
<td >
Select</td>
@@ -1220,7 +1232,7 @@ Replied</pre>
</tr>
<tr >
<td>78</td>
<td>79</td>
<td class="danger" title="Mandatory"><code>fiscal_year</code></td>
<td >
Link</td>
@@ -1241,7 +1253,7 @@ Replied</pre>
</tr>
<tr >
<td>79</td>
<td>80</td>
<td ><code>enq_det</code></td>
<td >
Text</td>

View File

@@ -772,32 +772,6 @@ Net Total</pre>
<tr >
<td>51</td>
<td ><code>column_break_50</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>52</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr >
<td>53</td>
<td ><code>base_discount_amount</code></td>
<td >
Currency</td>
@@ -810,8 +784,46 @@ Net Total</pre>
</td>
</tr>
<tr class="info">
<tr >
<td>52</td>
<td ><code>column_break_50</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>53</td>
<td ><code>additional_discount_percentage</code></td>
<td >
Float</td>
<td >
Additional Discount Percentage
</td>
<td></td>
</tr>
<tr >
<td>54</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr class="info">
<td>55</td>
<td ><code>totals</code></td>
<td >
Section Break</td>
@@ -825,7 +837,7 @@ Net Total</pre>
</tr>
<tr >
<td>55</td>
<td>56</td>
<td ><code>base_grand_total</code></td>
<td >
Currency</td>
@@ -839,7 +851,7 @@ Net Total</pre>
</tr>
<tr >
<td>56</td>
<td>57</td>
<td ><code>base_rounded_total</code></td>
<td >
Currency</td>
@@ -853,7 +865,7 @@ Net Total</pre>
</tr>
<tr >
<td>57</td>
<td>58</td>
<td ><code>base_in_words</code></td>
<td >
Data</td>
@@ -866,7 +878,7 @@ Net Total</pre>
</tr>
<tr >
<td>58</td>
<td>59</td>
<td ><code>column_break3</code></td>
<td class="info">
Column Break</td>
@@ -878,7 +890,7 @@ Net Total</pre>
</tr>
<tr >
<td>59</td>
<td>60</td>
<td ><code>grand_total</code></td>
<td >
Currency</td>
@@ -892,7 +904,7 @@ Net Total</pre>
</tr>
<tr >
<td>60</td>
<td>61</td>
<td ><code>rounded_total</code></td>
<td >
Currency</td>
@@ -906,7 +918,7 @@ Net Total</pre>
</tr>
<tr >
<td>61</td>
<td>62</td>
<td ><code>in_words</code></td>
<td >
Data</td>
@@ -918,7 +930,7 @@ Net Total</pre>
</tr>
<tr >
<td>62</td>
<td>63</td>
<td ><code>advance_paid</code></td>
<td >
Currency</td>
@@ -932,7 +944,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>63</td>
<td>64</td>
<td ><code>packing_list</code></td>
<td >
Section Break</td>
@@ -946,7 +958,7 @@ Net Total</pre>
</tr>
<tr >
<td>64</td>
<td>65</td>
<td ><code>packed_items</code></td>
<td >
Table</td>
@@ -967,7 +979,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>65</td>
<td>66</td>
<td ><code>terms_section_break</code></td>
<td >
Section Break</td>
@@ -981,7 +993,7 @@ Net Total</pre>
</tr>
<tr >
<td>66</td>
<td>67</td>
<td ><code>tc_name</code></td>
<td >
Link</td>
@@ -1002,7 +1014,7 @@ Net Total</pre>
</tr>
<tr >
<td>67</td>
<td>68</td>
<td ><code>terms</code></td>
<td >
Text Editor</td>
@@ -1014,7 +1026,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>68</td>
<td>69</td>
<td ><code>contact_info</code></td>
<td >
Section Break</td>
@@ -1028,7 +1040,7 @@ Net Total</pre>
</tr>
<tr >
<td>69</td>
<td>70</td>
<td ><code>col_break45</code></td>
<td class="info">
Column Break</td>
@@ -1040,7 +1052,7 @@ Net Total</pre>
</tr>
<tr >
<td>70</td>
<td>71</td>
<td class="danger" title="Mandatory"><code>territory</code></td>
<td >
Link</td>
@@ -1061,7 +1073,7 @@ Net Total</pre>
</tr>
<tr >
<td>71</td>
<td>72</td>
<td class="danger" title="Mandatory"><code>customer_group</code></td>
<td >
Link</td>
@@ -1082,7 +1094,7 @@ Net Total</pre>
</tr>
<tr >
<td>72</td>
<td>73</td>
<td ><code>col_break46</code></td>
<td class="info">
Column Break</td>
@@ -1094,7 +1106,7 @@ Net Total</pre>
</tr>
<tr >
<td>73</td>
<td>74</td>
<td ><code>customer_address</code></td>
<td >
Link</td>
@@ -1115,7 +1127,7 @@ Net Total</pre>
</tr>
<tr >
<td>74</td>
<td>75</td>
<td ><code>contact_person</code></td>
<td >
Link</td>
@@ -1136,7 +1148,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>75</td>
<td>76</td>
<td ><code>more_info</code></td>
<td >
Section Break</td>
@@ -1150,7 +1162,7 @@ Net Total</pre>
</tr>
<tr >
<td>76</td>
<td>77</td>
<td ><code>project_name</code></td>
<td >
Link</td>
@@ -1172,7 +1184,7 @@ Net Total</pre>
</tr>
<tr >
<td>77</td>
<td>78</td>
<td class="danger" title="Mandatory"><code>fiscal_year</code></td>
<td >
Link</td>
@@ -1193,7 +1205,7 @@ Net Total</pre>
</tr>
<tr >
<td>78</td>
<td>79</td>
<td ><code>column_break_77</code></td>
<td class="info">
Column Break</td>
@@ -1205,7 +1217,7 @@ Net Total</pre>
</tr>
<tr >
<td>79</td>
<td>80</td>
<td ><code>source</code></td>
<td >
Select</td>
@@ -1228,7 +1240,7 @@ Campaign</pre>
</tr>
<tr >
<td>80</td>
<td>81</td>
<td ><code>campaign</code></td>
<td >
Link</td>
@@ -1249,7 +1261,7 @@ Campaign</pre>
</tr>
<tr class="info">
<td>81</td>
<td>82</td>
<td ><code>printing_details</code></td>
<td >
Section Break</td>
@@ -1261,7 +1273,7 @@ Campaign</pre>
</tr>
<tr >
<td>82</td>
<td>83</td>
<td ><code>letter_head</code></td>
<td >
Link</td>
@@ -1282,7 +1294,7 @@ Campaign</pre>
</tr>
<tr >
<td>83</td>
<td>84</td>
<td ><code>column_break4</code></td>
<td class="info">
Column Break</td>
@@ -1294,7 +1306,7 @@ Campaign</pre>
</tr>
<tr >
<td>84</td>
<td>85</td>
<td ><code>select_print_heading</code></td>
<td >
Link</td>
@@ -1315,7 +1327,7 @@ Campaign</pre>
</tr>
<tr class="info">
<td>85</td>
<td>86</td>
<td ><code>section_break_78</code></td>
<td >
Section Break</td>
@@ -1327,7 +1339,7 @@ Campaign</pre>
</tr>
<tr >
<td>86</td>
<td>87</td>
<td class="danger" title="Mandatory"><code>status</code></td>
<td >
Select</td>
@@ -1349,7 +1361,7 @@ Closed</pre>
</tr>
<tr >
<td>87</td>
<td>88</td>
<td ><code>delivery_status</code></td>
<td >
Select</td>
@@ -1367,7 +1379,7 @@ Not Applicable</pre>
</tr>
<tr >
<td>88</td>
<td>89</td>
<td ><code>per_delivered</code></td>
<td >
Percent</td>
@@ -1380,7 +1392,7 @@ Not Applicable</pre>
</tr>
<tr >
<td>89</td>
<td>90</td>
<td ><code>column_break_81</code></td>
<td class="info">
Column Break</td>
@@ -1392,7 +1404,7 @@ Not Applicable</pre>
</tr>
<tr >
<td>90</td>
<td>91</td>
<td ><code>per_billed</code></td>
<td >
Percent</td>
@@ -1405,7 +1417,7 @@ Not Applicable</pre>
</tr>
<tr >
<td>91</td>
<td>92</td>
<td ><code>billing_status</code></td>
<td >
Select</td>
@@ -1422,7 +1434,7 @@ Closed</pre>
</tr>
<tr class="info">
<td>92</td>
<td>93</td>
<td ><code>sales_team_section_break</code></td>
<td >
Section Break</td>
@@ -1436,7 +1448,7 @@ Closed</pre>
</tr>
<tr >
<td>93</td>
<td>94</td>
<td ><code>sales_partner</code></td>
<td >
Link</td>
@@ -1457,7 +1469,7 @@ Closed</pre>
</tr>
<tr >
<td>94</td>
<td>95</td>
<td ><code>column_break7</code></td>
<td class="info">
Column Break</td>
@@ -1469,7 +1481,7 @@ Closed</pre>
</tr>
<tr >
<td>95</td>
<td>96</td>
<td ><code>commission_rate</code></td>
<td >
Float</td>
@@ -1481,7 +1493,7 @@ Closed</pre>
</tr>
<tr >
<td>96</td>
<td>97</td>
<td ><code>total_commission</code></td>
<td >
Currency</td>
@@ -1495,7 +1507,7 @@ Closed</pre>
</tr>
<tr class="info">
<td>97</td>
<td>98</td>
<td ><code>section_break1</code></td>
<td >
Section Break</td>
@@ -1507,7 +1519,7 @@ Closed</pre>
</tr>
<tr >
<td>98</td>
<td>99</td>
<td ><code>sales_team</code></td>
<td >
Table</td>
@@ -1528,7 +1540,7 @@ Closed</pre>
</tr>
<tr class="info">
<td>99</td>
<td>100</td>
<td ><code>recurring_order</code></td>
<td >
Section Break</td>
@@ -1542,7 +1554,7 @@ Closed</pre>
</tr>
<tr >
<td>100</td>
<td>101</td>
<td ><code>is_recurring</code></td>
<td >
Check</td>
@@ -1555,7 +1567,7 @@ Closed</pre>
</tr>
<tr >
<td>101</td>
<td>102</td>
<td ><code>recurring_type</code></td>
<td >
Select</td>
@@ -1574,7 +1586,7 @@ Yearly</pre>
</tr>
<tr >
<td>102</td>
<td>103</td>
<td ><code>from_date</code></td>
<td >
Date</td>
@@ -1587,7 +1599,7 @@ Yearly</pre>
</tr>
<tr >
<td>103</td>
<td>104</td>
<td ><code>to_date</code></td>
<td >
Date</td>
@@ -1600,7 +1612,7 @@ Yearly</pre>
</tr>
<tr >
<td>104</td>
<td>105</td>
<td ><code>repeat_on_day_of_month</code></td>
<td >
Int</td>
@@ -1613,7 +1625,7 @@ Yearly</pre>
</tr>
<tr >
<td>105</td>
<td>106</td>
<td ><code>end_date</code></td>
<td >
Date</td>
@@ -1626,7 +1638,7 @@ Yearly</pre>
</tr>
<tr >
<td>106</td>
<td>107</td>
<td ><code>column_break83</code></td>
<td class="info">
Column Break</td>
@@ -1638,7 +1650,7 @@ Yearly</pre>
</tr>
<tr >
<td>107</td>
<td>108</td>
<td ><code>next_date</code></td>
<td >
Date</td>
@@ -1651,7 +1663,7 @@ Yearly</pre>
</tr>
<tr >
<td>108</td>
<td>109</td>
<td ><code>recurring_id</code></td>
<td >
Data</td>
@@ -1663,7 +1675,7 @@ Yearly</pre>
</tr>
<tr >
<td>109</td>
<td>110</td>
<td ><code>notification_email_address</code></td>
<td >
Small Text</td>
@@ -1676,7 +1688,7 @@ Yearly</pre>
</tr>
<tr >
<td>110</td>
<td>111</td>
<td ><code>recurring_print_format</code></td>
<td >
Link</td>

View File

@@ -834,32 +834,6 @@ Net Total</pre>
<tr >
<td>54</td>
<td ><code>column_break_51</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>55</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr >
<td>56</td>
<td ><code>base_discount_amount</code></td>
<td >
Currency</td>
@@ -872,8 +846,46 @@ Net Total</pre>
</td>
</tr>
<tr class="info">
<tr >
<td>55</td>
<td ><code>column_break_51</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>56</td>
<td ><code>additional_discount_percentage</code></td>
<td >
Float</td>
<td >
Additional Discount Percentage
</td>
<td></td>
</tr>
<tr >
<td>57</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr class="info">
<td>58</td>
<td ><code>totals</code></td>
<td >
Section Break</td>
@@ -887,7 +899,7 @@ Net Total</pre>
</tr>
<tr >
<td>58</td>
<td>59</td>
<td ><code>base_grand_total</code></td>
<td >
Currency</td>
@@ -901,7 +913,7 @@ Net Total</pre>
</tr>
<tr >
<td>59</td>
<td>60</td>
<td ><code>base_rounded_total</code></td>
<td >
Currency</td>
@@ -915,7 +927,7 @@ Net Total</pre>
</tr>
<tr >
<td>60</td>
<td>61</td>
<td ><code>base_in_words</code></td>
<td >
Data</td>
@@ -928,7 +940,7 @@ Net Total</pre>
</tr>
<tr >
<td>61</td>
<td>62</td>
<td ><code>column_break3</code></td>
<td class="info">
Column Break</td>
@@ -940,7 +952,7 @@ Net Total</pre>
</tr>
<tr >
<td>62</td>
<td>63</td>
<td ><code>grand_total</code></td>
<td >
Currency</td>
@@ -954,7 +966,7 @@ Net Total</pre>
</tr>
<tr >
<td>63</td>
<td>64</td>
<td ><code>rounded_total</code></td>
<td >
Currency</td>
@@ -968,7 +980,7 @@ Net Total</pre>
</tr>
<tr >
<td>64</td>
<td>65</td>
<td ><code>in_words</code></td>
<td >
Data</td>
@@ -981,7 +993,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>65</td>
<td>66</td>
<td ><code>terms_section_break</code></td>
<td >
Section Break</td>
@@ -995,7 +1007,7 @@ Net Total</pre>
</tr>
<tr >
<td>66</td>
<td>67</td>
<td ><code>tc_name</code></td>
<td >
Link</td>
@@ -1016,7 +1028,7 @@ Net Total</pre>
</tr>
<tr >
<td>67</td>
<td>68</td>
<td ><code>terms</code></td>
<td >
Text Editor</td>
@@ -1028,7 +1040,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>68</td>
<td>69</td>
<td ><code>transporter_info</code></td>
<td >
Section Break</td>
@@ -1042,7 +1054,7 @@ Net Total</pre>
</tr>
<tr >
<td>69</td>
<td>70</td>
<td ><code>transporter_name</code></td>
<td >
Data</td>
@@ -1054,7 +1066,7 @@ Net Total</pre>
</tr>
<tr >
<td>70</td>
<td>71</td>
<td ><code>col_break34</code></td>
<td class="info">
Column Break</td>
@@ -1066,7 +1078,7 @@ Net Total</pre>
</tr>
<tr >
<td>71</td>
<td>72</td>
<td ><code>lr_no</code></td>
<td >
Data</td>
@@ -1078,7 +1090,7 @@ Net Total</pre>
</tr>
<tr >
<td>72</td>
<td>73</td>
<td ><code>lr_date</code></td>
<td >
Date</td>
@@ -1090,7 +1102,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>73</td>
<td>74</td>
<td ><code>contact_info</code></td>
<td >
Section Break</td>
@@ -1104,7 +1116,7 @@ Net Total</pre>
</tr>
<tr >
<td>74</td>
<td>75</td>
<td class="danger" title="Mandatory"><code>territory</code></td>
<td >
Link</td>
@@ -1125,7 +1137,7 @@ Net Total</pre>
</tr>
<tr >
<td>75</td>
<td>76</td>
<td ><code>customer_group</code></td>
<td >
Link</td>
@@ -1146,7 +1158,7 @@ Net Total</pre>
</tr>
<tr >
<td>76</td>
<td>77</td>
<td ><code>col_break21</code></td>
<td class="info">
Column Break</td>
@@ -1158,7 +1170,7 @@ Net Total</pre>
</tr>
<tr >
<td>77</td>
<td>78</td>
<td ><code>contact_person</code></td>
<td >
Link</td>
@@ -1179,7 +1191,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>78</td>
<td>79</td>
<td ><code>more_info</code></td>
<td >
Section Break</td>
@@ -1193,7 +1205,7 @@ Net Total</pre>
</tr>
<tr >
<td>79</td>
<td>80</td>
<td ><code>project_name</code></td>
<td >
Link</td>
@@ -1215,7 +1227,7 @@ Net Total</pre>
</tr>
<tr >
<td>80</td>
<td>81</td>
<td ><code>campaign</code></td>
<td >
Link</td>
@@ -1236,7 +1248,7 @@ Net Total</pre>
</tr>
<tr >
<td>81</td>
<td>82</td>
<td ><code>source</code></td>
<td >
Select</td>
@@ -1259,7 +1271,7 @@ Campaign</pre>
</tr>
<tr >
<td>82</td>
<td>83</td>
<td ><code>column_break5</code></td>
<td class="info">
Column Break</td>
@@ -1271,7 +1283,7 @@ Campaign</pre>
</tr>
<tr >
<td>83</td>
<td>84</td>
<td class="danger" title="Mandatory"><code>posting_time</code></td>
<td >
Time</td>
@@ -1284,7 +1296,7 @@ Campaign</pre>
</tr>
<tr >
<td>84</td>
<td>85</td>
<td class="danger" title="Mandatory"><code>fiscal_year</code></td>
<td >
Link</td>
@@ -1305,7 +1317,7 @@ Campaign</pre>
</tr>
<tr class="info">
<td>85</td>
<td>86</td>
<td ><code>printing_details</code></td>
<td >
Section Break</td>
@@ -1317,7 +1329,7 @@ Campaign</pre>
</tr>
<tr >
<td>86</td>
<td>87</td>
<td ><code>letter_head</code></td>
<td >
Link</td>
@@ -1338,7 +1350,7 @@ Campaign</pre>
</tr>
<tr >
<td>87</td>
<td>88</td>
<td ><code>select_print_heading</code></td>
<td >
Link</td>
@@ -1359,7 +1371,7 @@ Campaign</pre>
</tr>
<tr >
<td>88</td>
<td>89</td>
<td ><code>column_break_88</code></td>
<td class="info">
Column Break</td>
@@ -1371,7 +1383,7 @@ Campaign</pre>
</tr>
<tr >
<td>89</td>
<td>90</td>
<td ><code>print_without_amount</code></td>
<td >
Check</td>
@@ -1383,7 +1395,7 @@ Campaign</pre>
</tr>
<tr class="info">
<td>90</td>
<td>91</td>
<td ><code>section_break_83</code></td>
<td >
Section Break</td>
@@ -1395,7 +1407,7 @@ Campaign</pre>
</tr>
<tr >
<td>91</td>
<td>92</td>
<td class="danger" title="Mandatory"><code>status</code></td>
<td >
Select</td>
@@ -1413,7 +1425,7 @@ Closed</pre>
</tr>
<tr >
<td>92</td>
<td>93</td>
<td ><code>per_installed</code></td>
<td >
Percent</td>
@@ -1426,7 +1438,7 @@ Closed</pre>
</tr>
<tr >
<td>93</td>
<td>94</td>
<td ><code>installation_status</code></td>
<td >
Select</td>
@@ -1438,7 +1450,7 @@ Closed</pre>
</tr>
<tr >
<td>94</td>
<td>95</td>
<td ><code>column_break_89</code></td>
<td class="info">
Column Break</td>
@@ -1450,7 +1462,7 @@ Closed</pre>
</tr>
<tr >
<td>95</td>
<td>96</td>
<td ><code>to_warehouse</code></td>
<td >
Link</td>
@@ -1472,7 +1484,7 @@ Closed</pre>
</tr>
<tr >
<td>96</td>
<td>97</td>
<td ><code>excise_page</code></td>
<td >
Data</td>
@@ -1484,7 +1496,7 @@ Closed</pre>
</tr>
<tr >
<td>97</td>
<td>98</td>
<td ><code>instructions</code></td>
<td >
Text</td>
@@ -1496,7 +1508,7 @@ Closed</pre>
</tr>
<tr class="info">
<td>98</td>
<td>99</td>
<td ><code>sales_team_section_break</code></td>
<td >
Section Break</td>
@@ -1510,7 +1522,7 @@ Closed</pre>
</tr>
<tr >
<td>99</td>
<td>100</td>
<td ><code>sales_partner</code></td>
<td >
Link</td>
@@ -1531,7 +1543,7 @@ Closed</pre>
</tr>
<tr >
<td>100</td>
<td>101</td>
<td ><code>column_break7</code></td>
<td class="info">
Column Break</td>
@@ -1543,7 +1555,7 @@ Closed</pre>
</tr>
<tr >
<td>101</td>
<td>102</td>
<td ><code>commission_rate</code></td>
<td >
Float</td>
@@ -1555,7 +1567,7 @@ Closed</pre>
</tr>
<tr >
<td>102</td>
<td>103</td>
<td ><code>total_commission</code></td>
<td >
Currency</td>
@@ -1569,7 +1581,7 @@ Closed</pre>
</tr>
<tr class="info">
<td>103</td>
<td>104</td>
<td ><code>section_break1</code></td>
<td >
Section Break</td>
@@ -1581,7 +1593,7 @@ Closed</pre>
</tr>
<tr >
<td>104</td>
<td>105</td>
<td ><code>sales_team</code></td>
<td >
Table</td>

View File

@@ -391,8 +391,6 @@ Price List Master
<li>

View File

@@ -706,32 +706,6 @@ Net Total</pre>
<tr >
<td>47</td>
<td ><code>column_break_44</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>48</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr >
<td>49</td>
<td ><code>base_discount_amount</code></td>
<td >
Currency</td>
@@ -744,8 +718,46 @@ Net Total</pre>
</td>
</tr>
<tr class="info">
<tr >
<td>48</td>
<td ><code>column_break_44</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>49</td>
<td ><code>additional_discount_percentage</code></td>
<td >
Float</td>
<td >
Additional Discount Percentage
</td>
<td></td>
</tr>
<tr >
<td>50</td>
<td ><code>discount_amount</code></td>
<td >
Currency</td>
<td >
Additional Discount Amount
</td>
<td>
<pre>currency</pre>
</td>
</tr>
<tr class="info">
<td>51</td>
<td ><code>section_break_46</code></td>
<td >
Section Break</td>
@@ -757,7 +769,7 @@ Net Total</pre>
</tr>
<tr >
<td>51</td>
<td>52</td>
<td ><code>base_grand_total</code></td>
<td >
Currency</td>
@@ -771,7 +783,7 @@ Net Total</pre>
</tr>
<tr >
<td>52</td>
<td>53</td>
<td ><code>base_in_words</code></td>
<td >
Data</td>
@@ -783,7 +795,7 @@ Net Total</pre>
</tr>
<tr >
<td>53</td>
<td>54</td>
<td ><code>base_rounded_total</code></td>
<td >
Currency</td>
@@ -797,7 +809,7 @@ Net Total</pre>
</tr>
<tr >
<td>54</td>
<td>55</td>
<td ><code>column_break_50</code></td>
<td class="info">
Column Break</td>
@@ -809,7 +821,7 @@ Net Total</pre>
</tr>
<tr >
<td>55</td>
<td>56</td>
<td ><code>grand_total</code></td>
<td >
Currency</td>
@@ -823,7 +835,7 @@ Net Total</pre>
</tr>
<tr >
<td>56</td>
<td>57</td>
<td ><code>in_words</code></td>
<td >
Data</td>
@@ -835,7 +847,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>57</td>
<td>58</td>
<td ><code>terms_section_break</code></td>
<td >
Section Break</td>
@@ -849,7 +861,7 @@ Net Total</pre>
</tr>
<tr >
<td>58</td>
<td>59</td>
<td ><code>tc_name</code></td>
<td >
Link</td>
@@ -870,7 +882,7 @@ Net Total</pre>
</tr>
<tr >
<td>59</td>
<td>60</td>
<td ><code>terms</code></td>
<td >
Text Editor</td>
@@ -882,7 +894,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>60</td>
<td>61</td>
<td ><code>contact_section</code></td>
<td >
Section Break</td>
@@ -896,7 +908,7 @@ Net Total</pre>
</tr>
<tr >
<td>61</td>
<td>62</td>
<td ><code>supplier_address</code></td>
<td >
Link</td>
@@ -917,7 +929,7 @@ Net Total</pre>
</tr>
<tr >
<td>62</td>
<td>63</td>
<td ><code>column_break_57</code></td>
<td class="info">
Column Break</td>
@@ -929,7 +941,7 @@ Net Total</pre>
</tr>
<tr >
<td>63</td>
<td>64</td>
<td ><code>contact_person</code></td>
<td >
Link</td>
@@ -950,7 +962,7 @@ Net Total</pre>
</tr>
<tr class="info">
<td>64</td>
<td>65</td>
<td ><code>raw_material_details</code></td>
<td >
Section Break</td>
@@ -964,7 +976,7 @@ Net Total</pre>
</tr>
<tr >
<td>65</td>
<td>66</td>
<td ><code>is_subcontracted</code></td>
<td >
Select</td>
@@ -979,7 +991,7 @@ Yes</pre>
</tr>
<tr >
<td>66</td>
<td>67</td>
<td ><code>supplier_warehouse</code></td>
<td >
Link</td>
@@ -1000,7 +1012,7 @@ Yes</pre>
</tr>
<tr >
<td>67</td>
<td>68</td>
<td ><code>supplied_items</code></td>
<td >
Table</td>
@@ -1021,7 +1033,7 @@ Yes</pre>
</tr>
<tr >
<td>68</td>
<td>69</td>
<td ><code>bill_no</code></td>
<td >
Data</td>
@@ -1033,7 +1045,7 @@ Yes</pre>
</tr>
<tr >
<td>69</td>
<td>70</td>
<td ><code>bill_date</code></td>
<td >
Date</td>
@@ -1045,7 +1057,7 @@ Yes</pre>
</tr>
<tr class="info">
<td>70</td>
<td>71</td>
<td ><code>more_info</code></td>
<td >
Section Break</td>
@@ -1059,7 +1071,7 @@ Yes</pre>
</tr>
<tr >
<td>71</td>
<td>72</td>
<td class="danger" title="Mandatory"><code>status</code></td>
<td >
Select</td>
@@ -1077,7 +1089,7 @@ Closed</pre>
</tr>
<tr >
<td>72</td>
<td>73</td>
<td ><code>rejected_warehouse</code></td>
<td >
Link</td>
@@ -1099,7 +1111,7 @@ Closed</pre>
</tr>
<tr >
<td>73</td>
<td>74</td>
<td ><code>amended_from</code></td>
<td >
Link</td>
@@ -1120,7 +1132,7 @@ Closed</pre>
</tr>
<tr >
<td>74</td>
<td>75</td>
<td ><code>range</code></td>
<td >
Data</td>
@@ -1132,7 +1144,7 @@ Closed</pre>
</tr>
<tr >
<td>75</td>
<td>76</td>
<td ><code>column_break4</code></td>
<td class="info">
Column Break</td>
@@ -1144,7 +1156,7 @@ Closed</pre>
</tr>
<tr >
<td>76</td>
<td>77</td>
<td class="danger" title="Mandatory"><code>company</code></td>
<td >
Link</td>
@@ -1165,7 +1177,7 @@ Closed</pre>
</tr>
<tr >
<td>77</td>
<td>78</td>
<td class="danger" title="Mandatory"><code>fiscal_year</code></td>
<td >
Link</td>
@@ -1186,7 +1198,7 @@ Closed</pre>
</tr>
<tr class="info">
<td>78</td>
<td>79</td>
<td ><code>printing_settings</code></td>
<td >
Section Break</td>
@@ -1198,7 +1210,7 @@ Closed</pre>
</tr>
<tr >
<td>79</td>
<td>80</td>
<td ><code>letter_head</code></td>
<td >
Link</td>
@@ -1219,7 +1231,7 @@ Closed</pre>
</tr>
<tr >
<td>80</td>
<td>81</td>
<td ><code>select_print_heading</code></td>
<td >
Link</td>
@@ -1240,7 +1252,7 @@ Closed</pre>
</tr>
<tr >
<td>81</td>
<td>82</td>
<td ><code>other_details</code></td>
<td >
HTML</td>
@@ -1252,7 +1264,7 @@ Closed</pre>
</tr>
<tr >
<td>82</td>
<td>83</td>
<td ><code>instructions</code></td>
<td >
Small Text</td>
@@ -1264,7 +1276,7 @@ Closed</pre>
</tr>
<tr >
<td>83</td>
<td>84</td>
<td ><code>remarks</code></td>
<td >
Small Text</td>
@@ -1276,7 +1288,7 @@ Closed</pre>
</tr>
<tr class="info">
<td>84</td>
<td>85</td>
<td ><code>transporter_info</code></td>
<td >
Section Break</td>
@@ -1290,7 +1302,7 @@ Closed</pre>
</tr>
<tr >
<td>85</td>
<td>86</td>
<td ><code>transporter_name</code></td>
<td >
Data</td>
@@ -1302,7 +1314,7 @@ Closed</pre>
</tr>
<tr >
<td>86</td>
<td>87</td>
<td ><code>column_break5</code></td>
<td class="info">
Column Break</td>
@@ -1314,7 +1326,7 @@ Closed</pre>
</tr>
<tr >
<td>87</td>
<td>88</td>
<td ><code>lr_no</code></td>
<td >
Data</td>
@@ -1326,7 +1338,7 @@ Closed</pre>
</tr>
<tr >
<td>88</td>
<td>89</td>
<td ><code>lr_date</code></td>
<td >
Date</td>

View File

@@ -353,17 +353,20 @@ Distinct unit of an Item
<td>22</td>
<td ><code>delivery_document_type</code></td>
<td >
Select</td>
Link</td>
<td >
Delivery Document Type
</td>
<td>
<pre>
Delivery Note
Sales Invoice
Stock Entry
Purchase Receipt</pre>
<a href="https://frappe.github.io/erpnext/current/models/core/doctype">DocType</a>
</td>
</tr>
@@ -371,12 +374,14 @@ Purchase Receipt</pre>
<td>23</td>
<td ><code>delivery_document_no</code></td>
<td >
Data</td>
Dynamic Link</td>
<td >
Delivery Document No
</td>
<td></td>
<td>
<pre>delivery_document_type</pre>
</td>
</tr>
<tr >

View File

@@ -629,8 +629,6 @@ A logical Warehouse against which stock entries are made.
<li>

View File

@@ -588,6 +588,10 @@ Replied</pre>
<li>

View File

@@ -8,11 +8,11 @@ Following are the steps to set language in your ERPNext account.
#### 1.1 Go to My Setting
![My Setting]({{docs_base_url}}/assets/img/articles/$SGrab_428.png)
<img alt="My Setting" class="screenshot" src="{{docs_base_url}}/assets/img/articles/change-language-1.png">
#### 1.2 Select Language
![Select Language]({{docs_base_url}}/assets/img/articles/$SGrab_429.png)
<img alt="Select Language" class="screenshot" src="{{docs_base_url}}/assets/img/articles/change-language-2.png">
#### 1.3 Save User
@@ -28,11 +28,11 @@ Being a System Manager, you can set language in other user's master as well.
#### Set Language
![Global Language]({{docs_base_url}}/assets/img/articles/Screen Shot 2015-02-05 at 4.35.12 pm.png)
<img alt="Global Language" class="screenshot" src="{{docs_base_url}}/assets/img/articles/change-language-3.png">
#### Save
Save System Settings, and refresh your EPRNext account. On refreshing, you should language in your ERPNext account changed as per your preference.
Note: For now, we have translation available only for few languages. You can contribute to make translation better, and add new languages from [here](https://frappe.io/translator).
Note: For now, we have translation available only for few languages. You can contribute to make translation better, and add new languages from [here](https://translate.erpnext.com).
<!-- markdown -->

View File

@@ -1,17 +1,17 @@
<h1>Change Password</h1>
#Change User Password
Each ERPNext user can customize password for his/her ERPNext account. Also user with System Manager role will be able to reset password for himself as well as for other users. Following are the steps to go about changing your password.
####Step 1: Go to My Setting.
####Step 1: Go to My Setting
![Image]({{docs_base_url}}/assets/img/articles/SGrab_250.png)
<img alt="Change Password" class="screenshot" src="{{docs_base_url}}/assets/img/articles/change-password-1.png">
####Step 2: Set New Password.
####Step 2: Set New Password
![NEW]({{docs_base_url}}/assets/img/articles/Selection_014dd1559.png)
<img alt="Change Password" class="screenshot" src="{{docs_base_url}}/assets/img/articles/change-password-2.png">
Enter the new password and save the form to save changes.
Enter the new password and save the form to save changes.
<!-- markdown -->

View File

@@ -1,4 +1,4 @@
<h1>Delete All Related Transactions for a Company</h1>
#Delete All Related Transactions for a Company
Often, users setup all the master data and then create a few dummy records. Then they want to delete the dummy records and the company and start over again, keeping the other master data like Customers, Items, BOMs intact.
@@ -12,8 +12,7 @@ In Company master, click on the **Delete Company Transactions** button right at
This action will wipe out all the data related to that company like Quotation, Invoices, Purchase Orders etc. So be careful
![Delete Company]({{docs_base_url}}/assets/img/articles/delete-company.png)
<img alt="Delete Transactions" class="screenshot" src="{{docs_base_url}}/assets/img/articles/delete-company.png">
**Note:** If you want to delete the company record itself, the use the normal "Delete" button from Menu options. It will also delete Chart of Accounts, Chart of Cost Centers and Warehouse records for that company.

View File

@@ -1,28 +0,0 @@
<h1>Edit Submitted Document</h1>
&nbsp;To edit submitted document, you need to cancel it first. Followings are steps to edit submitted document.
<br>
<br><b>Step 1: Cancel Submitted Document</b><br>
<br>You will find Cancel button on upper right corner of submitted document.
<br>
<br>
<img src="{{docs_base_path}}/assets/img/articles/Selection_001.png">
<br>
<br><b>Step 2: Amend the document</b><br>
<br>On cancellation of submitted document, <b>Amend</b> button will be became visible.
<br>
<br>
<img src="{{docs_base_path}}/assets/img/articles/Selection_00256341a.png">
<br>
<br><b>Step 3: Save and Submit the document</b><br>
<br>On clicking Amend button, same document will become editable again. After Making required changes, save and submit the document.
<br>
<br>
<img src="{{docs_base_path}}/assets/img/articles/Selection_0036e00ef.png">
<br>
<br><div class="well">Note: If your document linked with other documents, then you will need to cancel last document you made on top of this document. Example:<br><br>If you have created Delivery Note and Sales Invoice against Sales Order, which you need to amend, then you should first Cancel Delivery Note and Sales Invoice made for that Sales Order. Then amend Sales Order, re-save and re-submit it.<br>
</div><br>
<br>
<!-- markdown -->

View File

@@ -0,0 +1,30 @@
#Edit Submitted Document
To edit submitted document, you need to cancel it first. Followings are steps to edit submitted document.
Step 1: Cancel Submitted Document
You will find Cancel button on upper right corner of submitted document.
<img alt="Cancel Doc" class="screenshot" src="{{docs_base_url}}/assets/img/articles/edit-submitted-doc-1.png">
Step 2: Amend the document
On cancellation of submitted document, Amend button will be became visible.
<img alt="Amend Doc" class="screenshot" src="{{docs_base_url}}/assets/img/articles/edit-submitted-doc-2.png">
Step 3: Save and Submit the document
On clicking Amend button, same document will become editable again. After Making required changes, save and submit the document.
<img alt="Resave and Submit Doc" class="screenshot" src="{{docs_base_url}}/assets/img/articles/edit-submitted-doc-3.png">
<div class="well">Note: If your document linked with other documents, then you will need to cancel last document you made on top of this document.
Example:If you have created Delivery Note and Sales Invoice against Sales Order, which you need to amend, then you should first Cancel Delivery Note and Sales Invoice made for that Sales Order. Then amend Sales Order, re-save and re-submit it.
</div>
<!-- markdown -->

View File

@@ -1,4 +1,4 @@
<h1>Integrating ERPNext with other Applications</h1>
#Integrating ERPNext with other Applications
For now, ERPNext doesn't have out-of-the-box integration available for the third party applications. However, Frappe has REST API using which you can get ERPNext integrated with any other solution.
@@ -8,7 +8,7 @@ Learn more about Frappe API here.
For experts services on integration, you can connect with our service providers from community portal.
[https://frappe.io/community/service-providers](https://frappe.io/community/service-providers)
[https://community.eprnext.com/service-providers](https://community.erpnext.com/service-providers)
<!-- markdown -->

View File

@@ -1,4 +0,0 @@
<h1>Manage Header And Footer</h1>
<h1>Manage Header And Footer</h1>

View File

@@ -0,0 +1,9 @@
#Manage Header And Footer
Check following to learn how to setup Letter Head in ERPNext.
[Managing Letter Head](https://frappe.github.io/erpnext/user/manual/en/setting-up/setup-wizard/step-5-letterhead-and-logo.html)
ERPNext doesn't have option to define standard Footer. As a work around, you can use Terms and Condition master for footer. Content of Terms and Condition is already the last to appear in the standard print formats on transactions. Check following link to learn how to manage Terms and Conditions in ERPNext.
[Terms and Condition](https://frappe.github.io/erpnext/user/manual/en/setting-up/print/terms-and-conditions.html)

View File

@@ -1,24 +1,22 @@
<h1>Managing Multiple Companies</h1>
#Managing Multiple Companies
<h1>Managing Multiple Companies</h1>
ERPNext allows you to create multiple companies in a single ERPNext instance.
ERPNext allows you to create multiple companies in the same/common ERPNext account.
In one account has multiple companies, you will find option to select Company in each transactions. While most of the records (mostly transactions) will be separated based on Company, there are few masters like Item, Item Group, Customer Group, Territory etc. which are common among all the companies.
With this, you will find option to select Company in your transactions. While most of the transactions will be separated based on Company, there are few masters like Item, Item Group, Customer Group, Territory etc. which can be used across all the companies.
If you have separate teams working on each company, you can restrict access of the User to the data of specific Company. Click [here](http://frappe.github.io/erpnext/user/manual/en/setting-up/users-and-permissions/) to know how to set permission rules for giving restricted access to the User.
If you have separate teams working on each company, you can also restrict the access of user to the data of specific company. Click [here](https://manual.erpnext.com/search?txt=user%20permission) to know more about how to set permission to achieve the same.
Following are the steps to create companies in your ERPNext account.
Following are the steps to add new Company.
####Go to Setup Module
`Setup &gt; Masters &gt; Company &gt; New`
`Accounts > Setup > Company > New`
####Enter Company Details
Company master will be saved with Company Name provided at the time of its creation.
Company will be saved with Company Name provided.
![New Company]({{docs_base_url}}/assets/img/articles/SGrab_343.png)
<img alt="New Company" class="screenshot" src="{{docs_base_url}}/assets/img/articles/new-company-1.png">
Also, you can define other properties for new company like:
@@ -30,13 +28,13 @@ Also, you can define other properties for new company like:
Value will be auto-filled in most of these field to define company-wise defaults. You can edit/customize it as per your requirement.
![New Company]({{docs_base_url}}/assets/img/articles/SGrab_344.png)
<img alt="New Company" class="screenshot" src="{{docs_base_url}}/assets/img/articles/new-company-2.png">
####Chart of Account for New Company
A separate Chart of Account master will be set for each company in the ERPNext. This allows you managing Accounts/Ledger master separately for each company. Also it allows you avail financial statement and reports like Balance Sheet and Profit and Loss Statement separately for each company.
![Company]({{docs_base_url}}/assets/img/articles/SGrab_342.png)
<img alt="New Company" class="screenshot" src="{{docs_base_url}}/assets/img/articles/new-company-3.png">
<!-- markdown -->

View File

@@ -1,12 +1,10 @@
<h1>Managing Perm Level in Permission Manager</h1>
<h1>Managing Perm Level in Permission Manager</h1>
#Managing Perm Level in Permission Manager
In each document, you can group fields by "levels". Each group of field is denoted by a unique number (0, 1, 2, 3 etc.). A separate set of permission rules can be applied to each field group. By default all fields are of level 0.
Perm Level for a field can be defined in the [Customize Form](https://erpnext.com/user-guide/customize-erpnext/customize-form).
Perm Level for a field can be defined in the [Customize Form](https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/customize-form.html).
![Customize Form]({{docs_base_url}}/assets/img/articles/$SGrab_256.png)
<img alt="Perm Level Field" class="screenshot" src="{{docs_base_url}}/assets/img/articles/perm-level-1.gif">
If you need to assign different permission of particular field to different users, you can achieve it via Perm Level. Let's consider an example for better understanding.
@@ -16,11 +14,11 @@ For the amount related fields, you should set Perm Level as (say) 2.
For Stock Manager, they will have permission on fields on Delivery Note as Perm Level 2 whereas a Stock User will not have any permission on Perm Level 2 for Delivery Note.
![Perm Level Manager]({{docs_base_url}}/assets/img/articles/$SGrab_253.png)
<img alt="Perm Level Rule" class="screenshot" src="{{docs_base_url}}/assets/img/articles/perm-level-2.png">
Considering the same scenario, if you want a Stock User to access a field at Perm Level 2, but not edit it, the Stock User will be assigned permission on Perm Level 2, but only for read, and not for write/edit.
![Perm Level User]({{docs_base_url}}/assets/img/articles/$SGrab_254.png)
<img alt="Perm Level Rule 2" class="screenshot" src="{{docs_base_url}}/assets/img/articles/perm-level-3.png">
Perm Level (1, 2, 3) not need be in order. Perm Level is primarily for grouping number of fields together, and then assigning permission to Roles for that group. Hence, you can set any perm level for an item, and then do permission setting for it.

View File

@@ -1,8 +1,6 @@
<h1>Managing Tree Structure Masters</h1>
#Managing Tree Structure Masters
<h1>Managing Tree Structure Masters</h1>
Some of the masters in ERPNext are maintained in tree structure. Tree structured masters allow you to set Parent masters, and Child masters under those Parents. Setting up this structure allows you creating intelligent report, and track growth at each level in the hierarchy.
Some of the masters in ERPNext are maintained in tree structure. Tree structured masters allow you to set parent master, and child masters under those parents. Setting up this structure allows you creating intelligent report, and track growth at each level in the hierarchy.
Following is the partial list of masters which are maintained in the tree structure.
@@ -26,7 +24,7 @@ Following are the steps to manage and create record in the tree structured maste
Also you can type master name in Awesome Bar to go to the related master.
Tree master allows you to set Parent Territories, and Child Territories Groups under those Parents.
Tree master allows you to set parent Territories, and Child Territories Groups under those parents.
####Step 2 : New Parent Territory

View File

@@ -223,8 +223,12 @@
<li><a href="{{docs_base_url}}/user/videos/learn/publish-items-on-website.html">
Publish Items on Website</a>
<span class="text-muted pull-right">5:14</span>
</li><li><a href="{{docs_base_url}}/user/videos/learn/shopping-cart.html">
Shopping Cart</a>
<span class="text-muted pull-right">6:32</span>
</li>
</ul>
<br>
<h3>Customization</h3>
<ul class="list-unstyled video-list">
<li><a href="{{docs_base_url}}/user/videos/learn/field-customization.html">
@@ -235,6 +239,10 @@
Workflow</a>
<span class="text-muted pull-right">3:38</span>
</li>
<li><a href="{{docs_base_url}}/user/videos/learn/report-builder.html">
Report Builder</a>
<span class="text-muted pull-right">4:27</span>
</li>
</ul>
</div>
<div style="height: 70px;"></div>

View File

@@ -37,4 +37,6 @@ workflow
advance-payments
drop-ship
file-manager
publish-items-on-website
publish-items-on-website
shopping-cart
report-builder

View File

@@ -1,4 +1,4 @@
# Publish Item on Website
# Publish Items on Website
<iframe width="660" height="371" src="https://www.youtube.com/embed/W31LBBNzbgc" frameborder="0" allowfullscreen></iframe>

View File

@@ -0,0 +1,7 @@
# Report Builder
<iframe width="660" height="371" src="https://www.youtube.com/embed/y0o5iYZOioU" frameborder="0" allowfullscreen></iframe>
**Duration: 4:27**
This tutorial covers creating custom reports in ERPNext using Report Builder.

View File

@@ -0,0 +1,7 @@
# Shopping Cart
<iframe width="660" height="371" src="https://www.youtube.com/embed/xkrYO-KFukM" frameborder="0" allowfullscreen></iframe>
**Duration: 6:32**
ERPNext has Customers Portal. It allos Customer to login, and place new orderes using shopping cart. From Customer Portal, customer can also track progress on their existing orders, view history of transactions and communicate via Issues.

View File

@@ -7,7 +7,7 @@ app_publisher = "Frappe Technologies Pvt. Ltd."
app_description = """ERP made simple"""
app_icon = "icon-th"
app_color = "#e74c3c"
app_version = "6.13.1"
app_version = "6.14.1"
app_email = "info@erpnext.com"
app_license = "GNU General Public License (v3)"
source_link = "https://github.com/frappe/erpnext"

View File

@@ -46,7 +46,7 @@ frappe.ui.form.on("Time Log", "before_save", function(frm) {
frappe.ui.form.on("Time Log", "to_time", function(frm) {
if(frm._setting_hours) return;
frm.set_value("hours", moment(cur_frm.doc.to_time).diff(moment(cur_frm.doc.from_time),
"minutes") / 60);
"seconds") / 3600);
});

View File

@@ -101,3 +101,9 @@
margin-right: 0px;
margin-top: -3px;
}
.pos .discount-amount-area .discount-field-col {
padding-left: 0px;
}
.pos .discount-amount-area .input-group {
margin-top: 2px;
}

View File

@@ -865,12 +865,48 @@ frappe.ui.form.on(cur_frm.cscript.tax_table, "included_in_print_rate", function(
})
frappe.ui.form.on(cur_frm.doctype, "apply_discount_on", function(frm) {
cur_frm.cscript.calculate_taxes_and_totals();
if(frm.doc.additional_discount_percentage) {
frm.trigger("additional_discount_percentage");
} else {
cur_frm.cscript.calculate_taxes_and_totals();
}
})
frappe.ui.form.on(cur_frm.doctype, "additional_discount_percentage", function(frm) {
if (frm.via_discount_amount) {
return;
}
if(!frm.doc.apply_discount_on) {
frappe.msgprint(__("Please set 'Apply Additional Discount On'"));
return
}
frm.via_discount_percentage = true;
if(frm.doc.additional_discount_percentage && frm.doc.discount_amount) {
// Reset discount amount and net / grand total
frm.set_value("discount_amount", 0);
}
var total = flt(frm.doc[frappe.model.scrub(frm.doc.apply_discount_on)]);
var discount_amount = flt(total*flt(frm.doc.additional_discount_percentage) / 100,
precision("discount_amount"));
frm.set_value("discount_amount", discount_amount);
delete frm.via_discount_percentage;
});
frappe.ui.form.on(cur_frm.doctype, "discount_amount", function(frm) {
cur_frm.cscript.set_dynamic_labels();
cur_frm.cscript.calculate_taxes_and_totals();
})
frm.cscript.set_dynamic_labels();
if (!frm.via_discount_percentage) {
frm.via_discount_amount = true;
frm.set_value("additional_discount_percentage", 0);
delete frm.via_discount_amount;
}
frm.cscript.calculate_taxes_and_totals();
});

View File

@@ -25,17 +25,25 @@
</div>
</div>
<div class="row pos-bill-row discount-amount-area">
<div class="col-xs-6"><h6 class="text-muted">{%= __("Discount Amount") %}</h6></div>
<div class="col-xs-6"><input type="text" class="form-control discount-amount text-right"></div>
<div class="col-xs-6"><h6 class="text-muted">{%= __("Discount") %}</h6></div>
<div class="col-xs-3 discount-field-col">
<div class="input-group input-group-sm">
<span class="input-group-addon">%</span>
<input type="text" class="form-control discount-percentage text-right">
</div>
</div>
<div class="col-xs-3 discount-field-col">
<div class="input-group input-group-sm">
<span class="input-group-addon">{%= get_currency_symbol(currency) %}</span>
<input type="text" class="form-control discount-amount text-right"
placeholder="{%= 0.00 %}">
</div>
</div>
</div>
<div class="row pos-bill-row grand-total-area">
<div class="col-xs-6"><h6>{%= __("Grand Total") %}</h6></div>
<div class="col-xs-6"><h6 class="grand-total text-right"></h6></div>
</div>
<!-- <div class="row pos-bill-row paid-amount-area">
<div class="col-xs-6"><h6 class="text-muted">{%= __("Amount Paid") %}</h6></div>
<div class="col-xs-6"><input type="text" class="form-control paid-amount text-right"></div>
</div> -->
</div>
</div>
</div>

View File

@@ -7,7 +7,7 @@ erpnext.pos.PointOfSale = Class.extend({
init: function(wrapper, frm) {
this.wrapper = wrapper;
this.frm = frm;
this.wrapper.html(frappe.render_template("pos", {}));
this.wrapper.html(frappe.render_template("pos", {currency: this.frm.currency}));
this.check_transaction_type();
this.make();
@@ -16,6 +16,11 @@ erpnext.pos.PointOfSale = Class.extend({
$(this.frm.wrapper).on("refresh-fields", function() {
me.refresh();
});
this.wrapper.find('input.discount-percentage').on("change", function() {
frappe.model.set_value(me.frm.doctype, me.frm.docname,
"additional_discount_percentage", flt(this.value));
});
this.wrapper.find('input.discount-amount').on("change", function() {
frappe.model.set_value(me.frm.doctype, me.frm.docname, "discount_amount", flt(this.value));
@@ -230,6 +235,7 @@ erpnext.pos.PointOfSale = Class.extend({
},
refresh_fields: function() {
this.party_field.set_input(this.frm.doc[this.party.toLowerCase()]);
this.wrapper.find('input.discount-percentage').val(this.frm.doc.additional_discount_percentage);
this.wrapper.find('input.discount-amount').val(this.frm.doc.discount_amount);
this.show_items_in_item_cart();

View File

@@ -125,3 +125,13 @@
margin-right: 0px;
margin-top: -3px;
}
.pos .discount-amount-area {
.discount-field-col {
padding-left: 0px;
}
.input-group {
margin-top: 2px;
}
}

View File

@@ -25,6 +25,7 @@
"options": "icon-user",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -46,6 +47,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -71,6 +73,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -96,6 +99,7 @@
"options": "QTN-",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -122,6 +126,7 @@
"options": "\nLead\nCustomer",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -148,6 +153,7 @@
"options": "Customer",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -174,6 +180,7 @@
"options": "Lead",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -196,6 +203,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -220,6 +228,7 @@
"oldfieldtype": "Small Text",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -242,6 +251,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -264,6 +274,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -286,6 +297,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -308,6 +320,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -334,6 +347,7 @@
"options": "Quotation",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -361,6 +375,7 @@
"options": "Company",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -387,6 +402,7 @@
"oldfieldtype": "Date",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -414,6 +430,7 @@
"options": "\nSales\nMaintenance\nShopping Cart",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -437,6 +454,7 @@
"options": "icon-tag",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -462,6 +480,7 @@
"options": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -489,6 +508,7 @@
"permlevel": 0,
"precision": "9",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -511,6 +531,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -537,6 +558,7 @@
"options": "Price List",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -561,6 +583,7 @@
"options": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 1,
@@ -585,6 +608,7 @@
"permlevel": 0,
"precision": "9",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -607,6 +631,7 @@
"no_copy": 1,
"permlevel": 1,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -631,6 +656,7 @@
"options": "icon-shopping-cart",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -656,6 +682,7 @@
"options": "Quotation Item",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -678,6 +705,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -702,6 +730,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -727,6 +756,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -749,6 +779,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -773,6 +804,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -796,6 +828,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -820,6 +853,7 @@
"options": "icon-money",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -845,6 +879,7 @@
"options": "Sales Taxes and Charges Template",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -866,6 +901,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -890,6 +926,7 @@
"options": "Shipping Rule",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -911,6 +948,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -936,6 +974,7 @@
"options": "Sales Taxes and Charges",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -959,6 +998,7 @@
"oldfieldtype": "HTML",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -980,6 +1020,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1005,6 +1046,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1026,6 +1068,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1049,6 +1092,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1073,6 +1117,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1098,51 +1143,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "column_break_46",
"fieldtype": "Column Break",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount",
"length": 0,
"no_copy": 0,
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1167,6 +1168,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1174,6 +1176,77 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "column_break_46",
"fieldtype": "Column Break",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "additional_discount_percentage",
"fieldtype": "Float",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Percentage",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount",
"length": 0,
"no_copy": 0,
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1191,6 +1264,7 @@
"options": "icon-money",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1216,6 +1290,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1242,6 +1317,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1268,6 +1344,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1291,6 +1368,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1317,6 +1395,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1343,6 +1422,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1368,6 +1448,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1394,6 +1475,7 @@
"options": "icon-legal",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1419,6 +1501,7 @@
"options": "Terms and Conditions",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 1,
"reqd": 0,
@@ -1443,6 +1526,7 @@
"oldfieldtype": "Text Editor",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1466,6 +1550,7 @@
"options": "icon-bullhorn",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1490,6 +1575,7 @@
"options": "Territory",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -1517,6 +1603,7 @@
"options": "Customer Group",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1540,6 +1627,7 @@
"options": "Address",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1562,6 +1650,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1584,6 +1673,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1608,6 +1698,7 @@
"options": "Address",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1634,6 +1725,7 @@
"options": "Contact",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1657,6 +1749,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1682,6 +1775,7 @@
"options": "Letter Head",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1707,6 +1801,7 @@
"options": "Print Heading",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 1,
"reqd": 0,
@@ -1731,6 +1826,7 @@
"options": "icon-file-text",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1756,6 +1852,7 @@
"options": "Campaign",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1781,6 +1878,7 @@
"options": "\nExisting Customer\nReference\nAdvertisement\nCold Calling\nExhibition\nSupplier Reference\nMass Mailing\nCustomer's Vendor\nCampaign",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1806,6 +1904,7 @@
"oldfieldtype": "Small Text",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1828,6 +1927,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1855,6 +1955,7 @@
"options": "Draft\nSubmitted\nOrdered\nLost\nCancelled\nOpen\nReplied",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 1,
@@ -1880,6 +1981,7 @@
"options": "Fiscal Year",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -1904,6 +2006,7 @@
"oldfieldtype": "Text",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1922,7 +2025,8 @@
"issingle": 0,
"istable": 0,
"max_attachments": 1,
"modified": "2015-11-16 06:29:54.958329",
"menu_index": 0,
"modified": "2015-12-17 16:19:06.964646",
"modified_by": "Administrator",
"module": "Selling",
"name": "Quotation",
@@ -2119,5 +2223,6 @@
"search_fields": "status,transaction_date,customer,lead,order_type",
"sort_field": "modified",
"sort_order": "DESC",
"title_field": "title"
"title_field": "title",
"version": 0
}

View File

@@ -25,6 +25,7 @@
"options": "icon-user",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -47,6 +48,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -72,6 +74,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -97,6 +100,7 @@
"options": "SO-",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -122,6 +126,7 @@
"options": "Customer",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -144,6 +149,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -166,6 +172,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -188,6 +195,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -210,6 +218,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -232,6 +241,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -259,6 +269,7 @@
"options": "\nSales\nMaintenance\nShopping Cart",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -281,6 +292,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -307,6 +319,7 @@
"options": "Sales Order",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -334,6 +347,7 @@
"options": "Company",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -360,6 +374,7 @@
"oldfieldtype": "Date",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -386,6 +401,7 @@
"oldfieldtype": "Date",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -413,6 +429,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -440,6 +457,7 @@
"oldfieldtype": "Date",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -464,6 +482,7 @@
"options": "Address",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -486,6 +505,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -509,6 +529,7 @@
"options": "icon-tag",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -534,6 +555,7 @@
"options": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -561,6 +583,7 @@
"permlevel": 0,
"precision": "9",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -583,6 +606,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -609,6 +633,7 @@
"options": "Price List",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -633,6 +658,7 @@
"options": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 1,
@@ -657,6 +683,7 @@
"permlevel": 0,
"precision": "9",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -679,6 +706,7 @@
"no_copy": 1,
"permlevel": 1,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -703,6 +731,7 @@
"options": "icon-shopping-cart",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -728,6 +757,7 @@
"options": "Sales Order Item",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -749,6 +779,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -770,6 +801,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -794,6 +826,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -819,6 +852,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -841,6 +875,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -865,6 +900,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -888,6 +924,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -912,6 +949,7 @@
"options": "icon-money",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -937,6 +975,7 @@
"options": "Sales Taxes and Charges Template",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -958,6 +997,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -982,6 +1022,7 @@
"options": "Shipping Rule",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1003,6 +1044,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1028,6 +1070,7 @@
"options": "Sales Taxes and Charges",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1051,6 +1094,7 @@
"oldfieldtype": "HTML",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1072,6 +1116,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1097,6 +1142,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1120,6 +1166,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1143,6 +1190,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1167,6 +1215,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1192,50 +1241,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "column_break_50",
"fieldtype": "Column Break",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount",
"length": 0,
"no_copy": 0,
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1260,6 +1266,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1267,6 +1274,78 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "column_break_50",
"fieldtype": "Column Break",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"depends_on": "",
"fieldname": "additional_discount_percentage",
"fieldtype": "Float",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Percentage",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"depends_on": "",
"fieldname": "discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount",
"length": 0,
"no_copy": 0,
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1284,6 +1363,7 @@
"options": "icon-money",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1309,6 +1389,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1335,6 +1416,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1361,6 +1443,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1384,6 +1467,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1410,6 +1494,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1436,6 +1521,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1461,6 +1547,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1485,6 +1572,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1511,6 +1599,7 @@
"options": "icon-suitcase",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1536,6 +1625,7 @@
"options": "Packed Item",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1561,6 +1651,7 @@
"options": "icon-legal",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1586,6 +1677,7 @@
"options": "Terms and Conditions",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1610,6 +1702,7 @@
"oldfieldtype": "Text Editor",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1634,6 +1727,7 @@
"options": "icon-bullhorn",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1655,6 +1749,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1680,6 +1775,7 @@
"options": "Territory",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -1704,6 +1800,7 @@
"options": "Customer Group",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -1725,6 +1822,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1749,6 +1847,7 @@
"options": "Address",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1772,6 +1871,7 @@
"options": "Contact",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1797,6 +1897,7 @@
"options": "icon-file-text",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1823,6 +1924,7 @@
"options": "Project",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1848,6 +1950,7 @@
"options": "Fiscal Year",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -1871,6 +1974,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1896,6 +2000,7 @@
"options": "\nExisting Customer\nReference\nAdvertisement\nCold Calling\nExhibition\nSupplier Reference\nMass Mailing\nCustomer's Vendor\nCampaign",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1922,6 +2027,7 @@
"options": "Campaign",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1945,6 +2051,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1970,6 +2077,7 @@
"options": "Letter Head",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1992,6 +2100,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2018,6 +2127,7 @@
"options": "Print Heading",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 1,
"reqd": 0,
@@ -2041,6 +2151,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2068,6 +2179,7 @@
"options": "\nDraft\nTo Deliver and Bill\nTo Bill\nTo Deliver\nCompleted\nStopped\nCancelled\nClosed",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 1,
@@ -2092,6 +2204,7 @@
"options": "Not Delivered\nFully Delivered\nPartly Delivered\nClosed\nNot Applicable",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2118,6 +2231,7 @@
"oldfieldtype": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -2140,6 +2254,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2166,6 +2281,7 @@
"oldfieldtype": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -2190,6 +2306,7 @@
"options": "Not Billed\nFully Billed\nPartly Billed\nClosed",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2215,6 +2332,7 @@
"options": "icon-group",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2240,6 +2358,7 @@
"options": "Sales Partner",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2262,6 +2381,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2287,6 +2407,7 @@
"oldfieldtype": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2313,6 +2434,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2336,6 +2458,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2361,6 +2484,7 @@
"options": "Sales Team",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2385,6 +2509,7 @@
"options": "icon-time",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2409,6 +2534,7 @@
"no_copy": 1,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2434,6 +2560,7 @@
"options": "\nMonthly\nQuarterly\nHalf-yearly\nYearly",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2458,6 +2585,7 @@
"no_copy": 1,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2482,6 +2610,7 @@
"no_copy": 1,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2506,6 +2635,7 @@
"no_copy": 1,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2530,6 +2660,7 @@
"no_copy": 1,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2552,6 +2683,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2576,6 +2708,7 @@
"no_copy": 1,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -2599,6 +2732,7 @@
"no_copy": 1,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -2623,6 +2757,7 @@
"no_copy": 1,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2648,6 +2783,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2666,7 +2802,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2015-11-16 06:29:56.599677",
"modified": "2015-12-17 16:19:40.324514",
"modified_by": "Administrator",
"module": "Selling",
"name": "Sales Order",

View File

@@ -155,7 +155,7 @@ erpnext.SalesChart = Class.extend({
if(node.expanded) {
node.toggle_node();
}
node.reload_parent();
node.reload();
}
}
});

View File

@@ -25,6 +25,7 @@
"options": "icon-user",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -47,6 +48,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": "50%",
"read_only": 0,
"report_hide": 0,
@@ -73,6 +75,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -98,6 +101,7 @@
"options": "DN-\nDN-RET-",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -123,6 +127,7 @@
"options": "Customer",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -146,6 +151,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -170,6 +176,7 @@
"options": "Address",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -192,6 +199,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -215,6 +223,7 @@
"options": "Address",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -237,6 +246,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -259,6 +269,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -281,6 +292,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -303,6 +315,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -325,6 +338,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -350,6 +364,7 @@
"options": "Delivery Note",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 1,
"report_hide": 0,
@@ -378,6 +393,7 @@
"options": "Company",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 0,
"report_hide": 0,
@@ -405,6 +421,7 @@
"oldfieldtype": "Date",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": "100px",
"read_only": 0,
"report_hide": 0,
@@ -431,6 +448,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "100px",
"read_only": 1,
"report_hide": 0,
@@ -458,6 +476,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "100px",
"read_only": 1,
"report_hide": 0,
@@ -483,6 +502,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -508,6 +528,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -531,6 +552,7 @@
"options": "icon-tag",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -556,6 +578,7 @@
"options": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -582,6 +605,7 @@
"permlevel": 0,
"precision": "9",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -603,6 +627,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -628,6 +653,7 @@
"options": "Price List",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -651,6 +677,7 @@
"options": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 1,
@@ -675,6 +702,7 @@
"permlevel": 0,
"precision": "9",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -697,6 +725,7 @@
"no_copy": 1,
"permlevel": 1,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -721,6 +750,7 @@
"options": "icon-shopping-cart",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -746,6 +776,7 @@
"options": "Delivery Note Item",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -771,6 +802,7 @@
"options": "icon-suitcase",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -796,6 +828,7 @@
"options": "Packed Item",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -818,6 +851,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -839,6 +873,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -863,6 +898,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -888,6 +924,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 1,
"report_hide": 0,
@@ -911,6 +948,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -935,6 +973,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -958,6 +997,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -982,6 +1022,7 @@
"options": "icon-money",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1008,6 +1049,7 @@
"options": "Sales Taxes and Charges Template",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1029,6 +1071,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1053,6 +1096,7 @@
"options": "Shipping Rule",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1074,6 +1118,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1099,6 +1144,7 @@
"options": "Sales Taxes and Charges",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1122,6 +1168,7 @@
"oldfieldtype": "HTML",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1143,6 +1190,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1168,6 +1216,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 1,
"report_hide": 0,
@@ -1192,6 +1241,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1215,6 +1265,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1239,6 +1290,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1264,50 +1316,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "column_break_51",
"fieldtype": "Column Break",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount",
"length": 0,
"no_copy": 0,
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1332,6 +1341,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -1339,6 +1349,76 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "column_break_51",
"fieldtype": "Column Break",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "additional_discount_percentage",
"fieldtype": "Float",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Percentage",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount",
"length": 0,
"no_copy": 0,
"options": "currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1356,6 +1436,7 @@
"options": "icon-money",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1381,6 +1462,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 1,
"report_hide": 0,
@@ -1408,6 +1490,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 1,
"report_hide": 0,
@@ -1435,6 +1518,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "200px",
"read_only": 1,
"report_hide": 0,
@@ -1459,6 +1543,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1484,6 +1569,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 1,
"report_hide": 0,
@@ -1511,6 +1597,7 @@
"options": "currency",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 1,
"report_hide": 0,
@@ -1538,6 +1625,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 1,
"report_hide": 0,
@@ -1565,6 +1653,7 @@
"options": "icon-legal",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1590,6 +1679,7 @@
"options": "Terms and Conditions",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1614,6 +1704,7 @@
"oldfieldtype": "Text Editor",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1638,6 +1729,7 @@
"options": "icon-truck",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1662,6 +1754,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 0,
"report_hide": 0,
@@ -1685,6 +1778,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": "50%",
"read_only": 0,
"report_hide": 0,
@@ -1712,6 +1806,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "100px",
"read_only": 0,
"report_hide": 0,
@@ -1740,6 +1835,7 @@
"oldfieldtype": "Date",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "100px",
"read_only": 0,
"report_hide": 0,
@@ -1766,6 +1862,7 @@
"options": "icon-bullhorn",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1790,6 +1887,7 @@
"options": "Territory",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
@@ -1814,6 +1912,7 @@
"options": "Customer Group",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1835,6 +1934,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": "50%",
"read_only": 0,
"report_hide": 0,
@@ -1860,6 +1960,7 @@
"options": "Contact",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1884,6 +1985,7 @@
"options": "icon-file-text",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1910,6 +2012,7 @@
"options": "Project",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1936,6 +2039,7 @@
"options": "Campaign",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1961,6 +2065,7 @@
"options": "\nExisting Customer\nReference\nAdvertisement\nCold Calling\nExhibition\nSupplier Reference\nMass Mailing\nCustomer's Vendor\nCampaign",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -1983,6 +2088,7 @@
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "50%",
"read_only": 0,
"report_hide": 0,
@@ -2010,6 +2116,7 @@
"oldfieldtype": "Time",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "100px",
"read_only": 0,
"report_hide": 0,
@@ -2037,6 +2144,7 @@
"options": "Fiscal Year",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 0,
"report_hide": 0,
@@ -2062,6 +2170,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2087,6 +2196,7 @@
"options": "Letter Head",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2112,6 +2222,7 @@
"options": "Print Heading",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 1,
"reqd": 0,
@@ -2134,6 +2245,7 @@
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2158,6 +2270,7 @@
"oldfieldtype": "Check",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2180,6 +2293,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2206,6 +2320,7 @@
"options": "\nDraft\nSubmitted\nCancelled\nClosed",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 1,
"report_hide": 0,
@@ -2234,6 +2349,7 @@
"oldfieldtype": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
@@ -2256,6 +2372,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2277,6 +2394,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2303,6 +2421,7 @@
"options": "Warehouse",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2327,6 +2446,7 @@
"oldfieldtype": "Data",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2351,6 +2471,7 @@
"oldfieldtype": "Text",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2376,6 +2497,7 @@
"options": "icon-group",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2401,6 +2523,7 @@
"options": "Sales Partner",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "150px",
"read_only": 0,
"report_hide": 0,
@@ -2424,6 +2547,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "50%",
"read_only": 0,
"report_hide": 0,
@@ -2450,6 +2574,7 @@
"oldfieldtype": "Currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"print_width": "100px",
"read_only": 0,
"report_hide": 0,
@@ -2477,6 +2602,7 @@
"options": "Company:company:default_currency",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2500,6 +2626,7 @@
"no_copy": 0,
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2525,6 +2652,7 @@
"options": "Sales Team",
"permlevel": 0,
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
@@ -2543,7 +2671,8 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2015-11-16 06:29:44.673451",
"menu_index": 0,
"modified": "2015-12-17 16:19:27.004718",
"modified_by": "Administrator",
"module": "Stock",
"name": "Delivery Note",
@@ -2675,5 +2804,6 @@
"search_fields": "status,customer,customer_name, territory,base_grand_total",
"sort_field": "modified",
"sort_order": "DESC",
"title_field": "title"
"title_field": "title",
"version": 0
}

View File

@@ -541,7 +541,8 @@ class Item(WebsiteGenerator):
if self.variant_of:
template_uom = frappe.db.get_value("Item", self.variant_of, "stock_uom")
if template_uom != self.stock_uom:
frappe.throw(_("Default Unit of Measure for Variant must be same as Template"))
frappe.throw(_("Default Unit of Measure for Variant '{0}' must be same as in Template '{1}'")
.format(self.stock_uom, template_uom))
def validate_attributes(self):
if self.has_variants or self.variant_of:

View File

@@ -39,24 +39,23 @@ erpnext.buying.MaterialRequestController = erpnext.buying.BuyingController.exten
this.make_supplier_quotation,
frappe.boot.doctype_icons["Supplier Quotation"]);
if(doc.material_request_type === "Material Transfer" && doc.status === "Submitted")
cur_frm.add_custom_button(__("Transfer Material"), this.make_stock_entry,
frappe.boot.doctype_icons["Stock Entry"]);
if(doc.material_request_type === "Material Issue" && doc.status === "Submitted")
cur_frm.add_custom_button(__("Issue Material"), this.make_stock_entry,
frappe.boot.doctype_icons["Stock Entry"]);
if(flt(doc.per_ordered, 2) < 100) {
if(doc.material_request_type === "Material Transfer" && doc.status === "Submitted")
cur_frm.add_custom_button(__("Transfer Material"), this.make_stock_entry,
frappe.boot.doctype_icons["Stock Entry"]);
if(doc.material_request_type === "Material Issue" && doc.status === "Submitted")
cur_frm.add_custom_button(__("Issue Material"), this.make_stock_entry,
frappe.boot.doctype_icons["Stock Entry"]);
if(doc.material_request_type === "Purchase")
cur_frm.add_custom_button(__('Make Purchase Order'),
this.make_purchase_order, frappe.boot.doctype_icons["Purchase Order"]);
cur_frm.add_custom_button(__('Stop'),
cur_frm.cscript['Stop Material Request'], "icon-exclamation", "btn-default");
}
}
if (this.frm.doc.docstatus===0) {

View File

@@ -123,6 +123,10 @@ class MaterialRequest(BuyingController):
from `tabStock Entry Detail` where material_request = %s
and material_request_item = %s and docstatus = 1""",
(self.name, d.name))[0][0])
if d.ordered_qty and d.ordered_qty > d.qty:
frappe.throw(_("The total Issue / Transfer quantity {0} in Material Request {1} cannot be greater than requested quantity {2} for Item {3}").format(d.ordered_qty, d.parent, d.qty, d.item_code))
frappe.db.set_value(d.doctype, d.name, "ordered_qty", d.ordered_qty)
# note: if qty is 0, its row is still counted in len(self.get("items"))

View File

@@ -276,8 +276,8 @@ class TestMaterialRequest(unittest.TestCase):
"fiscal_year": "_Test Fiscal Year 2013",
})
se_doc.get("items")[0].update({
"qty": 60.0,
"transfer_qty": 60.0,
"qty": 54.0,
"transfer_qty": 54.0,
"s_warehouse": "_Test Warehouse 1 - _TC",
"basic_rate": 1.0
})
@@ -307,7 +307,7 @@ class TestMaterialRequest(unittest.TestCase):
mr.load_from_db()
self.assertEquals(mr.per_ordered, 100)
self.assertEquals(mr.get("items")[0].ordered_qty, 60.0)
self.assertEquals(mr.get("items")[0].ordered_qty, 54.0)
self.assertEquals(mr.get("items")[1].ordered_qty, 3.0)
current_requested_qty_item1 = self._get_requested_qty("_Test Item Home Desktop 100", "_Test Warehouse - _TC")
@@ -383,7 +383,7 @@ class TestMaterialRequest(unittest.TestCase):
def _get_requested_qty(self, item_code, warehouse):
return flt(frappe.db.get_value("Bin", {"item_code": item_code, "warehouse": warehouse}, "indented_qty"))
def test_make_stock_entry_for_Material_Issue(self):
def test_make_stock_entry_for_material_issue(self):
from erpnext.stock.doctype.material_request.material_request import make_stock_entry
mr = frappe.copy_doc(test_records[0]).insert()
@@ -422,13 +422,13 @@ class TestMaterialRequest(unittest.TestCase):
se_doc = make_stock_entry(mr.name)
se_doc.fiscal_year = "_Test Fiscal Year 2014"
se_doc.get("items")[0].qty = 60.0
se_doc.get("items")[0].qty = 54.0
se_doc.insert()
se_doc.submit()
# check if per complete is as expected
mr.load_from_db()
self.assertEquals(mr.get("items")[0].ordered_qty, 60.0)
self.assertEquals(mr.get("items")[0].ordered_qty, 54.0)
self.assertEquals(mr.get("items")[1].ordered_qty, 3.0)
#testing bin requested qty after issuing stock against material request

View File

@@ -1167,6 +1167,31 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "base_discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount (Company Currency)",
"length": 0,
"no_copy": 0,
"options": "Company:company:default_currency",
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1190,6 +1215,30 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "additional_discount_percentage",
"fieldtype": "Float",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Percentage",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -1215,31 +1264,6 @@
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "base_discount_amount",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Additional Discount Amount (Company Currency)",
"length": 0,
"no_copy": 0,
"options": "Company:company:default_currency",
"permlevel": 0,
"precision": "",
"print_hide": 1,
"print_hide_if_no_value": 0,
"read_only": 1,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_on_submit": 0,
"bold": 0,
@@ -2254,7 +2278,7 @@
"istable": 0,
"max_attachments": 0,
"menu_index": 0,
"modified": "2015-12-01 00:48:26.728603",
"modified": "2015-12-17 16:18:48.969643",
"modified_by": "Administrator",
"module": "Stock",
"name": "Purchase Receipt",

View File

@@ -360,7 +360,7 @@ def get_projected_qty(item_code, warehouse):
@frappe.whitelist()
def get_available_qty(item_code, warehouse):
return frappe.db.get_value("Bin", {"item_code": item_code, "warehouse": warehouse},
["projected_qty", "actual_qty"], as_dict=True) or {}
["projected_qty", "actual_qty"], as_dict=True) or {"projected_qty": 0, "actual_qty": 0}
@frappe.whitelist()
def get_batch_qty(batch_no,warehouse,item_code):

View File

@@ -13,7 +13,7 @@ DocType: Item,Publish Item to hub.erpnext.com,نشر البند إلى hub.erpne
apps/erpnext/erpnext/config/setup.py +93,Email Notifications,إشعارات البريد الإلكتروني
DocType: Item,Default Unit of Measure,وحدة القياس الافتراضية
DocType: SMS Center,All Sales Partner Contact,جميع مبيعات الاتصال الشريك
DocType: Employee,Leave Approvers,ترك الموافقون
DocType: Employee,Leave Approvers,الموافقون علي الاجازة
DocType: Sales Partner,Dealer,تاجر
DocType: Employee,Rented,مؤجر
DocType: POS Profile,Applicable for User,ينطبق على العضو
@@ -21,7 +21,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},مطلوب العملة لقائمة الأسعار {0}
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* سيتم احتسابه في المعاملة.
DocType: Purchase Order,Customer Contact,العملاء الاتصال
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,من المواد طلب
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,من المواد طلب
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} شجرة
DocType: Job Applicant,Job Applicant,طالب العمل
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,لا مزيد من النتائج.
@@ -52,7 +52,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,ال
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,1. للحفاظ على العملاء رمز البند الحكيمة والبحث فيها لجعلها تقوم على التعليمات البرمجية الخاصة بهم استخدام هذا الخيار
DocType: Mode of Payment Account,Mode of Payment Account,طريقة حساب الدفع
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,مشاهدة المتغيرات
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,كمية
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,كمية
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),القروض ( المطلوبات )
DocType: Employee Education,Year of Passing,اجتياز سنة
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,في الأوراق المالية
@@ -63,7 +63,7 @@ apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,ج
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,الرعاية الصحية
DocType: Purchase Invoice,Monthly,شهريا
apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66,Delay in payment (Days),التأخير في الدفع (أيام)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,فاتورة
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,فاتورة
DocType: Maintenance Schedule Item,Periodicity,دورية
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,عنوان البريد الإلكتروني
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,دفاع
@@ -72,7 +72,7 @@ DocType: Appraisal Goal,Score (0-5),نقاط (0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},صف {0} {1} {2} لا يتطابق مع {3}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,الصف # {0}
DocType: Delivery Note,Vehicle No,السيارة لا
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,الرجاء اختيار قائمة الأسعار
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,الرجاء اختيار قائمة الأسعار
DocType: Production Order Operation,Work In Progress,التقدم في العمل
DocType: Employee,Holiday List,عطلة قائمة
DocType: Time Log,Time Log,وقت دخول
@@ -197,7 +197,7 @@ DocType: Production Planning Tool,Sales Orders,أوامر البيع
DocType: Purchase Taxes and Charges,Valuation,تقييم
apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +17,Set as Default,تعيين كافتراضي
,Purchase Order Trends,شراء اتجاهات ترتيب
apps/erpnext/erpnext/config/hr.py +78,Allocate leaves for the year.,تخصيص الأوراق لهذا العام.
apps/erpnext/erpnext/config/hr.py +78,Allocate leaves for the year.,تخصيص الاجازات لهذا العام.
DocType: Earning Type,Earning Type,كسب نوع
DocType: Manufacturing Settings,Disable Capacity Planning and Time Tracking,تعطيل تخطيط القدرات وتتبع الوقت
DocType: Bank Reconciliation,Bank Account,الحساب المصرفي
@@ -215,8 +215,9 @@ DocType: Sales Partner,Reseller,بائع التجزئة
apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +41,Please enter Company,يرجى إدخال الشركة
DocType: Delivery Note Item,Against Sales Invoice Item,مقابل فاتورة المبيعات
,Production Orders in Progress,أوامر الإنتاج في التقدم
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37,Net Cash from Financing,صافي النقد من التمويل
DocType: Lead,Address & Contact,معلومات الاتصال والعنوان
DocType: Leave Allocation,Add unused leaves from previous allocations,إضافة الأوراق غير المستخدمة من المخصصات السابقة
DocType: Leave Allocation,Add unused leaves from previous allocations,إضافة الاجازات غير المستخدمة من المخصصات السابقة
apps/erpnext/erpnext/controllers/recurring_document.py +203,Next Recurring {0} will be created on {1},المتكرر التالي {0} سيتم إنشاؤها على {1}
DocType: Newsletter List,Total Subscribers,إجمالي عدد المشتركين
,Contact Name,اسم جهة الاتصال
@@ -233,7 +234,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,البند مواصفات الموقع
DocType: Payment Tool,Reference No,المرجع لا
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,ترك الممنوع
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},البند {0} قد بلغ نهايته من الحياة على {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},البند {0} قد بلغ نهايته من الحياة على {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,سنوي
DocType: Stock Reconciliation Item,Stock Reconciliation Item,الأسهم المصالحة البند
DocType: Stock Entry,Sales Invoice No,فاتورة مبيعات لا
@@ -245,7 +246,7 @@ DocType: Item,Minimum Order Qty,الحد الأدنى لطلب الكمية
DocType: Pricing Rule,Supplier Type,المورد نوع
DocType: Item,Publish in Hub,نشر في المحور
,Terretory,Terretory
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,البند {0} تم إلغاء
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,البند {0} تم إلغاء
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,طلب المواد
DocType: Bank Reconciliation,Update Clearance Date,تحديث تاريخ التخليص
DocType: Item,Purchase Details,تفاصيل شراء
@@ -305,10 +306,10 @@ apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/custome
apps/erpnext/erpnext/config/hr.py +110,"Employee designation (e.g. CEO, Director etc.).",تعيين موظف (مثل الرئيس التنفيذي ، مدير الخ ) .
apps/erpnext/erpnext/controllers/recurring_document.py +196,Please enter 'Repeat on Day of Month' field value,"الرجاء إدخال ' كرر في يوم من الشهر "" قيمة الحقل"
DocType: Sales Invoice,Rate at which Customer Currency is converted to customer's base currency,المعدل الذي يتم تحويل العملة إلى عملة الأساس العملاء العميل
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet",المتاحة في BOM ، تسليم مذكرة ، شراء الفاتورة ، ترتيب الإنتاج، طلب شراء ، شراء استلام ، فاتورة المبيعات ، ترتيب المبيعات ، اسهم الدخول و الجدول الزمني
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet",المتاحة في BOM ، تسليم مذكرة ، شراء الفاتورة ، ترتيب الإنتاج، طلب شراء ، شراء استلام ، فاتورة المبيعات ، ترتيب المبيعات ، حركة مخزنية و الجدول الزمني
DocType: Item Tax,Tax Rate,ضريبة
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},{0} المخصصة أصلا لموظف {1} لفترة {2} {3} ل
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,اختر البند
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,اختر البند
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry","البند: {0} المدارة دفعة الحكيمة، لا يمكن التوفيق بينها باستخدام \
المالية المصالحة، بدلا من استخدام الدخول المالية"
@@ -330,14 +331,14 @@ DocType: Quality Inspection,Inspected By,تفتيش من قبل
DocType: Maintenance Visit,Maintenance Type,صيانة نوع
apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +61,Serial No {0} does not belong to Delivery Note {1},المسلسل لا {0} لا تنتمي إلى التسليم ملاحظة {1}
DocType: Item Quality Inspection Parameter,Item Quality Inspection Parameter,معلمة البند التفتيش الجودة
DocType: Leave Application,Leave Approver Name,ترك اسم الموافق
DocType: Leave Application,Leave Approver Name,أسم الموافق علي الاجازة
,Schedule Date,جدول التسجيل
DocType: Packed Item,Packed Item,ملاحظة التوصيل التغليف
apps/erpnext/erpnext/config/buying.py +54,Default settings for buying transactions.,الإعدادات الافتراضية ل شراء صفقة.
apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +29,Activity Cost exists for Employee {0} against Activity Type - {1},وجود النشاط التكلفة للموظف {0} ضد نوع النشاط - {1}
apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +29,Please do NOT create Accounts for Customers and Suppliers. They are created directly from the Customer / Supplier masters.,يرجى عدم إنشاء حسابات العملاء والموردين. يتم إنشاؤها مباشرة من سادة العملاء / الموردين.
DocType: Currency Exchange,Currency Exchange,تحويل العملات
DocType: Purchase Invoice Item,Item Name,البند الاسم
DocType: Purchase Invoice Item,Item Name,أسم البند
DocType: Authorization Rule,Approving User (above authorized value),الموافقة العضو (أعلى قيمة أذن)
apps/erpnext/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +39,Credit Balance,ميزان الائتمان
DocType: Employee,Widowed,ارمل
@@ -382,13 +383,13 @@ DocType: Sales Taxes and Charges Template,Sales Master Manager,مدير المب
apps/erpnext/erpnext/config/manufacturing.py +74,Global settings for all manufacturing processes.,الإعدادات العمومية لجميع عمليات التصنيع.
DocType: Accounts Settings,Accounts Frozen Upto,حسابات مجمدة حتي
DocType: SMS Log,Sent On,ارسلت في
apps/erpnext/erpnext/stock/doctype/item/item.py +553,Attribute {0} selected multiple times in Attributes Table,السمة {0} اختيار عدة مرات في سمات الجدول
apps/erpnext/erpnext/stock/doctype/item/item.py +554,Attribute {0} selected multiple times in Attributes Table,السمة {0} اختيار عدة مرات في سمات الجدول
DocType: HR Settings,Employee record is created using selected field. ,يتم إنشاء سجل الموظف باستخدام الحقل المحدد.
DocType: Sales Order,Not Applicable,لا ينطبق
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,عطلة الرئيسي.
DocType: Material Request Item,Required Date,تاريخ المطلوبة
DocType: Delivery Note,Billing Address,عنوان الفواتير
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,الرجاء إدخال رمز المدينة .
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,الرجاء إدخال رمز المدينة .
DocType: BOM,Costing,تكلف
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount",إذا كانت محددة، سيتم النظر في مقدار ضريبة والمدرجة بالفعل في قيم طباعة / المبلغ طباعة
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,إجمالي الكمية
@@ -491,7 +492,7 @@ apps/erpnext/erpnext/config/crm.py +17,Customer database.,العملاء قاع
DocType: Quotation,Quotation To,تسعيرة إلى
DocType: Lead,Middle Income,المتوسطة الدخل
apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +58,Opening (Cr),افتتاح (الكروم )
apps/erpnext/erpnext/stock/doctype/item/item.py +702,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,وحدة القياس الافتراضية للالبند {0} لا يمكن تغيير مباشرة لأنك قدمت بالفعل بعض المعاملات (s) مع UOM آخر. سوف تحتاج إلى إنشاء عنصر جديد لاستخدام افتراضي مختلف UOM.
apps/erpnext/erpnext/stock/doctype/item/item.py +703,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,وحدة القياس الافتراضية للالبند {0} لا يمكن تغيير مباشرة لأنك قدمت بالفعل بعض المعاملات (s) مع UOM آخر. سوف تحتاج إلى إنشاء عنصر جديد لاستخدام افتراضي مختلف UOM.
apps/erpnext/erpnext/accounts/utils.py +195,Allocated amount can not be negative,المبلغ المخصص لا يمكن أن تكون سلبية
DocType: Purchase Order Item,Billed Amt,المنقار AMT
DocType: Warehouse,A logical Warehouse against which stock entries are made.,مستودع المنطقي الذي ضد مصنوعة إدخالات الأسهم.
@@ -519,9 +520,10 @@ DocType: Buying Settings,Supplier Naming By,المورد تسمية بواسطة
DocType: Activity Type,Default Costing Rate,افتراضي تكلف سعر
DocType: Maintenance Schedule,Maintenance Schedule,صيانة جدول
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.",ثم يتم تصفيتها من قوانين التسعير على أساس العملاء، مجموعة العملاء، الأرض، مورد، مورد نوع، حملة، شريك المبيعات الخ
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Inventory,صافي التغير في المخزون
DocType: Employee,Passport Number,رقم جواز السفر
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,مدير
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,من إيصال الشراء
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,من إيصال الشراء
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,تم إدخال البند نفسه عدة مرات.
DocType: SMS Settings,Receiver Parameter,استقبال معلمة
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,""" بناء على "" و "" مجمع بــ ' لا يمكن أن يتطابقا"
@@ -800,7 +802,8 @@ DocType: Payment Tool,Set Payment Amount = Outstanding Amount,ضبط كمية ا
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,فرق
,Company Name,اسم الشركة
DocType: SMS Center,Total Message(s),مجموع الرسائل ( ق )
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,اختر البند لنقل
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,اختر البند لنقل
DocType: Purchase Invoice,Additional Discount Percentage,نسبة خصم إضافي
apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,عرض قائمة من جميع ملفات الفيديو مساعدة
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,حدد رئيس حساب في البنك حيث أودع الاختيار.
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,تسمح للمستخدم لتحرير الأسعار قائمة قيم في المعاملات
@@ -821,7 +824,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,أبيض
DocType: SMS Center,All Lead (Open),جميع الرصاص (فتح)
DocType: Purchase Invoice,Get Advances Paid,الحصول على السلف المدفوعة
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,إرفاق صورتك
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,جعل
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,جعل
DocType: Journal Entry,Total Amount in Words,المبلغ الكلي في كلمات
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,كان هناك خطأ . يمكن أن يكون أحد الأسباب المحتملة التي قد لا يتم حفظ النموذج. يرجى الاتصال support@erpnext.com إذا استمرت المشكلة.
apps/erpnext/erpnext/templates/pages/cart.html +3,My Cart,سلتي
@@ -832,8 +835,8 @@ DocType: Holiday List,Holiday List Name,عطلة اسم قائمة
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +168,Stock Options,خيارات الأسهم
DocType: Journal Entry Account,Expense Claim,حساب المطالبة
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +181,Qty for {0},الكمية ل{0}
DocType: Leave Application,Leave Application,ترك التطبيق
apps/erpnext/erpnext/config/hr.py +77,Leave Allocation Tool,ترك أداة تخصيص
DocType: Leave Application,Leave Application,طلب اجازة
apps/erpnext/erpnext/config/hr.py +77,Leave Allocation Tool,اداة توزيع الاجازات
DocType: Leave Block List,Leave Block List Dates,ترك التواريخ قائمة الحظر
DocType: Company,If Monthly Budget Exceeded (for expense account),إذا تجاوز الميزانية الشهرية (لحساب المصاريف)
DocType: Workstation,Net Hour Rate,صافي معدل ساعة
@@ -843,10 +846,10 @@ DocType: Packing Slip Item,Packing Slip Item,التعبئة الإغلاق زل
DocType: POS Profile,Cash/Bank Account,النقد / البنك حساب
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +70,Removed items with no change in quantity or value.,العناصر إزالتها مع أي تغيير في كمية أو قيمة.
DocType: Delivery Note,Delivery To,التسليم إلى
apps/erpnext/erpnext/stock/doctype/item/item.py +550,Attribute table is mandatory,الجدول السمة إلزامي
apps/erpnext/erpnext/stock/doctype/item/item.py +551,Attribute table is mandatory,الجدول السمة إلزامي
DocType: Production Planning Tool,Get Sales Orders,الحصول على أوامر المبيعات
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} لا يمكن أن تكون سلبية
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,خصم
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,خصم
DocType: Features Setup,Purchase Discounts,شراء خصومات
DocType: Workstation,Wages,أجور
DocType: Time Log,Will be updated only if Time Log is 'Billable',وسيتم تحديث إلا إذا وقت الدخول هو &quot;فوترة&quot;
@@ -913,6 +916,7 @@ DocType: Company,Company registration numbers for your reference. Tax numbers et
DocType: Sales Partner,Distributor,موزع
DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,التسوق شحن العربة القاعدة
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +209,Production Order {0} must be cancelled before cancelling this Sales Order,إنتاج النظام {0} يجب أن يتم إلغاء هذا الأمر قبل إلغاء المبيعات
apps/erpnext/erpnext/public/js/controllers/transaction.js +881,Please set 'Apply Additional Discount On',الرجاء تعيين &#39;تطبيق خصم إضافي على&#39;
,Ordered Items To Be Billed,أمرت البنود التي يتعين صفت
apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +24,From Range has to be less than To Range,من المدى يجب أن يكون أقل من أن تتراوح
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,حدد وقت السجلات وتقديمها إلى إنشاء فاتورة مبيعات جديدة.
@@ -1000,7 +1004,7 @@ DocType: Production Order,Qty To Manufacture,الكمية للتصنيع
DocType: Buying Settings,Maintain same rate throughout purchase cycle,الحفاظ على نفس معدل طوال دورة الشراء
DocType: Opportunity Item,Opportunity Item,فرصة السلعة
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +61,Temporary Opening,افتتاح مؤقت
,Employee Leave Balance,الموظف اترك الرصيد
,Employee Leave Balance,رصيد اجازات الموظف
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +128,Balance for Account {0} must always be {1},التوازن ل حساب {0} يجب أن يكون دائما {1}
DocType: Address,Address Type,نوع العنوان
DocType: Purchase Receipt,Rejected Warehouse,رفض مستودع
@@ -1053,7 +1057,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
DocType: Appraisal Goal,Goal,هدف
DocType: Sales Invoice Item,Edit Description,تحرير الوصف
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,التسليم المتوقع التاريخ هو أقل من الموعد المقرر ابدأ.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,ل مزود
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,ل مزود
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,تحديد نوع الحساب يساعد في تحديد هذا الحساب في المعاملات.
DocType: Purchase Invoice,Grand Total (Company Currency),المجموع الكلي (العملات شركة)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,مجموع المنتهية ولايته
@@ -1093,7 +1097,7 @@ apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +168,Against Journal
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +68,Total Order Value,مجموع قيمة الطلب
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +38,Food,غذاء
apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +51,Ageing Range 3,المدى شيخوخة 3
apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +139,You can make a time log only against a submitted production order,يمكنك جعل السجل الوقت فقط ضد نظام إنتاج المقدمة
apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +139,You can make a time log only against a submitted production order,يمكنك جعل السجل الوقت فقط ضد أمر إنتاج مسجل
DocType: Maintenance Schedule Item,No of Visits,لا الزيارات
apps/erpnext/erpnext/config/support.py +33,"Newsletters to contacts, leads.",النشرات الإخبارية إلى جهات الاتصال، ويؤدي.
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +33,Currency of the Closing Account must be {0},يجب أن تكون عملة الحساب الختامي {0}
@@ -1107,7 +1111,7 @@ DocType: Purchase Invoice Item,Accounting,المحاسبة
DocType: Features Setup,Features Setup,ميزات الإعداد
apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +13,View Offer Letter,مشاهدة خطاب العرض
DocType: Item,Is Service Item,هو البند خدمة
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +82,Application period cannot be outside leave allocation period,فترة التطبيق لا يمكن أن يكون تخصيص فترة إجازة الخارجي
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +82,Application period cannot be outside leave allocation period,فترة الطلب لا يمكن أن يكون خارج فترةالاجزات المخصصة
DocType: Activity Cost,Projects,مشاريع
apps/erpnext/erpnext/hr/doctype/holiday_list/holiday_list.py +31,Please select Fiscal Year,الرجاء اختيار السنة المالية
apps/erpnext/erpnext/controllers/buying_controller.py +23,From {0} | {1} {2},من {0} | {1} {2}
@@ -1125,6 +1129,7 @@ DocType: Sales Order Item,Planned Quantity,المخطط الكمية
DocType: Purchase Invoice Item,Item Tax Amount,البند ضريبة المبلغ
DocType: Item,Maintain Stock,الحفاظ على الأوراق المالية
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +211,Stock Entries already created for Production Order ,مقالات الأسهم التي تم إنشاؤها بالفعل لترتيب الإنتاج
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Net Change in Fixed Asset,صافي التغير في الأصول الثابتة
DocType: Leave Control Panel,Leave blank if considered for all designations,ترك فارغا إذا نظرت لجميع التسميات
apps/erpnext/erpnext/controllers/accounts_controller.py +517,Charge of type 'Actual' in row {0} cannot be included in Item Rate,لا يمكن تضمين تهمة من نوع ' الفعلي ' في الصف {0} في سعر السلعة
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +182,Max: {0},الحد الأقصى: {0}
@@ -1136,7 +1141,7 @@ DocType: Sales Invoice,Shipping Address Name,الشحن العنوان الاس
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,دليل الحسابات
DocType: Material Request,Terms and Conditions Content,الشروط والأحكام المحتوى
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,لا يمكن أن يكون أكبر من 100
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,البند {0} ليس الأسهم الإغلاق
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,البند {0} ليس الأسهم الإغلاق
DocType: Maintenance Visit,Unscheduled,غير المجدولة
DocType: Employee,Owned,تملكها
DocType: Salary Slip Deduction,Depends on Leave Without Pay,يعتمد على إجازة بدون مرتب
@@ -1185,7 +1190,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,محلل
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},يجب أن يكون المبلغ المخصص {1} أقل من أو يساوي مبلغ JV {2} الصف {0}
DocType: Item,Inventory,جرد
DocType: Features Setup,"To enable ""Point of Sale"" view",لتمكين &quot;نقطة البيع&quot; وجهة نظر
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,لا يمكن أن يتم السداد للسلة فارغة
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,لا يمكن أن يتم السداد للسلة فارغة
DocType: Item,Sales Details,تفاصيل المبيعات
DocType: Opportunity,With Items,مع الأصناف
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,في الكمية
@@ -1204,6 +1209,7 @@ apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliat
apps/erpnext/erpnext/public/js/setup_wizard.js +153,Financial Year Start Date,تاريخ بدء السنة المالية
DocType: Employee External Work History,Total Experience,مجموع الخبرة
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +276,Packing Slip(s) cancelled,زلة التعبئة (ق ) إلغاء
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,تدفق النقد من الاستثمار
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,الشحن و التخليص الرسوم
DocType: Material Request Item,Sales Order No,ترتيب المبيعات لا
DocType: Item Group,Item Group Name,البند اسم المجموعة
@@ -1216,7 +1222,7 @@ DocType: Maintenance Schedule,Schedules,جداول
DocType: Purchase Invoice Item,Net Amount,صافي القيمة
DocType: Purchase Order Item Supplied,BOM Detail No,BOM تفاصيل لا
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),إضافي مقدار الخصم (العملة الشركة)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},الخطأ: {0} > {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},الخطأ: {0} > {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,يرجى إنشاء حساب جديد من الرسم البياني للحسابات .
DocType: Maintenance Visit,Maintenance Visit,صيانة زيارة
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,العملاء> مجموعة العملاء> إقليم
@@ -1266,7 +1272,7 @@ DocType: Production Planning Tool,Select Sales Orders,حدد أوامر المب
,Material Requests for which Supplier Quotations are not created,طلبات المواد التي الاقتباسات مورد لا يتم إنشاء
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,اليوم (ق) الذي يتم تطبيق للحصول على إجازة وأيام العطل. لا تحتاج إلى تقديم طلب للحصول الإجازة.
DocType: Features Setup,To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.,لتعقب العناصر باستخدام الباركود. سوف تكون قادرة على الدخول في بنود مذكرة التسليم والفاتورة المبيعات عن طريق مسح الباركود من العنصر.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588,Mark as Delivered,إجعلها تسليم
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589,Mark as Delivered,إجعلها تسليم
apps/erpnext/erpnext/crm/doctype/lead/lead.js +34,Make Quotation,جعل الاقتباس
DocType: Dependent Task,Dependent Task,العمل تعتمد
apps/erpnext/erpnext/stock/doctype/item/item.py +340,Conversion factor for default Unit of Measure must be 1 in row {0},معامل تحويل وحدة القياس الافتراضية يجب أن تكون 1 في الصف {0}
@@ -1276,7 +1282,8 @@ DocType: HR Settings,Stop Birthday Reminders,توقف عيد ميلاد تذكي
DocType: SMS Center,Receiver List,استقبال قائمة
DocType: Payment Tool Detail,Payment Amount,دفع مبلغ
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,الكمية المستهلكة
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} مشاهدة
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} مشاهدة
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +89,Net Change in Cash,صافي التغير في النقد
DocType: Salary Structure Deduction,Salary Structure Deduction,هيكل المرتبات / الخصومات
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,وحدة القياس {0} تم إدخال أكثر من مرة واحدة في معامل التحويل الجدول
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,تكلفة عناصر صدر
@@ -1313,6 +1320,7 @@ DocType: Payment Reconciliation,Payments,المدفوعات
DocType: Budget Detail,Budget Allocated,الميزانية المخصصة
DocType: Journal Entry,Entry Type,نوع الدخول
,Customer Credit Balance,رصيد العملاء
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21,Net Change in Accounts Payable,صافي التغير في الحسابات الدائنة
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137,Please verify your email id,يرجى التحقق من اسم المستخدم البريد الالكتروني
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',العميل المطلوبة ل ' Customerwise الخصم '
apps/erpnext/erpnext/config/accounts.py +53,Update bank payment dates with journals.,تحديث البنك دفع التواريخ مع المجلات.
@@ -1348,7 +1356,7 @@ apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.js +50,"Company,
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +102,Marketing Expenses,مصاريف التسويق
,Item Shortage Report,البند تقرير نقص
apps/erpnext/erpnext/stock/doctype/item/item.js +200,"Weight is mentioned,\nPlease mention ""Weight UOM"" too","يذكر الوزن، \n يرجى ذكر ""الوزن UOM"" للغاية"
DocType: Stock Entry Detail,Material Request used to make this Stock Entry,طلب المواد المستخدمة لجعل هذا المقال الاوراق المالية
DocType: Stock Entry Detail,Material Request used to make this Stock Entry,طلب المواد المستخدمة لانشاء الحركة المخزنية
apps/erpnext/erpnext/config/support.py +43,Single unit of an Item.,واحد وحدة من عنصر.
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +213,Time Log Batch {0} must be 'Submitted',وقت دخول الدفعة {0} يجب ' نشره '
DocType: Accounts Settings,Make Accounting Entry For Every Stock Movement,جعل الدخول المحاسبة للحصول على كل حركة الأسهم
@@ -1360,7 +1368,7 @@ DocType: Upload Attendance,Get Template,الحصول على قالب
DocType: Address,Postal,بريدي
DocType: Item,Weightage,الوزن
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,يوجد مجموعة العملاء مع نفس الاسم الرجاء تغيير اسم العميل أو إعادة تسمية المجموعة العملاء
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,الرجاء اختيار {0} أولا.
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,الرجاء اختيار {0} أولا.
apps/erpnext/erpnext/templates/pages/order.html +56,text {0},النص {0}
DocType: Territory,Parent Territory,الأم الأرض
DocType: Quality Inspection Reading,Reading 2,القراءة 2
@@ -1394,7 +1402,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,ترك صرفها؟
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,فرصة من الحقل إلزامي
DocType: Item,Variants,المتغيرات
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,جعل أمر الشراء
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,جعل أمر الشراء
DocType: SMS Center,Send To,أرسل إلى
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},ليس هناك ما يكفي من التوازن إجازة ل إجازة نوع {0}
DocType: Payment Reconciliation Payment,Allocated amount,المبلغ المخصص
@@ -1416,10 +1424,10 @@ DocType: Sales Order,To Deliver and Bill,لتسليم وبيل
DocType: GL Entry,Credit Amount in Account Currency,مبلغ القرض في حساب العملات
apps/erpnext/erpnext/config/manufacturing.py +24,Time Logs for manufacturing.,سجلات الوقت للتصنيع.
DocType: Item,Apply Warehouse-wise Reorder Level,تطبيق مستودع الحكمة إعادة ترتيب مستوى
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424,BOM {0} must be submitted,BOM {0} يجب أن تقدم
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424,BOM {0} must be submitted,BOM {0} يجب أن تعتمد
DocType: Authorization Control,Authorization Control,إذن التحكم
apps/erpnext/erpnext/config/projects.py +23,Time Log for tasks.,وقت دخول للمهام.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561,Payment,دفع
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Payment,دفع
DocType: Production Order Operation,Actual Time and Cost,الوقت الفعلي والتكلفة
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},طلب المواد من الحد الأقصى {0} يمكن إجراء القطعة ل {1} ضد ترتيب المبيعات {2}
DocType: Employee,Salutation,تحية
@@ -1446,7 +1454,7 @@ DocType: Packing Slip,Indicates that the package is a part of this delivery (Onl
DocType: Payment Tool,Make Payment Entry,جعل الدفع الاشتراك
apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +119,Quantity for Item {0} must be less than {1},كمية القطعة ل {0} يجب أن يكون أقل من {1}
,Sales Invoice Trends,اتجاهات فاتورة المبيعات
DocType: Leave Application,Apply / Approve Leaves,تطبيق / الموافقة على أوراق
DocType: Leave Application,Apply / Approve Leaves,تقديم / الموافقة على أجازة
apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +23,For,ل
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +90,Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total',"يمكن الرجوع صف فقط إذا كان نوع التهمة هي "" في السابق المبلغ صف 'أو' السابق صف إجمالي '"
DocType: Sales Order Item,Delivery Warehouse,مستودع تسليم
@@ -1527,7 +1535,7 @@ DocType: Appraisal,For Employee Name,لاسم الموظف
DocType: Holiday List,Clear Table,الجدول واضح
DocType: Features Setup,Brands,العلامات التجارية
DocType: C-Form Invoice Detail,Invoice No,الفاتورة لا
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,من أمر الشراء
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,من أمر الشراء
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +93,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}",ترك لا يمكن تطبيقها / إلغاء قبل {0}، كما كان رصيد الإجازة بالفعل في السجل تخصيص إجازة في المستقبل إعادة توجيهها تحمل {1}
DocType: Activity Cost,Costing Rate,تكلف سعر
,Customer Addresses And Contacts,العناوين العملاء واتصالات
@@ -1731,7 +1739,7 @@ apps/erpnext/erpnext/config/setup.py +105,"Create and manage daily, weekly and m
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +46,Item Code > Item Group > Brand,كود البند> مجموعة المدينة> العلامة التجارية
DocType: Appraisal Goal,Appraisal Goal,تقييم الهدف
DocType: Time Log,Costing Amount,تكلف مبلغ
DocType: Process Payroll,Submit Salary Slip,يقدم زلة الراتب
DocType: Process Payroll,Submit Salary Slip,تسجيل ايصال راتب
DocType: Salary Structure,Monthly Earning & Deduction,الدخل الشهري وخصم
apps/erpnext/erpnext/controllers/selling_controller.py +157,Maxiumm discount for Item {0} is {1}%,خصم Maxiumm القطعة ل {0} {1} ٪
apps/erpnext/erpnext/stock/doctype/item_price/item_price.js +16,Import in Bulk,استيراد بكميات كبيرة
@@ -1767,13 +1775,14 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,إعادة تسمية أداة
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,تحديث التكلفة
DocType: Item Reorder,Item Reorder,البند إعادة ترتيب
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,نقل المواد
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,نقل المواد
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.",تحديد العمليات ، وتكلفة التشغيل وإعطاء عملية فريدة من نوعها لا لل عمليات الخاصة بك.
DocType: Purchase Invoice,Price List Currency,قائمة الأسعار العملات
DocType: Naming Series,User must always select,يجب دائما مستخدم تحديد
DocType: Stock Settings,Allow Negative Stock,تسمح الأسهم السلبية
DocType: Installation Note,Installation Note,ملاحظة التثبيت
apps/erpnext/erpnext/public/js/setup_wizard.js +301,Add Taxes,إضافة الضرائب
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +38,Cash Flow from Financing,تدفق النقد من التمويل
,Financial Analytics,تحليلات مالية
DocType: Quality Inspection,Verified By,التحقق من
DocType: Address,Subsidiary,شركة فرعية
@@ -1816,6 +1825,7 @@ apps/erpnext/erpnext/config/selling.py +158,Setup incoming server for sales emai
DocType: Warranty Claim,Raised By,التي أثارها
DocType: Payment Tool,Payment Account,حساب الدفع
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713,Please specify Company to proceed,يرجى تحديد الشركة للمضي قدما
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20,Net Change in Accounts Receivable,صافي التغير في حسابات المقبوضات
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46,Compensatory Off,التعويضية
DocType: Quality Inspection Reading,Accepted,مقبول
apps/erpnext/erpnext/setup/doctype/company/company.js +24,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,من فضلك تأكد من حقا تريد حذف جميع المعاملات لهذه الشركة. ستبقى البيانات الرئيسية الخاصة بك كما هو. لا يمكن التراجع عن هذا الإجراء.
@@ -1920,7 +1930,7 @@ The tax rate you define here will be the standard tax rate for all **Items**. If
10. إضافة أو اقتطاع: إذا كنت ترغب في إضافة أو خصم الضرائب."
DocType: Purchase Receipt Item,Recd Quantity,Recd الكمية
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +104,Cannot produce more Item {0} than Sales Order quantity {1},لا يمكن أن تنتج أكثر تفاصيل {0} من المبيعات كمية الطلب {1}
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +477,Stock Entry {0} is not submitted,لم يقدم الاسهم الدخول {0}
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +477,Stock Entry {0} is not submitted,الحركة المخزنية {0} غير مسجلة
DocType: Payment Reconciliation,Bank / Cash Account,البنك حساب / النقدية
DocType: Tax Rule,Billing City,مدينة الفوترة
DocType: Global Defaults,Hide Currency Symbol,إخفاء رمز العملة
@@ -2030,7 +2040,7 @@ DocType: Bank Reconciliation Detail,Cheque Number,عدد الشيكات
DocType: Payment Tool Detail,Payment Tool Detail,دفع أداة التفاصيل
,Sales Browser,متصفح المبيعات
DocType: Journal Entry,Total Credit,إجمالي الائتمان
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +480,Warning: Another {0} # {1} exists against stock entry {2},موجود آخر {0} # {1} ضد دخول الأسهم {2}: تحذير
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +480,Warning: Another {0} # {1} exists against stock entry {2},موجود آخر {0} # {1} ضد حركة مخزنية {2}: تحذير
apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +371,Local,محلي
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +26,Loans and Advances (Assets),القروض والسلفيات (الأصول )
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +12,Debtors,المدينين
@@ -2148,7 +2158,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},مستودع الهدف هو إلزامية ل صف {0}
DocType: Quality Inspection,Quality Inspection,فحص الجودة
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,اضافية الصغيرة
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,تحذير : المواد المطلوبة الكمية هي أقل من الحد الأدنى للطلب الكمية
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,تحذير : المواد المطلوبة الكمية هي أقل من الحد الأدنى للطلب الكمية
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,حساب {0} مجمد
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,كيان قانوني / الفرعية مع مخطط مستقل للحسابات تابعة للمنظمة.
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco",الغذاء و المشروبات و التبغ
@@ -2200,7 +2210,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,ويسمح العقد ورقة فقط في المعاملة
DocType: Expense Claim,Expense Approver,حساب الموافق
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,شراء السلعة استلام الموردة
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,دفع
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,دفع
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,إلى التاريخ والوقت
DocType: SMS Settings,SMS Gateway URL,SMS بوابة URL
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,سجلات للحفاظ على حالة تسليم الرسائل القصيرة
@@ -2237,7 +2247,7 @@ DocType: Pricing Rule,Discount Percentage,نسبة الخصم
DocType: Payment Reconciliation Invoice,Invoice Number,رقم الفاتورة
apps/erpnext/erpnext/hooks.py +54,Orders,أوامر
DocType: Leave Control Panel,Employee Type,نوع الموظف
DocType: Employee Leave Approver,Leave Approver,ترك الموافق
DocType: Employee Leave Approver,Leave Approver,الموافق علي الاجازة
DocType: Manufacturing Settings,Material Transferred for Manufacture,المواد المنقولة لغرض صناعة
DocType: Expense Claim,"A user with ""Expense Approver"" role","يمكن للمستخدم مع ""النفقات الموافق"" دور"
,Issued Items Against Production Order,الأصناف التي صدرت بحق أمر الإنتاج
@@ -2247,12 +2257,12 @@ DocType: Target Detail,Target Detail,الهدف التفاصيل
DocType: Sales Order,% of materials billed against this Sales Order,٪ من المواد فوترت مقابل أمر المبيعات
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,بدء فترة الإغلاق
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,مركز التكلفة مع المعاملات القائمة لا يمكن تحويلها إلى مجموعة
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,خفض
DocType: Account,Depreciation,خفض
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),المورد (ق)
DocType: Customer,Credit Limit,الحد الائتماني
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,حدد النوع من المعاملات
DocType: GL Entry,Voucher No,رقم السند
DocType: Leave Allocation,Leave Allocation,ترك توزيع
DocType: Leave Allocation,Leave Allocation,توزيع الاجازات
apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +396,Material Requests {0} created,طلبات المواد {0} خلق
apps/erpnext/erpnext/config/selling.py +122,Template of terms or contract.,قالب من الشروط أو العقد.
DocType: Customer,Address and Contact,عنوان والاتصال
@@ -2272,6 +2282,7 @@ DocType: Quality Inspection,Outgoing,المنتهية ولايته
DocType: Material Request,Requested For,طلب لل
DocType: Quotation Item,Against Doctype,DOCTYPE ضد
DocType: Delivery Note,Track this Delivery Note against any Project,تتبع هذه ملاحظة التوصيل ضد أي مشروع
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28,Net Cash from Investing,صافي النقد من الاستثمار
apps/erpnext/erpnext/accounts/doctype/account/account.py +176,Root account can not be deleted,لا يمكن حذف حساب الجذر
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75,Show Stock Entries,مشاهدة سهم مقالات
,Is Primary Address,هو العنوان الرئيسي
@@ -2341,7 +2352,8 @@ apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standar
DocType: Appraisal,Appraisal,تقييم
apps/erpnext/erpnext/hr/doctype/leave_block_list/leave_block_list.py +22,Date is repeated,ويتكرر التاريخ
apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +27,Authorized Signatory,المفوض بالتوقيع
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +164,Leave approver must be one of {0},يجب أن تكون واحدة من ترك الموافق {0}
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +164,Leave approver must be one of {0},"الموافق عل الاجازة يجب ان يكون واحد من
{0}"
DocType: Hub Settings,Seller Email,البائع البريد الإلكتروني
DocType: Project,Total Purchase Cost (via Purchase Invoice),مجموع تكلفة الشراء (عن طريق شراء الفاتورة)
DocType: Workstation Working Hour,Start Time,بداية
@@ -2392,7 +2404,7 @@ apps/erpnext/erpnext/config/crm.py +146,Lead to Quotation,تؤدي إلى الا
DocType: Lead,From Customer,من العملاء
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +37,Calls,المكالمات
DocType: Project,Total Costing Amount (via Time Logs),المبلغ الكلي التكاليف (عبر الزمن سجلات)
DocType: Purchase Order Item Supplied,Stock UOM,الأسهم UOM
DocType: Purchase Order Item Supplied,Stock UOM,الوحدة
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +198,Purchase Order {0} is not submitted,طلب شراء {0} لم تقدم
apps/erpnext/erpnext/stock/doctype/item/item.js +32,Projected,المتوقع
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +218,Serial No {0} does not belong to Warehouse {1},المسلسل لا {0} لا ينتمي إلى مستودع {1}
@@ -2409,9 +2421,9 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,التكلفة هبط
DocType: Time Log,Batched for Billing,دفعات عن الفواتير
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,رفعت فواتير من قبل الموردين.
DocType: POS Profile,Write Off Account,شطب حساب
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,خصم المبلغ
DocType: Purchase Invoice,Return Against Purchase Invoice,العودة ضد شراء فاتورة
DocType: Item,Warranty Period (in days),فترة الضمان (بالأيام)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +16,Net Cash from Operations,صافي التدفقات النقدية من العمليات
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,على سبيل المثال ضريبة
apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,البند 4
DocType: Journal Entry Account,Journal Entry Account,حساب إدخال دفتر اليومية
@@ -2423,7 +2435,7 @@ apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +63,Warehouse {0}: Com
apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +36,"Go to the appropriate group (usually Source of Funds > Current Liabilities > Taxes and Duties and create a new Account (by clicking on Add Child) of type ""Tax"" and do mention the Tax rate.",انتقل إلى المجموعة المناسبة (عادة مصدر الأموال&gt; المطلوبات المتداولة&gt; الضرائب والرسوم وإنشاء حساب جديد (بالنقر على إضافة الطفل) من نوع &quot;الضريبة&quot; والقيام نذكر معدل الضريبة.
,Payment Period Based On Invoice Date,طريقة الدفع بناء على تاريخ الفاتورة
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +50,Missing Currency Exchange Rates for {0},في عداد المفقودين أسعار صرف العملات ل{0}
DocType: Journal Entry,Stock Entry,الأسهم الدخول
DocType: Journal Entry,Stock Entry,حركة مخزنية
DocType: Account,Payable,المستحقة
DocType: Salary Slip,Arrear Amount,متأخرات المبلغ
apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +57,New Customers,زبائن الجدد
@@ -2479,7 +2491,7 @@ DocType: Expense Claim,Task,مهمة
DocType: Purchase Taxes and Charges,Reference Row #,مرجع صف #
apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +76,Batch number is mandatory for Item {0},رقم الباتش إلزامي للصنف{0}
apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.js +14,This is a root sales person and cannot be edited.,هذا هو الشخص المبيعات الجذرية والتي لا يمكن تحريرها.
,Stock Ledger,الأسهم ليدجر
,Stock Ledger,سجل المخزن
apps/erpnext/erpnext/templates/pages/order.html +58,Rate: {0},معدل: {0}
DocType: Salary Slip Deduction,Salary Slip Deduction,زلة الراتب خصم
apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +202,Select a group node first.,حدد عقدة المجموعة أولا.
@@ -2487,7 +2499,7 @@ apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +74,Purpose must b
apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +108,Fill the form and save it,تعبئة النموذج وحفظه
DocType: Production Planning Tool,Download a report containing all raw materials with their latest inventory status,تحميل تقريرا يتضمن جميع المواد الخام مع وضعهم أحدث المخزون
apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +26,Community Forum,منتديات
DocType: Leave Application,Leave Balance Before Application,ترك الرصيد قبل تطبيق
DocType: Leave Application,Leave Balance Before Application,رصيد الاجازات قلب الطلب
DocType: SMS Center,Send SMS,إرسال SMS
DocType: Company,Default Letter Head,افتراضي رسالة رئيس
DocType: Time Log,Billable,فوترة
@@ -2587,7 +2599,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
الصراع عن طريق تعيين الأولوية. قواعد السعر: {0}"
DocType: Account,Bank,مصرف
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,شركة الطيران
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,قضية المواد
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,قضية المواد
DocType: Material Request Item,For Warehouse,لمستودع
DocType: Employee,Offer Date,عرض التسجيل
DocType: Hub Settings,Access Token,رمز وصول
@@ -2607,6 +2619,7 @@ DocType: Purchase Invoice Item,Image View,عرض الصورة
DocType: Issue,Opening Time,يفتح من الساعة
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,من و إلى مواعيد
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,الأوراق المالية و البورصات السلعية
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',وحدة القياس الافتراضية للخيار &#39;{0}&#39; يجب أن يكون نفس في قالب &#39;{1}&#39;
DocType: Shipping Rule,Calculate Based On,إحسب الربح بناء على
DocType: Delivery Note Item,From Warehouse,من مستودع
DocType: Purchase Taxes and Charges,Valuation and Total,التقييم وتوتال
@@ -2614,6 +2627,7 @@ DocType: Tax Rule,Shipping City,الشحن سيتي
apps/erpnext/erpnext/stock/doctype/item/item.js +58,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,"هذا البند هو البديل من {0} (قالب). سيتم نسخ سمات على من القالب ما لم يتم تعيين ""لا نسخ '"
DocType: Account,Purchase User,شراء العضو
DocType: Notification Control,Customize the Notification,تخصيص إعلام
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17,Cash Flow from Operations,التدفق النقدي من العمليات
apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24,Default Address Template cannot be deleted,لا يمكن حذف القالب الافتراضي العنوان
DocType: Sales Invoice,Shipping Rule,الشحن القاعدة
DocType: Journal Entry,Print Heading,طباعة عنوان
@@ -2655,7 +2669,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,ساعة
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation","متسلسلة البند {0} لا يمكن تحديث \
باستخدام الأسهم المصالحة"
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,نقل المواد إلى المورد
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,نقل المواد إلى المورد
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,المسلسل الجديد لا يمكن أن يكون المستودع. يجب تعيين مستودع من قبل دخول الأسهم أو شراء الإيصال
DocType: Lead,Lead Type,نوع مبادرة البيع
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,إنشاء اقتباس
@@ -2667,7 +2681,7 @@ DocType: BOM Replace Tool,The new BOM after replacement,وBOM الجديدة ب
DocType: Features Setup,Point of Sale,نقطة بيع
DocType: Account,Tax,ضريبة
apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +37,Row {0}: {1} is not a valid {2},صف {0}: {1} ليست صالحة {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +438,From Product Bundle,من حزمة المنتج
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +439,From Product Bundle,من حزمة المنتج
DocType: Production Planning Tool,Production Planning Tool,إنتاج أداة تخطيط المنزل
DocType: Quality Inspection,Report Date,تقرير تاريخ
DocType: C-Form,Invoices,الفواتير
@@ -2682,6 +2696,7 @@ DocType: Stock Settings,Percentage you are allowed to receive or deliver more ag
DocType: Pricing Rule,Customer Group,مجموعة العملاء
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168,Expense account is mandatory for item {0},حساب المصاريف إلزامي لمادة {0}
DocType: Item,Website Description,وصف الموقع
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Net Change in Equity,صافي التغير في حقوق المساهمين
DocType: Serial No,AMC Expiry Date,AMC تاريخ انتهاء الاشتراك
,Sales Register,سجل مبيعات
DocType: Quotation,Quotation Lost Reason,خسارة التسعيرة بسبب
@@ -2693,7 +2708,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,الرجاء تحديد مضي قدما إذا كنت تريد أيضا لتشمل التوازن العام المالي السابق يترك لهذه السنة المالية
DocType: GL Entry,Against Voucher Type,ضد نوع قسيمة
DocType: Item,Attributes,سمات
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,الحصول على العناصر
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,الحصول على العناصر
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,الرجاء إدخال شطب الحساب
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,أمر آخر تاريخ
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,جعل المكوس الفاتورة
@@ -2743,7 +2758,7 @@ DocType: Quality Inspection,Delivery Note No,ملاحظة لا تسليم
DocType: Company,Retail,بيع بالتجزئة
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,العملاء {0} غير موجود
DocType: Attendance,Absent,غائب
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,حزمة المنتج
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,حزمة المنتج
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180,Row {0}: Invalid reference {1},الصف {0}: إشارة غير صالحة {1}
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,شراء قالب الضرائب والرسوم
DocType: Upload Attendance,Download Template,تحميل قالب
@@ -2771,9 +2786,9 @@ DocType: Sales Invoice,Product Bundle Help,المنتج حزمة مساعدة
,Monthly Attendance Sheet,ورقة الحضور الشهرية
apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16,No record found,العثور على أي سجل
apps/erpnext/erpnext/controllers/stock_controller.py +175,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: مركز التكلفة إلزامي للصنف {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +467,Get Items from Product Bundle,الحصول على عناصر من حزمة المنتج
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468,Get Items from Product Bundle,الحصول على عناصر من حزمة المنتج
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79,Account {0} is inactive,حساب {0} غير نشط
DocType: GL Entry,Is Advance,هو المقدمة
DocType: GL Entry,Is Advance,هو المقدم
apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,الحضور من التسجيل والحضور إلى تاريخ إلزامي
apps/erpnext/erpnext/controllers/buying_controller.py +122,Please enter 'Is Subcontracted' as Yes or No,"يرجى إدخال "" التعاقد من الباطن "" كما نعم أو لا"
DocType: Sales Team,Contact No.,الاتصال رقم
@@ -2939,7 +2954,7 @@ DocType: Stock Settings,Freeze Stocks Older Than [Days],تجميد الأرصد
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +40,"If two or more Pricing Rules are found based on the above conditions, Priority is applied. Priority is a number between 0 to 20 while default value is zero (blank). Higher number means it will take precedence if there are multiple Pricing Rules with same conditions.",إذا تم العثور على أساس دولتين أو أكثر من قواعد التسعير على الشروط المذكورة أعلاه، يتم تطبيق الأولوية. الأولوية هو رقم بين 0-20 في حين القيمة الافتراضية هي صفر (فارغة). عدد العالي يعني ان الامر سيستغرق الأسبقية إذا كانت هناك قواعد التسعير متعددة مع نفس الظروف.
apps/erpnext/erpnext/controllers/trends.py +36,Fiscal Year: {0} does not exists,السنة المالية: {0} لا موجود
DocType: Currency Exchange,To Currency,إلى العملات
DocType: Leave Block List,Allow the following users to approve Leave Applications for block days.,تسمح للمستخدمين التالية للموافقة على طلبات الحصول على إجازة أيام بلوك.
DocType: Leave Block List,Allow the following users to approve Leave Applications for block days.,تسمح للمستخدمين التالية للموافقة على طلبات الحصول على إجازة أيام فترة.
apps/erpnext/erpnext/config/hr.py +155,Types of Expense Claim.,أنواع المطالبة حساب.
DocType: Item,Taxes,الضرائب
DocType: Project,Default Cost Center,افتراضي مركز التكلفة
@@ -2962,13 +2977,13 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),معدل ( ٪ )
DocType: Stock Entry Detail,Additional Cost,تكلفة إضافية
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,تاريخ نهاية السنة المالية
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher",لا يمكن تصفية استنادا قسيمة لا، إذا تم تجميعها حسب قسيمة
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,جعل مورد اقتباس
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,جعل مورد اقتباس
DocType: Quality Inspection,Incoming,الوارد
DocType: BOM,Materials Required (Exploded),المواد المطلوبة (انفجرت)
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),خفض عائد لإجازة بدون أجر (LWP)
apps/erpnext/erpnext/public/js/setup_wizard.js +274,"Add users to your organization, other than yourself",إضافة مستخدمين إلى مؤسستك، وغيرها من نفسك
apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +97,Row # {0}: Serial No {1} does not match with {2} {3},الصف # {0}: المسلسل لا {1} لا يتطابق مع {2} {3}
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +44,Casual Leave,عارضة اترك
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +44,Casual Leave,أجازة عارضة
DocType: Batch,Batch ID,دفعة ID
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +336,Note: {0},ملاحظة : {0}
,Delivery Note Trends,ملاحظة اتجاهات التسليم
@@ -2985,9 +3000,10 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Piecework,الع
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +64,Avg. Buying Rate,متوسط. سعر شراء
DocType: Task,Actual Time (in Hours),الوقت الفعلي (بالساعات)
DocType: Employee,History In Company,وفي تاريخ الشركة
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +128,The total Issue / Transfer quantity {0} in Material Request {1} cannot be greater than requested quantity {2} for Item {3},الكمية الإجمالية العدد / نقل {0} في المواد طلب {1} لا يمكن أن يكون أكبر من الكمية المطلوبة {2} لمادة {3}
apps/erpnext/erpnext/config/crm.py +151,Newsletters,النشرات الإخبارية
DocType: Address,Shipping,الشحن
DocType: Stock Ledger Entry,Stock Ledger Entry,الأسهم ليدجر الدخول
DocType: Stock Ledger Entry,Stock Ledger Entry,حركة سجل المخزن
DocType: Department,Leave Block List,ترك قائمة الحظر
DocType: Customer,Tax ID,البطاقة الضريبية
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +188,Item {0} is not setup for Serial Nos. Column must be blank,البند {0} ليس الإعداد ل مسلسل رقم العمود يجب أن يكون فارغا
@@ -3004,7 +3020,6 @@ DocType: Account,Auditor,مدقق حسابات
DocType: Purchase Order,End date of current order's period,تاريخ انتهاء الفترة لكي الحالي
apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +17,Make Offer Letter,تقديم عرض رسالة
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +10,Return,عودة
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant must be same as Template,يجب أن تكون وحدة القياس الافتراضية للخيار نفس قالب
DocType: Production Order Operation,Production Order Operation,أمر الإنتاج عملية
DocType: Pricing Rule,Disable,تعطيل
DocType: Project Task,Pending Review,في انتظار المراجعة
@@ -3039,7 +3054,7 @@ DocType: Payment Tool Detail,Against Voucher No,ضد قسيمة لا
apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +47,Please enter quantity for Item {0},الرجاء إدخال كمية القطعة ل {0}
DocType: Employee External Work History,Employee External Work History,التاريخ الموظف العمل الخارجي
DocType: Tax Rule,Purchase,شراء
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,Balance Qty,التوازن الكمية
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,Balance Qty,الكمية المتاحة
DocType: Item Group,Parent Item Group,الأم الإغلاق المجموعة
apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +21,{0} for {1},{0} ل {1}
apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +96,Cost Centers,مراكز التكلفة
@@ -3049,6 +3064,7 @@ apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{
DocType: Opportunity,Next Contact,التالي اتصل بنا
DocType: Employee,Employment Type,مجال العمل
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +40,Fixed Assets,الموجودات الثابتة
,Cash Flow,التدفق النقدي
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85,Application period cannot be across two alocation records,فترة التطبيق لا يمكن أن يكون عبر اثنين من السجلات alocation
DocType: Item Group,Default Expense Account,الافتراضي نفقات الحساب
DocType: Employee,Notice (days),إشعار (أيام )
@@ -3061,7 +3077,7 @@ DocType: Production Order,Planned Operating Cost,المخطط تكاليف ال
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +121,New {0} Name,الجديد {0} اسم
apps/erpnext/erpnext/controllers/recurring_document.py +125,Please find attached {0} #{1},تجدون طيه {0} # {1}
DocType: Job Applicant,Applicant Name,اسم مقدم الطلب
DocType: Authorization Rule,Customer / Item Name,العميل / البند الاسم
DocType: Authorization Rule,Customer / Item Name,العميل / أسم البند
DocType: Product Bundle,"Aggregate group of **Items** into another **Item**. This is useful if you are bundling a certain **Items** into a package and you maintain stock of the packed **Items** and not the aggregate **Item**.
The package **Item** will have ""Is Stock Item"" as ""No"" and ""Is Sales Item"" as ""Yes"".
@@ -3086,7 +3102,7 @@ DocType: Workstation,per hour,كل ساعة
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,سيتم إنشاء حساب المستودع ( الجرد الدائم ) في إطار هذا الحساب.
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,مستودع لا يمكن حذف كما يوجد مدخل الأسهم دفتر الأستاذ لهذا المستودع.
DocType: Company,Distribution,التوزيع
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,المبلغ المدفوع
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,المبلغ المدفوع
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,مدير المشروع
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,إيفاد
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,ماكس الخصم المسموح به لمادة: {0} {1}٪
@@ -3113,7 +3129,7 @@ DocType: POS Profile,Terms and Conditions,الشروط والأحكام
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +43,To Date should be within the Fiscal Year. Assuming To Date = {0},إلى التسجيل يجب أن يكون ضمن السنة المالية. على افتراض إلى تاريخ = {0}
DocType: Employee,"Here you can maintain height, weight, allergies, medical concerns etc",هنا يمكنك الحفاظ على الطول والوزن، والحساسية، الخ المخاوف الطبية
DocType: Leave Block List,Applies to Company,ينطبق على شركة
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +175,Cannot cancel because submitted Stock Entry {0} exists,لا يمكن إلغاء الاشتراك بسبب الأسهم المقدم {0} موجود
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +175,Cannot cancel because submitted Stock Entry {0} exists,لا يمكن إلغاء الاشتراك بسبب الحركة المخزنية {0} موجود
DocType: Purchase Invoice,In Words,في كلمات
apps/erpnext/erpnext/hr/doctype/employee/employee.py +213,Today is {0}'s birthday!,اليوم هو {0} 'عيد ميلاد!
DocType: Production Planning Tool,Material Request For Warehouse,طلب للحصول على المواد مستودع
@@ -3128,7 +3144,7 @@ apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425,Transaction n
apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","لتعيين هذه السنة المالية كما الافتراضي، انقر على ' تعيين كافتراضي """
apps/erpnext/erpnext/config/support.py +54,Setup incoming server for support email id. (e.g. support@example.com),إعداد ملقم واردة ل دعم البريد الإلكتروني معرف . (على سبيل المثال support@example.com )
apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19,Shortage Qty,نقص الكمية
apps/erpnext/erpnext/stock/doctype/item/item.py +569,Item variant {0} exists with same attributes,البديل البند {0} موجود مع نفس الصفات
apps/erpnext/erpnext/stock/doctype/item/item.py +570,Item variant {0} exists with same attributes,البديل البند {0} موجود مع نفس الصفات
DocType: Salary Slip,Salary Slip,إيصال الراتب
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48,'To Date' is required,' إلى تاريخ ' مطلوب
DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.",توليد التعبئة زلات لحزم ليتم تسليمها. تستخدم لإعلام عدد حزمة، حزمة المحتويات وزنه.
@@ -3230,7 +3246,7 @@ apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +4
DocType: Payment Tool,Get Outstanding Vouchers,الحصول على قسائم المعلقة
DocType: Warranty Claim,Resolved By,حلها عن طريق
DocType: Appraisal,Start Date,تاريخ البدء
apps/erpnext/erpnext/config/hr.py +130,Allocate leaves for a period.,تخصيص يترك لفترة .
apps/erpnext/erpnext/config/hr.py +130,Allocate leaves for a period.,تخصيص أجازات لفترة .
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +139,Click here to verify,انقر هنا للتحقق من
apps/erpnext/erpnext/accounts/doctype/account/account.py +43,Account {0}: You can not assign itself as parent account,حساب {0}: لا يمكنك تعيين نفسه كحساب الأم
DocType: Purchase Invoice Item,Price List Rate,قائمة الأسعار قيم
@@ -3241,12 +3257,12 @@ DocType: Time Log,Hours,ساعات
DocType: Project,Expected Start Date,يتوقع البدء تاريخ
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41,Remove item if charges is not applicable to that item,إزالة البند إذا الرسوم لا تنطبق على هذا البند
DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,على سبيل المثال. smsgateway.com / API / send_sms.cgi
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597,Receive,تسلم
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598,Receive,تسلم
DocType: Maintenance Visit,Fully Completed,يكتمل
apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}٪ مكتمل
DocType: Employee,Educational Qualification,المؤهلات العلمية
DocType: Workstation,Operating Costs,تكاليف التشغيل
DocType: Employee Leave Approver,Employee Leave Approver,الموظف إجازة الموافق
DocType: Employee Leave Approver,Employee Leave Approver,الموافق علي اجازة الموظف
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +166,{0} has been successfully added to our Newsletter list.,{0} تمت إضافة بنجاح إلى قائمة النشرة الإخبارية لدينا.
apps/erpnext/erpnext/stock/doctype/item/item.py +424,Row {0}: An Reorder entry already exists for this warehouse {1},صف {0}: إدخال إعادة ترتيب موجود بالفعل لهذا المستودع {1}
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +67,"Cannot declare as lost, because Quotation has been made.",لا يمكن ان تعلن بانها فقدت ، لأن أحرز اقتباس .
@@ -3336,16 +3352,16 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +300,Debit
DocType: Buying Settings,Naming Series,تسمية السلسلة
DocType: Leave Block List,Leave Block List Name,ترك اسم كتلة قائمة
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +32,Stock Assets,الموجودات الأسهم
apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.js +29,Do you really want to Submit all Salary Slip for month {0} and year {1},هل تريد حقا لتقديم كل زلة الرواتب ل شهر {0} و السنة {1}
apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.js +29,Do you really want to Submit all Salary Slip for month {0} and year {1},هل تريد حقا تسجيل كل ايصالات الرواتب ل شهر {0} و السنة {1}
apps/erpnext/erpnext/crm/doctype/newsletter_list/newsletter_list.js +8,Import Subscribers,المشتركون استيراد
DocType: Target Detail,Target Qty,الهدف الكمية
DocType: Attendance,Present,تقديم
apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +35,Delivery Note {0} must not be submitted,تسليم مذكرة {0} يجب ألا المقدمة
apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +35,Delivery Note {0} must not be submitted,تسليم مذكرة {0} يجب ألا تكون مسجلة
DocType: Notification Control,Sales Invoice Message,فاتورة مبيعات رسالة
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,إغلاق حساب {0} يجب أن يكون من نوع المسؤولية / حقوق المساهمين
DocType: Authorization Rule,Based On,وبناء على
DocType: Sales Order Item,Ordered Qty,أمرت الكمية
apps/erpnext/erpnext/stock/doctype/item/item.py +580,Item {0} is disabled,البند هو تعطيل {0}
apps/erpnext/erpnext/stock/doctype/item/item.py +581,Item {0} is disabled,البند هو تعطيل {0}
DocType: Stock Settings,Stock Frozen Upto,الأسهم المجمدة لغاية
apps/erpnext/erpnext/controllers/recurring_document.py +163,Period From and Period To dates mandatory for recurring {0},فترة من وفترة لمواعيد إلزامية لالمتكررة {0}
apps/erpnext/erpnext/config/projects.py +13,Project activity / task.,مشروع النشاط / المهمة.
@@ -3465,7 +3481,7 @@ DocType: Company,Round Off Account,جولة قبالة حساب
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,المصاريف الإدارية
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,الاستشارات
DocType: Customer Group,Parent Customer Group,الأم العملاء مجموعة
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,تغيير
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,تغيير
DocType: Purchase Invoice,Contact Email,عنوان البريد الإلكتروني
DocType: Appraisal Goal,Score Earned,نقاط المكتسبة
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""","على سبيل المثال ""شركتي ذ.م.م. """
@@ -3481,7 +3497,7 @@ apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zer
DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,كمية البند تم الحصول عليها بعد تصنيع / إعادة التعبئة من كميات معينة من المواد الخام
DocType: Payment Reconciliation,Receivable / Payable Account,القبض / حساب الدائنة
DocType: Delivery Note Item,Against Sales Order Item,مقابل المبيعات
apps/erpnext/erpnext/stock/doctype/item/item.py +562,Please specify Attribute Value for attribute {0},يرجى تحديد قيمة السمة للسمة {0}
apps/erpnext/erpnext/stock/doctype/item/item.py +563,Please specify Attribute Value for attribute {0},يرجى تحديد قيمة السمة للسمة {0}
DocType: Item,Default Warehouse,النماذج الافتراضية
DocType: Task,Actual End Date (via Time Logs),الفعلي تاريخ الانتهاء (عبر الزمن سجلات)
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37,Budget cannot be assigned against Group Account {0},الميزانية لا يمكن تعيين ضد المجموعة حساب {0}
@@ -3547,7 +3563,7 @@ DocType: Account,Parent Account,الأصل حساب
DocType: Quality Inspection Reading,Reading 3,قراءة 3
,Hub,محور
DocType: GL Entry,Voucher Type,نوع السند
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,قائمة الأسعار لم يتم العثور أو تعطيلها
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,قائمة الأسعار لم يتم العثور أو تعطيلها
DocType: Expense Claim,Approved,وافق
DocType: Pricing Rule,Price,السعر
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',يجب أن يتم تعيين الموظف مرتاح على {0} ك ' اليسار '
@@ -3572,7 +3588,7 @@ apps/erpnext/erpnext/config/stock.py +283,Batch Inventory,دفعة الجرد
DocType: Employee,Contract End Date,تاريخ نهاية العقد
DocType: Sales Order,Track this Sales Order against any Project,تتبع هذا الأمر ضد أي مشروع المبيعات
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,سحب أوامر البيع (في انتظار لتسليم) بناء على المعايير المذكورة أعلاه
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,من مزود اقتباس
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,من مزود اقتباس
DocType: Deduction Type,Deduction Type,خصم نوع
DocType: Attendance,Half Day,نصف يوم
DocType: Pricing Rule,Min Qty,دقيقة الكمية
@@ -3659,7 +3675,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(نصف يوم)
DocType: Supplier,Credit Days,الائتمان أيام
DocType: Leave Type,Is Carry Forward,والمضي قدما
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,الحصول على عناصر من BOM
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,الحصول على عناصر من BOM
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,يوم ووقت مبادرة البيع
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,فاتورة المواد
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},الصف {0}: مطلوب نوع الحزب وحزب المقبوضات / حسابات المدفوعات {1}
1 DocType: Employee Salary Mode وضع الراتب
13 apps/erpnext/erpnext/config/setup.py +93 Email Notifications إشعارات البريد الإلكتروني
14 DocType: Item Default Unit of Measure وحدة القياس الافتراضية
15 DocType: SMS Center All Sales Partner Contact جميع مبيعات الاتصال الشريك
16 DocType: Employee Leave Approvers ترك الموافقون الموافقون علي الاجازة
17 DocType: Sales Partner Dealer تاجر
18 DocType: Employee Rented مؤجر
19 DocType: POS Profile Applicable for User ينطبق على العضو
21 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36 Currency is required for Price List {0} مطلوب العملة لقائمة الأسعار {0}
22 DocType: Sales Taxes and Charges Template * Will be calculated in the transaction. * سيتم احتسابه في المعاملة.
23 DocType: Purchase Order Customer Contact العملاء الاتصال
24 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661 From Material Request من المواد طلب
25 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37 {0} Tree {0} شجرة
26 DocType: Job Applicant Job Applicant طالب العمل
27 apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18 No more results. لا مزيد من النتائج.
52 DocType: Features Setup 1. To maintain the customer wise item code and to make them searchable based on their code use this option 1. للحفاظ على العملاء رمز البند الحكيمة والبحث فيها لجعلها تقوم على التعليمات البرمجية الخاصة بهم استخدام هذا الخيار
53 DocType: Mode of Payment Account Mode of Payment Account طريقة حساب الدفع
54 apps/erpnext/erpnext/stock/doctype/item/item.js +49 Show Variants مشاهدة المتغيرات
55 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479 Quantity كمية
56 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174 Loans (Liabilities) القروض ( المطلوبات )
57 DocType: Employee Education Year of Passing اجتياز سنة
58 apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12 In Stock في الأوراق المالية
63 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31 Health Care الرعاية الصحية
64 DocType: Purchase Invoice Monthly شهريا
65 apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66 Delay in payment (Days) التأخير في الدفع (أيام)
66 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607 Invoice فاتورة
67 DocType: Maintenance Schedule Item Periodicity دورية
68 apps/erpnext/erpnext/public/js/setup_wizard.js +107 Email Address عنوان البريد الإلكتروني
69 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21 Defense دفاع
72 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193 Row {0}: {1} {2} does not match with {3} صف {0} {1} {2} لا يتطابق مع {3}
73 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74 Row # {0}: الصف # {0}
74 DocType: Delivery Note Vehicle No السيارة لا
75 apps/erpnext/erpnext/public/js/pos/pos.js +528 apps/erpnext/erpnext/public/js/pos/pos.js +534 Please select Price List الرجاء اختيار قائمة الأسعار
76 DocType: Production Order Operation Work In Progress التقدم في العمل
77 DocType: Employee Holiday List عطلة قائمة
78 DocType: Time Log Time Log وقت دخول
197 apps/erpnext/erpnext/config/hr.py +78 Allocate leaves for the year. تخصيص الأوراق لهذا العام. تخصيص الاجازات لهذا العام.
198 DocType: Earning Type Earning Type كسب نوع
199 DocType: Manufacturing Settings Disable Capacity Planning and Time Tracking تعطيل تخطيط القدرات وتتبع الوقت
200 DocType: Bank Reconciliation Bank Account الحساب المصرفي
201 DocType: Leave Type Allow Negative Balance تسمح الرصيد السلبي
202 DocType: Selling Settings Default Territory الافتراضي الإقليم
203 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +53 Television تلفزيون
215 DocType: Lead apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37 Address & Contact Net Cash from Financing معلومات الاتصال والعنوان صافي النقد من التمويل
216 DocType: Leave Allocation DocType: Lead Add unused leaves from previous allocations Address & Contact إضافة الأوراق غير المستخدمة من المخصصات السابقة معلومات الاتصال والعنوان
217 apps/erpnext/erpnext/controllers/recurring_document.py +203 DocType: Leave Allocation Next Recurring {0} will be created on {1} Add unused leaves from previous allocations المتكرر التالي {0} سيتم إنشاؤها على {1} إضافة الاجازات غير المستخدمة من المخصصات السابقة
218 apps/erpnext/erpnext/controllers/recurring_document.py +203 Next Recurring {0} will be created on {1} المتكرر التالي {0} سيتم إنشاؤها على {1}
219 DocType: Newsletter List Total Subscribers إجمالي عدد المشتركين
220 Contact Name اسم جهة الاتصال
221 DocType: Production Plan Item SO Pending Qty وفي انتظار SO الكمية
222 DocType: Process Payroll Creates salary slip for above mentioned criteria. يخلق زلة مرتبات المعايير المذكورة أعلاه.
223 apps/erpnext/erpnext/config/buying.py +18 Request for purchase. طلب للشراء.
234 apps/erpnext/erpnext/stock/doctype/item/item.py +576 apps/erpnext/erpnext/stock/doctype/item/item.py +577 Item {0} has reached its end of life on {1} البند {0} قد بلغ نهايته من الحياة على {1}
235 apps/erpnext/erpnext/accounts/utils.py +341 Annual سنوي
236 DocType: Stock Reconciliation Item Stock Reconciliation Item الأسهم المصالحة البند
237 DocType: Stock Entry Sales Invoice No فاتورة مبيعات لا
238 DocType: Material Request Item Min Order Qty دقيقة الكمية ترتيب
239 DocType: Lead Do Not Contact عدم الاتصال
240 DocType: Sales Invoice The unique id for tracking all recurring invoices. It is generated on submit. المعرف الفريد لتتبع جميع الفواتير المتكررة. يتم إنشاؤها على تقديم.
246 apps/erpnext/erpnext/stock/doctype/item/item.py +596 apps/erpnext/erpnext/stock/doctype/item/item.py +597 Item {0} is cancelled البند {0} تم إلغاء
247 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607 Material Request طلب المواد
248 DocType: Bank Reconciliation Update Clearance Date تحديث تاريخ التخليص
249 DocType: Item Purchase Details تفاصيل شراء
250 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +321 Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1} البند {0} غير موجودة في &quot;المواد الخام الموردة&quot; الجدول في أمر الشراء {1}
251 DocType: Employee Relation علاقة
252 DocType: Shipping Rule Worldwide Shipping الشحن في جميع أنحاء العالم
306 DocType: Features Setup Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet المتاحة في BOM ، تسليم مذكرة ، شراء الفاتورة ، ترتيب الإنتاج، طلب شراء ، شراء استلام ، فاتورة المبيعات ، ترتيب المبيعات ، اسهم الدخول و الجدول الزمني المتاحة في BOM ، تسليم مذكرة ، شراء الفاتورة ، ترتيب الإنتاج، طلب شراء ، شراء استلام ، فاتورة المبيعات ، ترتيب المبيعات ، حركة مخزنية و الجدول الزمني
307 DocType: Item Tax Tax Rate ضريبة
308 apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54 {0} already allocated for Employee {1} for period {2} to {3} {0} المخصصة أصلا لموظف {1} لفترة {2} {3} ل
309 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Select Item اختر البند
310 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150 Item: {0} managed batch-wise, can not be reconciled using \ Stock Reconciliation, instead use Stock Entry البند: {0} المدارة دفعة الحكيمة، لا يمكن التوفيق بينها باستخدام \ المالية المصالحة، بدلا من استخدام الدخول المالية
311 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262 Purchase Invoice {0} is already submitted شراء الفاتورة {0} يقدم بالفعل
312 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87 Row # {0}: Batch No must be same as {1} {2} الصف # {0}: لا دفعة ويجب أن يكون نفس {1} {2}
313 apps/erpnext/erpnext/accounts/doctype/account/account.js +54 Convert to non-Group تحويل لغير المجموعه
314 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55 Purchase Receipt must be submitted يجب تقديم شراء إيصال
315 apps/erpnext/erpnext/config/stock.py +53 Batch (lot) of an Item. رقم المجموعة للصنف
331 DocType: Packed Item Packed Item ملاحظة التوصيل التغليف
332 apps/erpnext/erpnext/config/buying.py +54 Default settings for buying transactions. الإعدادات الافتراضية ل شراء صفقة.
333 apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +29 Activity Cost exists for Employee {0} against Activity Type - {1} وجود النشاط التكلفة للموظف {0} ضد نوع النشاط - {1}
334 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +29 Please do NOT create Accounts for Customers and Suppliers. They are created directly from the Customer / Supplier masters. يرجى عدم إنشاء حسابات العملاء والموردين. يتم إنشاؤها مباشرة من سادة العملاء / الموردين.
335 DocType: Currency Exchange Currency Exchange تحويل العملات
336 DocType: Purchase Invoice Item Item Name البند الاسم أسم البند
337 DocType: Authorization Rule Approving User (above authorized value) الموافقة العضو (أعلى قيمة أذن)
338 apps/erpnext/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +39 Credit Balance ميزان الائتمان
339 DocType: Employee Widowed ارمل
340 DocType: Production Planning Tool Items to be requested which are "Out of Stock" considering all warehouses based on projected qty and minimum order qty البنود التي يطلب منها &quot;غير متاح&quot; النظر في جميع المخازن على أساس الكمية المتوقعة والحد الأدنى الكمية ترتيب
341 DocType: Workstation Working Hours ساعات العمل
342 DocType: Naming Series Change the starting / current sequence number of an existing series. تغيير رقم تسلسل بدء / الحالي من سلسلة الموجودة.
343 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +57 If multiple Pricing Rules continue to prevail, users are asked to set Priority manually to resolve conflict. إذا استمرت قوانين التسعير متعددة أن تسود، ويطلب من المستخدمين لتعيين الأولوية يدويا لحل الصراع.
344 Purchase Register سجل شراء
383 DocType: Sales Order Not Applicable لا ينطبق
384 apps/erpnext/erpnext/config/hr.py +140 Holiday master. عطلة الرئيسي.
385 DocType: Material Request Item Required Date تاريخ المطلوبة
386 DocType: Delivery Note Billing Address عنوان الفواتير
387 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736 Please enter Item Code. الرجاء إدخال رمز المدينة .
388 DocType: BOM Costing تكلف
389 DocType: Purchase Taxes and Charges If checked, the tax amount will be considered as already included in the Print Rate / Print Amount إذا كانت محددة، سيتم النظر في مقدار ضريبة والمدرجة بالفعل في قيم طباعة / المبلغ طباعة
390 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48 Total Qty إجمالي الكمية
391 DocType: Employee Health Concerns الاهتمامات الصحية
392 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15 Unpaid غير مدفوع
393 DocType: Packing Slip From Package No. من رقم حزمة
394 DocType: Item Attribute To Range تتراوح
395 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +29 Securities and Deposits الأوراق المالية و الودائع
492 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35 Another Sales Person {0} exists with the same Employee id شخص آخر مبيعات {0} موجود مع نفس الرقم الوظيفي
493 apps/erpnext/erpnext/stock/stock_ledger.py +336 Negative Stock Error ({6}) for Item {0} in Warehouse {1} on {2} {3} in {4} {5} خطأ الأسهم السلبية ( { } 6 ) القطعة ل {0} في {1} في معرض النماذج ثلاثية على {2} {3} {4} في {5}
494 DocType: Fiscal Year Company Fiscal Year Company الشركة السنة المالية
495 DocType: Packing Slip Item DN Detail DN التفاصيل
496 DocType: Time Log Billed توصف
497 DocType: Batch Batch Description دفعة الوصف
498 DocType: Delivery Note Time at which items were delivered from warehouse الوقت الذي تم تسليم العناصر من مستودع
520 DocType: Issue DocType: Production Order Operation Resolution Date In minutes تاريخ القرار في دقائق
521 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 DocType: Issue Please set default Cash or Bank account in Mode of Payment {0} Resolution Date الرجاء تعيين النقدية الافتراضي أو حساب مصرفي في طريقة الدفع {0} تاريخ القرار
522 DocType: Selling Settings apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 Customer Naming By Please set default Cash or Bank account in Mode of Payment {0} العملاء تسمية بواسطة الرجاء تعيين النقدية الافتراضي أو حساب مصرفي في طريقة الدفع {0}
523 DocType: Selling Settings Customer Naming By العملاء تسمية بواسطة
524 apps/erpnext/erpnext/accounts/doctype/account/account.js +67 Convert to Group تحويل إلى المجموعة
525 DocType: Activity Cost Activity Type نوع النشاط
526 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47 Delivered Amount المكونات تسليمها
527 DocType: Customer Fixed Days يوم الثابتة
528 DocType: Sales Invoice Packing List قائمة التعبئة
529 apps/erpnext/erpnext/config/buying.py +28 Purchase Orders given to Suppliers. أوامر الشراء نظرا للموردين.
802 apps/erpnext/erpnext/templates/form_grid/item_grid.html +72 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 Discount {0} can not be negative خصم {0} لا يمكن أن تكون سلبية
803 DocType: Features Setup apps/erpnext/erpnext/public/js/pos/pos.html +28 Purchase Discounts Discount شراء خصومات خصم
804 DocType: Workstation DocType: Features Setup Wages Purchase Discounts أجور شراء خصومات
805 DocType: Time Log DocType: Workstation Will be updated only if Time Log is 'Billable' Wages وسيتم تحديث إلا إذا وقت الدخول هو &quot;فوترة&quot; أجور
806 DocType: Time Log Will be updated only if Time Log is 'Billable' وسيتم تحديث إلا إذا وقت الدخول هو &quot;فوترة&quot;
807 DocType: Project Internal داخلي
808 DocType: Task Urgent ملح
809 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +97 Please specify a valid Row ID for row {0} in table {1} يرجى تحديد هوية الصف صالحة لصف {0} في الجدول {1}
824 DocType: Lead Organization Name اسم المنظمة
825 DocType: Tax Rule Shipping State الدولة الشحن
826 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61 Item must be added using 'Get Items from Purchase Receipts' button يجب إضافة البند باستخدام "الحصول على السلع من شراء إيصالات 'زر
827 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126 Sales Expenses مصاريف المبيعات
828 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +113 Standard Buying شراء القياسية
829 DocType: GL Entry Against ضد
830 DocType: Item Default Selling Cost Center الافتراضي البيع مركز التكلفة
835 DocType: Packing Slip Net Weight UOM الوزن الصافي UOM
836 DocType: Item Default Supplier مزود الافتراضي
837 DocType: Manufacturing Settings Over Production Allowance Percentage أكثر من الإنتاج بدل النسبة المئوية
838 DocType: Shipping Rule Condition Shipping Rule Condition الشحن القاعدة حالة
839 DocType: Features Setup Miscelleneous متفرقات
840 DocType: Holiday List Get Weekly Off Dates الحصول على مواعيد معطلة أسبوعي
841 apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +30 End Date can not be less than Start Date تاريخ نهاية لا يمكن أن يكون أقل من تاريخ بدء
842 DocType: Sales Person Select company name first. حدد اسم الشركة الأول.
846 DocType: Time Log Batch updated via Time Logs تحديث عن طريق سجلات الوقت
847 apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +40 Average Age متوسط العمر
848 DocType: Opportunity Your sales person who will contact the customer in future مبيعاتك الشخص الذي سوف اتصل العميل في المستقبل
849 apps/erpnext/erpnext/public/js/setup_wizard.js +344 List a few of your suppliers. They could be organizations or individuals. قائمة قليلة من الموردين الخاصة بك . يمكن أن تكون المنظمات أو الأفراد.
850 DocType: Company Default Currency العملة الافتراضية
851 DocType: Contact Enter designation of this Contact أدخل تسمية هذا الاتصال
852 DocType: Expense Claim From Employee من موظف
853 apps/erpnext/erpnext/controllers/accounts_controller.py +356 Warning: System will not check overbilling since amount for Item {0} in {1} is zero تحذير : سيقوم النظام لا تحقق بالمغالاة في الفواتير منذ مبلغ القطعة ل {0} في {1} هو صفر
854 DocType: Journal Entry Make Difference Entry جعل دخول الفرق
855 DocType: Upload Attendance Attendance From Date الحضور من تاريخ
916 DocType: Purchase Invoice Item Net Rate Purchase Order Items To Be Billed صافي معدل أمر الشراء البنود لتكون وصفت
917 DocType: Purchase Invoice Item Purchase Invoice Item Net Rate شراء السلعة الفاتورة صافي معدل
918 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50 DocType: Purchase Invoice Item Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts Purchase Invoice Item ويرسل الأوراق المالية ليدجر مقالات وGL مقالات لشراء شهادات مختارة شراء السلعة الفاتورة
919 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50 Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts ويرسل الأوراق المالية ليدجر مقالات وGL مقالات لشراء شهادات مختارة
920 apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +8 Item 1 البند 1
921 DocType: Holiday Holiday عطلة
922 DocType: Leave Control Panel Leave blank if considered for all branches ترك فارغا إذا نظرت لجميع الفروع
1004 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +31 Pricing Rule is first selected based on 'Apply On' field, which can be Item, Item Group or Brand. يتم تحديد الأسعار على أساس القاعدة الأولى 'تطبيق في' الميدان، التي يمكن أن تكون مادة، مادة أو مجموعة العلامة التجارية.
1005 DocType: Hub Settings Seller Website البائع موقع
1006 apps/erpnext/erpnext/controllers/selling_controller.py +143 Total allocated percentage for sales team should be 100 مجموع النسبة المئوية المخصصة ل فريق المبيعات يجب أن يكون 100
1007 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +111 Production Order status is {0} مركز الإنتاج للطلب هو {0}
1008 DocType: Appraisal Goal Goal هدف
1009 DocType: Sales Invoice Item Edit Description تحرير الوصف
1010 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318 Expected Delivery Date is lesser than Planned Start Date. التسليم المتوقع التاريخ هو أقل من الموعد المقرر ابدأ.
1057 Delivered Items To Be Billed وحدات تسليمها الى أن توصف
1058 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +60 Warehouse cannot be changed for Serial No. لا يمكن تغيير الرقم التسلسلي لل مستودع
1059 DocType: Authorization Rule Average Discount متوسط الخصم
1060 DocType: Address Utilities خدمات
1061 DocType: Purchase Invoice Item Accounting المحاسبة
1062 DocType: Features Setup Features Setup ميزات الإعداد
1063 apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +13 View Offer Letter مشاهدة خطاب العرض
1097 DocType: Salary Slip Deduction DocType: Employee Depends on Leave Without Pay Owned يعتمد على إجازة بدون مرتب تملكها
1098 DocType: Pricing Rule DocType: Salary Slip Deduction Higher the number, higher the priority Depends on Leave Without Pay ارتفاع عدد، وارتفاع الأولوية يعتمد على إجازة بدون مرتب
1099 DocType: Pricing Rule Purchase Invoice Trends Higher the number, higher the priority شراء اتجاهات الفاتورة ارتفاع عدد، وارتفاع الأولوية
1100 DocType: Employee Better Prospects Purchase Invoice Trends آفاق أفضل شراء اتجاهات الفاتورة
1101 DocType: Appraisal DocType: Employee Goals Better Prospects الأهداف آفاق أفضل
1102 DocType: Warranty Claim DocType: Appraisal Warranty / AMC Status Goals الضمان / AMC الحالة الأهداف
1103 DocType: Warranty Claim Accounts Browser Warranty / AMC Status متصفح الحسابات الضمان / AMC الحالة
1111 apps/erpnext/erpnext/hr/doctype/employee/employee.py +151 DocType: Purchase Invoice Item Employee cannot report to himself. Tax detail table fetched from item master as a string and stored in this field. Used for Taxes and Charges الموظف لا يمكن أن يقدم تقريرا إلى نفسه. التفاصيل الضرائب الجدول المنال من سيده البند كسلسلة وتخزينها في هذا المجال. المستخدمة للضرائب والرسوم
1112 DocType: Account apps/erpnext/erpnext/hr/doctype/employee/employee.py +151 If the account is frozen, entries are allowed to restricted users. Employee cannot report to himself. إذا تم تجميد الحساب، ويسمح للمستخدمين إدخالات مقيدة. الموظف لا يمكن أن يقدم تقريرا إلى نفسه.
1113 DocType: Email Digest DocType: Account Bank Balance If the account is frozen, entries are allowed to restricted users. الرصيد المصرفي إذا تم تجميد الحساب، ويسمح للمستخدمين إدخالات مقيدة.
1114 apps/erpnext/erpnext/controllers/accounts_controller.py +453 DocType: Email Digest Accounting Entry for {0}: {1} can only be made in currency: {2} Bank Balance القيد المحاسبي ل{0}: {1} لا يمكن إلا أن يكون في العملة: {2} الرصيد المصرفي
1115 apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +44 apps/erpnext/erpnext/controllers/accounts_controller.py +453 No active Salary Structure found for employee {0} and the month Accounting Entry for {0}: {1} can only be made in currency: {2} لا هيكل الراتب نشط تم العثور عليها ل موظف {0} والشهر القيد المحاسبي ل{0}: {1} لا يمكن إلا أن يكون في العملة: {2}
1116 DocType: Job Opening apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +44 Job profile, qualifications required etc. No active Salary Structure found for employee {0} and the month الملامح المهمة ، المؤهلات المطلوبة الخ لا هيكل الراتب نشط تم العثور عليها ل موظف {0} والشهر
1117 DocType: Journal Entry Account DocType: Job Opening Account Balance Job profile, qualifications required etc. رصيد حسابك الملامح المهمة ، المؤهلات المطلوبة الخ
1129 DocType: Supplier DocType: Shipping Rule Condition Stock Manager To Value الأسهم مدير إلى القيمة
1130 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +143 DocType: Supplier Source warehouse is mandatory for row {0} Stock Manager مستودع مصدر إلزامي ل صف {0} الأسهم مدير
1131 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +581 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +143 Packing Slip Source warehouse is mandatory for row {0} زلة التعبئة مستودع مصدر إلزامي ل صف {0}
1132 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +581 Packing Slip زلة التعبئة
1133 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +111 Office Rent مكتب للإيجار
1134 apps/erpnext/erpnext/config/setup.py +110 Setup SMS gateway settings إعدادات العبارة الإعداد SMS
1135 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +60 Import Failed! استيراد فشل !
1141 DocType: Features Setup To enable "Point of Sale" view لتمكين &quot;نقطة البيع&quot; وجهة نظر
1142 apps/erpnext/erpnext/public/js/pos/pos.js +402 apps/erpnext/erpnext/public/js/pos/pos.js +408 Payment cannot be made for empty cart لا يمكن أن يتم السداد للسلة فارغة
1143 DocType: Item Sales Details تفاصيل المبيعات
1144 DocType: Opportunity With Items مع الأصناف
1145 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 In Qty في الكمية
1146 DocType: Notification Control Expense Claim Rejected المطالبة حساب مرفوض
1147 DocType: Sales Invoice The date on which next invoice will be generated. It is generated on submit. التاريخ الذي سيتم إنشاء الفاتورة القادمة. يتم إنشاؤها على تقديم.
1190 apps/erpnext/erpnext/public/js/setup_wizard.js +380 DocType: Purchase Receipt Box Transporter Details صندوق تفاصيل نقل
1191 apps/erpnext/erpnext/public/js/setup_wizard.js +137 apps/erpnext/erpnext/public/js/setup_wizard.js +380 The Organization Box منظمة صندوق
1192 DocType: Monthly Distribution apps/erpnext/erpnext/public/js/setup_wizard.js +137 Monthly Distribution The Organization التوزيع الشهري منظمة
1193 apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68 DocType: Monthly Distribution Receiver List is empty. Please create Receiver List Monthly Distribution قائمة المتلقي هو فارغ. يرجى إنشاء قائمة استقبال التوزيع الشهري
1194 DocType: Production Plan Sales Order apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68 Production Plan Sales Order Receiver List is empty. Please create Receiver List أمر الإنتاج خطة المبيعات قائمة المتلقي هو فارغ. يرجى إنشاء قائمة استقبال
1195 DocType: Sales Partner DocType: Production Plan Sales Order Sales Partner Target Production Plan Sales Order مبيعات الشريك الهدف أمر الإنتاج خطة المبيعات
1196 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +113 DocType: Sales Partner Accounting Entry for {0} can only be made in currency: {1} Sales Partner Target القيد المحاسبي ل{0} لا يمكن إلا أن تكون في العملة: {1} مبيعات الشريك الهدف
1209 DocType: Shipping Rule Condition apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 From Value No Items to pack من القيمة لا توجد عناصر لحزمة
1210 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +550 DocType: Shipping Rule Condition Manufacturing Quantity is mandatory From Value تصنيع الكمية إلزامي من القيمة
1211 apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +550 Amounts not reflected in bank Manufacturing Quantity is mandatory المبالغ لا ينعكس في البنك تصنيع الكمية إلزامي
1212 apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45 Amounts not reflected in bank المبالغ لا ينعكس في البنك
1213 DocType: Quality Inspection Reading Reading 4 قراءة 4
1214 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. مطالبات لحساب الشركة.
1215 DocType: Company Default Holiday List افتراضي قائمة عطلة
1222 DocType: Features Setup To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item. لتعقب العناصر باستخدام الباركود. سوف تكون قادرة على الدخول في بنود مذكرة التسليم والفاتورة المبيعات عن طريق مسح الباركود من العنصر.
1223 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589 Mark as Delivered إجعلها تسليم
1224 apps/erpnext/erpnext/crm/doctype/lead/lead.js +34 Make Quotation جعل الاقتباس
1225 DocType: Dependent Task Dependent Task العمل تعتمد
1226 apps/erpnext/erpnext/stock/doctype/item/item.py +340 Conversion factor for default Unit of Measure must be 1 in row {0} معامل تحويل وحدة القياس الافتراضية يجب أن تكون 1 في الصف {0}
1227 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +157 Leave of type {0} cannot be longer than {1} إجازة من نوع {0} لا يمكن أن تكون أطول من {1}
1228 DocType: Manufacturing Settings Try planning operations for X days in advance. محاولة التخطيط لعمليات لX أيام مقدما.
1272 apps/erpnext/erpnext/config/accounts.py +53 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137 Update bank payment dates with journals. Please verify your email id تحديث البنك دفع التواريخ مع المجلات. يرجى التحقق من اسم المستخدم البريد الالكتروني
1273 DocType: Quotation apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42 Term Details Customer required for 'Customerwise Discount' مصطلح تفاصيل العميل المطلوبة ل ' Customerwise الخصم '
1274 DocType: Manufacturing Settings apps/erpnext/erpnext/config/accounts.py +53 Capacity Planning For (Days) Update bank payment dates with journals. القدرة على التخطيط لل(أيام) تحديث البنك دفع التواريخ مع المجلات.
1275 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +63 DocType: Quotation None of the items have any change in quantity or value. Term Details لا شيء من هذه البنود يكون أي تغيير في كمية أو قيمة. مصطلح تفاصيل
1276 DocType: Warranty Claim DocType: Manufacturing Settings Warranty Claim Capacity Planning For (Days) المطالبة الضمان القدرة على التخطيط لل(أيام)
1277 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +63 Lead Details None of the items have any change in quantity or value. تفاصيل مبادرة بيع لا شيء من هذه البنود يكون أي تغيير في كمية أو قيمة.
1278 DocType: Purchase Invoice DocType: Warranty Claim End date of current invoice's period Warranty Claim تاريخ نهاية فترة الفاتورة الحالية المطالبة الضمان
1282 DocType: Maintenance Visit DocType: Bank Reconciliation Partially Completed From Date أنجزت جزئيا من تاريخ
1283 DocType: Leave Type DocType: Shipping Rule Country Include holidays within leaves as leaves Shipping Rule Country تشمل أيام العطل في الأوراق كما أوراق الشحن القاعدة البلد
1284 DocType: Sales Invoice DocType: Maintenance Visit Packed Items Partially Completed عناصر معبأة أنجزت جزئيا
1285 apps/erpnext/erpnext/config/support.py +18 DocType: Leave Type Warranty Claim against Serial No. Include holidays within leaves as leaves المطالبة الضمان ضد رقم المسلسل تشمل أيام العطل في الأوراق كما أوراق
1286 DocType: Sales Invoice Packed Items عناصر معبأة
1287 DocType: BOM Replace Tool apps/erpnext/erpnext/config/support.py +18 Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate "BOM Explosion Item" table as per new BOM Warranty Claim against Serial No. استبدال BOM خاص في جميع BOMs الأخرى حيث يتم استخدامه. وسوف يحل محل وصلة BOM القديم، وتحديث التكلفة وتجديد "BOM انفجار السلعة" الجدول حسب BOM جديد المطالبة الضمان ضد رقم المسلسل
1288 DocType: Shopping Cart Settings DocType: BOM Replace Tool Enable Shopping Cart Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate "BOM Explosion Item" table as per new BOM تمكين سلة التسوق استبدال BOM خاص في جميع BOMs الأخرى حيث يتم استخدامه. وسوف يحل محل وصلة BOM القديم، وتحديث التكلفة وتجديد "BOM انفجار السلعة" الجدول حسب BOM جديد
1289 DocType: Employee DocType: Shopping Cart Settings Permanent Address Enable Shopping Cart العنوان الدائم تمكين سلة التسوق
1320 DocType: Quality Inspection Reading DocType: Territory Reading 2 Parent Territory القراءة 2 الأم الأرض
1321 DocType: Stock Entry DocType: Quality Inspection Reading Material Receipt Reading 2 أستلام مواد القراءة 2
1322 apps/erpnext/erpnext/public/js/setup_wizard.js +376 DocType: Stock Entry Products Material Receipt المنتجات أستلام مواد
1323 apps/erpnext/erpnext/public/js/setup_wizard.js +376 Products المنتجات
1324 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +47 Party Type and Party is required for Receivable / Payable account {0} مطلوب نوع الحزب وحزب المقبوضات / حسابات المدفوعات {0}
1325 DocType: Item If this item has variants, then it cannot be selected in sales orders etc. إذا كان هذا البند لديها بدائل، فإنه لا يمكن اختيارها في أوامر البيع الخ
1326 DocType: Lead Next Contact By لاحق اتصل بواسطة
1356 DocType: Sales Team Contribution to Net Total المساهمة في صافي إجمالي
1357 DocType: Sales Invoice Item Customer's Item Code كود الصنف العميل
1358 DocType: Stock Reconciliation Stock Reconciliation الأسهم المصالحة
1359 DocType: Territory Territory Name اسم الأرض
1360 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +152 Work-in-Progress Warehouse is required before Submit مطلوب العمل في و التقدم في معرض النماذج ثلاثية قبل إرسال
1361 apps/erpnext/erpnext/config/hr.py +43 Applicant for a Job. المتقدم للحصول على الوظيفة.
1362 DocType: Purchase Order Item Warehouse and Reference مستودع والمراجع
1368 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +326 Item is not allowed to have Production Order. لا يسمح البند لأمر الإنتاج.
1369 DocType: Packing Slip The net weight of this package. (calculated automatically as sum of net weight of items) وزن صافي من هذه الحزمة. (تحسب تلقائيا مجموع الوزن الصافي للسلعة)
1370 DocType: Sales Order To Deliver and Bill لتسليم وبيل
1371 DocType: GL Entry Credit Amount in Account Currency مبلغ القرض في حساب العملات
1372 apps/erpnext/erpnext/config/manufacturing.py +24 Time Logs for manufacturing. سجلات الوقت للتصنيع.
1373 DocType: Item Apply Warehouse-wise Reorder Level تطبيق مستودع الحكمة إعادة ترتيب مستوى
1374 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424 BOM {0} must be submitted BOM {0} يجب أن تقدم BOM {0} يجب أن تعتمد
1402 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +119 Quantity for Item {0} must be less than {1} كمية القطعة ل {0} يجب أن يكون أقل من {1}
1403 Sales Invoice Trends اتجاهات فاتورة المبيعات
1404 DocType: Leave Application Apply / Approve Leaves تطبيق / الموافقة على أوراق تقديم / الموافقة على أجازة
1405 apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +23 For ل
1406 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +90 Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total' يمكن الرجوع صف فقط إذا كان نوع التهمة هي " في السابق المبلغ صف 'أو' السابق صف إجمالي '
1407 DocType: Sales Order Item Delivery Warehouse مستودع تسليم
1408 DocType: Stock Settings Allowance Percent بدل النسبة
1424 apps/erpnext/erpnext/config/projects.py +79 Managing Projects إدارة المشاريع
1425 DocType: Supplier Supplier of Goods or Services. المورد من السلع أو الخدمات.
1426 DocType: Budget Detail Fiscal Year السنة المالية
1427 DocType: Cost Center Budget ميزانية
1428 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +41 Budget cannot be assigned against {0}, as it's not an Income or Expense account الميزانية لا يمكن المبينة قرين {0}، كما انها ليست حساب الإيرادات والمصروفات
1429 apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +51 Achieved حقق
1430 apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +65 Territory / Customer أراضي / العملاء
1431 apps/erpnext/erpnext/public/js/setup_wizard.js +312 e.g. 5 على سبيل المثال 5
1432 apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +154 Row {0}: Allocated amount {1} must be less than or equals to invoice outstanding amount {2} يجب أن يكون المبلغ المخصص {1} أقل من أو يساوي الفاتورة المبلغ المستحق {2} الصف {0}
1433 DocType: Sales Invoice In Words will be visible once you save the Sales Invoice. وبعبارة تكون مرئية بمجرد حفظ فاتورة المبيعات.
1454 DocType: Item Website Specification Table for Item that will be shown in Web Site الجدول القطعة لأنه سيظهر في الموقع
1455 DocType: Purchase Order Item Supplied Supplied Qty الموردة الكمية
1456 DocType: Material Request Item Material Request Item طلب المواد الإغلاق
1457 apps/erpnext/erpnext/config/stock.py +98 Tree of Item Groups. شجرة المجموعات البند .
1458 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +100 Cannot refer row number greater than or equal to current row number for this Charge type لا يمكن أن يشير رقم الصف أكبر من أو يساوي رقم الصف الحالي لهذا النوع المسؤول
1459 Item-wise Purchase History البند الحكيم تاريخ الشراء
1460 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +152 Red أحمر
1535 apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +176 Closing (Opening + Totals) إغلاق (فتح + المجاميع)
1536 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +26 Please specify currency in Company يرجى تحديد العملة في الشركة
1537 DocType: Workstation Wages per hour الأجور في الساعة
1538 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +47 Stock balance in Batch {0} will become negative {1} for Item {2} at Warehouse {3} توازن الأسهم في الدفعة {0} ستصبح سلبية {1} القطعة ل{2} في {3} مستودع
1539 apps/erpnext/erpnext/config/setup.py +83 Show / Hide features like Serial Nos, POS etc. إظهار / إخفاء ميزات مثل المسلسل نص ، POS الخ
1540 apps/erpnext/erpnext/templates/emails/reorder_item.html +1 Following Material Requests have been raised automatically based on Item's re-order level وبناء على طلبات المواد أثيرت تلقائيا على أساس إعادة ترتيب مستوى العنصر
1541 apps/erpnext/erpnext/controllers/accounts_controller.py +254 Account {0} is invalid. Account Currency must be {1} حساب {0} غير صالح. يجب أن تكون عملة الحساب {1}
1739 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +345 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +158 Quantity in row {0} ({1}) must be same as manufactured quantity {2} Source of Funds (Liabilities) كمية في الصف {0} ( {1} ) ويجب أن تكون نفس الكمية المصنعة {2} مصدر الأموال ( المطلوبات )
1740 DocType: Appraisal apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +345 Employee Quantity in row {0} ({1}) must be same as manufactured quantity {2} موظف كمية في الصف {0} ( {1} ) ويجب أن تكون نفس الكمية المصنعة {2}
1741 apps/erpnext/erpnext/crm/doctype/newsletter_list/newsletter_list.js +10 DocType: Appraisal Import Email From Employee استيراد البريد الإلكتروني من موظف
1742 apps/erpnext/erpnext/utilities/doctype/contact/contact.js +67 apps/erpnext/erpnext/crm/doctype/newsletter_list/newsletter_list.js +10 Invite as User Import Email From دعوة كمستخدم استيراد البريد الإلكتروني من
1743 DocType: Features Setup apps/erpnext/erpnext/utilities/doctype/contact/contact.js +67 After Sale Installations Invite as User بعد التثبيت بيع دعوة كمستخدم
1744 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +214 DocType: Features Setup {0} {1} is fully billed After Sale Installations {0} {1} فوترت بشكل كامل بعد التثبيت بيع
1745 DocType: Workstation Working Hour apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +214 End Time {0} {1} is fully billed نهاية الوقت {0} {1} فوترت بشكل كامل
1775 apps/erpnext/erpnext/utilities/transaction_base.py +93 DocType: Quality Inspection Reading Invalid reference {0} {1} Accepted مرجع غير صالح {0} {1} مقبول
1776 DocType: Payment Tool apps/erpnext/erpnext/setup/doctype/company/company.js +24 Total Payment Amount Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone. المبلغ الكلي للدفع من فضلك تأكد من حقا تريد حذف جميع المعاملات لهذه الشركة. ستبقى البيانات الرئيسية الخاصة بك كما هو. لا يمكن التراجع عن هذا الإجراء.
1777 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 apps/erpnext/erpnext/utilities/transaction_base.py +93 {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Invalid reference {0} {1} {0} ({1}) لا يمكن أن تتخطي الكمية المخططة {2} في أمر الانتاج {3} مرجع غير صالح {0} {1}
1778 DocType: Shipping Rule DocType: Payment Tool Shipping Rule Label Total Payment Amount الشحن تسمية القاعدة المبلغ الكلي للدفع
1779 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 Raw Materials cannot be blank. {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} المواد الخام لا يمكن أن يكون فارغا. {0} ({1}) لا يمكن أن تتخطي الكمية المخططة {2} في أمر الانتاج {3}
1780 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 DocType: Shipping Rule Could not update stock, invoice contains drop shipping item. Shipping Rule Label تعذر تحديث الأسهم، فاتورة تحتوي انخفاض الشحن البند. الشحن تسمية القاعدة
1781 DocType: Newsletter apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 Test Raw Materials cannot be blank. اختبار المواد الخام لا يمكن أن يكون فارغا.
1782 apps/erpnext/erpnext/stock/doctype/item/item.py +398 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 As there are existing stock transactions for this item, \ you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method' Could not update stock, invoice contains drop shipping item. كما أن هناك معاملات الأوراق المالية الموجودة لهذا البند، \ لا يمكنك تغيير قيم &quot;ليس لديه المسلسل &#39;،&#39; لديه دفعة لا &#39;،&#39; هل البند الأسهم&quot; و &quot;أسلوب التقييم&quot; تعذر تحديث الأسهم، فاتورة تحتوي انخفاض الشحن البند.
1783 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +444 DocType: Newsletter Quick Journal Entry Test خيارات مجلة الدخول اختبار
1784 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +100 apps/erpnext/erpnext/stock/doctype/item/item.py +398 You can not change rate if BOM mentioned agianst any item As there are existing stock transactions for this item, \ you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method' لا يمكنك تغيير معدل إذا ذكر BOM agianst أي بند كما أن هناك معاملات الأوراق المالية الموجودة لهذا البند، \ لا يمكنك تغيير قيم &quot;ليس لديه المسلسل &#39;،&#39; لديه دفعة لا &#39;،&#39; هل البند الأسهم&quot; و &quot;أسلوب التقييم&quot;
1785 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +444 Quick Journal Entry خيارات مجلة الدخول
1786 DocType: Employee apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +100 Previous Work Experience You can not change rate if BOM mentioned agianst any item خبرة العمل السابقة لا يمكنك تغيير معدل إذا ذكر BOM agianst أي بند
1787 DocType: Stock Entry DocType: Employee For Quantity Previous Work Experience لالكمية خبرة العمل السابقة
1788 apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +157 DocType: Stock Entry Please enter Planned Qty for Item {0} at row {1} For Quantity يرجى إدخال الكمية المخططة القطعة ل {0} في {1} الصف لالكمية
1825 apps/erpnext/erpnext/hr/doctype/employee/employee.py +117 apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +21 Contract End Date must be greater than Date of Joining Next Steps يجب أن يكون تاريخ الانتهاء العقد أكبر من تاريخ الالتحاق بالعمل خطوات القادمة
1826 DocType: Sales Partner apps/erpnext/erpnext/hr/doctype/employee/employee.py +117 A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission. Contract End Date must be greater than Date of Joining موزع طرف ثالث / تاجر / عمولة الوكيل / التابعة / التجزئة الذي يبيع منتجات شركة من أجل عمولة. يجب أن يكون تاريخ الانتهاء العقد أكبر من تاريخ الالتحاق بالعمل
1827 DocType: Customer Group DocType: Sales Partner Has Child Node A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission. وعقدة الطفل موزع طرف ثالث / تاجر / عمولة الوكيل / التابعة / التجزئة الذي يبيع منتجات شركة من أجل عمولة.
1828 DocType: Customer Group Has Child Node وعقدة الطفل
1829 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +332 {0} against Purchase Order {1} {0} مقابل طلب شراء {1}
1830 DocType: SMS Settings Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.) أدخل المعلمات URL ثابت هنا (مثلا المرسل = ERPNext، اسم المستخدم = ERPNext، كلمة المرور = 1234 الخ)
1831 apps/erpnext/erpnext/accounts/utils.py +42 {0} {1} not in any active Fiscal Year. For more details check {2}. {0} {1} لا في أي سنة مالية نشطة. لمزيد من التفاصيل الاختيار {2}.
1930 DocType: Appraisal HR User HR العضو
1931 DocType: Purchase Invoice Taxes and Charges Deducted خصم الضرائب والرسوم
1932 apps/erpnext/erpnext/shopping_cart/utils.py +46 Issues قضايا
1933 apps/erpnext/erpnext/controllers/status_updater.py +12 Status must be one of {0} يجب أن تكون حالة واحدة من {0}
1934 DocType: Sales Invoice Debit To الخصم ل
1935 DocType: Delivery Note Required only for sample item. المطلوب فقط لمادة العينة.
1936 DocType: Stock Ledger Entry Actual Qty After Transaction الكمية الفعلية بعد العملية
2040 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191 Account {0} is frozen حساب {0} مجمد
2041 DocType: Company Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization. كيان قانوني / الفرعية مع مخطط مستقل للحسابات تابعة للمنظمة.
2042 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29 Food, Beverage & Tobacco الغذاء و المشروبات و التبغ
2043 apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +20 PL or BS PL أو BS
2044 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +535 Can only make payment against unbilled {0} ان تجعل دفع فواتير فقط ضد {0}
2045 apps/erpnext/erpnext/controllers/selling_controller.py +122 Commission rate cannot be greater than 100 معدل العمولة لا يمكن أن يكون أكبر من 100
2046 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41 Minimum Inventory Level الحد الأدنى مستوى المخزون
2158 DocType: Installation Note Item Against Document Detail No تفاصيل الوثيقة رقم ضد
2159 DocType: Quality Inspection Outgoing المنتهية ولايته
2160 DocType: Material Request Requested For طلب لل
2161 DocType: Quotation Item Against Doctype DOCTYPE ضد
2162 DocType: Delivery Note Track this Delivery Note against any Project تتبع هذه ملاحظة التوصيل ضد أي مشروع
2163 apps/erpnext/erpnext/accounts/doctype/account/account.py +176 apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28 Root account can not be deleted Net Cash from Investing لا يمكن حذف حساب الجذر صافي النقد من الاستثمار
2164 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75 apps/erpnext/erpnext/accounts/doctype/account/account.py +176 Show Stock Entries Root account can not be deleted مشاهدة سهم مقالات لا يمكن حذف حساب الجذر
2210 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 DocType: Warranty Claim Value or Qty From Company القيمة أو الكمية من شركة
2211 apps/erpnext/erpnext/public/js/setup_wizard.js +381 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 Minute Value or Qty دقيقة القيمة أو الكمية
2212 DocType: Purchase Invoice apps/erpnext/erpnext/public/js/setup_wizard.js +381 Purchase Taxes and Charges Minute الضرائب والرسوم الشراء دقيقة
2213 DocType: Purchase Invoice Qty to Receive Purchase Taxes and Charges الكمية للاستلام الضرائب والرسوم الشراء
2214 DocType: Leave Block List Leave Block List Allowed Qty to Receive ترك قائمة الحظر مسموح الكمية للاستلام
2215 apps/erpnext/erpnext/public/js/setup_wizard.js +108 DocType: Leave Block List You will use it to Login Leave Block List Allowed ستستخدم هذا لتسجيل الدخول ترك قائمة الحظر مسموح
2216 DocType: Sales Partner apps/erpnext/erpnext/public/js/setup_wizard.js +108 Retailer You will use it to Login متاجر التجزئة ستستخدم هذا لتسجيل الدخول
2247 apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +46 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +655 Another Period Closing Entry {0} has been made after {1} From Quotation دخول أخرى الفترة الإنتهاء {0} أحرز بعد {1} من اقتباس
2248 DocType: Production Order apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +46 Material Transferred for Manufacturing Another Period Closing Entry {0} has been made after {1} المواد المنقولة لغرض التصنيع دخول أخرى الفترة الإنتهاء {0} أحرز بعد {1}
2249 apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +29 DocType: Production Order Account {0} does not exists Material Transferred for Manufacturing حساب {0} لا يوجد المواد المنقولة لغرض التصنيع
2250 DocType: Purchase Receipt Item apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +29 Purchase Order Item No Account {0} does not exists شراء السلعة طلب No حساب {0} لا يوجد
2251 DocType: Project DocType: Purchase Receipt Item Project Type Purchase Order Item No نوع المشروع شراء السلعة طلب No
2252 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +16 DocType: Project Either target qty or target amount is mandatory. Project Type إما الكمية المستهدفة أو المبلغ المستهدف إلزامي. نوع المشروع
2253 apps/erpnext/erpnext/config/projects.py +38 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +16 Cost of various activities Either target qty or target amount is mandatory. تكلفة الأنشطة المختلفة إما الكمية المستهدفة أو المبلغ المستهدف إلزامي.
2257 DocType: Sales Order DocType: Purchase Invoice Item Fully Billed PR Detail وصفت تماما PR التفاصيل
2258 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20 DocType: Sales Order Cash In Hand Fully Billed نقد في الصندوق وصفت تماما
2259 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +119 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20 Delivery warehouse required for stock item {0} Cash In Hand مستودع تسليم المطلوب للبند الأوراق المالية {0} نقد في الصندوق
2260 DocType: Packing Slip apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +119 The gross weight of the package. Usually net weight + packaging material weight. (for print) Delivery warehouse required for stock item {0} الوزن الكلي للحزمة. الوزن الصافي عادة + تغليف المواد الوزن. (للطباعة) مستودع تسليم المطلوب للبند الأوراق المالية {0}
2261 DocType: Accounts Settings DocType: Packing Slip Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts The gross weight of the package. Usually net weight + packaging material weight. (for print) يسمح للمستخدمين مع هذا الدور لضبط الحسابات المجمدة و إنشاء / تعديل القيود المحاسبية على حسابات مجمدة الوزن الكلي للحزمة. الوزن الصافي عادة + تغليف المواد الوزن. (للطباعة)
2262 DocType: Serial No DocType: Accounts Settings Is Cancelled Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts وألغي يسمح للمستخدمين مع هذا الدور لضبط الحسابات المجمدة و إنشاء / تعديل القيود المحاسبية على حسابات مجمدة
2263 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +286 DocType: Serial No My Shipments Is Cancelled بلدي الشحنات وألغي
2264 DocType: Journal Entry apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +286 Bill Date My Shipments تاريخ الفاتورة بلدي الشحنات
2265 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +43 DocType: Journal Entry Even if there are multiple Pricing Rules with highest priority, then following internal priorities are applied: Bill Date حتى لو كانت هناك قوانين التسعير متعددة مع الأولوية القصوى، يتم تطبيق الأولويات الداخلية ثم التالية: تاريخ الفاتورة
2266 DocType: Supplier apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +43 Supplier Details Even if there are multiple Pricing Rules with highest priority, then following internal priorities are applied: تفاصيل المورد حتى لو كانت هناك قوانين التسعير متعددة مع الأولوية القصوى، يتم تطبيق الأولويات الداخلية ثم التالية:
2267 DocType: Expense Claim DocType: Supplier Approval Status Supplier Details حالة القبول تفاصيل المورد
2268 DocType: Hub Settings DocType: Expense Claim Publish Items to Hub Approval Status نشر عناصر إلى المحور حالة القبول
2282 DocType: Project apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +37 Total Costing Amount (via Time Logs) Calls المبلغ الكلي التكاليف (عبر الزمن سجلات) المكالمات
2283 DocType: Purchase Order Item Supplied DocType: Project Stock UOM Total Costing Amount (via Time Logs) الأسهم UOM المبلغ الكلي التكاليف (عبر الزمن سجلات)
2284 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +198 DocType: Purchase Order Item Supplied Purchase Order {0} is not submitted Stock UOM طلب شراء {0} لم تقدم الوحدة
2285 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +198 Purchase Order {0} is not submitted طلب شراء {0} لم تقدم
2286 apps/erpnext/erpnext/stock/doctype/item/item.js +32 Projected المتوقع
2287 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +218 Serial No {0} does not belong to Warehouse {1} المسلسل لا {0} لا ينتمي إلى مستودع {1}
2288 apps/erpnext/erpnext/controllers/status_updater.py +137 Note: System will not check over-delivery and over-booking for Item {0} as quantity or amount is 0 ملاحظة : سوف النظام لا تحقق الإفراط التسليم و الإفراط في حجز القطعة ل {0} حيث الكمية أو المبلغ 0
2352 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +140 Valuation type charges can not marked as Inclusive اتهامات نوع التقييم لا يمكن وضع علامة الشاملة
2353 DocType: POS Profile Update Stock تحديث الأسهم
2354 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +100 Different UOM for items will lead to incorrect (Total) Net Weight value. Make sure that Net Weight of each item is in the same UOM. سوف UOM مختلفة لعناصر تؤدي إلى غير صحيحة ( مجموع ) صافي قيمة الوزن . تأكد من أن الوزن الصافي من كل عنصر في نفس UOM .
2355 apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +39 BOM Rate BOM أسعار
2356 apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +85 Please pull items from Delivery Note يرجى سحب العناصر من التسليم ملاحظة
2357 apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +85 apps/erpnext/erpnext/accounts/utils.py +270 Please pull items from Delivery Note Journal Entries {0} are un-linked يرجى سحب العناصر من التسليم ملاحظة مجلة مقالات {0} هي الامم المتحدة ومرتبطة
2358 apps/erpnext/erpnext/accounts/utils.py +270 apps/erpnext/erpnext/config/crm.py +37 Journal Entries {0} are un-linked Record of all communications of type email, phone, chat, visit, etc. مجلة مقالات {0} هي الامم المتحدة ومرتبطة سجل جميع الاتصالات من نوع البريد الإلكتروني، الهاتف، والدردشة، والزيارة، الخ
2359 apps/erpnext/erpnext/config/crm.py +37 apps/erpnext/erpnext/accounts/general_ledger.py +134 Record of all communications of type email, phone, chat, visit, etc. Please mention Round Off Cost Center in Company سجل جميع الاتصالات من نوع البريد الإلكتروني، الهاتف، والدردشة، والزيارة، الخ يرجى ذكر جولة معطلة مركز التكلفة في الشركة
2404 DocType: Product Bundle apps/erpnext/erpnext/accounts/doctype/monthly_distribution/monthly_distribution.py +26 List items that form the package. Percentage Allocation should be equal to 100% عناصر القائمة التي تشكل الحزمة. يجب أن تكون نسبة تخصيص تساوي 100 ٪
2405 apps/erpnext/erpnext/accounts/doctype/monthly_distribution/monthly_distribution.py +26 DocType: Serial No Percentage Allocation should be equal to 100% Out of AMC يجب أن تكون نسبة تخصيص تساوي 100 ٪ من AMC
2406 DocType: Serial No DocType: Purchase Order Item Out of AMC Material Request Detail No من AMC تفاصيل طلب المواد لا
2407 DocType: Purchase Order Item apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.js +33 Material Request Detail No Make Maintenance Visit تفاصيل طلب المواد لا جعل صيانة زيارة
2408 apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.js +33 apps/erpnext/erpnext/selling/doctype/customer/customer.py +187 Make Maintenance Visit Please contact to the user who have Sales Master Manager {0} role جعل صيانة زيارة يرجى الاتصال للمستخدم الذين لديهم مدير المبيعات ماستر {0} دور
2409 apps/erpnext/erpnext/selling/doctype/customer/customer.py +187 DocType: Company Please contact to the user who have Sales Master Manager {0} role Default Cash Account يرجى الاتصال للمستخدم الذين لديهم مدير المبيعات ماستر {0} دور الحساب النقدي الافتراضي
2410 DocType: Company apps/erpnext/erpnext/config/accounts.py +79 Default Cash Account Company (not Customer or Supplier) master. الحساب النقدي الافتراضي شركة (وليس العميل أو المورد) الرئيسي.
2421 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +56 apps/erpnext/erpnext/setup/doctype/company/delete_company_transactions.py +17 Cost Center is required for 'Profit and Loss' account {0} Transactions can only be deleted by the creator of the Company مطلوب مركز تكلفة الربح و الخسارة " حساب {0} لا يمكن حذف المعاملات من قبل خالق الشركة
2422 apps/erpnext/erpnext/setup/doctype/company/delete_company_transactions.py +17 apps/erpnext/erpnext/accounts/general_ledger.py +21 Transactions can only be deleted by the creator of the Company Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction. لا يمكن حذف المعاملات من قبل خالق الشركة عدد غير صحيح من دفتر الأستاذ العام التسجيلات وجد. كنت قد قمت بتحديد حساب خاطئ في المعاملة.
2423 apps/erpnext/erpnext/accounts/general_ledger.py +21 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31 Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction. To create a Bank Account عدد غير صحيح من دفتر الأستاذ العام التسجيلات وجد. كنت قد قمت بتحديد حساب خاطئ في المعاملة. لإنشاء حساب مصرفي
apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31 To create a Bank Account لإنشاء حساب مصرفي
2424 DocType: Hub Settings Publish Availability نشر توافر
2425 apps/erpnext/erpnext/hr/doctype/employee/employee.py +105 Date of Birth cannot be greater than today. تاريخ الميلاد لا يمكن أن يكون أكبر مما هو عليه اليوم.
2426 Stock Ageing الأسهم شيخوخة
2427 apps/erpnext/erpnext/controllers/accounts_controller.py +218 Stock Ageing {0} '{1}' is disabled الأسهم شيخوخة {0} '{1}' معطل
2428 apps/erpnext/erpnext/controllers/accounts_controller.py +218 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +13 {0} '{1}' is disabled Set as Open {0} '{1}' معطل على النحو المفتوحة
2429 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +13 DocType: Notification Control Set as Open Send automatic emails to Contacts on Submitting transactions. على النحو المفتوحة إرسال رسائل البريد الإلكتروني التلقائي لاتصالات على المعاملات تقديم.
2435 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +464 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +171 Note: Payment Entry will not be created since 'Cash or Bank Account' was not specified Responsibilities ملاحظة : لن يتم إنشاء الدفع منذ دخول ' النقد أو البنك الحساب " لم يتم تحديد المسؤوليات
2436 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +171 apps/erpnext/erpnext/stock/doctype/item/item_list.js +11 Responsibilities Template المسؤوليات ال
2437 apps/erpnext/erpnext/stock/doctype/item/item_list.js +11 DocType: Sales Person Template Sales Person Name ال مبيعات الشخص اسم
2438 DocType: Sales Person apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py +54 Sales Person Name Please enter atleast 1 invoice in the table مبيعات الشخص اسم الرجاء إدخال الاقل فاتورة 1 في الجدول
2439 apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py +54 apps/erpnext/erpnext/public/js/setup_wizard.js +273 Please enter atleast 1 invoice in the table Add Users الرجاء إدخال الاقل فاتورة 1 في الجدول إضافة مستخدمين
2440 apps/erpnext/erpnext/public/js/setup_wizard.js +273 DocType: Pricing Rule Add Users Item Group إضافة مستخدمين البند المجموعة
2441 DocType: Pricing Rule DocType: Task Item Group Actual Start Date (via Time Logs) البند المجموعة تاريخ بدء الفعلي (عبر الزمن سجلات)
2491 DocType: Sales Partner DocType: Purchase Invoice Item Sales Partner Name Image View مبيعات الشريك الاسم عرض الصورة
2492 DocType: Purchase Invoice Item DocType: Issue Image View Opening Time عرض الصورة يفتح من الساعة
2493 DocType: Issue apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92 Opening Time From and To dates required يفتح من الساعة من و إلى مواعيد
2494 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46 From and To dates required Securities & Commodity Exchanges من و إلى مواعيد الأوراق المالية و البورصات السلعية
2495 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46 apps/erpnext/erpnext/stock/doctype/item/item.py +544 Securities & Commodity Exchanges Default Unit of Measure for Variant '{0}' must be same as in Template '{1}' الأوراق المالية و البورصات السلعية وحدة القياس الافتراضية للخيار &#39;{0}&#39; يجب أن يكون نفس في قالب &#39;{1}&#39;
2496 DocType: Shipping Rule Calculate Based On إحسب الربح بناء على
2497 DocType: Delivery Note Item From Warehouse من مستودع
2499 DocType: Tax Rule Shipping City الشحن سيتي
2500 apps/erpnext/erpnext/stock/doctype/item/item.js +58 This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set هذا البند هو البديل من {0} (قالب). سيتم نسخ سمات على من القالب ما لم يتم تعيين "لا نسخ '
2501 DocType: Account Purchase User شراء العضو
2502 DocType: Notification Control Customize the Notification تخصيص إعلام
2503 apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24 apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17 Default Address Template cannot be deleted Cash Flow from Operations لا يمكن حذف القالب الافتراضي العنوان التدفق النقدي من العمليات
2504 DocType: Sales Invoice apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24 Shipping Rule Default Address Template cannot be deleted الشحن القاعدة لا يمكن حذف القالب الافتراضي العنوان
2505 DocType: Journal Entry DocType: Sales Invoice Print Heading Shipping Rule طباعة عنوان الشحن القاعدة
2599 DocType: Cost Center apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +352 Distribution Id Commercial توزيع رقم تجاري
2600 apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +14 apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +23 Awesome Services Parent Item {0} must not be a Stock Item خدمات رهيبة الأم البند {0} لا يجب أن يكون البند الأسهم
2601 apps/erpnext/erpnext/config/manufacturing.py +29 DocType: Cost Center All Products or Services. Distribution Id جميع المنتجات أو الخدمات. توزيع رقم
2602 DocType: Purchase Invoice apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +14 Supplier Address Awesome Services العنوان المورد خدمات رهيبة
2603 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 apps/erpnext/erpnext/config/manufacturing.py +29 Out Qty All Products or Services. من الكمية جميع المنتجات أو الخدمات.
2604 apps/erpnext/erpnext/config/accounts.py +128 DocType: Purchase Invoice Rules to calculate shipping amount for a sale Supplier Address قواعد لحساب كمية الشحن لبيع العنوان المورد
2605 apps/erpnext/erpnext/selling/doctype/customer/customer.py +29 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 Series is mandatory Out Qty الترقيم المتسلسل إلزامي من الكمية
2619 apps/erpnext/erpnext/controllers/item_variant.py +51 DocType: Authorization Rule Increment for Attribute {0} cannot be 0 Applicable To (Employee) الاضافة للسمة {0} لا يمكن أن يكون 0 تنطبق على (موظف)
2620 DocType: Journal Entry apps/erpnext/erpnext/controllers/accounts_controller.py +101 Pay To / Recd From Due Date is mandatory دفع إلى / من Recd يرجع تاريخ إلزامي
2621 DocType: Naming Series apps/erpnext/erpnext/controllers/item_variant.py +51 Setup Series Increment for Attribute {0} cannot be 0 إعداد الترقيم المتسلسل الاضافة للسمة {0} لا يمكن أن يكون 0
2622 DocType: Journal Entry Pay To / Recd From دفع إلى / من Recd
2623 DocType: Supplier DocType: Naming Series Contact HTML Setup Series الاتصال HTML إعداد الترقيم المتسلسل
2624 DocType: Landed Cost Voucher DocType: Supplier Purchase Receipts Contact HTML إيصالات شراء الاتصال HTML
2625 DocType: Payment Reconciliation DocType: Landed Cost Voucher Maximum Amount Purchase Receipts أقصى مبلغ إيصالات شراء
2627 DocType: Quality Inspection apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +27 Delivery Note No How Pricing Rule is applied? ملاحظة لا تسليم كيف يتم تطبيق التسعير القاعدة؟
2628 DocType: Company DocType: Quality Inspection Retail Delivery Note No بيع بالتجزئة ملاحظة لا تسليم
2629 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108 DocType: Company Customer {0} does not exist Retail العملاء {0} غير موجود بيع بالتجزئة
2630 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108 Customer {0} does not exist العملاء {0} غير موجود
2631 DocType: Attendance Absent غائب
2632 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472 Product Bundle حزمة المنتج
2633 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180 Row {0}: Invalid reference {1} الصف {0}: إشارة غير صالحة {1}
2669 DocType: Authorization Rule Authorization Rule إذن القاعدة
2670 DocType: Sales Invoice Terms and Conditions Details شروط وتفاصيل الشروط
2671 DocType: Sales Taxes and Charges Template Sales Taxes and Charges Template الضرائب على المبيعات والرسوم قالب
2672 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10 Apparel & Accessories ملابس واكسسوارات
2673 apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 Number of Order عدد بالدفع
2674 DocType: Item Group HTML / Banner that will show on the top of product list. HTML / بانر التي سوف تظهر في الجزء العلوي من قائمة المنتجات.
2675 DocType: Shipping Rule Specify conditions to calculate shipping amount تحديد شروط لحساب كمية الشحن
2681 DocType: Offer Letter Term Value / Description قيمة / الوصف
2682 DocType: Tax Rule Billing Country بلد إرسال الفواتير
2683 Customers Not Buying Since Long Time الزبائن لا يشترون منذ وقت طويل
2684 DocType: Production Order Expected Delivery Date يتوقع تسليم تاريخ
2685 apps/erpnext/erpnext/accounts/general_ledger.py +121 Debit and Credit not equal for {0} #{1}. Difference is {2}. الخصم والائتمان لا يساوي ل{0} # {1}. الفرق هو {2}.
2686 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +93 Entertainment Expenses مصاريف الترفيه
2687 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +190 Sales Invoice {0} must be cancelled before cancelling this Sales Order فاتورة المبيعات {0} يجب أن يتم إلغاء هذا الأمر قبل إلغاء المبيعات
2696 DocType: Sales Order % Amount Billed المبلغ٪ صفت
2697 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129 Telephone Expenses مصاريف الهاتف
2698 DocType: Sales Partner Logo شعار
2699 DocType: Naming Series Check this if you want to force the user to select a series before saving. There will be no default if you check this. التحقق من ذلك إذا كنت تريد لإجبار المستخدم لتحديد سلسلة قبل الحفظ. لن يكون هناك الافتراضي إذا قمت بتحديد هذا.
2700 DocType: Naming Series apps/erpnext/erpnext/stock/get_item_details.py +107 Check this if you want to force the user to select a series before saving. There will be no default if you check this. No Item with Serial No {0} التحقق من ذلك إذا كنت تريد لإجبار المستخدم لتحديد سلسلة قبل الحفظ. لن يكون هناك الافتراضي إذا قمت بتحديد هذا. أي عنصر مع المسلسل لا {0}
2701 apps/erpnext/erpnext/stock/get_item_details.py +107 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +95 No Item with Serial No {0} Open Notifications أي عنصر مع المسلسل لا {0} الإخطارات المفتوحة
2702 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +95 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +68 Open Notifications Direct Expenses الإخطارات المفتوحة المصاريف المباشرة
2708 DocType: Bank Reconciliation Detail apps/erpnext/erpnext/accounts/doctype/account/account.py +47 Cheque Date Account {0}: Parent account {1} does not belong to company: {2} تاريخ الشيك حساب {0}: حساب الرئيسي {1} لا تنتمي إلى الشركة: {2}
2709 apps/erpnext/erpnext/accounts/doctype/account/account.py +47 apps/erpnext/erpnext/setup/doctype/company/company.js +38 Account {0}: Parent account {1} does not belong to company: {2} Successfully deleted all transactions related to this company! حساب {0}: حساب الرئيسي {1} لا تنتمي إلى الشركة: {2} تم حذف جميع المعاملات المتعلقة بهذه الشركة!
2710 apps/erpnext/erpnext/setup/doctype/company/company.js +38 apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +21 Successfully deleted all transactions related to this company! As on Date تم حذف جميع المعاملات المتعلقة بهذه الشركة! كما في تاريخ
2711 apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +21 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +58 As on Date Probation كما في تاريخ امتحان
2712 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +58 apps/erpnext/erpnext/stock/doctype/item/item.py +298 Probation Default Warehouse is mandatory for stock Item. امتحان مستودع الافتراضي هو إلزامي بالنسبة لمخزون السلعة .
2713 apps/erpnext/erpnext/stock/doctype/item/item.py +298 apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +173 Default Warehouse is mandatory for stock Item. Payment of salary for the month {0} and year {1} مستودع الافتراضي هو إلزامي بالنسبة لمخزون السلعة . دفع المرتبات لشهر {0} و السنة {1}
2714 apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +173 DocType: Stock Settings Payment of salary for the month {0} and year {1} Auto insert Price List rate if missing دفع المرتبات لشهر {0} و السنة {1} إدراج السيارات أسعار قائمة الأسعار إذا مفقود
2758 apps/erpnext/erpnext/accounts/doctype/account/account.py +41 DocType: Purchase Invoice Item Account {0}: Parent account {1} does not exist Price List Rate (Company Currency) حساب {0}: حساب الرئيسي {1} غير موجود قائمة الأسعار معدل (عملة الشركة)
2759 DocType: Purchase Invoice Item DocType: Account Price List Rate (Company Currency) Temporary قائمة الأسعار معدل (عملة الشركة) مؤقت
2760 DocType: Account DocType: Address Temporary Preferred Billing Address مؤقت يفضل عنوان الفواتير
2761 DocType: Address DocType: Monthly Distribution Percentage Preferred Billing Address Percentage Allocation يفضل عنوان الفواتير نسبة توزيع
2762 DocType: Monthly Distribution Percentage apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +86 Percentage Allocation Secretary نسبة توزيع أمين
2763 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +86 DocType: Serial No Secretary Distinct unit of an Item أمين وحدة متميزة من عنصر
2764 DocType: Serial No DocType: Pricing Rule Distinct unit of an Item Buying وحدة متميزة من عنصر شراء
2786 DocType: Email Digest DocType: Employee Income / Expense Personal Email الدخل / المصاريف البريد الالكتروني الشخصية
2787 DocType: Employee apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +62 Personal Email Total Variance البريد الالكتروني الشخصية مجموع الفروق
2788 apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +62 DocType: Accounts Settings Total Variance If enabled, the system will post accounting entries for inventory automatically. مجموع الفروق إذا مكن، سيقوم النظام إضافة القيود المحاسبية للمخزون تلقائيا.
2789 DocType: Accounts Settings apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +15 If enabled, the system will post accounting entries for inventory automatically. Brokerage إذا مكن، سيقوم النظام إضافة القيود المحاسبية للمخزون تلقائيا. سمسرة
2790 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +15 DocType: Address Brokerage Postal Code سمسرة الرمز البريدي
2791 DocType: Address DocType: Production Order Operation Postal Code in Minutes Updated via 'Time Log' الرمز البريدي في دقائق تحديث عبر 'وقت دخول "
2792 DocType: Production Order Operation DocType: Customer in Minutes Updated via 'Time Log' From Lead في دقائق تحديث عبر 'وقت دخول " من العميل المحتمل
2793 DocType: Customer apps/erpnext/erpnext/config/manufacturing.py +19 From Lead Orders released for production. من العميل المحتمل أوامر الإفراج عن الإنتاج.
2794 apps/erpnext/erpnext/config/manufacturing.py +19 apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +42 Orders released for production. Select Fiscal Year... أوامر الإفراج عن الإنتاج. اختر السنة المالية ...
2954 DocType: Serial No Under AMC تحت AMC
2955 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +47 Item valuation rate is recalculated considering landed cost voucher amount يتم حساب معدل تقييم البند النظر هبطت تكلفة مبلغ قسيمة
2956 apps/erpnext/erpnext/config/selling.py +70 Default settings for selling transactions. الإعدادات الافتراضية لبيع صفقة.
2957 DocType: BOM Replace Tool Current BOM BOM الحالي
2958 apps/erpnext/erpnext/public/js/utils.js +57 Add Serial No إضافة رقم تسلسلي
2959 DocType: Production Order Warehouses المستودعات
2960 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +117 Print and Stationary طباعة و قرطاسية
2977 DocType: Material Request Material Issue صرف مواد
2978 DocType: Hub Settings Seller Description البائع الوصف
2979 DocType: Employee Education Qualification المؤهل
2980 DocType: Item Price Item Price البند السعر
2981 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +48 Soap & Detergent الصابون والمنظفات
2982 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +36 Motion Picture & Video الحركة صور والفيديو
2983 apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation_list.js +5 Ordered أمر
2984 DocType: Warehouse Warehouse Name مستودع اسم
2985 DocType: Naming Series Select Transaction حدد المعاملات
2986 apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +30 Please enter Approving Role or Approving User الرجاء إدخال الموافقة أو الموافقة دور العضو
2987 DocType: Journal Entry Write Off Entry شطب الدخول
2988 DocType: BOM Rate Of Materials Based On معدل المواد التي تقوم على
2989 apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +21 Support Analtyics Analtyics الدعم
3000 apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +103 Please enter sales order in the above table يرجى إدخال أمر المبيعات في الجدول أعلاه
3001 DocType: Project Task View Task عرض العمل
3002 apps/erpnext/erpnext/public/js/setup_wizard.js +154 Your financial year begins on تبدأ السنة المالية الخاصة بك على
3003 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +46 Please enter Purchase Receipts من فضلك ادخل شراء إيصالات
3004 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +46 DocType: Sales Invoice Please enter Purchase Receipts Get Advances Received من فضلك ادخل شراء إيصالات الحصول على السلف المتلقاة
3005 DocType: Sales Invoice DocType: Email Digest Get Advances Received Add/Remove Recipients الحصول على السلف المتلقاة إضافة / إزالة المستلمين
3006 DocType: Email Digest apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425 Add/Remove Recipients Transaction not allowed against stopped Production Order {0} إضافة / إزالة المستلمين الصفقة لا يسمح ضد توقفت أمر الإنتاج {0}
3007 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425 apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19 Transaction not allowed against stopped Production Order {0} To set this Fiscal Year as Default, click on 'Set as Default' الصفقة لا يسمح ضد توقفت أمر الإنتاج {0} لتعيين هذه السنة المالية كما الافتراضي، انقر على ' تعيين كافتراضي "
3008 apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19 apps/erpnext/erpnext/config/support.py +54 To set this Fiscal Year as Default, click on 'Set as Default' Setup incoming server for support email id. (e.g. support@example.com) لتعيين هذه السنة المالية كما الافتراضي، انقر على ' تعيين كافتراضي " إعداد ملقم واردة ل دعم البريد الإلكتروني معرف . (على سبيل المثال support@example.com )
3009 apps/erpnext/erpnext/config/support.py +54 apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19 Setup incoming server for support email id. (e.g. support@example.com) Shortage Qty إعداد ملقم واردة ل دعم البريد الإلكتروني معرف . (على سبيل المثال support@example.com ) نقص الكمية
3020 apps/erpnext/erpnext/config/setup.py +14 DocType: Employee Education Global Settings Employee Education إعدادات العالمية موظف التعليم
3021 DocType: Employee Education apps/erpnext/erpnext/public/js/controllers/transaction.js +751 Employee Education It is needed to fetch Item Details. موظف التعليم هناك حاجة لجلب البند التفاصيل.
3022 apps/erpnext/erpnext/public/js/controllers/transaction.js +751 DocType: Salary Slip It is needed to fetch Item Details. Net Pay هناك حاجة لجلب البند التفاصيل. صافي الراتب
DocType: Salary Slip Net Pay صافي الراتب
3023 DocType: Account Account حساب
3024 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +213 Serial No {0} has already been received المسلسل لا {0} وقد وردت بالفعل
3025 Requested Items To Be Transferred العناصر المطلوبة على أن يتم تحويلها
3054 General Ledger دفتر الأستاذ العام
3055 apps/erpnext/erpnext/selling/doctype/campaign/campaign.js +10 View Leads مشاهدة العروض
3056 DocType: Item Attribute Value Attribute Value السمة القيمة
3057 apps/erpnext/erpnext/crm/doctype/lead/lead.py +65 Email id must be unique, already exists for {0} يجب أن يكون البريد الإلكتروني معرف فريد ، موجود بالفعل ل {0}
3058 Itemwise Recommended Reorder Level يوصى به Itemwise إعادة ترتيب مستوى
3059 apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +264 Please select {0} first الرجاء اختيار {0} الأولى
3060 DocType: Features Setup To get Item Group in details table للحصول على تفاصيل المجموعة في الجدول تفاصيل
3064 DocType: Salary Slip Deduction Default Amount المبلغ الافتراضي
3065 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +96 Warehouse not found in the system لم يتم العثور على المستودع في النظام
3066 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +107 This Month's Summary ملخص هذا الشهر
3067 DocType: Quality Inspection Reading Quality Inspection Reading جودة التفتيش القراءة
3068 DocType: Quality Inspection Reading apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +26 Quality Inspection Reading `Freeze Stocks Older Than` should be smaller than %d days. جودة التفتيش القراءة ` تجميد المخزون الأقدم من يجب أن يكون أقل من ٪ d يوم ` .
3069 apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +26 DocType: Tax Rule `Freeze Stocks Older Than` should be smaller than %d days. Purchase Tax Template ` تجميد المخزون الأقدم من يجب أن يكون أقل من ٪ d يوم ` . شراء قالب الضرائب
3070 DocType: Tax Rule Purchase Tax Template Project wise Stock Tracking شراء قالب الضرائب مشروع تتبع حركة الأسهم الحكمة
3077 apps/erpnext/erpnext/config/accounts.py +58 apps/erpnext/erpnext/templates/pages/cart.html +13 Match non-linked Invoices and Payments. Place Order غير مطابقة الفواتير والمدفوعات المرتبطة. طلب مكان
3078 apps/erpnext/erpnext/templates/pages/cart.html +13 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +25 Place Order Root cannot have a parent cost center طلب مكان الجذر لا يمكن أن يكون مركز تكلفة الأصل
3079 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +25 apps/erpnext/erpnext/public/js/stock_analytics.js +59 Root cannot have a parent cost center Select Brand... الجذر لا يمكن أن يكون مركز تكلفة الأصل اختر الماركة ...
3080 apps/erpnext/erpnext/public/js/stock_analytics.js +59 DocType: Sales Invoice Select Brand... C-Form Applicable اختر الماركة ... C-نموذج قابل للتطبيق
3081 DocType: Sales Invoice apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +340 C-Form Applicable Operation Time must be greater than 0 for Operation {0} C-نموذج قابل للتطبيق عملية الوقت يجب أن تكون أكبر من 0 لعملية {0}
3082 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +340 DocType: Supplier Operation Time must be greater than 0 for Operation {0} Address and Contacts عملية الوقت يجب أن تكون أكبر من 0 لعملية {0} عنوان واتصالات
3083 DocType: Supplier DocType: UOM Conversion Detail Address and Contacts UOM Conversion Detail عنوان واتصالات UOM تحويل التفاصيل
3102 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597 DocType: Maintenance Visit Receive Fully Completed تسلم يكتمل
3103 DocType: Maintenance Visit apps/erpnext/erpnext/projects/doctype/project/project_list.js +6 Fully Completed {0}% Complete يكتمل {0}٪ مكتمل
3104 apps/erpnext/erpnext/projects/doctype/project/project_list.js +6 DocType: Employee {0}% Complete Educational Qualification {0}٪ مكتمل المؤهلات العلمية
3105 DocType: Employee DocType: Workstation Educational Qualification Operating Costs المؤهلات العلمية تكاليف التشغيل
3106 DocType: Workstation DocType: Employee Leave Approver Operating Costs Employee Leave Approver تكاليف التشغيل الموافق علي اجازة الموظف
3107 DocType: Employee Leave Approver apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +166 Employee Leave Approver {0} has been successfully added to our Newsletter list. الموظف إجازة الموافق {0} تمت إضافة بنجاح إلى قائمة النشرة الإخبارية لدينا.
3108 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +166 apps/erpnext/erpnext/stock/doctype/item/item.py +424 {0} has been successfully added to our Newsletter list. Row {0}: An Reorder entry already exists for this warehouse {1} {0} تمت إضافة بنجاح إلى قائمة النشرة الإخبارية لدينا. صف {0}: إدخال إعادة ترتيب موجود بالفعل لهذا المستودع {1}
3129 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +101 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +256 Warning: Leave application contains following block dates Sales Invoice {0} has already been submitted يحتوي التطبيق اترك التواريخ الكتلة التالية: تحذير {0} سبق أن قدمت فاتورة المبيعات
3130 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +256 apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +30 Sales Invoice {0} has already been submitted Completion Date {0} سبق أن قدمت فاتورة المبيعات تاريخ الانتهاء
3131 apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +30 DocType: Purchase Invoice Item Completion Date Amount (Company Currency) تاريخ الانتهاء المبلغ (عملة الشركة)
3132 DocType: Purchase Invoice Item apps/erpnext/erpnext/config/hr.py +105 Amount (Company Currency) Organization unit (department) master. المبلغ (عملة الشركة) وحدة المؤسسة ( قسم) الرئيسي.
3133 apps/erpnext/erpnext/config/hr.py +105 apps/erpnext/erpnext/setup/doctype/sms_settings/sms_settings.py +25 Organization unit (department) master. Please enter valid mobile nos وحدة المؤسسة ( قسم) الرئيسي. الرجاء إدخال غ المحمول صالحة
3134 apps/erpnext/erpnext/setup/doctype/sms_settings/sms_settings.py +25 DocType: Budget Detail Please enter valid mobile nos Budget Detail الرجاء إدخال غ المحمول صالحة تفاصيل الميزانية
3135 DocType: Budget Detail apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +75 Budget Detail Please enter message before sending تفاصيل الميزانية من فضلك ادخل الرسالة قبل إرسالها
3144 DocType: SMS Center DocType: Purchase Receipt Item Messages greater than 160 characters will be split into multiple messages Received and Accepted سيتم انقسم رسالة أكبر من 160 حرف في mesage متعددة تلقت ومقبول
3145 DocType: Purchase Receipt Item Received and Accepted Serial No Service Contract Expiry تلقت ومقبول مسلسل العقد لا انتهاء الاشتراك خدمة
3146 DocType: Item Serial No Service Contract Expiry Unit of Measure Conversion مسلسل العقد لا انتهاء الاشتراك خدمة وحدة القياس التحويل
3147 DocType: Item apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +86 Unit of Measure Conversion Employee can not be changed وحدة القياس التحويل لا يمكن تغيير موظف
3148 apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +86 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +265 Employee can not be changed You cannot credit and debit same account at the same time لا يمكن تغيير موظف لا يمكنك الائتمان والخصم نفس الحساب في نفس الوقت
3149 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +265 DocType: Naming Series You cannot credit and debit same account at the same time Help HTML لا يمكنك الائتمان والخصم نفس الحساب في نفس الوقت مساعدة HTML
3150 DocType: Naming Series apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +50 Help HTML Total weightage assigned should be 100%. It is {0} مساعدة HTML يجب أن يكون مجموع الترجيح تعيين 100 ٪ . فمن {0}
3246 apps/erpnext/erpnext/config/setup.py +56 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +90 Setting up Email Please enter default currency in Company Master إعداد البريد الإلكتروني الرجاء إدخال العملة الافتراضية في شركة ماستر
3247 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +90 DocType: Stock Entry Detail Please enter default currency in Company Master Stock Entry Detail الرجاء إدخال العملة الافتراضية في شركة ماستر الأسهم إدخال التفاصيل
3248 DocType: Stock Entry Detail apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +101 Stock Entry Detail Daily Reminders الأسهم إدخال التفاصيل تذكير اليومية
3249 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +101 apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +82 Daily Reminders Tax Rule Conflicts with {0} تذكير اليومية تضارب القاعدة الضريبية مع {0}
3250 apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +82 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +210 Tax Rule Conflicts with {0} New Account Name تضارب القاعدة الضريبية مع {0} اسم الحساب الجديد
3251 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +210 DocType: Purchase Invoice Item New Account Name Raw Materials Supplied Cost اسم الحساب الجديد المواد الخام الموردة التكلفة
3252 DocType: Purchase Invoice Item DocType: Selling Settings Raw Materials Supplied Cost Settings for Selling Module المواد الخام الموردة التكلفة إعدادات لبيع وحدة
3257 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +147 apps/erpnext/erpnext/config/hr.py +53 Confirm Your Email Offer candidate a Job. تأكيد البريد الإلكتروني الخاص بك عرض المرشح على وظيفة.
3258 apps/erpnext/erpnext/config/hr.py +53 DocType: Notification Control Offer candidate a Job. Prompt for Email on Submission of عرض المرشح على وظيفة. المطالبة البريد الالكتروني على تقديم
3259 DocType: Notification Control apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +81 Prompt for Email on Submission of Total allocated leaves are more than days in the period المطالبة البريد الالكتروني على تقديم مجموع الأوراق المخصصة هي أكثر من أيام في الفترة
3260 apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +81 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +70 Total allocated leaves are more than days in the period Item {0} must be a stock Item مجموع الأوراق المخصصة هي أكثر من أيام في الفترة البند {0} يجب أن يكون البند الأسهم
3261 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +70 DocType: Manufacturing Settings Item {0} must be a stock Item Default Work In Progress Warehouse البند {0} يجب أن يكون البند الأسهم افتراضي العمل في مستودع التقدم
3262 DocType: Manufacturing Settings apps/erpnext/erpnext/config/accounts.py +107 Default Work In Progress Warehouse Default settings for accounting transactions. افتراضي العمل في مستودع التقدم الإعدادات الافتراضية ل معاملات المحاسبية.
3263 apps/erpnext/erpnext/config/accounts.py +107 apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +59 Default settings for accounting transactions. Expected Date cannot be before Material Request Date الإعدادات الافتراضية ل معاملات المحاسبية. التاريخ المتوقع لا يمكن أن يكون قبل تاريخ طلب المواد
3264 apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +59 apps/erpnext/erpnext/stock/get_item_details.py +125 Expected Date cannot be before Material Request Date Item {0} must be a Sales Item التاريخ المتوقع لا يمكن أن يكون قبل تاريخ طلب المواد البند {0} يجب أن يكون عنصر المبيعات
3265 apps/erpnext/erpnext/stock/get_item_details.py +125 DocType: Naming Series Item {0} must be a Sales Item Update Series Number البند {0} يجب أن يكون عنصر المبيعات تحديث الرقم المتسلسل
3266 DocType: Naming Series DocType: Account Update Series Number Equity تحديث الرقم المتسلسل إنصاف
3267 DocType: Account DocType: Sales Order Equity Printing Details إنصاف تفاصيل الطباعة
3268 DocType: Sales Order DocType: Task Printing Details Closing Date تفاصيل الطباعة تاريخ الإنتهاء
3352 DocType: Journal Entry DocType: Stock Entry Debit Note As per Stock UOM ملاحظة الخصم وفقا للأوراق UOM
3353 DocType: Stock Entry apps/erpnext/erpnext/stock/doctype/batch/batch_list.js +7 As per Stock UOM Not Expired وفقا للأوراق UOM لا انتهى
3354 apps/erpnext/erpnext/stock/doctype/batch/batch_list.js +7 DocType: Journal Entry Not Expired Total Debit لا انتهى مجموع الخصم
3355 DocType: Journal Entry DocType: Manufacturing Settings Total Debit Default Finished Goods Warehouse مجموع الخصم مستودع الافتراضي انتهى السلع
3356 DocType: Manufacturing Settings apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +70 Default Finished Goods Warehouse Sales Person مستودع الافتراضي انتهى السلع مبيعات شخص
3357 apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +70 DocType: Sales Invoice Sales Person Cold Calling مبيعات شخص ووصف الباردة
3358 DocType: Sales Invoice DocType: SMS Parameter Cold Calling SMS Parameter ووصف الباردة SMS معلمة
3359 DocType: SMS Parameter DocType: Maintenance Schedule Item SMS Parameter Half Yearly SMS معلمة نصف سنوي
3360 DocType: Maintenance Schedule Item DocType: Lead Half Yearly Blog Subscriber نصف سنوي بلوق المشترك
3361 DocType: Lead apps/erpnext/erpnext/config/setup.py +88 Blog Subscriber Create rules to restrict transactions based on values. بلوق المشترك إنشاء قواعد لتقييد المعاملات على أساس القيم.
3362 apps/erpnext/erpnext/config/setup.py +88 DocType: HR Settings Create rules to restrict transactions based on values. If checked, Total no. of Working Days will include holidays, and this will reduce the value of Salary Per Day إنشاء قواعد لتقييد المعاملات على أساس القيم. إذا تم، المشاركات لا. من أيام عمل وسوف تشمل أيام العطل، وهذا سوف يقلل من قيمة الراتب لكل يوم
3363 DocType: HR Settings DocType: Purchase Invoice If checked, Total no. of Working Days will include holidays, and this will reduce the value of Salary Per Day Total Advance إذا تم، المشاركات لا. من أيام عمل وسوف تشمل أيام العطل، وهذا سوف يقلل من قيمة الراتب لكل يوم إجمالي المقدمة
3364 DocType: Purchase Invoice apps/erpnext/erpnext/config/hr.py +220 Total Advance Processing Payroll إجمالي المقدمة تجهيز كشوف المرتبات
3365 apps/erpnext/erpnext/config/hr.py +220 DocType: Opportunity Item Processing Payroll Basic Rate تجهيز كشوف المرتبات قيم الأساسية
3366 DocType: Opportunity Item DocType: GL Entry Basic Rate Credit Amount قيم الأساسية مبلغ الائتمان
3367 DocType: GL Entry apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +141 Credit Amount Set as Lost مبلغ الائتمان على النحو المفقودة
3481 DocType: Employee DocType: Hub Settings Here you can maintain family details like name and occupation of parent, spouse and children Seller Name هنا يمكنك الحفاظ على تفاصيل مثل اسم العائلة واحتلال الزوج، الوالدين والأطفال البائع اسم
3482 DocType: Hub Settings DocType: Purchase Invoice Seller Name Taxes and Charges Deducted (Company Currency) البائع اسم الضرائب والرسوم مقطوعة (عملة الشركة)
3483 DocType: Purchase Invoice DocType: Item Group Taxes and Charges Deducted (Company Currency) General Settings الضرائب والرسوم مقطوعة (عملة الشركة) الإعدادات العامة
3484 DocType: Item Group apps/erpnext/erpnext/setup/doctype/currency_exchange/currency_exchange.py +19 General Settings From Currency and To Currency cannot be same الإعدادات العامة من العملة لعملة ولا يمكن أن يكون نفس
3485 apps/erpnext/erpnext/setup/doctype/currency_exchange/currency_exchange.py +19 DocType: Stock Entry From Currency and To Currency cannot be same Repack من العملة لعملة ولا يمكن أن يكون نفس أعد حزم
3486 DocType: Stock Entry apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +6 Repack You must Save the form before proceeding أعد حزم يجب حفظ النموذج قبل الشروع
3487 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +6 DocType: Item Attribute You must Save the form before proceeding Numeric Values يجب حفظ النموذج قبل الشروع قيم رقمية
3497 DocType: Manufacturing Settings DocType: Sales Order Allow Production on Holidays Customer's Purchase Order Date السماح الإنتاج على عطلات طلب شراء الزبون التسجيل
3498 DocType: Sales Order apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +183 Customer's Purchase Order Date Capital Stock طلب شراء الزبون التسجيل أسهم رأس المال
3499 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +183 DocType: Packing Slip Capital Stock Package Weight Details أسهم رأس المال تفاصيل حزمة الوزن
3500 DocType: Packing Slip apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +105 Package Weight Details Please select a csv file تفاصيل حزمة الوزن يرجى تحديد ملف CSV
3501 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +105 DocType: Purchase Order Please select a csv file To Receive and Bill يرجى تحديد ملف CSV لتلقي وبيل
3502 DocType: Purchase Order apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +94 To Receive and Bill Designer لتلقي وبيل مصمم
3503 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +94 apps/erpnext/erpnext/config/selling.py +121 Designer Terms and Conditions Template مصمم الشروط والأحكام قالب
3563
3564
3565
3566
3567
3568
3569
3588
3589
3590
3591
3592
3593
3594
3675
3676
3677
3678
3679
3680
3681

View File

@@ -21,7 +21,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},Се изисква валута за Ценоразпис {0}
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Ще се изчисли при транзакция.
DocType: Purchase Order,Customer Contact,Клиента Контакти
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,От Материал Искане
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,От Материал Искане
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} Дървовидно
DocType: Job Applicant,Job Applicant,Кандидат За Работа
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,Не повече резултати.
@@ -52,7 +52,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,Bank
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,1. To maintain the customer wise item code and to make them searchable based on their code use this option
DocType: Mode of Payment Account,Mode of Payment Account,Начин на разплащателна сметка
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,Покажи Варианти
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,Количество
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,Количество
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),Заеми (пасиви)
DocType: Employee Education,Year of Passing,Година на Passing
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,В Наличност
@@ -63,7 +63,7 @@ apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,Н
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Грижа за здравето
DocType: Purchase Invoice,Monthly,Месечно
apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66,Delay in payment (Days),Забавяне на плащане (дни)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,Фактура
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,Фактура
DocType: Maintenance Schedule Item,Periodicity,Периодичност
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,Имейл Адрес
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Отбрана
@@ -72,7 +72,7 @@ DocType: Appraisal Goal,Score (0-5),Резултати на (0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},Row {0}: {1} {2} не съвпада с {3}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,Row # {0}:
DocType: Delivery Note,Vehicle No,Превозно средство не
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,Моля изберете Ценоразпис
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,Моля изберете Ценоразпис
DocType: Production Order Operation,Work In Progress,Незавършено производство
DocType: Employee,Holiday List,Holiday Списък
DocType: Time Log,Time Log,Време Log
@@ -214,6 +214,7 @@ DocType: Sales Partner,Reseller,Reseller
apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +41,Please enter Company,"Моля, въведете Company"
DocType: Delivery Note Item,Against Sales Invoice Item,Срещу ред от фактура за продажба
,Production Orders in Progress,Производствени поръчки в процес на извършване
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37,Net Cash from Financing,Net Cash от Финансиране
DocType: Lead,Address & Contact,Адрес и контакти
DocType: Leave Allocation,Add unused leaves from previous allocations,Добави неизползвани отпуски от предишни разпределения
apps/erpnext/erpnext/controllers/recurring_document.py +203,Next Recurring {0} will be created on {1},Следваща повтарящо {0} ще бъде създаден на {1}
@@ -232,7 +233,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,Позиция Website Specification
DocType: Payment Tool,Reference No,Референтен номер по
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,Оставете Блокирани
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},Точка {0} е достигнал края на своя живот на {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},Точка {0} е достигнал края на своя живот на {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,Годишен
DocType: Stock Reconciliation Item,Stock Reconciliation Item,Склад за помирение Точка
DocType: Stock Entry,Sales Invoice No,Продажби Фактура Не
@@ -244,7 +245,7 @@ DocType: Item,Minimum Order Qty,Минимална поръчка Количес
DocType: Pricing Rule,Supplier Type,Доставчик Type
DocType: Item,Publish in Hub,Публикувай в Hub
,Terretory,Terretory
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,Точка {0} е отменен
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,Точка {0} е отменен
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,Материал Искане
DocType: Bank Reconciliation,Update Clearance Date,Актуализация Клирънсът Дата
DocType: Item,Purchase Details,Изкупните Детайли
@@ -307,7 +308,7 @@ DocType: Sales Invoice,Rate at which Customer Currency is converted to customer'
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","Предлага се в BOM, известието за доставка, фактурата за покупка, производство поръчка за покупка, покупка разписка, фактурата за продажба, продажба Поръчка, Фондова вписване, график"
DocType: Item Tax,Tax Rate,Данъчна Ставка
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},"{0} вече разпределена за Employee {1} за период {2} {3}, за да"
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,Изберете Точка
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,Изберете Точка
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry","Позиция: {0} успя партиди, не може да се примири с помощта \ фондова помирение, вместо това използвайте фондова Влизане"
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262,Purchase Invoice {0} is already submitted,Фактурата за покупка {0} вече се представя
@@ -380,13 +381,13 @@ DocType: Sales Taxes and Charges Template,Sales Master Manager,Продажби
apps/erpnext/erpnext/config/manufacturing.py +74,Global settings for all manufacturing processes.,Глобални настройки за всички производствени процеси.
DocType: Accounts Settings,Accounts Frozen Upto,Замразени Сметки до
DocType: SMS Log,Sent On,Изпратено на
apps/erpnext/erpnext/stock/doctype/item/item.py +553,Attribute {0} selected multiple times in Attributes Table,Умение {0} избрани няколко пъти в атрибути на маса
apps/erpnext/erpnext/stock/doctype/item/item.py +554,Attribute {0} selected multiple times in Attributes Table,Умение {0} избрани няколко пъти в атрибути на маса
DocType: HR Settings,Employee record is created using selected field. ,Запис на служителите е създаден с помощта на избран област.
DocType: Sales Order,Not Applicable,Не Е Приложимо
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,Holiday майстор.
DocType: Material Request Item,Required Date,Задължително Дата
DocType: Delivery Note,Billing Address,Адрес На Плащане
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,"Моля, въведете Код."
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,"Моля, въведете Код."
DocType: BOM,Costing,Остойностяване
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","Ако е избрано, размерът на данъка ще се считат за която вече е включена в Print Курсове / Print размер"
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Общо Количество
@@ -486,7 +487,7 @@ apps/erpnext/erpnext/config/crm.py +17,Customer database.,Клиентска б
DocType: Quotation,Quotation To,Офертата до
DocType: Lead,Middle Income,Среден доход
apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +58,Opening (Cr),Откриване (Cr)
apps/erpnext/erpnext/stock/doctype/item/item.py +702,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Default мерната единица за т {0} не може да се променя директно, защото вече сте направили някаква сделка (и) с друга мерна единица. Вие ще трябва да се създаде нова т да използвате различен Default мерна единица."
apps/erpnext/erpnext/stock/doctype/item/item.py +703,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Default мерната единица за т {0} не може да се променя директно, защото вече сте направили някаква сделка (и) с друга мерна единица. Вие ще трябва да се създаде нова т да използвате различен Default мерна единица."
apps/erpnext/erpnext/accounts/utils.py +195,Allocated amount can not be negative,Отпусната сума не може да бъде отрицателна
DocType: Purchase Order Item,Billed Amt,Таксуваната Amt
DocType: Warehouse,A logical Warehouse against which stock entries are made.,"Логически Склад, за които са направени стоковите разписки."
@@ -514,9 +515,10 @@ DocType: Buying Settings,Supplier Naming By,"Доставчик наименув
DocType: Activity Type,Default Costing Rate,Default Остойностяване Курсове
DocType: Maintenance Schedule,Maintenance Schedule,График за поддръжка
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Тогава към цените правилник се филтрират базирани на гостите, група клиенти, територия, доставчик, доставчик Type, Кампания, продажба Partner т.н."
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Inventory,Нетна промяна в Инвентаризация
DocType: Employee,Passport Number,Номер на паспорт
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,Мениджър
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,От Покупка Разписка
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,От Покупка Разписка
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,Същата позиция е влязъл няколко пъти.
DocType: SMS Settings,Receiver Parameter,Приемник на параметъра
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,"""Въз основа на"" и ""Групиране По"" не може да бъде един и същ"
@@ -776,7 +778,8 @@ DocType: Payment Tool,Set Payment Amount = Outstanding Amount,Определет
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,Вариране
,Company Name,Име На Фирмата
DocType: SMS Center,Total Message(s),Общо Message (и)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,Изберете точката за прехвърляне
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,Изберете точката за прехвърляне
DocType: Purchase Invoice,Additional Discount Percentage,Допълнителна отстъпка Процент
apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,Вижте списък на всички помощни видеоклипове
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,"Изберете акаунт шеф на банката, в която е депозирана проверка."
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Позволи на потребителя да редактира Ценоразпис Курсове по сделки
@@ -797,7 +800,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,Бял
DocType: SMS Center,All Lead (Open),All Lead (Open)
DocType: Purchase Invoice,Get Advances Paid,Вземи платени аванси
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,Прикрепете вашата снимка
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,Правя
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,Правя
DocType: Journal Entry,Total Amount in Words,Обща сума в Думи
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,"Имаше грешка. Една вероятна причина може да бъде, че не сте запаметили формата. Моля, свържете се support@erpnext.com ако проблемът не бъде отстранен."
apps/erpnext/erpnext/templates/pages/cart.html +3,My Cart,Моята количка
@@ -819,10 +822,10 @@ DocType: Packing Slip Item,Packing Slip Item,"Приемо-предавател
DocType: POS Profile,Cash/Bank Account,Cash / Bank Account
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +70,Removed items with no change in quantity or value.,Премахнати артикули с никаква промяна в количеството или стойността.
DocType: Delivery Note,Delivery To,Доставка до
apps/erpnext/erpnext/stock/doctype/item/item.py +550,Attribute table is mandatory,Умение маса е задължително
apps/erpnext/erpnext/stock/doctype/item/item.py +551,Attribute table is mandatory,Умение маса е задължително
DocType: Production Planning Tool,Get Sales Orders,Вземи Продажби Поръчки
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} не може да бъде отрицателна
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,Отстъпка
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,Отстъпка
DocType: Features Setup,Purchase Discounts,Изкупните Отстъпки
DocType: Workstation,Wages,Заплати
DocType: Time Log,Will be updated only if Time Log is 'Billable',"Ще бъде актуализиран, само ако времето Log е &quot;Подлежащи на таксуване&quot;"
@@ -889,6 +892,7 @@ DocType: Company,Company registration numbers for your reference. Tax numbers et
DocType: Sales Partner,Distributor,Разпределител
DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,Количка Доставка Правило
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +209,Production Order {0} must be cancelled before cancelling this Sales Order,Производство Поръчка {0} трябва да се отмени преди анулира тази поръчка за продажба
apps/erpnext/erpnext/public/js/controllers/transaction.js +881,Please set 'Apply Additional Discount On',"Моля, задайте &quot;Прилагане Допълнителна отстъпка от &#39;"
,Ordered Items To Be Billed,"Поръчаните артикули, които се таксуват"
apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +24,From Range has to be less than To Range,От Range трябва да бъде по-малко от гамата
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,Изберете Час Logs и подадем да създадете нов фактурата за продажба.
@@ -1029,7 +1033,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
DocType: Appraisal Goal,Goal,Гол
DocType: Sales Invoice Item,Edit Description,Edit Описание
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,Очаквана дата на доставка е по-малка от планираното Начална дата.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,За доставчик
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,За доставчик
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Задаване типа на профила ви помага при избора на този профил в сделките.
DocType: Purchase Invoice,Grand Total (Company Currency),Grand Total (Company валути)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Общо Outgoing
@@ -1101,6 +1105,7 @@ DocType: Sales Order Item,Planned Quantity,Планираното количес
DocType: Purchase Invoice Item,Item Tax Amount,Елемент от данъци
DocType: Item,Maintain Stock,Поддържайте Фондова
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +211,Stock Entries already created for Production Order ,Вписване в запасите вече създадени за производствена поръчка
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Net Change in Fixed Asset,Нетна промяна в дълготрайни материални активи
DocType: Leave Control Panel,Leave blank if considered for all designations,"Оставете празно, ако считат за всички наименования"
apps/erpnext/erpnext/controllers/accounts_controller.py +517,Charge of type 'Actual' in row {0} cannot be included in Item Rate,Charge от тип &quot;Край&quot; в ред {0} не могат да бъдат включени в т Курсове
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +182,Max: {0},Max: {0}
@@ -1112,7 +1117,7 @@ DocType: Sales Invoice,Shipping Address Name,Адрес за доставка И
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,Сметкоплан
DocType: Material Request,Terms and Conditions Content,Условия Content
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,не може да бъде по-голяма от 100
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,"Точка {0} не е в наличност, т"
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,"Точка {0} не е в наличност, т"
DocType: Maintenance Visit,Unscheduled,Нерепаративен
DocType: Employee,Owned,Собственост
DocType: Salary Slip Deduction,Depends on Leave Without Pay,Зависи от тръгне без Pay
@@ -1160,7 +1165,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,Анал
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},Row {0}: отпусната сума {1} трябва да е по-малка или равна на JV количество {2}
DocType: Item,Inventory,Инвентаризация
DocType: Features Setup,"To enable ""Point of Sale"" view",За да се даде възможност на &quot;точка на продажба&quot; изглед
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,Плащането не може да се направи за празна количката
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,Плащането не може да се направи за празна количката
DocType: Item,Sales Details,Продажби Детайли
DocType: Opportunity,With Items,С артикули
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,В Количество
@@ -1179,6 +1184,7 @@ apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliat
apps/erpnext/erpnext/public/js/setup_wizard.js +153,Financial Year Start Date,Финансова година Начална дата
DocType: Employee External Work History,Total Experience,Общо Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +276,Packing Slip(s) cancelled,Приемо-предавателен протокол (и) анулиране
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Парични потоци от инвестиционна
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Товарни и спедиция Такси
DocType: Material Request Item,Sales Order No,Продажбите Заповед №
DocType: Item Group,Item Group Name,Име на артикул Group
@@ -1191,7 +1197,7 @@ DocType: Maintenance Schedule,Schedules,Списъци
DocType: Purchase Invoice Item,Net Amount,Нетна сума
DocType: Purchase Order Item Supplied,BOM Detail No,BOM Подробности Не
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Допълнителна отстъпка сума (във Валута на Фирмата)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},Грешка: {0}&gt; {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},Грешка: {0}&gt; {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,Моля да създадете нов акаунт от сметкоплан.
DocType: Maintenance Visit,Maintenance Visit,Поддръжка посещение
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,Customer&gt; Customer Group&gt; Territory
@@ -1241,7 +1247,7 @@ DocType: Production Planning Tool,Select Sales Orders,Изберете Прод
,Material Requests for which Supplier Quotations are not created,Материал Исканията за които не са създадени Доставчик Цитати
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,"В деня (и), на която кандидатствате за отпуск са празници. Не е нужно да кандидатствате за отпуск."
DocType: Features Setup,To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.,За да проследите предмети с помощта на баркод. Вие ще бъдете в състояние да влезе елементи в Бележка за доставка и фактурата за продажба чрез сканиране на баркод на артикул.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588,Mark as Delivered,Маркирай като Доставени
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589,Mark as Delivered,Маркирай като Доставени
apps/erpnext/erpnext/crm/doctype/lead/lead.js +34,Make Quotation,Направи оферта
DocType: Dependent Task,Dependent Task,Зависим Task
apps/erpnext/erpnext/stock/doctype/item/item.py +340,Conversion factor for default Unit of Measure must be 1 in row {0},Коефициент на преобразуване за неизпълнение единица мярка трябва да бъде 1 в ред {0}
@@ -1251,7 +1257,8 @@ DocType: HR Settings,Stop Birthday Reminders,Stop напомняне за рож
DocType: SMS Center,Receiver List,Списък Receiver
DocType: Payment Tool Detail,Payment Amount,Сума За Плащане
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Консумирана Сума
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} Изглед
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} Изглед
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +89,Net Change in Cash,Нетна промяна в Cash
DocType: Salary Structure Deduction,Salary Structure Deduction,Структура Заплата Приспадане
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Мерна единица {0} е въведен повече от веднъж в реализациите Factor Таблица
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Разходите за Издадена артикули
@@ -1288,6 +1295,7 @@ DocType: Payment Reconciliation,Payments,Плащания
DocType: Budget Detail,Budget Allocated,"Бюджетът, отпуснат"
DocType: Journal Entry,Entry Type,Влизане Type
,Customer Credit Balance,Customer кредитно салдо
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21,Net Change in Accounts Payable,Нетна промяна в Задължения
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137,Please verify your email id,"Моля, проверете електронната си поща ID"
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',"Клиент, необходим за &quot;Customerwise Discount&quot;"
apps/erpnext/erpnext/config/accounts.py +53,Update bank payment dates with journals.,Актуализиране дати банкови платежни с списания.
@@ -1335,7 +1343,7 @@ DocType: Upload Attendance,Get Template,Вземи Template
DocType: Address,Postal,Пощенски
DocType: Item,Weightage,Weightage
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,"A Група Клиенти съществува със същото име моля, променете името на Клиента или преименувайте Група Клиенти"
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,Моля изберете {0} на първо място.
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,Моля изберете {0} на първо място.
apps/erpnext/erpnext/templates/pages/order.html +56,text {0},текст {0}
DocType: Territory,Parent Territory,Родител Territory
DocType: Quality Inspection Reading,Reading 2,Четене 2
@@ -1369,7 +1377,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,Оставете осребряват?
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,Opportunity От поле е задължително
DocType: Item,Variants,Варианти
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,Направи поръчка
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,Направи поръчка
DocType: SMS Center,Send To,Изпрати на
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},Няма достатъчно отпуск баланс за отпуск Тип {0}
DocType: Payment Reconciliation Payment,Allocated amount,Отпусната сума
@@ -1394,7 +1402,7 @@ DocType: Item,Apply Warehouse-wise Reorder Level,Нанесете Warehouse-мъ
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424,BOM {0} must be submitted,BOM {0} трябва да бъде представено
DocType: Authorization Control,Authorization Control,Разрешение Control
apps/erpnext/erpnext/config/projects.py +23,Time Log for tasks.,Time Вход за задачи.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561,Payment,Плащане
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Payment,Плащане
DocType: Production Order Operation,Actual Time and Cost,Действителното време и разходи
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},Материал Искане на максимална {0} може да се направи за позиция {1} срещу Продажби Поръчка {2}
DocType: Employee,Salutation,Поздрав
@@ -1501,7 +1509,7 @@ DocType: Appraisal,For Employee Name,За Име на служител
DocType: Holiday List,Clear Table,Clear Таблица
DocType: Features Setup,Brands,Brands
DocType: C-Form Invoice Detail,Invoice No,Фактура Не
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,От поръчка
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,От поръчка
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +93,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Остави, не може да се прилага / отмени преди {0}, като баланс отпуск вече е ръчен изпраща в записа на бъдещото разпределение отпуск {1}"
DocType: Activity Cost,Costing Rate,Остойностяване Курсове
,Customer Addresses And Contacts,Адреси на клиенти и контакти
@@ -1741,13 +1749,14 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,Преименуване на Tool
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,Актуализация Cost
DocType: Item Reorder,Item Reorder,Позиция Пренареждане
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,Transfer Материал
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,Transfer Материал
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","Посочете операции, оперативни разходи и да даде уникална операция не на вашите операции."
DocType: Purchase Invoice,Price List Currency,Ценоразпис на валути
DocType: Naming Series,User must always select,Потребителят трябва винаги да изберете
DocType: Stock Settings,Allow Negative Stock,Оставя Negative Фондова
DocType: Installation Note,Installation Note,Монтаж Note
apps/erpnext/erpnext/public/js/setup_wizard.js +301,Add Taxes,Добави Данъци
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +38,Cash Flow from Financing,Парични потоци от финансова
,Financial Analytics,Финансови Analytics
DocType: Quality Inspection,Verified By,Проверени от
DocType: Address,Subsidiary,Филиал
@@ -1790,6 +1799,7 @@ apps/erpnext/erpnext/config/selling.py +158,Setup incoming server for sales emai
DocType: Warranty Claim,Raised By,Повдигнат от
DocType: Payment Tool,Payment Account,Разплащателна сметка
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713,Please specify Company to proceed,"Моля, посочете Company, за да продължите"
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20,Net Change in Accounts Receivable,Нетна промяна в Вземания
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46,Compensatory Off,Компенсаторни Off
DocType: Quality Inspection Reading,Accepted,Приет
apps/erpnext/erpnext/setup/doctype/company/company.js +24,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,"Моля, уверете се, че наистина искате да изтриете всички сделки за тази компания. Вашите основни данни ще останат, тъй като е. Това действие не може да бъде отменено."
@@ -2089,7 +2099,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},Target склад е задължително за поредна {0}
DocType: Quality Inspection,Quality Inspection,Проверка на качеството
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,Extra Small
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,Внимание: Материал Заявени Количество е по-малко от минималното Поръчка Количество
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,Внимание: Материал Заявени Количество е по-малко от минималното Поръчка Количество
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,Сметка {0} е замразена
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,"Legal Entity / Дъщерно дружество с отделен сметкоплан, членуващи в организацията."
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Храни, напитки и тютюневи"
@@ -2141,7 +2151,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,Само листните възли са позволени в сделка
DocType: Expense Claim,Expense Approver,Expense одобряващ
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Покупка Квитанция приложените аксесоари
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,Плащане
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,Плащане
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,Към за дата
DocType: SMS Settings,SMS Gateway URL,SMS Gateway URL
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,Дневници за поддържане състоянието на доставка SMS
@@ -2188,7 +2198,7 @@ DocType: Target Detail,Target Detail,Target Подробности
DocType: Sales Order,% of materials billed against this Sales Order,% от материали начислени по тази Поръчка за Продажба
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,Период Закриване Влизане
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,Cost Center със съществуващите операции не могат да бъдат превърнати в група
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,Амортизация
DocType: Account,Depreciation,Амортизация
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Доставчик (ци)
DocType: Customer,Credit Limit,Кредитен лимит
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,Изберете тип сделка
@@ -2213,6 +2223,7 @@ DocType: Quality Inspection,Outgoing,Изходящ
DocType: Material Request,Requested For,Поискана за
DocType: Quotation Item,Against Doctype,Срещу Вид Документ
DocType: Delivery Note,Track this Delivery Note against any Project,Абонирай се за тази доставка Note срещу всеки проект
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28,Net Cash from Investing,Net Cash от Инвестиране
apps/erpnext/erpnext/accounts/doctype/account/account.py +176,Root account can not be deleted,Root сметка не може да бъде изтрита
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75,Show Stock Entries,Показване на вписване в запасите
,Is Primary Address,Дали Основен адрес
@@ -2350,9 +2361,9 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,Поземлен Cost
DocType: Time Log,Batched for Billing,Дозирани за фактуриране
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,"Законопроекти, повдигнати от доставчици."
DocType: POS Profile,Write Off Account,Отпишат Акаунт
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,Отстъпка Сума
DocType: Purchase Invoice,Return Against Purchase Invoice,Върнете Срещу фактурата за покупка
DocType: Item,Warranty Period (in days),Гаранционен срок (в дни)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +16,Net Cash from Operations,Net Cash от Operations
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,например ДДС
apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,Позиция 4
DocType: Journal Entry Account,Journal Entry Account,Вестник Влизане Акаунт
@@ -2526,7 +2537,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
conflict by assigning priority. Price Rules: {0}","Multiple Цена правило съществува с едни и същи критерии, моля решаване \ конфликт чрез възлагане приоритет. Цена Правила: {0}"
DocType: Account,Bank,Банка
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Авиолиния
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,Материал Issue
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,Материал Issue
DocType: Material Request Item,For Warehouse,За Warehouse
DocType: Employee,Offer Date,Оферта Дата
DocType: Hub Settings,Access Token,Access Token
@@ -2546,6 +2557,7 @@ DocType: Purchase Invoice Item,Image View,Вижте изображението
DocType: Issue,Opening Time,Откриване на времето
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,"От и до датите, изисквани"
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,Ценни книжа и стоковите борси
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',"Default мерната единица за Variant &#39;{0}&#39; трябва да бъде същото, както в Template &quot;{1}&quot;"
DocType: Shipping Rule,Calculate Based On,Изчислете основава на
DocType: Delivery Note Item,From Warehouse,От Warehouse
DocType: Purchase Taxes and Charges,Valuation and Total,Оценка и Total
@@ -2553,6 +2565,7 @@ DocType: Tax Rule,Shipping City,Доставка City
apps/erpnext/erpnext/stock/doctype/item/item.js +58,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,"Тази позиция е вариант на {0} (по образец). Атрибути ще бъдат копирани от шаблона, освен ако &quot;Не Copy&quot; е зададен"
DocType: Account,Purchase User,Покупка на потребителя
DocType: Notification Control,Customize the Notification,Персонализиране на Notification
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17,Cash Flow from Operations,Парични потоци от операции
apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24,Default Address Template cannot be deleted,Default Адрес Template не може да бъде изтрита
DocType: Sales Invoice,Shipping Rule,Доставка Правило
DocType: Journal Entry,Print Heading,Print Heading
@@ -2593,7 +2606,7 @@ apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet
apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,Час
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation",Сериализирани т {0} не може да бъде актуализиран \ използвайки фондова помирение
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,Трансфер Материал на доставчик
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,Трансфер Материал на доставчик
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,New Serial Не може да има Warehouse. Warehouse трябва да бъде определен от Фондова Влизане или покупка Разписка
DocType: Lead,Lead Type,Lead Type
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,Създаване на цитата
@@ -2605,7 +2618,7 @@ DocType: BOM Replace Tool,The new BOM after replacement,Новият BOM сле
DocType: Features Setup,Point of Sale,Точка на продажба
DocType: Account,Tax,Данък
apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +37,Row {0}: {1} is not a valid {2},Row {0}: {1} не е валиден {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +438,From Product Bundle,От Каталог Bundle
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +439,From Product Bundle,От Каталог Bundle
DocType: Production Planning Tool,Production Planning Tool,Tool Производствено планиране
DocType: Quality Inspection,Report Date,Доклад Дата
DocType: C-Form,Invoices,Фактури
@@ -2620,6 +2633,7 @@ DocType: Stock Settings,Percentage you are allowed to receive or deliver more ag
DocType: Pricing Rule,Customer Group,Customer Group
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168,Expense account is mandatory for item {0},Разходна сметка е задължително за покупка {0}
DocType: Item,Website Description,Website Описание
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Net Change in Equity,Нетна промяна в собствения капитал
DocType: Serial No,AMC Expiry Date,AMC срок на годност
,Sales Register,Продажбите Регистрация
DocType: Quotation,Quotation Lost Reason,Цитат Загубени Причина
@@ -2631,7 +2645,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,"Моля изберете прехвърляне, ако и вие искате да се включат предходната фискална година баланс оставя на тази фискална година"
DocType: GL Entry,Against Voucher Type,Срещу ваучер Вид
DocType: Item,Attributes,Атрибутите
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,Вземи артикули
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,Вземи артикули
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,"Моля, въведете отпишат Акаунт"
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,Последна Поръчка Дата
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,Направи акцизите Invoice
@@ -2681,7 +2695,7 @@ DocType: Quality Inspection,Delivery Note No,Бележка за доставк
DocType: Company,Retail,На дребно
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,Customer {0} не съществува
DocType: Attendance,Absent,Липсващ
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,Каталог Bundle
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,Каталог Bundle
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180,Row {0}: Invalid reference {1},Row {0}: Invalid позоваване {1}
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Покупка данъци и такси Template
DocType: Upload Attendance,Download Template,Изтеглете шаблони
@@ -2709,7 +2723,7 @@ DocType: Sales Invoice,Product Bundle Help,Каталог Bundle Помощ
,Monthly Attendance Sheet,Месечен зрители Sheet
apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16,No record found,Не са намерени записи
apps/erpnext/erpnext/controllers/stock_controller.py +175,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: Разходен Център е задължително за {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +467,Get Items from Product Bundle,Получават от продукта Bundle
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468,Get Items from Product Bundle,Получават от продукта Bundle
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79,Account {0} is inactive,Сметка {0} е неактивна
DocType: GL Entry,Is Advance,Дали Advance
apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,Присъствие От Дата и зрители към днешна дата е задължително
@@ -2899,7 +2913,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),Rate (%)
DocType: Stock Entry Detail,Additional Cost,Допълнителна Cost
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,Финансова година Крайна дата
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","Не може да се филтрира по Ваучер Не, ако групирани по Ваучер"
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,Направи Доставчик оферта
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,Направи Доставчик оферта
DocType: Quality Inspection,Incoming,Входящ
DocType: BOM,Materials Required (Exploded),Необходими материали (разглобен)
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),"Намаляване Приходи за да напуснат, без Pay (LWP)"
@@ -2922,6 +2936,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Piecework,Раб
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +64,Avg. Buying Rate,Ср. Изкупуването Курсове
DocType: Task,Actual Time (in Hours),Действителното време (в часове)
DocType: Employee,History In Company,История През Company
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +128,The total Issue / Transfer quantity {0} in Material Request {1} cannot be greater than requested quantity {2} for Item {3},Количеството общо Issue / Transfer {0} в Подемно-Искане {1} не може да бъде по-голяма от исканата количество {2} за позиция {3}
apps/erpnext/erpnext/config/crm.py +151,Newsletters,Бюлетини
DocType: Address,Shipping,Кораби
DocType: Stock Ledger Entry,Stock Ledger Entry,Фондова Ledger Влизане
@@ -2941,7 +2956,6 @@ DocType: Account,Auditor,Одитор
DocType: Purchase Order,End date of current order's period,Крайна дата на периода на текущата поръчката
apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +17,Make Offer Letter,Направи оферта Letter
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +10,Return,Връщане
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant must be same as Template,Default мерната единица за Variant трябва да е същото като Template
DocType: Production Order Operation,Production Order Operation,Производство Поръчка Operation
DocType: Pricing Rule,Disable,Правя неспособен
DocType: Project Task,Pending Review,До Review
@@ -2986,6 +3000,7 @@ apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{
DocType: Opportunity,Next Contact,Следваща Контакт
DocType: Employee,Employment Type,Тип заетост
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +40,Fixed Assets,Дълготрайни активи
,Cash Flow,Паричен поток
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85,Application period cannot be across two alocation records,Срок за кандидатстване не може да бъде в два alocation записи
DocType: Item Group,Default Expense Account,Default Expense Account
DocType: Employee,Notice (days),Известие (дни)
@@ -3023,7 +3038,7 @@ DocType: Workstation,per hour,на час
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,Account for the warehouse (Perpetual Inventory) will be created under this Account.
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,"Warehouse не може да се заличи, тъй като съществува влизане фондова книга за този склад."
DocType: Company,Distribution,Разпределение
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,"Сума, платена"
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,"Сума, платена"
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,Ръководител На Проект
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,Изпращане
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,Max отстъпка разрешено за покупка: {0} е {1}%
@@ -3065,7 +3080,7 @@ apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425,Transaction n
apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","За да зададете тази фискална година, като по подразбиране, щракнете върху &quot;По подразбиране&quot;"
apps/erpnext/erpnext/config/support.py +54,Setup incoming server for support email id. (e.g. support@example.com),Setup входящия сървър за подкрепа имейл ID. (Например support@example.com)
apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19,Shortage Qty,Недостиг Количество
apps/erpnext/erpnext/stock/doctype/item/item.py +569,Item variant {0} exists with same attributes,Съществува т вариант {0} със същите атрибути
apps/erpnext/erpnext/stock/doctype/item/item.py +570,Item variant {0} exists with same attributes,Съществува т вариант {0} със същите атрибути
DocType: Salary Slip,Salary Slip,Заплата Slip
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48,'To Date' is required,&quot;Към днешна дата&quot; се изисква
DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","Генериране на товарителници за пакети трябва да бъдат доставени. Използва се за уведомяване на пакетите номер, съдържание на пакети и теглото му."
@@ -3167,7 +3182,7 @@ DocType: Time Log,Hours,Часове
DocType: Project,Expected Start Date,Очаквана начална дата
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41,Remove item if charges is not applicable to that item,"Махни позиция, ако цените не се отнася за тази позиция"
DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,Напр. smsgateway.com/api/send_sms.cgi
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597,Receive,Получавам
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598,Receive,Получавам
DocType: Maintenance Visit,Fully Completed,Завършен до ключ
apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% Завършен
DocType: Employee,Educational Qualification,Образователно-квалификационна
@@ -3271,7 +3286,7 @@ DocType: Notification Control,Sales Invoice Message,Съобщението фа
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,Закриване на профила {0} трябва да е от тип Отговорност / Equity
DocType: Authorization Rule,Based On,Базиран На
DocType: Sales Order Item,Ordered Qty,Поръчано Количество
apps/erpnext/erpnext/stock/doctype/item/item.py +580,Item {0} is disabled,Точка {0} е деактивиран
apps/erpnext/erpnext/stock/doctype/item/item.py +581,Item {0} is disabled,Точка {0} е деактивиран
DocType: Stock Settings,Stock Frozen Upto,Фондова Frozen Upto
apps/erpnext/erpnext/controllers/recurring_document.py +163,Period From and Period To dates mandatory for recurring {0},"Период От и периода, за датите задължителни за повтарящи {0}"
apps/erpnext/erpnext/config/projects.py +13,Project activity / task.,Дейността на проект / задача.
@@ -3390,7 +3405,7 @@ DocType: Company,Round Off Account,Завършете Акаунт
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,Административни разходи
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,Консултативен
DocType: Customer Group,Parent Customer Group,Родител Customer Group
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,Промяна
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,Промяна
DocType: Purchase Invoice,Contact Email,Контакт Email
DocType: Appraisal Goal,Score Earned,Резултат спечелените
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""",например &quot;My Company LLC&quot;
@@ -3406,7 +3421,7 @@ apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zer
DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,Брой на т получен след производството / препакетиране от дадени количества суровини
DocType: Payment Reconciliation,Receivable / Payable Account,Вземания / дължими суми Акаунт
DocType: Delivery Note Item,Against Sales Order Item,Срещу ред от поръчка за продажба
apps/erpnext/erpnext/stock/doctype/item/item.py +562,Please specify Attribute Value for attribute {0},"Моля, посочете Умение Цена атрибут {0}"
apps/erpnext/erpnext/stock/doctype/item/item.py +563,Please specify Attribute Value for attribute {0},"Моля, посочете Умение Цена атрибут {0}"
DocType: Item,Default Warehouse,Default Warehouse
DocType: Task,Actual End Date (via Time Logs),Действителна Крайна дата (чрез Time Logs)
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37,Budget cannot be assigned against Group Account {0},Бюджетът не може да бъде назначен срещу Group Account {0}
@@ -3472,7 +3487,7 @@ DocType: Account,Parent Account,Родител Акаунт
DocType: Quality Inspection Reading,Reading 3,Четене 3
,Hub,Главина
DocType: GL Entry,Voucher Type,Ваучер Type
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,Ценова листа не е намерен или инвалиди
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,Ценова листа не е намерен или инвалиди
DocType: Expense Claim,Approved,Одобрен
DocType: Pricing Rule,Price,Цена
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',Служител облекчение на {0} трябва да се зададе като &quot;Ляв&quot;
@@ -3497,7 +3512,7 @@ apps/erpnext/erpnext/config/stock.py +283,Batch Inventory,Batch Инвентар
DocType: Employee,Contract End Date,Договор Крайна дата
DocType: Sales Order,Track this Sales Order against any Project,Абонирай се за тази поръчка за продажба срещу всеки проект
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,"Поръчки за продажба Pull (висящите да достави), основано на горните критерии"
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,От Доставчик оферта
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,От Доставчик оферта
DocType: Deduction Type,Deduction Type,Приспадане Type
DocType: Attendance,Half Day,Half Day
DocType: Pricing Rule,Min Qty,Min Количество
@@ -3584,7 +3599,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(Половин ден)
DocType: Supplier,Credit Days,Кредитните Days
DocType: Leave Type,Is Carry Forward,Дали Пренасяне
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,Получават от BOM
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,Получават от BOM
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Време за Days
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,Бил на материали
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Row {0}: Party Тип и страна се изисква за получаване / плащане сметка {1}
1 DocType: Employee Salary Mode Mode Заплата
21 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36 Currency is required for Price List {0} Се изисква валута за Ценоразпис {0}
22 DocType: Sales Taxes and Charges Template * Will be calculated in the transaction. * Ще се изчисли при транзакция.
23 DocType: Purchase Order Customer Contact Клиента Контакти
24 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661 From Material Request От Материал Искане
25 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37 {0} Tree {0} Дървовидно
26 DocType: Job Applicant Job Applicant Кандидат За Работа
27 apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18 No more results. Не повече резултати.
52 DocType: Features Setup 1. To maintain the customer wise item code and to make them searchable based on their code use this option 1. To maintain the customer wise item code and to make them searchable based on their code use this option
53 DocType: Mode of Payment Account Mode of Payment Account Начин на разплащателна сметка
54 apps/erpnext/erpnext/stock/doctype/item/item.js +49 Show Variants Покажи Варианти
55 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479 Quantity Количество
56 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174 Loans (Liabilities) Заеми (пасиви)
57 DocType: Employee Education Year of Passing Година на Passing
58 apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12 In Stock В Наличност
63 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31 Health Care Грижа за здравето
64 DocType: Purchase Invoice Monthly Месечно
65 apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66 Delay in payment (Days) Забавяне на плащане (дни)
66 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607 Invoice Фактура
67 DocType: Maintenance Schedule Item Periodicity Периодичност
68 apps/erpnext/erpnext/public/js/setup_wizard.js +107 Email Address Имейл Адрес
69 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21 Defense Отбрана
72 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193 Row {0}: {1} {2} does not match with {3} Row {0}: {1} {2} не съвпада с {3}
73 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74 Row # {0}: Row # {0}:
74 DocType: Delivery Note Vehicle No Превозно средство не
75 apps/erpnext/erpnext/public/js/pos/pos.js +528 apps/erpnext/erpnext/public/js/pos/pos.js +534 Please select Price List Моля изберете Ценоразпис
76 DocType: Production Order Operation Work In Progress Незавършено производство
77 DocType: Employee Holiday List Holiday Списък
78 DocType: Time Log Time Log Време Log
214 Production Orders in Progress Производствени поръчки в процес на извършване
215 DocType: Lead apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37 Address & Contact Net Cash from Financing Адрес и контакти Net Cash от Финансиране
216 DocType: Leave Allocation DocType: Lead Add unused leaves from previous allocations Address & Contact Добави неизползвани отпуски от предишни разпределения Адрес и контакти
217 DocType: Leave Allocation Add unused leaves from previous allocations Добави неизползвани отпуски от предишни разпределения
218 apps/erpnext/erpnext/controllers/recurring_document.py +203 Next Recurring {0} will be created on {1} Следваща повтарящо {0} ще бъде създаден на {1}
219 DocType: Newsletter List Total Subscribers Общо Абонати
220 Contact Name Име За Контакт
233 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398 Leave Blocked Оставете Блокирани
234 apps/erpnext/erpnext/stock/doctype/item/item.py +576 apps/erpnext/erpnext/stock/doctype/item/item.py +577 Item {0} has reached its end of life on {1} Точка {0} е достигнал края на своя живот на {1}
235 apps/erpnext/erpnext/accounts/utils.py +341 Annual Годишен
236 DocType: Stock Reconciliation Item Stock Reconciliation Item Склад за помирение Точка
237 DocType: Stock Entry Sales Invoice No Продажби Фактура Не
238 DocType: Material Request Item Min Order Qty Min Поръчка Количество
239 DocType: Lead Do Not Contact Не допирайте
245 Terretory Terretory
246 apps/erpnext/erpnext/stock/doctype/item/item.py +596 apps/erpnext/erpnext/stock/doctype/item/item.py +597 Item {0} is cancelled Точка {0} е отменен
247 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607 Material Request Материал Искане
248 DocType: Bank Reconciliation Update Clearance Date Актуализация Клирънсът Дата
249 DocType: Item Purchase Details Изкупните Детайли
250 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +321 Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1} Точка {0} не е открит в &quot;суровини Доставя&quot; маса в Поръчката {1}
251 DocType: Employee Relation Връзка
308 apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54 {0} already allocated for Employee {1} for period {2} to {3} {0} вече разпределена за Employee {1} за период {2} {3}, за да
309 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Select Item Изберете Точка
310 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150 Item: {0} managed batch-wise, can not be reconciled using \ Stock Reconciliation, instead use Stock Entry Позиция: {0} успя партиди, не може да се примири с помощта \ фондова помирение, вместо това използвайте фондова Влизане
311 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262 Purchase Invoice {0} is already submitted Фактурата за покупка {0} вече се представя
312 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87 Row # {0}: Batch No must be same as {1} {2} Row # {0}: Batch Не трябва да е същото като {1} {2}
313 apps/erpnext/erpnext/accounts/doctype/account/account.js +54 Convert to non-Group Конвертиране в не-Group
314 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55 Purchase Receipt must be submitted Покупка разписка трябва да бъде представено
381 apps/erpnext/erpnext/stock/doctype/item/item.py +553 apps/erpnext/erpnext/stock/doctype/item/item.py +554 Attribute {0} selected multiple times in Attributes Table Умение {0} избрани няколко пъти в атрибути на маса
382 DocType: HR Settings Employee record is created using selected field. Запис на служителите е създаден с помощта на избран област.
383 DocType: Sales Order Not Applicable Не Е Приложимо
384 apps/erpnext/erpnext/config/hr.py +140 Holiday master. Holiday майстор.
385 DocType: Material Request Item Required Date Задължително Дата
386 DocType: Delivery Note Billing Address Адрес На Плащане
387 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736 Please enter Item Code. Моля, въведете Код.
388 DocType: BOM Costing Остойностяване
389 DocType: Purchase Taxes and Charges If checked, the tax amount will be considered as already included in the Print Rate / Print Amount Ако е избрано, размерът на данъка ще се считат за която вече е включена в Print Курсове / Print размер
390 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48 Total Qty Общо Количество
391 DocType: Employee Health Concerns Здравни проблеми
392 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15 Unpaid Неплатен
393 DocType: Packing Slip From Package No. От Package No.
487 DocType: Warehouse A logical Warehouse against which stock entries are made. Логически Склад, за които са направени стоковите разписки.
488 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +92 Reference No & Reference Date is required for {0} Референтен номер по &amp; Референтен Дата се изисква за {0}
489 DocType: Sales Invoice Customer's Vendor Търговец на клиента
490 apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +214 Production Order is Mandatory Производство на поръчката е задължително
491 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +139 Proposal Writing Предложение за писане
492 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35 Another Sales Person {0} exists with the same Employee id Съществува друга продажбите Person {0} със същия Employee ID
493 apps/erpnext/erpnext/stock/stock_ledger.py +336 Negative Stock Error ({6}) for Item {0} in Warehouse {1} on {2} {3} in {4} {5} Negative фондова Error ({6}) за позиция {0} в Warehouse {1} на {2} {3} в {4} {5}
515 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582 Same item has been entered multiple times. From Purchase Receipt Същата позиция е влязъл няколко пъти. От Покупка Разписка
516 DocType: SMS Settings apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214 Receiver Parameter Same item has been entered multiple times. Приемник на параметъра Същата позиция е влязъл няколко пъти.
517 apps/erpnext/erpnext/controllers/trends.py +39 DocType: SMS Settings 'Based On' and 'Group By' can not be same Receiver Parameter "Въз основа на" и "Групиране По" не може да бъде един и същ Приемник на параметъра
518 apps/erpnext/erpnext/controllers/trends.py +39 'Based On' and 'Group By' can not be same "Въз основа на" и "Групиране По" не може да бъде един и същ
519 DocType: Sales Person Sales Person Targets Търговец Цели
520 DocType: Production Order Operation In minutes В минути
521 DocType: Issue Resolution Date Резолюция Дата
522 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 Please set default Cash or Bank account in Mode of Payment {0} Моля, задайте по подразбиране брой или банкова сметка в начинът на плащане {0}
523 DocType: Selling Settings Customer Naming By Задаване на име на клиента от
524 apps/erpnext/erpnext/accounts/doctype/account/account.js +67 Convert to Group Конвертиране в Група
778 DocType: Journal Entry apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Total Amount in Words Make Обща сума в Думи Правя
779 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7 DocType: Journal Entry There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists. Total Amount in Words Имаше грешка. Една вероятна причина може да бъде, че не сте запаметили формата. Моля, свържете се support@erpnext.com ако проблемът не бъде отстранен. Обща сума в Думи
780 apps/erpnext/erpnext/templates/pages/cart.html +3 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7 My Cart There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists. Моята количка Имаше грешка. Една вероятна причина може да бъде, че не сте запаметили формата. Моля, свържете се support@erpnext.com ако проблемът не бъде отстранен.
781 apps/erpnext/erpnext/controllers/selling_controller.py +150 apps/erpnext/erpnext/templates/pages/cart.html +3 Order Type must be one of {0} My Cart Поръчка тип трябва да е един от {0} Моята количка
782 apps/erpnext/erpnext/controllers/selling_controller.py +150 Order Type must be one of {0} Поръчка тип трябва да е един от {0}
783 DocType: Lead Next Contact Date Следваща Свържи Дата
784 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +35 Opening Qty Откриване Количество
785 DocType: Holiday List Holiday List Name Holiday Списък име
800 apps/erpnext/erpnext/stock/doctype/item/item.py +550 apps/erpnext/erpnext/stock/doctype/item/item.py +551 Attribute table is mandatory Умение маса е задължително
801 DocType: Production Planning Tool Get Sales Orders Вземи Продажби Поръчки
802 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 {0} can not be negative {0} не може да бъде отрицателна
803 apps/erpnext/erpnext/templates/form_grid/item_grid.html +72 apps/erpnext/erpnext/public/js/pos/pos.html +28 Discount Отстъпка
804 DocType: Features Setup Purchase Discounts Изкупните Отстъпки
805 DocType: Workstation Wages Заплати
806 DocType: Time Log Will be updated only if Time Log is 'Billable' Ще бъде актуализиран, само ако времето Log е &quot;Подлежащи на таксуване&quot;
822 apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +194 Serial No {0} is under maintenance contract upto {1} Пореден № {0} е по силата на договор за техническо обслужване до запълването {1}
823 DocType: BOM Operation Operation Операция
824 DocType: Lead Organization Name Наименование на организацията
825 DocType: Tax Rule Shipping State Доставка членка
826 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61 Item must be added using 'Get Items from Purchase Receipts' button Т трябва да се добавят с помощта на &quot;получават от покупка Приходи&quot; бутона
827 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126 Sales Expenses Продажби Разходи
828 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +113 Standard Buying Standard Изкупуването
829 DocType: GL Entry Against Срещу
830 DocType: Item Default Selling Cost Center Default Selling Cost Center
831 DocType: Sales Partner Implementation Partner Партньор за изпълнение
892 DocType: Item Attribute Value apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +51 This will be appended to the Item Code of the variant. For example, if your abbreviation is "SM", and the item code is "T-SHIRT", the item code of the variant will be "T-SHIRT-SM" Either debit or credit amount is required for {0} Това ще бъде приложена към Кодекса Точка на варианта. Например, ако вашият съкращението е &quot;SM&quot;, а кодът на елемент е &quot;ТЕНИСКА&quot;, кодът позиция на варианта ще бъде &quot;ТЕНИСКА-SM&quot; Или сума дебитна или кредитна се изисква за {0}
893 DocType: Salary Slip DocType: Item Attribute Value Net Pay (in words) will be visible once you save the Salary Slip. This will be appended to the Item Code of the variant. For example, if your abbreviation is "SM", and the item code is "T-SHIRT", the item code of the variant will be "T-SHIRT-SM" Net Pay (словом) ще бъде видим след като спаси квитанцията за заплата. Това ще бъде приложена към Кодекса Точка на варианта. Например, ако вашият съкращението е &quot;SM&quot;, а кодът на елемент е &quot;ТЕНИСКА&quot;, кодът позиция на варианта ще бъде &quot;ТЕНИСКА-SM&quot;
894 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +154 DocType: Salary Slip Blue Net Pay (in words) will be visible once you save the Salary Slip. Син Net Pay (словом) ще бъде видим след като спаси квитанцията за заплата.
895 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +154 Blue Син
896 DocType: Purchase Invoice Is Return Дали Return
897 DocType: Price List Country Price List Country Ценоразпис Country
898 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +123 Further nodes can be only created under 'Group' type nodes Допълнителни възли могат да се създават само при тип възли &quot;група&quot;
1033 DocType: BOM Operation Workstation Workstation
1034 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +112 Hardware Железария
1035 DocType: Attendance HR Manager HR мениджъра
1036 apps/erpnext/erpnext/accounts/party.py +171 Please select a Company Моля изберете Company
1037 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +50 Privilege Leave Privilege отпуск
1038 DocType: Purchase Invoice Supplier Invoice Date Доставчик Дата Invoice
1039 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +79 You need to enable Shopping Cart Трябва да се даде възможност на количката
1105 DocType: HR Settings DocType: GL Entry Employee Settings GL Entry Настройки на наети GL Влизане
1106 DocType: HR Settings Batch-Wise Balance History Employee Settings Партиди Balance История Настройки на наети
1107 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +72 To Do List Batch-Wise Balance History За да се направи списък Партиди Balance История
1108 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +72 To Do List За да се направи списък
1109 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +63 Apprentice Чирак
1110 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +106 Negative Quantity is not allowed Отрицателна величина не е позволено
1111 DocType: Purchase Invoice Item Tax detail table fetched from item master as a string and stored in this field. Used for Taxes and Charges Данъчна подробно маса, извлечен от т майстор като низ и се съхранява в тази област. Използва се за данъци и такси
1117 DocType: Job Opening Job profile, qualifications required etc. Профил на Job, необходими квалификации и т.н.
1118 DocType: Journal Entry Account Account Balance Баланс на Сметка
1119 apps/erpnext/erpnext/config/accounts.py +112 Tax Rule for transactions. Данъчна Правило за сделки.
1120 DocType: Rename Tool Type of document to rename. Вид на документа за преименуване.
1121 apps/erpnext/erpnext/public/js/setup_wizard.js +384 We buy this Item Ние купуваме този артикул
1122 DocType: Address Billing Billing
1123 DocType: Purchase Invoice Total Taxes and Charges (Company Currency) Общо данъци и такси (фирма валута)
1165 DocType: Pricing Rule apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +66 For Price List Transfer Materials for Manufacture За Ценовата листа Прехвърляне Материали за Производство
1166 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +27 DocType: Pricing Rule Executive Search For Price List Executive Search За Ценовата листа
1167 apps/erpnext/erpnext/stock/stock_ledger.py +405 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +27 Purchase rate for item: {0} not found, which is required to book accounting entry (expense). Please mention item price against a buying price list. Executive Search Ставка за покупка за покупка: {0} не е намерен, която се изисква, за да резервират счетоводство (разходи). Моля, посочете т цена срещу купуването ценоразпис. Executive Search
1168 DocType: Maintenance Schedule apps/erpnext/erpnext/stock/stock_ledger.py +405 Schedules Purchase rate for item: {0} not found, which is required to book accounting entry (expense). Please mention item price against a buying price list. Списъци Ставка за покупка за покупка: {0} не е намерен, която се изисква, за да резервират счетоводство (разходи). Моля, посочете т цена срещу купуването ценоразпис.
1169 DocType: Purchase Invoice Item DocType: Maintenance Schedule Net Amount Schedules Нетна сума Списъци
1170 DocType: Purchase Order Item Supplied DocType: Purchase Invoice Item BOM Detail No Net Amount BOM Подробности Не Нетна сума
1171 DocType: Purchase Invoice DocType: Purchase Order Item Supplied Additional Discount Amount (Company Currency) BOM Detail No Допълнителна отстъпка сума (във Валута на Фирмата) BOM Подробности Не
1184 DocType: Sales Invoice apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +33 Shipping Address Contribution Amount Адрес За Доставка Принос Сума
1185 DocType: Stock Reconciliation DocType: Sales Invoice This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses. Shipping Address Този инструмент ви помага да се актуализира, или да определи количеството и остойностяването на склад в системата. Той обикновено се използва за синхронизиране на ценностите на системата и какво всъщност съществува във вашите складове. Адрес За Доставка
1186 DocType: Delivery Note DocType: Stock Reconciliation In Words will be visible once you save the Delivery Note. This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses. По думите ще бъде видим след като запазите бележката за доставката. Този инструмент ви помага да се актуализира, или да определи количеството и остойностяването на склад в системата. Той обикновено се използва за синхронизиране на ценностите на системата и какво всъщност съществува във вашите складове.
1187 DocType: Delivery Note In Words will be visible once you save the Delivery Note. По думите ще бъде видим след като запазите бележката за доставката.
1188 apps/erpnext/erpnext/config/stock.py +115 Brand master. Brand майстор.
1189 DocType: Sales Invoice Item Brand Name Марка Име
1190 DocType: Purchase Receipt Transporter Details Transporter Детайли
1197 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +113 Accounting Entry for {0} can only be made in currency: {1} Счетоводство Entry за {0} може да се направи само в валута: {1}
1198 DocType: Pricing Rule Pricing Rule Ценообразуване Правило
1199 apps/erpnext/erpnext/config/learn.py +167 Material Request to Purchase Order Материал Заявка за пазаруване Поръчка
1200 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +74 Row # {0}: Returned Item {1} does not exists in {2} {3} Row # {0}: Върнати т {1} не съществува в {2} {3}
1201 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +16 Bank Accounts Банкови сметки
1202 Bank Reconciliation Statement Bank помирение резюме
1203 DocType: Address Lead Name Водещ име
1247 DocType: Accounts Settings apps/erpnext/erpnext/controllers/stock_controller.py +247 Credit Controller {0} {1} is cancelled or stopped Credit Controller {1} {0} е отменен или спрян
1248 DocType: Delivery Note DocType: Accounts Settings Vehicle Dispatch Date Credit Controller Камион Dispatch Дата Credit Controller
1249 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +202 DocType: Delivery Note Purchase Receipt {0} is not submitted Vehicle Dispatch Date Покупка Квитанция {0} не е подадена Камион Dispatch Дата
1250 DocType: Company apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +202 Default Payable Account Purchase Receipt {0} is not submitted Default Платим Акаунт Покупка Квитанция {0} не е подадена
1251 apps/erpnext/erpnext/config/website.py +13 DocType: Company Settings for online shopping cart such as shipping rules, price list etc. Default Payable Account Настройки за онлайн пазарска количка като правилата за корабоплаване, Ценоразпис т.н. Default Платим Акаунт
1252 apps/erpnext/erpnext/controllers/website_list_for_contact.py +65 apps/erpnext/erpnext/config/website.py +13 {0}% Billed Settings for online shopping cart such as shipping rules, price list etc. {0}% Начислен Настройки за онлайн пазарска количка като правилата за корабоплаване, Ценоразпис т.н.
1253 apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +17 apps/erpnext/erpnext/controllers/website_list_for_contact.py +65 Reserved Qty {0}% Billed Reserved Количество {0}% Начислен
1257 DocType: Journal Entry Account DocType: Lead Debit in Company Currency Upper Income Debit в Company валути Upper подоходно
1258 apps/erpnext/erpnext/support/doctype/issue/issue.py +58 DocType: Journal Entry Account My Issues Debit in Company Currency Моите въпроси Debit в Company валути
1259 DocType: BOM Item apps/erpnext/erpnext/support/doctype/issue/issue.py +58 BOM Item My Issues BOM Точка Моите въпроси
1260 DocType: Appraisal DocType: BOM Item For Employee BOM Item За Employee BOM Точка
1261 DocType: Appraisal For Employee За Employee
1262 DocType: Company Default Values Стойности по подразбиране
1263 apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +236 Row {0}: Payment amount can not be negative Row {0}: Сума за плащане не може да бъде отрицателна
1264 DocType: Expense Claim Total Amount Reimbursed Общия размер на възстановените
1295 DocType: Delivery Note Item DocType: Territory To Warehouse (Optional) Territory Manager За да Warehouse (по избор) Територия на мениджъра
1296 DocType: Sales Invoice DocType: Delivery Note Item Paid Amount (Company Currency) To Warehouse (Optional) Платената сума (Company валути) За да Warehouse (по избор)
1297 DocType: Purchase Invoice DocType: Sales Invoice Additional Discount Paid Amount (Company Currency) Допълнителна отстъпка Платената сума (Company валути)
1298 DocType: Purchase Invoice Additional Discount Допълнителна отстъпка
1299 DocType: Selling Settings Selling Settings Продаваме Settings
1300 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +39 Online Auctions Онлайн Търгове
1301 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +101 Please specify either Quantity or Valuation Rate or both Моля, посочете или Количество или остойностяване цена, или и двете
1343 DocType: Selling Settings Allow multiple Sales Orders against a Customer's Purchase Order Оставя множество Продажби Поръчки срещу поръчка на клиента,
1344 apps/erpnext/erpnext/setup/doctype/company/company.py +152 Main Основен
1345 apps/erpnext/erpnext/stock/doctype/item/item_list.js +13 Variant Вариант
1346 DocType: Naming Series Set prefix for numbering series on your transactions Определете префикс за номериране серия от вашите сделки
1347 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +164 Stopped order cannot be cancelled. Unstop to cancel. Спряно за да не могат да бъдат отменени. Отпуши, за да отмените.
1348 apps/erpnext/erpnext/stock/doctype/item/item.py +357 Default BOM ({0}) must be active for this item or its template Default BOM ({0}) трябва да бъде активен за тази позиция или си шаблон
1349 DocType: Employee Leave Encashed? Оставете осребряват?
1377 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562 Payment Плащане
1378 DocType: Production Order Operation Actual Time and Cost Действителното време и разходи
1379 apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54 Material Request of maximum {0} can be made for Item {1} against Sales Order {2} Материал Искане на максимална {0} може да се направи за позиция {1} срещу Продажби Поръчка {2}
1380 DocType: Employee Salutation Поздрав
1381 DocType: Pricing Rule Brand Марка
1382 DocType: Item Will also apply for variants Ще се прилага и за варианти
1383 apps/erpnext/erpnext/config/selling.py +153 Bundle items at time of sale. Пакетни позиции в момент на продажба.
1402 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +119 Quantity for Item {0} must be less than {1} Количество за позиция {0} трябва да е по-малко от {1}
1403 Sales Invoice Trends Тенденциите в продажбите на Фактура
1404 DocType: Leave Application Apply / Approve Leaves Нанесете / Одобряване Leaves
1405 apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +23 For За
1406 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +90 Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total' Може да се отнася ред само ако типът такса е &quot;На предишния ред Сума&quot; или &quot;Предишна Row Общо&quot;
1407 DocType: Sales Order Item Delivery Warehouse Доставка Warehouse
1408 DocType: Stock Settings Allowance Percent Помощи Percent
1509 DocType: Journal Entry Accounts Receivable Вземания
1510 Supplier-Wise Sales Analytics Доставчик мъдър анализ на продажбите
1511 DocType: Address Template This format is used if country specific format is not found Този формат се използва, ако не се намери специфичен формат за държавата
1512 DocType: Production Order Use Multi-Level BOM Използвайте Multi-Level BOM
1513 DocType: Bank Reconciliation Include Reconciled Entries Включи примирени влизания
1514 apps/erpnext/erpnext/config/accounts.py +41 Tree of finanial accounts. Дърво на finanial сметки.
1515 DocType: Leave Control Panel Leave blank if considered for all employee types Оставете празно, ако считат за всички видове наети лица
1749 DocType: Sales Invoice apps/erpnext/erpnext/templates/form_grid/material_request_grid.html +7 Mass Mailing Required On Масовото изпращане Необходим на
1750 DocType: Rename Tool DocType: Sales Invoice File to Rename Mass Mailing Файл за Преименуване Масовото изпращане
1751 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +180 DocType: Rename Tool Purchse Order number required for Item {0} File to Rename Purchse номер на поръчката, необходима за т {0} Файл за Преименуване
1752 apps/erpnext/erpnext/public/js/controllers/transaction.js +136 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +180 Show Payments Purchse Order number required for Item {0} Покажи Плащания Purchse номер на поръчката, необходима за т {0}
1753 apps/erpnext/erpnext/controllers/buying_controller.py +236 apps/erpnext/erpnext/public/js/controllers/transaction.js +136 Specified BOM {0} does not exist for Item {1} Show Payments Предвидени BOM {0} не съществува за позиция {1} Покажи Плащания
1754 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +197 apps/erpnext/erpnext/controllers/buying_controller.py +236 Maintenance Schedule {0} must be cancelled before cancelling this Sales Order Specified BOM {0} does not exist for Item {1} График за поддръжка {0} трябва да се отмени преди анулира тази поръчка за продажба Предвидени BOM {0} не съществува за позиция {1}
1755 DocType: Notification Control apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +197 Expense Claim Approved Maintenance Schedule {0} must be cancelled before cancelling this Sales Order Expense претенция Одобрен График за поддръжка {0} трябва да се отмени преди анулира тази поръчка за продажба
1756 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +113 DocType: Notification Control Pharmaceutical Expense Claim Approved Лекарствена Expense претенция Одобрен
1757 apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +113 Cost of Purchased Items Pharmaceutical Разходите за закупени артикули Лекарствена
1758 DocType: Selling Settings apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26 Sales Order Required Cost of Purchased Items Продажбите Поръчка Задължително Разходите за закупени артикули
1759 DocType: Selling Settings Sales Order Required Продажбите Поръчка Задължително
1760 apps/erpnext/erpnext/crm/doctype/lead/lead.js +30 Create Customer Създаване на клиенти
1761 DocType: Purchase Invoice Credit To Кредитът за
1762 DocType: Employee Education Post Graduate Post Graduate
1799 DocType: Authorization Rule DocType: Delivery Note Authorized Value Transporter Name Оторизиран Value Превозвач Име
1800 DocType: Contact DocType: Authorization Rule Enter department to which this Contact belongs Authorized Value Въведете отдела, в който се свържете с нас принадлежи Оторизиран Value
1801 apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +57 DocType: Contact Total Absent Enter department to which this Contact belongs Общо Отсъства Въведете отдела, в който се свържете с нас принадлежи
1802 apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +57 Total Absent Общо Отсъства
1803 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +744 Item or Warehouse for row {0} does not match Material Request Точка или склад за ред {0} не съвпада Материал Искане
1804 apps/erpnext/erpnext/config/stock.py +104 Unit of Measure Мерна единица
1805 DocType: Fiscal Year Year End Date Година Крайна дата
2099 apps/erpnext/erpnext/controllers/trends.py +137 Amt Amt
2100 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +51 Only Leave Applications with status 'Approved' can be submitted Оставете само заявления, със статут на &quot;Одобрена&quot; може да бъде подадено
2101 apps/erpnext/erpnext/utilities/doctype/address/address.py +24 Address Title is mandatory. Заглавие на Адрес е задължително.
2102 DocType: Opportunity Enter name of campaign if source of enquiry is campaign Въведете името на кампанията, ако източник на запитване е кампания
2103 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +38 Newspaper Publishers Издателите на вестници
2104 apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +31 Select Fiscal Year Изберете фискална година
2105 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +43 Reorder Level Пренареждане Level
2151 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +632 Maint. Schedule Мейнт. Разписание
2152 DocType: Stock Settings Freeze Stock Entries Фиксиране на вписване в запасите
2153 DocType: Item Reorder level based on Warehouse Пренареждане равнище въз основа на Warehouse
2154 DocType: Activity Cost Billing Rate Billing Курсове
2155 Qty to Deliver Количество да Избави
2156 DocType: Monthly Distribution Percentage Month Месец
2157 Stock Analytics Сток Analytics
2198 DocType: Payment Tool DocType: Period Closing Voucher Against Vouchers The account head under Liability, in which Profit/Loss will be booked Срещу Ваучери Ръководителят сметката по Отговорност, в който печалбата / загубата ще бъде резервирана
2199 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +23 DocType: Payment Tool Quick Help Against Vouchers Помощ Срещу Ваучери
2200 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +168 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +23 Source and target warehouse cannot be same for row {0} Quick Help Източник и целева склада не могат да бъдат едни и същи за ред {0} Помощ
2201 DocType: Features Setup apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +168 Sales Extras Source and target warehouse cannot be same for row {0} Продажби Екстри Източник и целева склада не могат да бъдат едни и същи за ред {0}
2202 apps/erpnext/erpnext/accounts/utils.py +346 DocType: Features Setup {0} budget for Account {1} against Cost Center {2} will exceed by {3} Sales Extras {0} бюджет за Смтка {1} срещу Разходен Център {2} ще превишава с {3} Продажби Екстри
2203 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +243 apps/erpnext/erpnext/accounts/utils.py +346 Difference Account must be a Asset/Liability type account, since this Stock Reconciliation is an Opening Entry {0} budget for Account {1} against Cost Center {2} will exceed by {3} Разлика трябва да се вида на актива / Отговорност сметка, тъй като това Фондова Помирението е Откриване Влизане {0} бюджет за Смтка {1} срещу Разходен Център {2} ще превишава с {3}
2204 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +141 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +243 Purchase Order number required for Item {0} Difference Account must be a Asset/Liability type account, since this Stock Reconciliation is an Opening Entry Поръчка за покупка брой, необходим за т {0} Разлика трябва да се вида на актива / Отговорност сметка, тъй като това Фондова Помирението е Откриване Влизане
2223 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +177 DocType: Sales Order Bank Overdraft Account % Delivered Овърдрафт Акаунт % Доставени
2224 apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +15 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +177 Make Salary Slip Bank Overdraft Account Направи Заплата Slip Овърдрафт Акаунт
2225 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +18 apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +15 Browse BOM Make Salary Slip Browse BOM Направи Заплата Slip
2226 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +18 Browse BOM Browse BOM
2227 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +175 Secured Loans Обезпечени кредити
2228 apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +3 Awesome Products Яки Продукти
2229 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +189 Opening Balance Equity Началното салдо Equity
2361 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +251 Create New Създаване на нова
2362 DocType: Buying Settings Purchase Order Required Поръчка за покупка Задължително
2363 Item-wise Sales History Точка-мъдър Продажби История
DocType: Expense Claim Total Sanctioned Amount Общо санкционирани Сума
2364 DocType: Expense Claim Purchase Analytics Total Sanctioned Amount Изкупните Analytics Общо санкционирани Сума
2365 DocType: Sales Invoice Item Delivery Note Item Purchase Analytics Бележка за доставка Позиция Изкупните Analytics
2366 DocType: Sales Invoice Item Delivery Note Item Бележка за доставка Позиция
2367 DocType: Expense Claim Task Задача
2368 DocType: Purchase Taxes and Charges Reference Row # Референтен Row #
2369 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +76 Batch number is mandatory for Item {0} Номер на партидата е задължително за т {0}
2537 apps/erpnext/erpnext/controllers/status_updater.py +143 DocType: Purchase Order {0} must be reduced by {1} or you should increase overflow tolerance The date on which recurring order will be stop {0} трябва да се намали с {1} или е необходимо да се увеличи толерантност на препълване Датата, на която повтарящ цел ще бъде да спре
2538 apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +57 DocType: Quality Inspection Total Present Item Serial No Общо Present Позиция Пореден №
2539 apps/erpnext/erpnext/public/js/setup_wizard.js +381 apps/erpnext/erpnext/controllers/status_updater.py +143 Hour {0} must be reduced by {1} or you should increase overflow tolerance Час {0} трябва да се намали с {1} или е необходимо да се увеличи толерантност на препълване
2540 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145 apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +57 Serialized Item {0} cannot be updated \ using Stock Reconciliation Total Present Сериализирани т {0} не може да бъде актуализиран \ използвайки фондова помирение Общо Present
2541 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600 apps/erpnext/erpnext/public/js/setup_wizard.js +381 Transfer Material to Supplier Hour Трансфер Материал на доставчик Час
2542 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145 New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt Serialized Item {0} cannot be updated \ using Stock Reconciliation New Serial Не може да има Warehouse. Warehouse трябва да бъде определен от Фондова Влизане или покупка Разписка Сериализирани т {0} не може да бъде актуализиран \ използвайки фондова помирение
2543 DocType: Lead apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601 Lead Type Transfer Material to Supplier Lead Type Трансфер Материал на доставчик
2557 DocType: Job Opening DocType: Quality Inspection Job Title Report Date Длъжност Доклад Дата
2558 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +80 DocType: C-Form {0} Recipients Invoices {0} Получатели Фактури
2559 DocType: Features Setup DocType: Job Opening Item Groups in Details Job Title Елемент групи Детайли Длъжност
2560 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +80 {0} Recipients {0} Получатели
2561 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +335 DocType: Features Setup Quantity to Manufacture must be greater than 0. Item Groups in Details Количество за Производство трябва да е по-голямо от 0. Елемент групи Детайли
2562 apps/erpnext/erpnext/accounts/page/pos/pos.js +4 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +335 Start Point-of-Sale (POS) Quantity to Manufacture must be greater than 0. Start Point-на-Sale (POS) Количество за Производство трябва да е по-голямо от 0.
2563 apps/erpnext/erpnext/config/support.py +28 apps/erpnext/erpnext/accounts/page/pos/pos.js +4 Visit report for maintenance call. Start Point-of-Sale (POS) Посетете доклад за поддръжка повикване. Start Point-на-Sale (POS)
2565 DocType: Stock Settings DocType: Stock Entry Percentage you are allowed to receive or deliver more against the quantity ordered. For example: If you have ordered 100 units. and your Allowance is 10% then you are allowed to receive 110 units. Update Rate and Availability Процент ви е позволено да получи или достави повече от поръчаното количество. Например: Ако сте поръчали 100 единици. и си Allowance е 10% след което се оставя да се получи 110 единици. Актуализация Курсове и Наличност
2566 DocType: Pricing Rule DocType: Stock Settings Customer Group Percentage you are allowed to receive or deliver more against the quantity ordered. For example: If you have ordered 100 units. and your Allowance is 10% then you are allowed to receive 110 units. Customer Group Процент ви е позволено да получи или достави повече от поръчаното количество. Например: Ако сте поръчали 100 единици. и си Allowance е 10% след което се оставя да се получи 110 единици.
2567 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168 DocType: Pricing Rule Expense account is mandatory for item {0} Customer Group Разходна сметка е задължително за покупка {0} Customer Group
2568 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168 Expense account is mandatory for item {0} Разходна сметка е задължително за покупка {0}
2569 DocType: Item Website Description Website Описание
2570 DocType: Serial No apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40 AMC Expiry Date Net Change in Equity AMC срок на годност Нетна промяна в собствения капитал
2571 DocType: Serial No Sales Register AMC Expiry Date Продажбите Регистрация AMC срок на годност
2606 apps/erpnext/erpnext/selling/doctype/customer/customer.py +29 apps/erpnext/erpnext/config/accounts.py +128 Series is mandatory Rules to calculate shipping amount for a sale Series е задължително Правила за изчисляване на сумата на пратката за продажба
2607 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +28 apps/erpnext/erpnext/selling/doctype/customer/customer.py +29 Financial Services Series is mandatory Финансови Услуги Series е задължително
2608 apps/erpnext/erpnext/controllers/item_variant.py +61 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +28 Value for Attribute {0} must be within the range of {1} to {2} in the increments of {3} Financial Services Цена Умение {0} трябва да бъде в границите от {1} {2}, за да в инкрементите {3} Финансови Услуги
2609 DocType: Tax Rule apps/erpnext/erpnext/controllers/item_variant.py +61 Sales Value for Attribute {0} must be within the range of {1} to {2} in the increments of {3} Търговски Цена Умение {0} трябва да бъде в границите от {1} {2}, за да в инкрементите {3}
2610 DocType: Stock Entry Detail DocType: Tax Rule Basic Amount Sales Основен размер Търговски
2611 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +178 DocType: Stock Entry Detail Warehouse required for stock Item {0} Basic Amount Warehouse изисква за склад т {0} Основен размер
2612 DocType: Leave Allocation apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +178 Unused leaves Warehouse required for stock Item {0} Неизползваните отпуски Warehouse изисква за склад т {0}
2618 DocType: Authorization Rule apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +636 Applicable To (Employee) Fetch exploded BOM (including sub-assemblies) Приложими по отношение на (Employee) Изважда се взриви BOM (включително монтажните възли)
2619 apps/erpnext/erpnext/controllers/accounts_controller.py +101 DocType: Authorization Rule Due Date is mandatory Applicable To (Employee) Поради Дата е задължително Приложими по отношение на (Employee)
2620 apps/erpnext/erpnext/controllers/item_variant.py +51 apps/erpnext/erpnext/controllers/accounts_controller.py +101 Increment for Attribute {0} cannot be 0 Due Date is mandatory Увеличаване на Умение {0} не може да бъде 0 Поради Дата е задължително
2621 DocType: Journal Entry apps/erpnext/erpnext/controllers/item_variant.py +51 Pay To / Recd From Increment for Attribute {0} cannot be 0 Заплати на / Recd От Увеличаване на Умение {0} не може да бъде 0
2622 DocType: Naming Series DocType: Journal Entry Setup Series Pay To / Recd From Setup Series Заплати на / Recd От
2623 DocType: Supplier DocType: Naming Series Contact HTML Setup Series Свържи се с HTML Setup Series
2624 DocType: Landed Cost Voucher DocType: Supplier Purchase Receipts Contact HTML Изкупните Приходи Свържи се с HTML
2633 DocType: Purchase Taxes and Charges Template apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180 Purchase Taxes and Charges Template Row {0}: Invalid reference {1} Покупка данъци и такси Template Row {0}: Invalid позоваване {1}
2634 DocType: Upload Attendance DocType: Purchase Taxes and Charges Template Download Template Purchase Taxes and Charges Template Изтеглете шаблони Покупка данъци и такси Template
2635 DocType: GL Entry DocType: Upload Attendance Remarks Download Template Забележки Изтеглете шаблони
2636 DocType: GL Entry Remarks Забележки
2637 DocType: Purchase Order Item Supplied Raw Material Item Code Суровина Код
2638 DocType: Journal Entry Write Off Based On Отписване на базата на
2639 DocType: Features Setup POS View POS View
2645 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +76 Account {0} cannot be a Group Сметка {0} не може да бъде Група
2646 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +219 Optional. This setting will be used to filter in various transactions. По избор. Тази настройка ще бъде използван, за да филтрирате по различни сделки.
2647 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +111 Negative Valuation Rate is not allowed Отрицателна оценка процент не е позволено
2648 DocType: Holiday List Weekly Off Седмичен Off
2649 DocType: Fiscal Year For e.g. 2012, 2012-13 Защото например 2012, 2012-13
2650 apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +32 Provisional Profit / Loss (Credit) Временна печалба / загуба (Credit)
2651 DocType: Sales Invoice Return Against Sales Invoice Върнете Срещу фактурата за продажба
2695 DocType: Sales Invoice Posting Time Публикуване на времето
2696 DocType: Sales Order % Amount Billed % Начислената сума
2697 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129 Telephone Expenses Разходите за телефония
2698 DocType: Sales Partner Logo Logo
2699 DocType: Naming Series Check this if you want to force the user to select a series before saving. There will be no default if you check this. Вижте това, ако искате да принуди потребителя да избере серия преди да запазите. Няма да има по подразбиране, ако проверите това.
2700 apps/erpnext/erpnext/stock/get_item_details.py +107 No Item with Serial No {0} Не позиция с Пореден № {0}
2701 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +95 Open Notifications Отворени Известия
2723 apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +65 Supplier Id Id доставчик
2724 DocType: Journal Entry Cash Entry Cash Влизане
2725 DocType: Sales Partner Contact Desc Свържи Описание
2726 apps/erpnext/erpnext/config/hr.py +135 Type of leaves like casual, sick etc. Вид на листа като случайни, болни и т.н.
2727 DocType: Email Digest Send regular summary reports via Email. Изпрати редовни обобщени доклади чрез електронна поща.
2728 DocType: Brand Item Manager Точка на мениджъра
2729 DocType: Cost Center Add rows to set annual budgets on Accounts. Добавете редове, за да зададете годишни бюджети по сметки.
2913 DocType: Employee Reports to Доклади до
2914 DocType: SMS Settings Enter url parameter for receiver nos Въведете URL параметър за приемник с номера
2915 DocType: Sales Invoice Paid Amount Платената сума
2916 Available Stock for Packing Items Свободно фондова за артикули, Опаковки
2917 DocType: Item Variant Item Variant Позиция Variant
2918 apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +15 Setting this Address Template as default as there is no other default Настройването на тази Адрес Шаблон по подразбиране, тъй като няма друг случай на неизпълнение
2919 apps/erpnext/erpnext/accounts/doctype/account/account.py +96 Account balance already in Debit, you are not allowed to set 'Balance Must Be' as 'Credit' Account balance already in Debit, you are not allowed to set 'Balance Must Be' as 'Credit'
2936 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85 Application period cannot be across two alocation records Cash Flow Срок за кандидатстване не може да бъде в два alocation записи Паричен поток
2937 DocType: Item Group apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85 Default Expense Account Application period cannot be across two alocation records Default Expense Account Срок за кандидатстване не може да бъде в два alocation записи
2938 DocType: Employee DocType: Item Group Notice (days) Default Expense Account Известие (дни) Default Expense Account
2939 DocType: Employee Notice (days) Известие (дни)
2940 DocType: Tax Rule Sales Tax Template Данъка върху продажбите Template
2941 DocType: Employee Encashment Date Инкасо Дата
2942 apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +179 Against Voucher Type must be one of Purchase Order, Purchase Invoice or Journal Entry Срещу Ваучер тип трябва да е един от поръчка, фактурата за покупка или вестник Влизане
2956 apps/erpnext/erpnext/config/selling.py +70 Default settings for selling transactions. Настройките по подразбиране за продажба на сделки.
2957 DocType: BOM Replace Tool Current BOM Current BOM
2958 apps/erpnext/erpnext/public/js/utils.js +57 Add Serial No Добави Сериен №
DocType: Production Order Warehouses Складове
2959 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +117 DocType: Production Order Print and Stationary Warehouses Print и стационарни Складове
2960 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +122 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +117 Group Node Print and Stationary Група Node Print и стационарни
2961 DocType: Payment Reconciliation apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +122 Minimum Amount Group Node Минималната сума, Група Node
3000 DocType: Project Task apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +103 View Task Please enter sales order in the above table Виж Task Моля, въведете продажбите ред в таблицата по-горе
3001 apps/erpnext/erpnext/public/js/setup_wizard.js +154 DocType: Project Task Your financial year begins on View Task Вашият финансова година започва на Виж Task
3002 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +46 apps/erpnext/erpnext/public/js/setup_wizard.js +154 Please enter Purchase Receipts Your financial year begins on Моля, въведете покупка Приходи Вашият финансова година започва на
3003 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +46 Please enter Purchase Receipts Моля, въведете покупка Приходи
3004 DocType: Sales Invoice Get Advances Received Вземи Получени аванси
3005 DocType: Email Digest Add/Remove Recipients Добавяне / Премахване на Получатели
3006 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425 Transaction not allowed against stopped Production Order {0} Сделката не допуска срещу спря производството Поръчка {0}
3038 DocType: Account Chargeable Платим
3039 DocType: Company Change Abbreviation Промени Съкращение
3040 DocType: Expense Claim Detail Expense Date Expense Дата
3041 DocType: Item Max Discount (%) Max Отстъпка (%)
3042 apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +70 Last Order Amount Последна Поръчка Сума
3043 DocType: Company Warn Предупреждавам
3044 DocType: Appraisal Any other remarks, noteworthy effort that should go in the records. Всякакви други забележки, отбелязване на усилието, които трябва да отиде в регистрите.
3080 DocType: Sales Invoice C-Form Applicable C-форма приложима
3081 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +340 Operation Time must be greater than 0 for Operation {0} Операция на времето трябва да е по-голямо от 0 за Operation {0}
3082 DocType: Supplier Address and Contacts Адрес и контакти
3083 DocType: UOM Conversion Detail UOM Conversion Detail Подробности мерна единица на реализациите
3084 apps/erpnext/erpnext/public/js/setup_wizard.js +257 Keep it web friendly 900px (w) by 100px (h) Дръжте го уеб приятелски 900px (w) от 100px (з)
3085 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +329 Production Order cannot be raised against a Item Template Производство на поръчката не може да бъде повдигнато срещу т Template
3086 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +44 Charges are updated in Purchase Receipt against each item Такси се обновяват на изкупните Квитанция за всяка стока
3182 apps/erpnext/erpnext/config/stock.py +79 Update additional costs to calculate landed cost of items Актуализиране на допълнителни разходи, за да се изчисли приземи разходи за предмети
3183 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +111 Electrical Електрически
3184 DocType: Stock Entry Total Value Difference (Out - In) Общо Разлика Value (Out - В)
3185 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +304 Row {0}: Exchange Rate is mandatory Row {0}: Валутен курс е задължително
3186 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +27 User ID not set for Employee {0} User ID не е конфигуриран за Employee {0}
3187 apps/erpnext/erpnext/support/doctype/maintenance_visit/maintenance_visit.js +30 From Warranty Claim От гаранционен иск
3188 DocType: Stock Entry Default Source Warehouse Default Източник Warehouse
3286 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +57 Part-time Непълен работен ден
3287 DocType: Employee Applicable Holiday List Приложимо Holiday Списък
3288 DocType: Employee Cheque Чек
3289 apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +56 Series Updated Series Обновено
3290 apps/erpnext/erpnext/accounts/doctype/account/account.py +141 Report Type is mandatory Тип на отчета е задължително
3291 DocType: Item Serial Number Series Сериен номер Series
3292 apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +69 Warehouse is mandatory for stock Item {0} in row {1} Warehouse е задължително за склад т {0} на ред {1}
3405 apps/erpnext/erpnext/public/js/pos/pos.js +91 apps/erpnext/erpnext/public/js/pos/pos.js +96 Price List not found or disabled Ценова листа не е намерен или инвалиди
3406 DocType: Expense Claim Approved Одобрен
3407 DocType: Pricing Rule Price Цена
3408 apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99 Employee relieved on {0} must be set as 'Left' Служител облекчение на {0} трябва да се зададе като &quot;Ляв&quot;
3409 DocType: Item Selecting "Yes" will give a unique identity to each entity of this item which can be viewed in the Serial No master. Изборът на &quot;Yes&quot; ще даде уникална идентичност на всеки субект на този елемент, който може да бъде разгледана в Пореден № капитана.
3410 apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +39 Appraisal {0} created for Employee {1} in the given date range Оценка {0} е създадена за Employee {1} в даден период от време
3411 DocType: Employee Education Образование
3421 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +240 Please enter Expense Account Моля, въведете Expense Account
3422 DocType: Account Stock Наличност
3423 DocType: Employee Current Address Настоящ Адрес
3424 DocType: Item If item is a variant of another item then description, image, pricing, taxes etc will be set from the template unless explicitly specified Ако елемент е вариант на друга позиция след това описание, изображение, ценообразуване, данъци и т.н., ще бъдат определени от шаблона, освен ако изрично е посочено
3425 DocType: Serial No Purchase / Manufacture Details Покупка / Производство Детайли
3426 apps/erpnext/erpnext/config/stock.py +283 Batch Inventory Batch Инвентаризация
3427 DocType: Employee Contract End Date Договор Крайна дата
3487 DocType: Item Attribute Numeric Values Числови стойности
3488 apps/erpnext/erpnext/public/js/setup_wizard.js +262 Attach Logo Прикрепете Logo
3489 DocType: Customer Commission Rate Комисията Курсове
3490 apps/erpnext/erpnext/stock/doctype/item/item.js +53 Make Variant Направи Variant
3491 apps/erpnext/erpnext/config/hr.py +145 Block leave applications by department. Заявленията за отпуск блок на отдел.
3492 apps/erpnext/erpnext/templates/pages/cart.html +42 Cart is Empty Количката е празна
3493 DocType: Production Order Actual Operating Cost Действителни оперативни разходи
3512 apps/erpnext/erpnext/config/projects.py +18 Project master. Майстор Project.
3513 DocType: Global Defaults Do not show any symbol like $ etc next to currencies. Да не се показва всеки символ като $ и т.н. до валути.
3514 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380 (Half Day) (Половин ден)
3515 DocType: Supplier Credit Days Кредитните Days
3516 DocType: Leave Type Is Carry Forward Дали Пренасяне
3517 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566 Get Items from BOM Получават от BOM
3518 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41 Lead Time Days Време за Days
3599
3600
3601
3602
3603
3604
3605

View File

@@ -21,7 +21,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},মুদ্রাটির মূল্য তালিকা জন্য প্রয়োজন {0}
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* লেনদেনে গণনা করা হবে.
DocType: Purchase Order,Customer Contact,গ্রাহকের পরিচিতি
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,উপাদান অনুরোধ থেকে
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,উপাদান অনুরোধ থেকে
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} বৃক্ষ
DocType: Job Applicant,Job Applicant,কাজ আবেদনকারী
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,কোন ফলাফল.
@@ -52,7 +52,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,ব
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,1. গ্রাহক জ্ঞানী আইটেমটি কোড বজায় রাখা এবং তাদের কোড ব্যবহার করা এই অপশনটি স্থান উপর ভিত্তি করে এদের অনুসন্ধানযোগ্য করে
DocType: Mode of Payment Account,Mode of Payment Account,পেমেন্ট একাউন্ট এর মোড
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,দেখান রুপভেদ
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,পরিমাণ
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,পরিমাণ
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),ঋণ (দায়)
DocType: Employee Education,Year of Passing,পাসের সন
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,স্টক ইন
@@ -63,7 +63,7 @@ apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,স্বাস্থ্যের যত্ন
DocType: Purchase Invoice,Monthly,মাসিক
apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66,Delay in payment (Days),পেমেন্ট মধ্যে বিলম্ব (দিন)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,চালান
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,চালান
DocType: Maintenance Schedule Item,Periodicity,পর্যাবৃত্তি
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,ইমেল ঠিকানা
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,প্রতিরক্ষা
@@ -72,7 +72,7 @@ DocType: Appraisal Goal,Score (0-5),স্কোর (0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},সারি {0}: {1} {2} সঙ্গে মেলে না {3}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,সারি # {0}:
DocType: Delivery Note,Vehicle No,যানবাহন কোন
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,মূল্য তালিকা নির্বাচন করুন
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,মূল্য তালিকা নির্বাচন করুন
DocType: Production Order Operation,Work In Progress,কাজ চলছে
DocType: Employee,Holiday List,ছুটির তালিকা
DocType: Time Log,Time Log,টাইম ইন
@@ -214,6 +214,7 @@ DocType: Sales Partner,Reseller,রিসেলার
apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +41,Please enter Company,কোম্পানী লিখুন দয়া করে
DocType: Delivery Note Item,Against Sales Invoice Item,বিক্রয় চালান আইটেমটি বিরুদ্ধে
,Production Orders in Progress,প্রগতি উৎপাদন আদেশ
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37,Net Cash from Financing,অর্থায়ন থেকে নিট ক্যাশ
DocType: Lead,Address & Contact,ঠিকানা ও যোগাযোগ
DocType: Leave Allocation,Add unused leaves from previous allocations,আগের বরাদ্দ থেকে অব্যবহৃত পাতার করো
apps/erpnext/erpnext/controllers/recurring_document.py +203,Next Recurring {0} will be created on {1},পরবর্তী আবর্তক {0} উপর তৈরি করা হবে {1}
@@ -232,7 +233,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,আইটেম ওয়েবসাইট স্পেসিফিকেশন
DocType: Payment Tool,Reference No,রেফারেন্স কোন
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,ত্যাগ অবরুদ্ধ
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},আইটেম {0} জীবনের তার শেষ পৌঁছেছে {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},আইটেম {0} জীবনের তার শেষ পৌঁছেছে {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,বার্ষিক
DocType: Stock Reconciliation Item,Stock Reconciliation Item,শেয়ার রিকনসিলিয়েশন আইটেম
DocType: Stock Entry,Sales Invoice No,বিক্রয় চালান কোন
@@ -244,7 +245,7 @@ DocType: Item,Minimum Order Qty,নূন্যতম আদেশ Qty
DocType: Pricing Rule,Supplier Type,সরবরাহকারী ধরন
DocType: Item,Publish in Hub,হাব প্রকাশ
,Terretory,Terretory
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,{0} আইটেম বাতিল করা হয়
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,{0} আইটেম বাতিল করা হয়
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,উপাদানের জন্য অনুরোধ
DocType: Bank Reconciliation,Update Clearance Date,আপডেট পরিস্কারের তারিখ
DocType: Item,Purchase Details,ক্রয় বিবরণ
@@ -307,7 +308,7 @@ DocType: Sales Invoice,Rate at which Customer Currency is converted to customer'
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","BOM, আদেয়ক, ক্রয় চালান, উত্পাদনের আদেশ, ক্রয় আদেশ, কেনার রসিদ, বিক্রয় চালান, বিক্রয় আদেশ, শেয়ার এন্ট্রি, শ্রমিকের খাটুনিঘণ্টা লিপিবদ্ধ কার্ড পাওয়া যায়"
DocType: Item Tax,Tax Rate,করের হার
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},{0} ইতিমধ্যে কর্মচারী জন্য বরাদ্দ {1} সময়ের {2} জন্য {3}
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,পছন্দ করো
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,পছন্দ করো
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry","আইটেম: {0} ব্যাচ প্রজ্ঞাময়, পরিবর্তে ব্যবহার স্টক এণ্ট্রি \ শেয়ার রিকনসিলিয়েশন ব্যবহার মিলন করা যাবে না পরিচালিত"
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262,Purchase Invoice {0} is already submitted,চালান {0} ইতিমধ্যেই জমা ক্রয়
@@ -380,13 +381,13 @@ DocType: Sales Taxes and Charges Template,Sales Master Manager,সেলস ম
apps/erpnext/erpnext/config/manufacturing.py +74,Global settings for all manufacturing processes.,সব উত্পাদন প্রক্রিয়া জন্য গ্লোবাল সেটিংস.
DocType: Accounts Settings,Accounts Frozen Upto,হিমায়িত পর্যন্ত অ্যাকাউন্ট
DocType: SMS Log,Sent On,পাঠানো
apps/erpnext/erpnext/stock/doctype/item/item.py +553,Attribute {0} selected multiple times in Attributes Table,গুন {0} আরোপ ছক মধ্যে একাধিক বার নির্বাচিত
apps/erpnext/erpnext/stock/doctype/item/item.py +554,Attribute {0} selected multiple times in Attributes Table,গুন {0} আরোপ ছক মধ্যে একাধিক বার নির্বাচিত
DocType: HR Settings,Employee record is created using selected field. ,কর্মচারী রেকর্ড নির্বাচিত ক্ষেত্র ব্যবহার করে নির্মিত হয়.
DocType: Sales Order,Not Applicable,প্রযোজ্য নয়
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,হলিডে মাস্টার.
DocType: Material Request Item,Required Date,প্রয়োজনীয় তারিখ
DocType: Delivery Note,Billing Address,বিলিং ঠিকানা
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,আইটেম কোড প্রবেশ করুন.
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,আইটেম কোড প্রবেশ করুন.
DocType: BOM,Costing,খোয়াতে
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","চেক যদি ইতিমধ্যে প্রিন্ট হার / প্রিন্ট পরিমাণ অন্তর্ভুক্ত হিসাবে, ট্যাক্স পরিমাণ বিবেচনা করা হবে"
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,মোট Qty
@@ -486,7 +487,7 @@ apps/erpnext/erpnext/config/crm.py +17,Customer database.,গ্রাহক ড
DocType: Quotation,Quotation To,উদ্ধৃতি
DocType: Lead,Middle Income,মধ্য আয়
apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +58,Opening (Cr),খোলা (যোগাযোগ Cr)
apps/erpnext/erpnext/stock/doctype/item/item.py +702,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,আপনি ইতিমধ্যে অন্য UOM সঙ্গে কিছু লেনদেন (গুলি) করেছেন কারণ আইটেম জন্য মেজার ডিফল্ট ইউনিট {0} সরাসরি পরিবর্তন করা যাবে না. আপনি একটি ভিন্ন ডিফল্ট UOM ব্যবহার করার জন্য একটি নতুন আইটেম তৈরি করতে হবে.
apps/erpnext/erpnext/stock/doctype/item/item.py +703,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,আপনি ইতিমধ্যে অন্য UOM সঙ্গে কিছু লেনদেন (গুলি) করেছেন কারণ আইটেম জন্য মেজার ডিফল্ট ইউনিট {0} সরাসরি পরিবর্তন করা যাবে না. আপনি একটি ভিন্ন ডিফল্ট UOM ব্যবহার করার জন্য একটি নতুন আইটেম তৈরি করতে হবে.
apps/erpnext/erpnext/accounts/utils.py +195,Allocated amount can not be negative,বরাদ্দ পরিমাণ নেতিবাচক হতে পারে না
DocType: Purchase Order Item,Billed Amt,দেখানো হয়েছিল মাসিক
DocType: Warehouse,A logical Warehouse against which stock entries are made.,শেয়ার এন্ট্রি তৈরি করা হয় যার বিরুদ্ধে একটি লজিক্যাল ওয়্যারহাউস.
@@ -514,9 +515,10 @@ DocType: Buying Settings,Supplier Naming By,দ্বারা সরবরা
DocType: Activity Type,Default Costing Rate,ডিফল্ট খোয়াতে হার
DocType: Maintenance Schedule,Maintenance Schedule,রক্ষণাবেক্ষণ সময়সূচী
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","তারপর দামে ইত্যাদি গ্রাহক, ক্রেতা গ্রুপ, টেরিটরি, সরবরাহকারী, কারখানা, সরবরাহকারী ধরন, প্রচারাভিযান, বিক্রয় অংশীদার উপর ভিত্তি করে ফিল্টার আউট হয়"
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Inventory,পরিসংখ্যা মধ্যে নিট পরিবর্তন
DocType: Employee,Passport Number,পাসপোর্ট নম্বার
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,ম্যানেজার
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,কেনার রসিদ থেকে
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,কেনার রসিদ থেকে
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,একই আইটেমের একাধিক বার প্রবেশ করানো হয়েছে.
DocType: SMS Settings,Receiver Parameter,রিসিভার পরামিতি
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,এবং &#39;গ্রুপ দ্বারা&#39; &#39;উপর ভিত্তি করে&#39; একই হতে পারে না
@@ -776,7 +778,8 @@ DocType: Payment Tool,Set Payment Amount = Outstanding Amount,সেট প্
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,অনৈক্য
,Company Name,কোমপানির নাম
DocType: SMS Center,Total Message(s),মোট বার্তা (গুলি)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,স্থানান্তর জন্য নির্বাচন আইটেম
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,স্থানান্তর জন্য নির্বাচন আইটেম
DocType: Purchase Invoice,Additional Discount Percentage,অতিরিক্ত ছাড় শতাংশ
apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,সব সাহায্য ভিডিওর একটি তালিকা দেখুন
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,চেক জমা ছিল ব্যাংকের নির্বাচন অ্যাকাউন্ট মাথা.
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,ব্যবহারকারী লেনদেনের মূল্য তালিকা হার সম্পাদন করার অনুমতি প্রদান
@@ -797,7 +800,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,সাদ
DocType: SMS Center,All Lead (Open),সব নেতৃত্ব (ওপেন)
DocType: Purchase Invoice,Get Advances Paid,উন্নতির প্রদত্ত করুন
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,তোমার ছবি সংযুক্ত
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,করা
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,করা
DocType: Journal Entry,Total Amount in Words,শব্দ মধ্যে মোট পরিমাণ
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,সেখানে একটা ভুল ছিল. এক সম্ভাব্য কারণ আপনার ফর্ম সংরক্ষণ করেন নি যে হতে পারে. সমস্যা থেকে গেলে support@erpnext.com সাথে যোগাযোগ করুন.
apps/erpnext/erpnext/templates/pages/cart.html +3,My Cart,আমার ট্রলি
@@ -819,10 +822,10 @@ DocType: Packing Slip Item,Packing Slip Item,প্যাকিং স্লি
DocType: POS Profile,Cash/Bank Account,নগদ / ব্যাংক অ্যাকাউন্ট
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +70,Removed items with no change in quantity or value.,পরিমাণ বা মান কোন পরিবর্তনের সঙ্গে সরানো আইটেম.
DocType: Delivery Note,Delivery To,বিতরণ
apps/erpnext/erpnext/stock/doctype/item/item.py +550,Attribute table is mandatory,গুন টেবিল বাধ্যতামূলক
apps/erpnext/erpnext/stock/doctype/item/item.py +551,Attribute table is mandatory,গুন টেবিল বাধ্যতামূলক
DocType: Production Planning Tool,Get Sales Orders,বিক্রয় আদেশ পান
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} নেতিবাচক হতে পারে না
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,ডিসকাউন্ট
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,ডিসকাউন্ট
DocType: Features Setup,Purchase Discounts,ক্রয় ডিসকাউন্ট
DocType: Workstation,Wages,মজুরি
DocType: Time Log,Will be updated only if Time Log is 'Billable',টাইম ইন &#39;বিলযোগ্য&#39; হয় তাহলে শুধুমাত্র আপডেট করা হবে
@@ -889,6 +892,7 @@ DocType: Company,Company registration numbers for your reference. Tax numbers et
DocType: Sales Partner,Distributor,পরিবেশক
DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,শপিং কার্ট শিপিং রুল
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +209,Production Order {0} must be cancelled before cancelling this Sales Order,উৎপাদন অর্ডার {0} এই সেলস অর্ডার বাতিলের আগে বাতিল করা হবে
apps/erpnext/erpnext/public/js/controllers/transaction.js +881,Please set 'Apply Additional Discount On',সেট &#39;অতিরিক্ত ডিসকাউন্ট প্রযোজ্য&#39; দয়া করে
,Ordered Items To Be Billed,আদেশ আইটেম বিল তৈরি করা
apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +24,From Range has to be less than To Range,বিন্যাস কম হতে হয়েছে থেকে চেয়ে পরিসীমা
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,সময় লগসমূহ নির্বাচন করুন এবং একটি নতুন বিক্রয় চালান তৈরি জমা দিন.
@@ -1029,7 +1033,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
DocType: Appraisal Goal,Goal,লক্ষ্য
DocType: Sales Invoice Item,Edit Description,সম্পাদনা বিবরণ
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,প্রত্যাশিত প্রসবের তারিখ পরিকল্পনা শুরুর তারিখ তুলনায় কম হয়.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,সরবরাহকারী
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,সরবরাহকারী
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,অ্যাকাউন্ট টাইপ সেটিং লেনদেন এই অ্যাকাউন্টটি নির্বাচন করতে সাহায্য করে.
DocType: Purchase Invoice,Grand Total (Company Currency),সর্বমোট (কোম্পানি একক)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,মোট আউটগোয়িং
@@ -1101,6 +1105,7 @@ DocType: Sales Order Item,Planned Quantity,পরিকল্পনা পরি
DocType: Purchase Invoice Item,Item Tax Amount,আইটেমটি ট্যাক্স পরিমাণ
DocType: Item,Maintain Stock,শেয়ার বজায়
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +211,Stock Entries already created for Production Order ,ইতিমধ্যে উৎপাদন অর্ডার নির্মিত শেয়ার সাজপোশাকটি
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Net Change in Fixed Asset,পরিসম্পদ মধ্যে নিট পরিবর্তন
DocType: Leave Control Panel,Leave blank if considered for all designations,সব প্রশিক্ষণে জন্য বিবেচিত হলে ফাঁকা ছেড়ে দিন
apps/erpnext/erpnext/controllers/accounts_controller.py +517,Charge of type 'Actual' in row {0} cannot be included in Item Rate,টাইপ &#39;প্রকৃত&#39; সারিতে ভারপ্রাপ্ত {0} আইটেম রেট মধ্যে অন্তর্ভুক্ত করা যাবে না
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +182,Max: {0},সর্বোচ্চ: {0}
@@ -1112,7 +1117,7 @@ DocType: Sales Invoice,Shipping Address Name,শিপিং ঠিকানা
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,হিসাবরক্ষনের তালিকা
DocType: Material Request,Terms and Conditions Content,শর্তাবলী কনটেন্ট
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,এর চেয়ে বড় 100 হতে পারে না
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,{0} আইটেম একটি স্টক আইটেম নয়
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,{0} আইটেম একটি স্টক আইটেম নয়
DocType: Maintenance Visit,Unscheduled,অনির্ধারিত
DocType: Employee,Owned,মালিক
DocType: Salary Slip Deduction,Depends on Leave Without Pay,বিনা বেতনে ছুটি উপর নির্ভর করে
@@ -1160,7 +1165,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,বি
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},সারি {0}: বরাদ্দ পরিমাণ {1} কম হতে পারে অথবা জেভি পরিমাণ সমান নয় {2}
DocType: Item,Inventory,জায়
DocType: Features Setup,"To enable ""Point of Sale"" view",দেখুন &quot;বিক্রয় বিন্দু&quot; সচল করুন
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,পেমেন্ট খালি ট্রলি জন্য তৈরি করা যাবে না
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,পেমেন্ট খালি ট্রলি জন্য তৈরি করা যাবে না
DocType: Item,Sales Details,বিক্রয় বিবরণ
DocType: Opportunity,With Items,জানানোর সঙ্গে
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,Qty ইন
@@ -1179,6 +1184,7 @@ apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliat
apps/erpnext/erpnext/public/js/setup_wizard.js +153,Financial Year Start Date,আর্থিক বছরের শুরু তারিখ
DocType: Employee External Work History,Total Experience,মোট অভিজ্ঞতা
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +276,Packing Slip(s) cancelled,বাতিল প্যাকিং স্লিপ (গুলি)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,বিনিয়োগ থেকে ক্যাশ ফ্লো
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,মাল ও ফরোয়ার্ডিং চার্জ
DocType: Material Request Item,Sales Order No,বিক্রয় আদেশ কোন
DocType: Item Group,Item Group Name,আইটেমটি গ্রুপ নাম
@@ -1191,7 +1197,7 @@ DocType: Maintenance Schedule,Schedules,সূচী
DocType: Purchase Invoice Item,Net Amount,থোক
DocType: Purchase Order Item Supplied,BOM Detail No,BOM বিস্তারিত কোন
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),অতিরিক্ত মূল্য ছাড়ের পরিমাণ (কোম্পানি একক)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},ত্রুটি: {0}&gt; {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},ত্রুটি: {0}&gt; {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,অ্যাকাউন্ট চার্ট থেকে নতুন একাউন্ট তৈরি করুন.
DocType: Maintenance Visit,Maintenance Visit,রক্ষণাবেক্ষণ পরিদর্শন
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,গ্রাহক&gt; গ্রাহক গ্রুপ&gt; টেরিটরি
@@ -1241,7 +1247,7 @@ DocType: Production Planning Tool,Select Sales Orders,বিক্রয় আ
,Material Requests for which Supplier Quotations are not created,"সরবরাহকারী এবার তৈরি করা যাবে না, যার জন্য উপাদান অনুরোধ"
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,"আপনি ছুটি জন্য আবেদন করেন, যা প্রথম দিন (গুলি) ছুটির হয়. আপনি চলে জন্য আবেদন করার প্রয়োজন নেই."
DocType: Features Setup,To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.,বারকোড ব্যবহার আইটেম ট্র্যাক. আপনি আইটেম এর বারকোড স্ক্যানিং দ্বারা হুণ্ডি এবং বিক্রয় চালান মধ্যে আইটেম প্রবেশ করতে সক্ষম হবে.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588,Mark as Delivered,মার্ক হিসাবে বিতরণ
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589,Mark as Delivered,মার্ক হিসাবে বিতরণ
apps/erpnext/erpnext/crm/doctype/lead/lead.js +34,Make Quotation,উদ্ধৃতি করা
DocType: Dependent Task,Dependent Task,নির্ভরশীল কার্য
apps/erpnext/erpnext/stock/doctype/item/item.py +340,Conversion factor for default Unit of Measure must be 1 in row {0},মেজার ডিফল্ট ইউনিট জন্য রূপান্তর গুণনীয়ক সারিতে 1 হতে হবে {0}
@@ -1251,7 +1257,8 @@ DocType: HR Settings,Stop Birthday Reminders,বন্ধ করুন জন্
DocType: SMS Center,Receiver List,রিসিভার তালিকা
DocType: Payment Tool Detail,Payment Amount,পরিশোধিত অর্থ
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,ক্ষয়প্রাপ্ত পরিমাণ
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} দেখুন
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} দেখুন
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +89,Net Change in Cash,ক্যাশ মধ্যে নিট পরিবর্তন
DocType: Salary Structure Deduction,Salary Structure Deduction,বেতন কাঠামো সিদ্ধান্তগ্রহণ
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,মেজার {0} এর ইউনিট রূপান্তর ফ্যাক্টর ছক একাধিকবার প্রবেশ করানো হয়েছে
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,প্রথম প্রকাশ আইটেম খরচ
@@ -1288,6 +1295,7 @@ DocType: Payment Reconciliation,Payments,পেমেন্টস্
DocType: Budget Detail,Budget Allocated,বাজেট বরাদ্দ
DocType: Journal Entry,Entry Type,এন্ট্রি টাইপ
,Customer Credit Balance,গ্রাহকের ক্রেডিট ব্যালেন্স
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21,Net Change in Accounts Payable,হিসাবের পরিশোধযোগ্য অংশ মধ্যে নিট পরিবর্তন
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137,Please verify your email id,আপনার ইমেইল আইডি যাচাই করুন
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',&#39;Customerwise ছাড়&#39; জন্য প্রয়োজনীয় গ্রাহক
apps/erpnext/erpnext/config/accounts.py +53,Update bank payment dates with journals.,পত্রিকার সঙ্গে ব্যাংক পেমেন্ট তারিখ আপডেট করুন.
@@ -1335,7 +1343,7 @@ DocType: Upload Attendance,Get Template,টেমপ্লেট করুন
DocType: Address,Postal,ঠিকানা
DocType: Item,Weightage,গুরুত্ব
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,একটি গ্রাহক গ্রুপ একই নামের সঙ্গে বিদ্যমান গ্রাহকের নাম পরিবর্তন বা ক্রেতা গ্রুপ নামান্তর করুন
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,{0} প্রথম নির্বাচন করুন.
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,{0} প্রথম নির্বাচন করুন.
apps/erpnext/erpnext/templates/pages/order.html +56,text {0},টেক্সট {0}
DocType: Territory,Parent Territory,মূল টেরিটরি
DocType: Quality Inspection Reading,Reading 2,2 পড়া
@@ -1369,7 +1377,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,Encashed ত্যাগ করবেন?
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,ক্ষেত্রের থেকে সুযোগ বাধ্যতামূলক
DocType: Item,Variants,রুপভেদ
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,ক্রয় আদেশ করা
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,ক্রয় আদেশ করা
DocType: SMS Center,Send To,পাঠানো
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},ছুটি টাইপ জন্য যথেষ্ট ছুটি ভারসাম্য নেই {0}
DocType: Payment Reconciliation Payment,Allocated amount,বরাদ্দ পরিমাণ
@@ -1394,7 +1402,7 @@ DocType: Item,Apply Warehouse-wise Reorder Level,ওয়ারহাউস অ
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424,BOM {0} must be submitted,BOM {0} দাখিল করতে হবে
DocType: Authorization Control,Authorization Control,অনুমোদন কন্ট্রোল
apps/erpnext/erpnext/config/projects.py +23,Time Log for tasks.,কাজগুলো জন্য টাইম ইন.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561,Payment,প্রদান
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Payment,প্রদান
DocType: Production Order Operation,Actual Time and Cost,প্রকৃত সময় এবং খরচ
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},সর্বাধিক {0} এর উপাদানের জন্য অনুরোধ {1} সেলস আদেশের বিরুদ্ধে আইটেম জন্য তৈরি করা যেতে পারে {2}
DocType: Employee,Salutation,অভিবাদন
@@ -1501,7 +1509,7 @@ DocType: Appraisal,For Employee Name,কর্মচারীর নাম জ
DocType: Holiday List,Clear Table,সাফ ছক
DocType: Features Setup,Brands,ব্র্যান্ড
DocType: C-Form Invoice Detail,Invoice No,চালান নং
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,ক্রয় অর্ডার থেকে
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,ক্রয় অর্ডার থেকে
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +93,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","ছুটি ভারসাম্য ইতিমধ্যে হ্যান্ড ফরওয়ার্ড ভবিষ্যতে ছুটি বরাদ্দ রেকর্ড হয়েছে হিসাবে, আগে {0} বাতিল / প্রয়োগ করা যাবে না ছেড়ে {1}"
DocType: Activity Cost,Costing Rate,খোয়াতে হার
,Customer Addresses And Contacts,গ্রাহক ঠিকানা এবং পরিচিতি
@@ -1741,13 +1749,14 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,টুল পুনঃনামকরণ
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,আপডেট খরচ
DocType: Item Reorder,Item Reorder,আইটেম অনুসারে পুনঃক্রম করুন
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,ট্রান্সফার উপাদান
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,ট্রান্সফার উপাদান
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","অপারেশন, অপারেটিং খরচ উল্লেখ করুন এবং আপনার কাজকর্মকে কোন একটি অনন্য অপারেশন দিতে."
DocType: Purchase Invoice,Price List Currency,মূল্যতালিকা মুদ্রা
DocType: Naming Series,User must always select,ব্যবহারকারী সবসময় নির্বাচন করতে হবে
DocType: Stock Settings,Allow Negative Stock,নেতিবাচক শেয়ার মঞ্জুরি
DocType: Installation Note,Installation Note,ইনস্টলেশন উল্লেখ্য
apps/erpnext/erpnext/public/js/setup_wizard.js +301,Add Taxes,করের যোগ
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +38,Cash Flow from Financing,অর্থায়ন থেকে ক্যাশ ফ্লো
,Financial Analytics,আর্থিক বিশ্লেষণ
DocType: Quality Inspection,Verified By,কর্তৃক যাচাইকৃত
DocType: Address,Subsidiary,সহায়ক
@@ -1790,6 +1799,7 @@ apps/erpnext/erpnext/config/selling.py +158,Setup incoming server for sales emai
DocType: Warranty Claim,Raised By,দ্বারা উত্থাপিত
DocType: Payment Tool,Payment Account,টাকা পরিষদের অ্যাকাউন্ট
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713,Please specify Company to proceed,এগিয়ে যেতে কোম্পানি উল্লেখ করুন
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20,Net Change in Accounts Receivable,গ্রহনযোগ্য অ্যাকাউন্ট মধ্যে নিট পরিবর্তন
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46,Compensatory Off,পূরক অফ
DocType: Quality Inspection Reading,Accepted,গৃহীত
apps/erpnext/erpnext/setup/doctype/company/company.js +24,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,"আপনি কি সত্যিই এই কোম্পানির জন্য সব লেনদেন মুছে ফেলতে চান, নিশ্চিত করুন. হিসাবে এটা আপনার মাস্টার ডেটা থাকবে. এই ক্রিয়াটি পূর্বাবস্থায় ফেরানো যাবে না."
@@ -2089,7 +2099,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},উদ্দিষ্ট গুদাম সারিতে জন্য বাধ্যতামূলক {0}
DocType: Quality Inspection,Quality Inspection,উচ্চমানের তদন্ত
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,অতিরিক্ত ছোট
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,সতর্কতা: Qty অনুরোধ উপাদান নূন্যতম অর্ডার QTY কম হয়
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,সতর্কতা: Qty অনুরোধ উপাদান নূন্যতম অর্ডার QTY কম হয়
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,অ্যাকাউন্ট {0} নিথর হয়
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,সংস্থার একাত্মতার অ্যাকাউন্টের একটি পৃথক চার্ট সঙ্গে আইনি সত্তা / সাবসিডিয়ারি.
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","খাদ্য, পানীয় ও তামাকের"
@@ -2141,7 +2151,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,শুধু পাতার নোড লেনদেনের অনুমতি দেওয়া হয়
DocType: Expense Claim,Expense Approver,ব্যয় রাজসাক্ষী
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,কেনার রসিদ আইটেম সরবরাহ
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,বেতন
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,বেতন
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,Datetime করুন
DocType: SMS Settings,SMS Gateway URL,এসএমএস গেটওয়ে ইউআরএল
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,SMS বিতরণ অবস্থা বজায় রাখার জন্য লগ
@@ -2188,7 +2198,7 @@ DocType: Target Detail,Target Detail,উদ্দিষ্ট বিস্তা
DocType: Sales Order,% of materials billed against this Sales Order,উপকরণ% এই বিক্রয় আদেশের বিরুদ্ধে বিল
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,সময়কাল সমাপন ভুক্তি
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,বিদ্যমান লেনদেন সঙ্গে খরচ কেন্দ্র গ্রুপ রূপান্তরিত করা যাবে না
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,অবচয়
DocType: Account,Depreciation,অবচয়
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),সরবরাহকারী (গুলি)
DocType: Customer,Credit Limit,ক্রেডিট সীমা
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,লেনদেনের ধরন নির্বাচন করুন
@@ -2213,6 +2223,7 @@ DocType: Quality Inspection,Outgoing,বহির্গামী
DocType: Material Request,Requested For,জন্য অনুরোধ করা
DocType: Quotation Item,Against Doctype,Doctype বিরুদ্ধে
DocType: Delivery Note,Track this Delivery Note against any Project,কোন প্রকল্পের বিরুদ্ধে এই হুণ্ডি সন্ধান
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28,Net Cash from Investing,বিনিয়োগ থেকে নিট ক্যাশ
apps/erpnext/erpnext/accounts/doctype/account/account.py +176,Root account can not be deleted,Root অ্যাকাউন্টের মোছা যাবে না
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75,Show Stock Entries,দেখান স্টক সাজপোশাকটি
,Is Primary Address,প্রাথমিক ঠিকানা
@@ -2350,9 +2361,9 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,ল্যান্ড
DocType: Time Log,Batched for Billing,বিলিং জন্য শ্রেণীবদ্ধ
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,প্রস্তাব উত্থাপিত বিল.
DocType: POS Profile,Write Off Account,অ্যাকাউন্ট বন্ধ লিখতে
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,হ্রাসকৃত মুল্য
DocType: Purchase Invoice,Return Against Purchase Invoice,বিরুদ্ধে ক্রয় চালান আসতে
DocType: Item,Warranty Period (in days),(দিন) ওয়্যারেন্টি সময়কাল
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +16,Net Cash from Operations,অপারেশন থেকে নিট ক্যাশ
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,যেমন ভ্যাট
apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,আইটেম 4
DocType: Journal Entry Account,Journal Entry Account,জার্নাল এন্ট্রি অ্যাকাউন্ট
@@ -2526,7 +2537,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
conflict by assigning priority. Price Rules: {0}","একাধিক মূল্য রুল একই মানদণ্ডের সঙ্গে বিদ্যমান, অগ্রাধিকার বরাদ্দ দ্বারা \ দ্বন্দ্ব সমাধান করুন. দাম বিধি: {0}"
DocType: Account,Bank,ব্যাংক
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,বিমানসংস্থা
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,ইস্যু উপাদান
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,ইস্যু উপাদান
DocType: Material Request Item,For Warehouse,গুদাম জন্য
DocType: Employee,Offer Date,অপরাধ তারিখ
DocType: Hub Settings,Access Token,অ্যাক্সেস টোকেন
@@ -2546,6 +2557,7 @@ DocType: Purchase Invoice Item,Image View,চিত্র দেখুন
DocType: Issue,Opening Time,খোলার সময়
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,থেকে এবং প্রয়োজনীয় তারিখগুলি
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,সিকিউরিটিজ ও পণ্য বিনিময়ের
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',বৈকল্পিক জন্য মেজার ডিফল্ট ইউনিট &#39;{0}&#39; টেমপ্লেট হিসাবে একই হতে হবে &#39;{1}&#39;
DocType: Shipping Rule,Calculate Based On,ভিত্তি করে গণনা
DocType: Delivery Note Item,From Warehouse,গুদাম থেকে
DocType: Purchase Taxes and Charges,Valuation and Total,মূল্যনির্ধারণ এবং মোট
@@ -2553,6 +2565,7 @@ DocType: Tax Rule,Shipping City,শিপিং সিটি
apps/erpnext/erpnext/stock/doctype/item/item.js +58,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,"এই আইটেম {0} (টেমপ্লেট) একটি বৈকল্পিক. &#39;কোন কপি করো&#39; সেট করা হয়, যদি না আরোপ টেমপ্লেট থেকে কপি করা হবে"
DocType: Account,Purchase User,ক্রয় ব্যবহারকারী
DocType: Notification Control,Customize the Notification,বিজ্ঞপ্তি কাস্টমাইজ করুন
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17,Cash Flow from Operations,অপারেশন থেকে নগদ প্রবাহ
apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24,Default Address Template cannot be deleted,ডিফল্ট ঠিকানা টেমপ্লেট মোছা যাবে না
DocType: Sales Invoice,Shipping Rule,শিপিং রুল
DocType: Journal Entry,Print Heading,প্রিন্ট শীর্ষক
@@ -2593,7 +2606,7 @@ apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet
apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,ঘন্টা
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation",ধারাবাহিকভাবে আইটেম {0} শেয়ার রিকনসিলিয়েশন ব্যবহার \ আপডেট করা যাবে না
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,সরবরাহকারী উপাদান স্থানান্তর
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,সরবরাহকারী উপাদান স্থানান্তর
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,নতুন সিরিয়াল কোন গুদাম থাকতে পারে না. গুদাম স্টক এন্ট্রি বা কেনার রসিদ দ্বারা নির্ধারণ করা হবে
DocType: Lead,Lead Type,লিড ধরন
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,উদ্ধৃতি তৈরি
@@ -2605,7 +2618,7 @@ DocType: BOM Replace Tool,The new BOM after replacement,প্রতিস্থ
DocType: Features Setup,Point of Sale,বিক্রয় বিন্দু
DocType: Account,Tax,কর
apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +37,Row {0}: {1} is not a valid {2},সারি {0}: {1} একটি বৈধ নয় {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +438,From Product Bundle,পণ্য বান্ডিল থেকে
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +439,From Product Bundle,পণ্য বান্ডিল থেকে
DocType: Production Planning Tool,Production Planning Tool,উৎপাদন পরিকল্পনা টুল
DocType: Quality Inspection,Report Date,প্রতিবেদন তারিখ
DocType: C-Form,Invoices,চালান
@@ -2620,6 +2633,7 @@ DocType: Stock Settings,Percentage you are allowed to receive or deliver more ag
DocType: Pricing Rule,Customer Group,গ্রাহক গ্রুপ
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168,Expense account is mandatory for item {0},ব্যয় অ্যাকাউন্ট আইটেমের জন্য বাধ্যতামূলক {0}
DocType: Item,Website Description,ওয়েবসাইট বর্ণনা
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Net Change in Equity,ইক্যুইটি মধ্যে নিট পরিবর্তন
DocType: Serial No,AMC Expiry Date,এএমসি মেয়াদ শেষ হওয়ার তারিখ
,Sales Register,সেলস নিবন্ধন
DocType: Quotation,Quotation Lost Reason,উদ্ধৃতি লস্ট কারণ
@@ -2631,7 +2645,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,এছাড়াও আপনি আগের অর্থবছরের ভারসাম্য এই অর্থবছরের ছেড়ে অন্তর্ভুক্ত করতে চান তাহলে এগিয়ে দয়া করে নির্বাচন করুন
DocType: GL Entry,Against Voucher Type,ভাউচার টাইপ বিরুদ্ধে
DocType: Item,Attributes,আরোপ করা
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,জানানোর পান
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,জানানোর পান
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,"অ্যাকাউন্ট বন্ধ লিখতে লিখতে, অনুগ্রহ করে"
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,শেষ আদেশ তারিখ
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,আবগারি চালান করুন
@@ -2681,7 +2695,7 @@ DocType: Quality Inspection,Delivery Note No,হুণ্ডি কোন
DocType: Company,Retail,খুচরা
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,গ্রাহক {0} অস্তিত্ব নেই
DocType: Attendance,Absent,অনুপস্থিত
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,পণ্য সমষ্টি
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,পণ্য সমষ্টি
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180,Row {0}: Invalid reference {1},সারি {0}: অবৈধ উল্লেখ {1}
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,কর ও শুল্ক টেমপ্লেট ক্রয়
DocType: Upload Attendance,Download Template,ডাউনলোড টেমপ্লেট
@@ -2709,7 +2723,7 @@ DocType: Sales Invoice,Product Bundle Help,পণ্য সমষ্টি স
,Monthly Attendance Sheet,মাসিক উপস্থিতি পত্রক
apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16,No record found,পাওয়া কোন রেকর্ড
apps/erpnext/erpnext/controllers/stock_controller.py +175,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: খরচ কেন্দ্র আইটেম জন্য বাধ্যতামূলক {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +467,Get Items from Product Bundle,পণ্য সমষ্টি থেকে আইটেম পেতে
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468,Get Items from Product Bundle,পণ্য সমষ্টি থেকে আইটেম পেতে
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79,Account {0} is inactive,অ্যাকাউন্ট {0} নিষ্ক্রীয়
DocType: GL Entry,Is Advance,অগ্রিম
apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,জন্ম তারিখ এবং উপস্থিত এ্যাটেনডেন্স বাধ্যতামূলক
@@ -2899,7 +2913,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),হার (%)
DocType: Stock Entry Detail,Additional Cost,অতিরিক্ত খরচ
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,আর্থিক বছরের শেষ তারিখ
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","ভাউচার কোন উপর ভিত্তি করে ফিল্টার করতে পারবে না, ভাউচার দ্বারা গ্রুপকৃত যদি"
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,সরবরাহকারী উদ্ধৃতি করা
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,সরবরাহকারী উদ্ধৃতি করা
DocType: Quality Inspection,Incoming,ইনকামিং
DocType: BOM,Materials Required (Exploded),উপকরণ (অপ্রমাণিত) প্রয়োজন
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),বিনা বেতনে ছুটি জন্য আদায় হ্রাস (LWP)
@@ -2922,6 +2936,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Piecework,ফু
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +64,Avg. Buying Rate,গড়. রাজধানীতে হার
DocType: Task,Actual Time (in Hours),(ঘন্টায়) প্রকৃত সময়
DocType: Employee,History In Company,কোম্পানি ইন ইতিহাস
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +128,The total Issue / Transfer quantity {0} in Material Request {1} cannot be greater than requested quantity {2} for Item {3},উপাদান অনুরোধ মোট ইস্যু / স্থানান্তর পরিমাণ {0} {1} অনুরোধ পরিমাণ তার চেয়ে অনেক বেশী হতে পারে না {2} আইটেম জন্য {3}
apps/erpnext/erpnext/config/crm.py +151,Newsletters,নিউজ লেটার
DocType: Address,Shipping,পরিবহন
DocType: Stock Ledger Entry,Stock Ledger Entry,স্টক লেজার এণ্ট্রি
@@ -2941,7 +2956,6 @@ DocType: Account,Auditor,নিরীক্ষক
DocType: Purchase Order,End date of current order's period,বর্তমান অর্ডারের সময়ের শেষ তারিখ
apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +17,Make Offer Letter,অফার লেটার করুন
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +10,Return,প্রত্যাবর্তন
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant must be same as Template,বৈকল্পিক জন্য মেজার ডিফল্ট ইউনিট টেমপ্লেট হিসাবে একই হতে হবে
DocType: Production Order Operation,Production Order Operation,উৎপাদন অর্ডার অপারেশন
DocType: Pricing Rule,Disable,অক্ষম
DocType: Project Task,Pending Review,মুলতুবি পর্যালোচনা
@@ -2986,6 +3000,7 @@ apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{
DocType: Opportunity,Next Contact,পরবর্তী যোগাযোগ
DocType: Employee,Employment Type,কর্মসংস্থান প্রকার
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +40,Fixed Assets,নির্দিষ্ট পরিমান সম্পত্তি
,Cash Flow,নগদ প্রবাহ
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85,Application period cannot be across two alocation records,আবেদনের সময় দুই alocation রেকর্ড জুড়ে হতে পারে না
DocType: Item Group,Default Expense Account,ডিফল্ট ব্যায়ের অ্যাকাউন্ট
DocType: Employee,Notice (days),নোটিশ (দিন)
@@ -3023,7 +3038,7 @@ DocType: Workstation,per hour,প্রতি ঘণ্টা
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,গুদাম (চিরস্থায়ী পরিসংখ্যা) জন্য অ্যাকাউন্ট এই অ্যাকাউন্টের অধীনে তৈরি করা হবে.
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,শেয়ার খতিয়ান এন্ট্রি এই গুদাম জন্য বিদ্যমান হিসাবে ওয়্যারহাউস মোছা যাবে না.
DocType: Company,Distribution,বিতরণ
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,পরিমাণ অর্থ প্রদান করা
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,পরিমাণ অর্থ প্রদান করা
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,প্রকল্প ব্যবস্থাপক
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,প্রাণবধ
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,আইটেম জন্য অনুমোদিত সর্বোচ্চ ছাড়: {0} {1}% হল
@@ -3065,7 +3080,7 @@ apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425,Transaction n
apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'",", ডিফল্ট হিসাবে চলতি অর্থবছরেই সেট করতে &#39;ডিফল্ট হিসাবে সেট করুন&#39; ক্লিক করুন"
apps/erpnext/erpnext/config/support.py +54,Setup incoming server for support email id. (e.g. support@example.com),সমর্থন ইমেল আইডি জন্য সেটআপ ইনকামিং সার্ভার. (যেমন support@example.com)
apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19,Shortage Qty,ঘাটতি Qty
apps/erpnext/erpnext/stock/doctype/item/item.py +569,Item variant {0} exists with same attributes,আইটেম বৈকল্পিক {0} একই বৈশিষ্ট্যাবলী সঙ্গে বিদ্যমান
apps/erpnext/erpnext/stock/doctype/item/item.py +570,Item variant {0} exists with same attributes,আইটেম বৈকল্পিক {0} একই বৈশিষ্ট্যাবলী সঙ্গে বিদ্যমান
DocType: Salary Slip,Salary Slip,বেতন পিছলানো
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48,'To Date' is required,'তারিখ পর্যন্ত' প্রয়োজন
DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","প্যাকেজ বিতরণ করা জন্য স্লিপ বোঁচকা নির্মাণ করা হয়. বাক্স সংখ্যা, প্যাকেজের বিষয়বস্তু এবং তার ওজন অবহিত করা."
@@ -3167,7 +3182,7 @@ DocType: Time Log,Hours,ঘন্টা
DocType: Project,Expected Start Date,প্রত্যাশিত স্টার্ট তারিখ
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41,Remove item if charges is not applicable to that item,চার্জ যে আইটেমটি জন্য প্রযোজ্য নয় যদি আইটেমটি মুছে ফেলুন
DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,যেমন. smsgateway.com/api/send_sms.cgi
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597,Receive,গ্রহণ করা
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598,Receive,গ্রহণ করা
DocType: Maintenance Visit,Fully Completed,সম্পূর্ণরূপে সম্পন্ন
apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% সমাপ্তি
DocType: Employee,Educational Qualification,শিক্ষাগত যোগ্যতা
@@ -3271,7 +3286,7 @@ DocType: Notification Control,Sales Invoice Message,বিক্রয় চা
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,অ্যাকাউন্ট {0} সমাপ্তি ধরনের দায় / ইক্যুইটি হওয়া আবশ্যক
DocType: Authorization Rule,Based On,উপর ভিত্তি করে
DocType: Sales Order Item,Ordered Qty,আদেশ Qty
apps/erpnext/erpnext/stock/doctype/item/item.py +580,Item {0} is disabled,আইটেম {0} নিষ্ক্রিয় করা হয়
apps/erpnext/erpnext/stock/doctype/item/item.py +581,Item {0} is disabled,আইটেম {0} নিষ্ক্রিয় করা হয়
DocType: Stock Settings,Stock Frozen Upto,শেয়ার হিমায়িত পর্যন্ত
apps/erpnext/erpnext/controllers/recurring_document.py +163,Period From and Period To dates mandatory for recurring {0},থেকে এবং আবর্তক সময়সীমার জন্য বাধ্যতামূলক তারিখ সময়ের {0}
apps/erpnext/erpnext/config/projects.py +13,Project activity / task.,প্রকল্পের কার্যকলাপ / টাস্ক.
@@ -3390,7 +3405,7 @@ DocType: Company,Round Off Account,অ্যাকাউন্ট বন্ধ
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,প্রশাসনিক খরচ
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,পরামর্শকারী
DocType: Customer Group,Parent Customer Group,মূল ক্রেতা গ্রুপ
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,পরিবর্তন
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,পরিবর্তন
DocType: Purchase Invoice,Contact Email,যোগাযোগের ই - মেইল
DocType: Appraisal Goal,Score Earned,স্কোর অর্জিত
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""",যেমন &quot;আমার কোম্পানি এলএলসি&quot;
@@ -3406,7 +3421,7 @@ apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zer
DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,আইটেমের পরিমাণ কাঁচামাল দেওয়া পরিমাণে থেকে repacking / উত্পাদন পরে প্রাপ্ত
DocType: Payment Reconciliation,Receivable / Payable Account,গ্রহনযোগ্য / প্রদেয় অ্যাকাউন্ট
DocType: Delivery Note Item,Against Sales Order Item,বিক্রয় আদেশ আইটেমটি বিরুদ্ধে
apps/erpnext/erpnext/stock/doctype/item/item.py +562,Please specify Attribute Value for attribute {0},অ্যাট্রিবিউট মূল্য গুন উল্লেখ করুন {0}
apps/erpnext/erpnext/stock/doctype/item/item.py +563,Please specify Attribute Value for attribute {0},অ্যাট্রিবিউট মূল্য গুন উল্লেখ করুন {0}
DocType: Item,Default Warehouse,ডিফল্ট ওয়্যারহাউস
DocType: Task,Actual End Date (via Time Logs),প্রকৃত শেষ তারিখ (সময় লগসমূহ মাধ্যমে)
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37,Budget cannot be assigned against Group Account {0},বাজেট গ্রুপ অ্যাকাউন্ট বিরুদ্ধে নিয়োগ করা যাবে না {0}
@@ -3472,7 +3487,7 @@ DocType: Account,Parent Account,মূল অ্যাকাউন্ট
DocType: Quality Inspection Reading,Reading 3,3 পড়া
,Hub,হাব
DocType: GL Entry,Voucher Type,ভাউচার ধরন
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,মূল্য তালিকা পাওয়া বা প্রতিবন্ধী না
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,মূল্য তালিকা পাওয়া বা প্রতিবন্ধী না
DocType: Expense Claim,Approved,অনুমোদিত
DocType: Pricing Rule,Price,মূল্য
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',{0} নির্ধারণ করা আবশ্যক উপর অব্যাহতিপ্রাপ্ত কর্মচারী &#39;বাম&#39; হিসাবে
@@ -3497,7 +3512,7 @@ apps/erpnext/erpnext/config/stock.py +283,Batch Inventory,ব্যাচ পর
DocType: Employee,Contract End Date,চুক্তি শেষ তারিখ
DocType: Sales Order,Track this Sales Order against any Project,কোন প্রকল্পের বিরুদ্ধে এই বিক্রয় আদেশ ট্র্যাক
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,টানুন বিক্রয় আদেশ উপরে মাপকাঠির ভিত্তিতে (বিলি মুলতুবি)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,সরবরাহকারী উদ্ধৃতি থেকে
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,সরবরাহকারী উদ্ধৃতি থেকে
DocType: Deduction Type,Deduction Type,সিদ্ধান্তগ্রহণ ধরন
DocType: Attendance,Half Day,অর্ধদিবস
DocType: Pricing Rule,Min Qty,ন্যূনতম Qty
@@ -3584,7 +3599,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(অর্ধদিবস)
DocType: Supplier,Credit Days,ক্রেডিট দিন
DocType: Leave Type,Is Carry Forward,এগিয়ে বহন করা হয়
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,BOM থেকে জানানোর পান
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,BOM থেকে জানানোর পান
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,সময় দিন লিড
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,উপকরণ বিল
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},সারি {0}: পার্টি প্রকার ও অনুষ্ঠান গ্রহনযোগ্য / প্রদেয় অ্যাকাউন্টের জন্য প্রয়োজন বোধ করা হয় {1}
Can't render this file because it is too large.

View File

@@ -21,7 +21,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},Valuta je potreban za Cjenovnik {0}
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Hoće li biti izračunata u transakciji.
DocType: Purchase Order,Customer Contact,Customer Contact
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,Od materijala zahtjev
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,Od materijala zahtjev
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} Tree
DocType: Job Applicant,Job Applicant,Posao podnositelj
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,Nema više rezultata.
@@ -52,7 +52,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,Bank
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,1. Za održavanje kupaca mudar Šifra i kako bi ih pretraživati na temelju svog koda koristiti ovu opciju
DocType: Mode of Payment Account,Mode of Payment Account,Način plaćanja računa
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,Show Varijante
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,Količina
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,Količina
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),Zajmovi (pasiva)
DocType: Employee Education,Year of Passing,Tekuća godina
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,U Stock
@@ -63,7 +63,7 @@ apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,Na
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Zdravstvena zaštita
DocType: Purchase Invoice,Monthly,Mjesečno
apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66,Delay in payment (Days),Kašnjenje u plaćanju (Dani)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,Faktura
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,Faktura
DocType: Maintenance Schedule Item,Periodicity,Periodičnost
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,E-mail adresa
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Obrana
@@ -72,7 +72,7 @@ DocType: Appraisal Goal,Score (0-5),Ocjena (0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},Row {0}: {1} {2} ne odgovara {3}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,Row # {0}:
DocType: Delivery Note,Vehicle No,Ne vozila
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,Molimo odaberite Cjenik
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,Molimo odaberite Cjenik
DocType: Production Order Operation,Work In Progress,Radovi u toku
DocType: Employee,Holiday List,Lista odmora
DocType: Time Log,Time Log,Vrijeme Log
@@ -215,6 +215,7 @@ DocType: Sales Partner,Reseller,Prodavač
apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +41,Please enter Company,Unesite tvrtke
DocType: Delivery Note Item,Against Sales Invoice Item,Protiv prodaje fakture Item
,Production Orders in Progress,Radni nalozi u tijeku
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37,Net Cash from Financing,Neto gotovine iz aktivnosti finansiranja
DocType: Lead,Address & Contact,Adresa i kontakt
DocType: Leave Allocation,Add unused leaves from previous allocations,Dodaj neiskorišteni lišće iz prethodnog izdvajanja
apps/erpnext/erpnext/controllers/recurring_document.py +203,Next Recurring {0} will be created on {1},Sljedeća Ponavljajući {0} će biti kreiran na {1}
@@ -233,7 +234,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,Specifikacija web stranice artikla
DocType: Payment Tool,Reference No,Poziv na broj
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,Ostavite blokirani
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},Artikal {0} je dosegao svoj rok trajanja na {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},Artikal {0} je dosegao svoj rok trajanja na {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,godišnji
DocType: Stock Reconciliation Item,Stock Reconciliation Item,Stock Pomirenje Item
DocType: Stock Entry,Sales Invoice No,Faktura prodaje br
@@ -245,7 +246,7 @@ DocType: Item,Minimum Order Qty,Minimalna količina za naručiti
DocType: Pricing Rule,Supplier Type,Dobavljač Tip
DocType: Item,Publish in Hub,Objavite u Hub
,Terretory,Terretory
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,Artikal {0} je otkazan
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,Artikal {0} je otkazan
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,Materijal zahtjev
DocType: Bank Reconciliation,Update Clearance Date,Ažurirajte provjeri datum
DocType: Item,Purchase Details,Kupnja Detalji
@@ -308,7 +309,7 @@ DocType: Sales Invoice,Rate at which Customer Currency is converted to customer'
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","Dostupno u sastavnicama, otpremnicama, računu kupnje, nalogu za proizvodnju, narudžbi kupnje, primci, prodajnom računu, narudžbi kupca, ulaznog naloga i kontrolnoj kartici"
DocType: Item Tax,Tax Rate,Porezna stopa
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},{0} već izdvojeno za zaposlenog {1} {2} za razdoblje do {3}
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,Odaberite Item
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,Odaberite Item
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry","Detaljnije: {0} uspio batch-mudar, ne može se pomiriti koristeći \
Stock pomirenje, umjesto koristi Stock Entry"
@@ -382,13 +383,13 @@ DocType: Sales Taxes and Charges Template,Sales Master Manager,Sales Manager Mas
apps/erpnext/erpnext/config/manufacturing.py +74,Global settings for all manufacturing processes.,Global postavke za sve proizvodne procese.
DocType: Accounts Settings,Accounts Frozen Upto,Računi Frozen Upto
DocType: SMS Log,Sent On,Poslano na adresu
apps/erpnext/erpnext/stock/doctype/item/item.py +553,Attribute {0} selected multiple times in Attributes Table,Atribut {0} odabrani više puta u atributi tabeli
apps/erpnext/erpnext/stock/doctype/item/item.py +554,Attribute {0} selected multiple times in Attributes Table,Atribut {0} odabrani više puta u atributi tabeli
DocType: HR Settings,Employee record is created using selected field. ,Zaposlenika rekord je stvorio pomoću odabranog polja.
DocType: Sales Order,Not Applicable,Nije primjenjivo
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,Majstor za odmor .
DocType: Material Request Item,Required Date,Potrebna Datum
DocType: Delivery Note,Billing Address,Adresa za naplatu
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,Unesite kod artikal .
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,Unesite kod artikal .
DocType: BOM,Costing,Koštanje
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","Ako je označeno, iznos poreza će se smatrati već uključena u Print Rate / Ispis Iznos"
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Ukupno Qty
@@ -491,7 +492,7 @@ apps/erpnext/erpnext/config/crm.py +17,Customer database.,Šifarnik kupaca
DocType: Quotation,Quotation To,Ponuda za
DocType: Lead,Middle Income,Srednji Prihodi
apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +58,Opening (Cr),Otvaranje ( Cr )
apps/erpnext/erpnext/stock/doctype/item/item.py +702,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Uobičajeno mjerna jedinica za artikl {0} ne može se mijenjati izravno, jer ste već napravili neke transakcije (e) sa drugim UOM. Morat ćete stvoriti nove stavke koristiti drugačiji Uobičajeno UOM."
apps/erpnext/erpnext/stock/doctype/item/item.py +703,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Uobičajeno mjerna jedinica za artikl {0} ne može se mijenjati izravno, jer ste već napravili neke transakcije (e) sa drugim UOM. Morat ćete stvoriti nove stavke koristiti drugačiji Uobičajeno UOM."
apps/erpnext/erpnext/accounts/utils.py +195,Allocated amount can not be negative,Dodijeljeni iznos ne može biti negativan
DocType: Purchase Order Item,Billed Amt,Naplaćeni izn
DocType: Warehouse,A logical Warehouse against which stock entries are made.,A logično Skladište protiv kojih su napravljeni unosa zaliha.
@@ -519,9 +520,10 @@ DocType: Buying Settings,Supplier Naming By,Dobavljač nazivanje
DocType: Activity Type,Default Costing Rate,Uobičajeno Costing Rate
DocType: Maintenance Schedule,Maintenance Schedule,Održavanje Raspored
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Zatim Cjenovna Pravila filtriraju se temelji na Kupca, Kupac Group, Teritorij, dobavljač, proizvođač tip, Kampanja, prodajni partner i sl."
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Inventory,Neto promjena u zalihama
DocType: Employee,Passport Number,Putovnica Broj
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,menadžer
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,Od Račun kupnje
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,Od Račun kupnje
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,Istu stavku je ušao više puta.
DocType: SMS Settings,Receiver Parameter,Prijemnik parametra
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,' Temelji se na' i 'Grupiranje po ' ne mogu biti isti
@@ -800,7 +802,8 @@ DocType: Payment Tool,Set Payment Amount = Outstanding Amount,Set iznos uplate =
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,Varijacija
,Company Name,Naziv preduzeća
DocType: SMS Center,Total Message(s),Ukupno poruka ( i)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,Izaberite Stavka za transfer
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,Izaberite Stavka za transfer
DocType: Purchase Invoice,Additional Discount Percentage,Dodatni popust Procenat
apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,Pogledaj listu svih snimke Pomoć
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,Odaberite račun šefa banke gdje je ček bio pohranjen.
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Dopustite korisniku uređivanje cjenika u transakcijama
@@ -821,7 +824,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,Bijel
DocType: SMS Center,All Lead (Open),Svi potencijalni kupci (aktualni)
DocType: Purchase Invoice,Get Advances Paid,Kreiraj avansno plaćanje
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,Priložite svoju sliku
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,Napraviti
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,Napraviti
DocType: Journal Entry,Total Amount in Words,Ukupan iznos riječima
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,Došlo je do pogreške . Jedan vjerojatan razlog bi mogao biti da niste spremili obrazac. Molimo kontaktirajte support@erpnext.com ako se problem ne riješi .
apps/erpnext/erpnext/templates/pages/cart.html +3,My Cart,Moja košarica
@@ -843,10 +846,10 @@ DocType: Packing Slip Item,Packing Slip Item,Odreskom predmet
DocType: POS Profile,Cash/Bank Account,Novac / bankovni račun
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +70,Removed items with no change in quantity or value.,Ukloniti stavke bez promjene u količini ili vrijednosti.
DocType: Delivery Note,Delivery To,Dostava za
apps/erpnext/erpnext/stock/doctype/item/item.py +550,Attribute table is mandatory,Atribut sto je obavezno
apps/erpnext/erpnext/stock/doctype/item/item.py +551,Attribute table is mandatory,Atribut sto je obavezno
DocType: Production Planning Tool,Get Sales Orders,Kreiraj narudžbe
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} ne može biti negativna
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,Popust
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,Popust
DocType: Features Setup,Purchase Discounts,Kupnja Popusti
DocType: Workstation,Wages,Plata
DocType: Time Log,Will be updated only if Time Log is 'Billable',Će se ažurirati samo ako Vrijeme dnevnika &#39;naplative&#39;
@@ -913,6 +916,7 @@ DocType: Company,Company registration numbers for your reference. Tax numbers et
DocType: Sales Partner,Distributor,Distributer
DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,Košarica Shipping pravilo
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +209,Production Order {0} must be cancelled before cancelling this Sales Order,Proizvodnja Red {0} mora biti otkazana prije poništenja ovu prodajnog naloga
apps/erpnext/erpnext/public/js/controllers/transaction.js +881,Please set 'Apply Additional Discount On',Molimo podesite &#39;primijeniti dodatne popusta na&#39;
,Ordered Items To Be Billed,Naručeni artikli za naplatu
apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +24,From Range has to be less than To Range,Od opseg mora biti manji od u rasponu
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,Odaberite vrijeme Evidencije i slanje stvoriti novi prodajni fakture.
@@ -1053,7 +1057,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
DocType: Appraisal Goal,Goal,Cilj
DocType: Sales Invoice Item,Edit Description,Uredi opis
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,Očekivani datum isporuke je manje nego što je planirano Ozljede Datum.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,za Supplier
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,za Supplier
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Postavljanje Vrsta računa pomaže u odabiru ovaj račun u prometu.
DocType: Purchase Invoice,Grand Total (Company Currency),Sveukupno (valuta tvrtke)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Ukupno Odlazni
@@ -1125,6 +1129,7 @@ DocType: Sales Order Item,Planned Quantity,Planirana količina
DocType: Purchase Invoice Item,Item Tax Amount,Iznos poreza artikla
DocType: Item,Maintain Stock,Održavati Stock
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +211,Stock Entries already created for Production Order ,Stock unosi već stvorene za proizvodnju Order
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Net Change in Fixed Asset,Neto promjena u fiksnoj Asset
DocType: Leave Control Panel,Leave blank if considered for all designations,Ostavite prazno ako smatra za sve oznake
apps/erpnext/erpnext/controllers/accounts_controller.py +517,Charge of type 'Actual' in row {0} cannot be included in Item Rate,Punjenje tipa ' Stvarni ' u redu {0} ne mogu biti uključeni u točki Rate
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +182,Max: {0},Max: {0}
@@ -1136,7 +1141,7 @@ DocType: Sales Invoice,Shipping Address Name,Dostava adresa Ime
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,Šifarnik konta
DocType: Material Request,Terms and Conditions Content,Uvjeti sadržaj
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,ne može biti veća od 100
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,Stavka {0} nijestock Stavka
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,Stavka {0} nijestock Stavka
DocType: Maintenance Visit,Unscheduled,Neplanski
DocType: Employee,Owned,U vlasništvu
DocType: Salary Slip Deduction,Depends on Leave Without Pay,Ovisi o neplaćeni odmor
@@ -1185,7 +1190,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,analiti
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},Row {0}: {1} Izdvojena iznos mora biti manji od ili jednak JV iznos {2}
DocType: Item,Inventory,Inventar
DocType: Features Setup,"To enable ""Point of Sale"" view",Da biste omogućili &quot;Point of Sale&quot; pogled
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,Plaćanje ne može biti za prazan košaricu
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,Plaćanje ne može biti za prazan košaricu
DocType: Item,Sales Details,Prodajni detalji
DocType: Opportunity,With Items,Sa stavkama
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,u kol
@@ -1204,6 +1209,7 @@ apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliat
apps/erpnext/erpnext/public/js/setup_wizard.js +153,Financial Year Start Date,Financijska godina Start Date
DocType: Employee External Work History,Total Experience,Ukupno Iskustvo
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +276,Packing Slip(s) cancelled,Pakiranje proklizavanja ( s) otkazan
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Novčani tok iz ulagačkih
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Teretni i Forwarding Optužbe
DocType: Material Request Item,Sales Order No,Narudžba kupca br
DocType: Item Group,Item Group Name,Naziv grupe artikla
@@ -1216,7 +1222,7 @@ DocType: Maintenance Schedule,Schedules,Rasporedi
DocType: Purchase Invoice Item,Net Amount,Neto iznos
DocType: Purchase Order Item Supplied,BOM Detail No,BOM detalji - broj
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Dodatni popust Iznos (Company valuta)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},Pogreška : {0} > {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},Pogreška : {0} > {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,Molimo stvoriti novi račun iz kontnog plana .
DocType: Maintenance Visit,Maintenance Visit,Održavanje Posjetite
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,Kupac> Korisnička Group> Regija
@@ -1266,7 +1272,7 @@ DocType: Production Planning Tool,Select Sales Orders,Odaberite narudžbe kupca
,Material Requests for which Supplier Quotations are not created,Materijalni Zahtjevi za koje Supplier Citati nisu stvorene
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,Dan (e) na koje se prijavljujete za odmor su praznici. Vi ne trebate podnijeti zahtjev za dozvolu.
DocType: Features Setup,To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.,Za praćenje stavki pomoću barkod. Vi ćete biti u mogućnosti da unesete stavke u otpremnici i prodaje Računa skeniranjem barkod stavke.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588,Mark as Delivered,Mark kao Isporučena
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589,Mark as Delivered,Mark kao Isporučena
apps/erpnext/erpnext/crm/doctype/lead/lead.js +34,Make Quotation,Make ponudu
DocType: Dependent Task,Dependent Task,Zavisna Task
apps/erpnext/erpnext/stock/doctype/item/item.py +340,Conversion factor for default Unit of Measure must be 1 in row {0},Faktor pretvorbe za zadani jedinica mjere mora biti jedan u nizu {0}
@@ -1276,7 +1282,8 @@ DocType: HR Settings,Stop Birthday Reminders,Zaustavi Rođendan Podsjetnici
DocType: SMS Center,Receiver List,Prijemnik Popis
DocType: Payment Tool Detail,Payment Amount,Plaćanje Iznos
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Consumed Iznos
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} Pogledaj
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} Pogledaj
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +89,Net Change in Cash,Neto promjena u gotovini
DocType: Salary Structure Deduction,Salary Structure Deduction,Plaća Struktura Odbitak
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Jedinica mjere {0} je ušao više od jednom u konverzije Factor tablici
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Troškovi Izdata Predmeti
@@ -1313,6 +1320,7 @@ DocType: Payment Reconciliation,Payments,Plaćanja
DocType: Budget Detail,Budget Allocated,Dodijeljeni proračun
DocType: Journal Entry,Entry Type,Entry Tip
,Customer Credit Balance,Customer Credit Balance
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21,Net Change in Accounts Payable,Neto promjena na računima dobavljača
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137,Please verify your email id,Molimo vas da provjerite svoj e-mail id
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',Kupac je potrebno za ' Customerwise Popust '
apps/erpnext/erpnext/config/accounts.py +53,Update bank payment dates with journals.,Update banka datum plaćanja s časopisima.
@@ -1360,7 +1368,7 @@ DocType: Upload Attendance,Get Template,Kreiraj predložak
DocType: Address,Postal,Poštanski
DocType: Item,Weightage,Weightage
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,Grupa kupaca sa istim nazivom već postoji. Promijenite naziv kupca ili promijenite naziv grupe kupaca.
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,Odaberite {0} na prvom mjestu.
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,Odaberite {0} na prvom mjestu.
apps/erpnext/erpnext/templates/pages/order.html +56,text {0},text {0}
DocType: Territory,Parent Territory,Roditelj Regija
DocType: Quality Inspection Reading,Reading 2,Čitanje 2
@@ -1394,7 +1402,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,Ostavite Encashed?
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,Opportunity Od polje je obavezno
DocType: Item,Variants,Varijante
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,Provjerite narudžbenice
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,Provjerite narudžbenice
DocType: SMS Center,Send To,Pošalji na adresu
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},Nema dovoljno ravnotežu dopust za dozvolu tipa {0}
DocType: Payment Reconciliation Payment,Allocated amount,Izdvojena iznosu
@@ -1419,7 +1427,7 @@ DocType: Item,Apply Warehouse-wise Reorder Level,Nanesite Skladište-mudar Ponov
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424,BOM {0} must be submitted,BOM {0} mora biti dostavljena
DocType: Authorization Control,Authorization Control,Odobrenje kontrole
apps/erpnext/erpnext/config/projects.py +23,Time Log for tasks.,Vrijeme Prijava za zadatke.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561,Payment,Plaćanje
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Payment,Plaćanje
DocType: Production Order Operation,Actual Time and Cost,Stvarno vrijeme i troškovi
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},Materijal Zahtjev maksimalno {0} može biti za točku {1} od prodajnog naloga {2}
DocType: Employee,Salutation,Pozdrav
@@ -1527,7 +1535,7 @@ DocType: Appraisal,For Employee Name,Za ime zaposlenika
DocType: Holiday List,Clear Table,Poništi tabelu
DocType: Features Setup,Brands,Brendovi
DocType: C-Form Invoice Detail,Invoice No,Račun br
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,Od narudžbenice
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,Od narudžbenice
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +93,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Ostavite ne može se primijeniti / otkazan prije nego {0}, kao odsustvo ravnoteža je već carry-proslijeđen u budućnosti rekord raspodjeli odsustvo {1}"
DocType: Activity Cost,Costing Rate,Costing Rate
,Customer Addresses And Contacts,Kupac adrese i kontakti
@@ -1767,13 +1775,14 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,Preimenovanje alat
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,Update cost
DocType: Item Reorder,Item Reorder,Ponovna narudžba artikla
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,Prijenos materijala
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,Prijenos materijala
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","Navedite operacija, operativni troškovi i dati jedinstven radom najkasnije do svojih operacija ."
DocType: Purchase Invoice,Price List Currency,Cjenik valuta
DocType: Naming Series,User must always select,Korisničko uvijek mora odabrati
DocType: Stock Settings,Allow Negative Stock,Dopustite negativnu zalihu
DocType: Installation Note,Installation Note,Napomena instalacije
apps/erpnext/erpnext/public/js/setup_wizard.js +301,Add Taxes,Dodaj poreze
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +38,Cash Flow from Financing,Novčani tok iz Financiranje
,Financial Analytics,Financijski Analytics
DocType: Quality Inspection,Verified By,Ovjeren od strane
DocType: Address,Subsidiary,Podružnica
@@ -1816,6 +1825,7 @@ apps/erpnext/erpnext/config/selling.py +158,Setup incoming server for sales emai
DocType: Warranty Claim,Raised By,Povišena Do
DocType: Payment Tool,Payment Account,Plaćanje računa
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713,Please specify Company to proceed,Navedite Tvrtka postupiti
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20,Net Change in Accounts Receivable,Neto promjena u Potraživanja
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46,Compensatory Off,kompenzacijski Off
DocType: Quality Inspection Reading,Accepted,Prihvaćeno
apps/erpnext/erpnext/setup/doctype/company/company.js +24,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,Molimo Vas da proverite da li ste zaista želite izbrisati sve transakcije za ovu kompaniju. Tvoj gospodar podaci će ostati kao što je to. Ova akcija se ne može poništiti.
@@ -2148,7 +2158,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},Target skladište je obvezno za redom {0}
DocType: Quality Inspection,Quality Inspection,Provjera kvalitete
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,Extra Small
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,Upozorenje : Materijal tražena količina manja nego minimalna narudžba kol
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,Upozorenje : Materijal tražena količina manja nego minimalna narudžba kol
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,Konto {0} je zamrznut
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,Pravna osoba / Podružnica sa zasebnim kontnom pripadaju Organizacije.
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Hrana , piće i duhan"
@@ -2200,7 +2210,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,Samo leaf čvorovi su dozvoljeni u transakciji
DocType: Expense Claim,Expense Approver,Rashodi Approver
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Kupnja Prijem artikla Isporuka
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,Platiti
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,Platiti
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,To datuma i vremena
DocType: SMS Settings,SMS Gateway URL,SMS Gateway URL
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,Dnevnici za održavanje sms statusa isporuke
@@ -2247,7 +2257,7 @@ DocType: Target Detail,Target Detail,Ciljana Detalj
DocType: Sales Order,% of materials billed against this Sales Order,% Materijala naplaćeno protiv ovog prodajnog naloga
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,Period zatvaranja Entry
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,Troška s postojećim transakcija ne može se prevesti u skupini
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,Amortizacija
DocType: Account,Depreciation,Amortizacija
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Dobavljač (s)
DocType: Customer,Credit Limit,Kreditni limit
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,Odaberite vrstu transakcije
@@ -2272,6 +2282,7 @@ DocType: Quality Inspection,Outgoing,Društven
DocType: Material Request,Requested For,Traženi Za
DocType: Quotation Item,Against Doctype,Protiv DOCTYPE
DocType: Delivery Note,Track this Delivery Note against any Project,Prati ovu napomenu isporuke protiv bilo Projekta
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28,Net Cash from Investing,Neto novčani tok od investicione
apps/erpnext/erpnext/accounts/doctype/account/account.py +176,Root account can not be deleted,Korijen račun ne može biti izbrisan
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75,Show Stock Entries,Show Stock unosi
,Is Primary Address,Je primarna adresa
@@ -2409,9 +2420,9 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,Sleteo Cost vaučera I
DocType: Time Log,Batched for Billing,Izmiješane za naplatu
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,Mjenice podigao dobavljače.
DocType: POS Profile,Write Off Account,Napišite Off račun
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,Iznos rabata
DocType: Purchase Invoice,Return Against Purchase Invoice,Vratiti protiv fakturi
DocType: Item,Warranty Period (in days),Jamstveni period (u danima)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +16,Net Cash from Operations,Neto novčani tok od operacije
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,na primjer PDV
apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,Stavka 4
DocType: Journal Entry Account,Journal Entry Account,Journal Entry račun
@@ -2586,7 +2597,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
dodjeljivanjem prioriteta. Cijena Pravila: {0}"
DocType: Account,Bank,Banka
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Aviokompanija
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,Izdanje materijala
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,Izdanje materijala
DocType: Material Request Item,For Warehouse,Za galeriju
DocType: Employee,Offer Date,ponuda Datum
DocType: Hub Settings,Access Token,Access Token
@@ -2606,6 +2617,7 @@ DocType: Purchase Invoice Item,Image View,Prikaz slike
DocType: Issue,Opening Time,Radno vrijeme
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,Od i Do datuma zahtijevanih
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,Vrijednosni papiri i robne razmjene
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',Uobičajeno mjerna jedinica za varijantu &#39;{0}&#39; mora biti isti kao u obrascu &#39;{1}&#39;
DocType: Shipping Rule,Calculate Based On,Izračun zasnovan na
DocType: Delivery Note Item,From Warehouse,Od Skladište
DocType: Purchase Taxes and Charges,Valuation and Total,Vrednovanje i Total
@@ -2613,6 +2625,7 @@ DocType: Tax Rule,Shipping City,Dostava City
apps/erpnext/erpnext/stock/doctype/item/item.js +58,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,"Ovaj proizvod varijanta {0} (Template). Atributi će se kopirati preko iz predloška, osim 'Ne Copy ""je postavljena"
DocType: Account,Purchase User,Kupovina korisnika
DocType: Notification Control,Customize the Notification,Prilagodite Obavijest
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17,Cash Flow from Operations,Novčani tok iz poslovanja
apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24,Default Address Template cannot be deleted,Zadani predložak adrese ne može se izbrisati
DocType: Sales Invoice,Shipping Rule,Pravilo transporta
DocType: Journal Entry,Print Heading,Ispis Naslov
@@ -2654,7 +2667,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,Sat
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation","Serijalizovani Stavka {0} ne može se ažurirati \
koristeći Stock pomirenje"
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,Transfera Materijal dobavljaču
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,Transfera Materijal dobavljaču
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,Novi serijski broj ne može imati skladište. Skladište mora biti postavljen od strane burze upisu ili kupiti primitka
DocType: Lead,Lead Type,Tip potencijalnog kupca
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,stvaranje citata
@@ -2666,7 +2679,7 @@ DocType: BOM Replace Tool,The new BOM after replacement,Novi BOM nakon zamjene
DocType: Features Setup,Point of Sale,Point of Sale
DocType: Account,Tax,Porez
apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +37,Row {0}: {1} is not a valid {2},Row {0}: {1} nije važeći {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +438,From Product Bundle,Od Bundle proizvoda
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +439,From Product Bundle,Od Bundle proizvoda
DocType: Production Planning Tool,Production Planning Tool,Planiranje proizvodnje alat
DocType: Quality Inspection,Report Date,Prijavi Datum
DocType: C-Form,Invoices,Fakture
@@ -2681,6 +2694,7 @@ DocType: Stock Settings,Percentage you are allowed to receive or deliver more ag
DocType: Pricing Rule,Customer Group,Kupac Grupa
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168,Expense account is mandatory for item {0},Rashodi račun je obvezna za predmet {0}
DocType: Item,Website Description,Web stranica Opis
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Net Change in Equity,Neto promjena u kapitalu
DocType: Serial No,AMC Expiry Date,AMC Datum isteka
,Sales Register,Prodaja Registracija
DocType: Quotation,Quotation Lost Reason,Razlog nerealizirane ponude
@@ -2692,7 +2706,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,Molimo odaberite prenositi ako želite uključiti prethodnoj fiskalnoj godini je ravnoteža ostavlja na ovoj fiskalnoj godini
DocType: GL Entry,Against Voucher Type,Protiv voucher vrsti
DocType: Item,Attributes,Atributi
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,Kreiraj proizvode
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,Kreiraj proizvode
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,Unesite otpis račun
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,Last Order Datum
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,Provjerite trošarinske fakturu
@@ -2742,7 +2756,7 @@ DocType: Quality Inspection,Delivery Note No,Otpremnica br
DocType: Company,Retail,Maloprodaja
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,Korisnik {0} ne postoji
DocType: Attendance,Absent,Odsutan
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,Bundle proizvoda
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,Bundle proizvoda
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180,Row {0}: Invalid reference {1},Red {0}: Invalid referentni {1}
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Kupiti poreza i naknada Template
DocType: Upload Attendance,Download Template,Preuzmite predložak
@@ -2770,7 +2784,7 @@ DocType: Sales Invoice,Product Bundle Help,Proizvod Bundle Pomoć
,Monthly Attendance Sheet,Mjesečna posjećenost list
apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16,No record found,Ne rekord naći
apps/erpnext/erpnext/controllers/stock_controller.py +175,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: troška je obvezno za točku {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +467,Get Items from Product Bundle,Saznajte Predmeti od Bundle proizvoda
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468,Get Items from Product Bundle,Saznajte Predmeti od Bundle proizvoda
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79,Account {0} is inactive,Konto {0} nije aktivan
DocType: GL Entry,Is Advance,Je avans
apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,Gledatelja Od datuma i posjećenost do sada je obvezno
@@ -2961,7 +2975,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),Stopa ( % )
DocType: Stock Entry Detail,Additional Cost,Dodatni trošak
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,Financijska godina End Date
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","Ne možete filtrirati na temelju vaučer No , ako grupirani po vaučer"
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,Provjerite Supplier kotaciji
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,Provjerite Supplier kotaciji
DocType: Quality Inspection,Incoming,Dolazni
DocType: BOM,Materials Required (Exploded),Materijali Obavezno (eksplodirala)
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),Smanjenje plaća za ostaviti bez plaće (lwp)
@@ -2984,6 +2998,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Piecework,rad pl
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +64,Avg. Buying Rate,Prosj. Buying Rate
DocType: Task,Actual Time (in Hours),Stvarno vrijeme (u satima)
DocType: Employee,History In Company,Povijest tvrtke
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +128,The total Issue / Transfer quantity {0} in Material Request {1} cannot be greater than requested quantity {2} for Item {3},Količina ukupne emisije / Prijevoz {0} u Industrijska Zahtjev {1} ne može biti veća od tražene količine {2} {3} za artikl
apps/erpnext/erpnext/config/crm.py +151,Newsletters,Newsletteri
DocType: Address,Shipping,Transport
DocType: Stock Ledger Entry,Stock Ledger Entry,Stock Ledger Stupanje
@@ -3003,7 +3018,6 @@ DocType: Account,Auditor,Revizor
DocType: Purchase Order,End date of current order's period,Datum završetka perioda trenutne Reda
apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +17,Make Offer Letter,Make Ponuda Pismo
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +10,Return,Povratak
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant must be same as Template,Uobičajeno mjerna jedinica za varijantu mora biti isti kao predložak
DocType: Production Order Operation,Production Order Operation,Proizvodnja Order Operation
DocType: Pricing Rule,Disable,Ugasiti
DocType: Project Task,Pending Review,U tijeku pregled
@@ -3048,6 +3062,7 @@ apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{
DocType: Opportunity,Next Contact,Sljedeći Kontakt
DocType: Employee,Employment Type,Zapošljavanje Tip
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +40,Fixed Assets,Dugotrajna imovina
,Cash Flow,Priliv novca
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85,Application period cannot be across two alocation records,Period aplikacija ne može biti na dva alocation Records
DocType: Item Group,Default Expense Account,Zadani račun rashoda
DocType: Employee,Notice (days),Obavijest (dani )
@@ -3085,7 +3100,7 @@ DocType: Workstation,per hour,na sat
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,Konto za skladište (stalni inventar) stvorit će se na osnovu ovog konta .
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,"Skladište se ne može izbrisati , kao entry stock knjiga postoji za to skladište ."
DocType: Company,Distribution,Distribucija
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,Plaćeni iznos
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,Plaćeni iznos
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,Voditelj projekta
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,Otpremanje
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,Maksimalni popust dopušteno za predmet: {0} je {1}%
@@ -3127,7 +3142,7 @@ apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425,Transaction n
apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","Za postavljanje ove fiskalne godine kao zadano , kliknite na "" Set as Default '"
apps/erpnext/erpnext/config/support.py +54,Setup incoming server for support email id. (e.g. support@example.com),Postavljanje dolazni poslužitelj za podršku e-mail ID . ( npr. support@example.com )
apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19,Shortage Qty,Nedostatak Qty
apps/erpnext/erpnext/stock/doctype/item/item.py +569,Item variant {0} exists with same attributes,Stavka varijanta {0} postoji sa istim atributima
apps/erpnext/erpnext/stock/doctype/item/item.py +570,Item variant {0} exists with same attributes,Stavka varijanta {0} postoji sa istim atributima
DocType: Salary Slip,Salary Slip,Plaća proklizavanja
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48,'To Date' is required,' To Date ' je potrebno
DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","Generirajte pakovanje Slips za pakete dostaviti. Koristi se za obavijesti paket broja, sadržaj paket i njegove težine."
@@ -3240,7 +3255,7 @@ DocType: Time Log,Hours,Sati
DocType: Project,Expected Start Date,Očekivani datum početka
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41,Remove item if charges is not applicable to that item,Uklonite stavku ako naknada nije primjenjiv na tu stavku
DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,Npr.. smsgateway.com / api / send_sms.cgi
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597,Receive,Primiti
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598,Receive,Primiti
DocType: Maintenance Visit,Fully Completed,Potpuno Završeni
apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% Complete
DocType: Employee,Educational Qualification,Obrazovne kvalifikacije
@@ -3343,7 +3358,7 @@ DocType: Notification Control,Sales Invoice Message,Poruka prodajnog računa
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,Zatvaranje računa {0} mora biti tipa odgovornosti / Equity
DocType: Authorization Rule,Based On,Na osnovu
DocType: Sales Order Item,Ordered Qty,Naručena kol
apps/erpnext/erpnext/stock/doctype/item/item.py +580,Item {0} is disabled,Stavka {0} je onemogućeno
apps/erpnext/erpnext/stock/doctype/item/item.py +581,Item {0} is disabled,Stavka {0} je onemogućeno
DocType: Stock Settings,Stock Frozen Upto,Kataloški Frozen Upto
apps/erpnext/erpnext/controllers/recurring_document.py +163,Period From and Period To dates mandatory for recurring {0},Period od perioda i datumima obavezno ponavljaju {0}
apps/erpnext/erpnext/config/projects.py +13,Project activity / task.,Projekt aktivnost / zadatak.
@@ -3463,7 +3478,7 @@ DocType: Company,Round Off Account,Zaokružiti račun
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,Administrativni troškovi
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,savjetodavni
DocType: Customer Group,Parent Customer Group,Roditelj Kupac Grupa
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,Promjena
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,Promjena
DocType: Purchase Invoice,Contact Email,Kontakt email
DocType: Appraisal Goal,Score Earned,Ocjena Zarađeni
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""","na primjer ""Moja tvrtka LLC"""
@@ -3479,7 +3494,7 @@ apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zer
DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,Količina predmeta dobije nakon proizvodnju / pakiranje od navedenih količina sirovina
DocType: Payment Reconciliation,Receivable / Payable Account,Potraživanja / Account plaćaju
DocType: Delivery Note Item,Against Sales Order Item,Protiv naloga prodaje Item
apps/erpnext/erpnext/stock/doctype/item/item.py +562,Please specify Attribute Value for attribute {0},Molimo navedite vrijednost atributa za atribut {0}
apps/erpnext/erpnext/stock/doctype/item/item.py +563,Please specify Attribute Value for attribute {0},Molimo navedite vrijednost atributa za atribut {0}
DocType: Item,Default Warehouse,Glavno skladište
DocType: Task,Actual End Date (via Time Logs),Stvarni Završni datum (via vrijeme Dnevnici)
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37,Budget cannot be assigned against Group Account {0},Budžet se ne može dodijeliti protiv grupe računa {0}
@@ -3545,7 +3560,7 @@ DocType: Account,Parent Account,Roditelj račun
DocType: Quality Inspection Reading,Reading 3,Čitanje 3
,Hub,Čvor
DocType: GL Entry,Voucher Type,Bon Tip
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,Cjenik nije pronađena ili invaliditetom
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,Cjenik nije pronađena ili invaliditetom
DocType: Expense Claim,Approved,Odobreno
DocType: Pricing Rule,Price,Cijena
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',Zaposlenik razriješen na {0} mora biti postavljen kao 'lijevo '
@@ -3570,7 +3585,7 @@ apps/erpnext/erpnext/config/stock.py +283,Batch Inventory,Batch zaliha
DocType: Employee,Contract End Date,Ugovor Datum završetka
DocType: Sales Order,Track this Sales Order against any Project,Prati ovu prodajni nalog protiv bilo Projekta
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,Povucite prodajne naloge (na čekanju za isporuku) na temelju navedenih kriterija
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,Od dobavljača kotaciju
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,Od dobavljača kotaciju
DocType: Deduction Type,Deduction Type,Tip odbitka
DocType: Attendance,Half Day,Pola dana
DocType: Pricing Rule,Min Qty,Min kol
@@ -3657,7 +3672,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,N
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(Pola dana)
DocType: Supplier,Credit Days,Kreditne Dani
DocType: Leave Type,Is Carry Forward,Je Carry Naprijed
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,Kreiraj proizvode od sastavnica (BOM)
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,Kreiraj proizvode od sastavnica (BOM)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Potencijalni kupac - ukupno dana
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,Bill of Materials
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Red {0}: Party Tip i stranka je potreban za potraživanja / računa plaćaju {1}
1 DocType: Employee Salary Mode Plaća način
21 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36 Currency is required for Price List {0} Valuta je potreban za Cjenovnik {0}
22 DocType: Sales Taxes and Charges Template * Will be calculated in the transaction. * Hoće li biti izračunata u transakciji.
23 DocType: Purchase Order Customer Contact Customer Contact
24 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661 From Material Request Od materijala zahtjev
25 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37 {0} Tree {0} Tree
26 DocType: Job Applicant Job Applicant Posao podnositelj
27 apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18 No more results. Nema više rezultata.
52 DocType: Features Setup 1. To maintain the customer wise item code and to make them searchable based on their code use this option 1. Za održavanje kupaca mudar Šifra i kako bi ih pretraživati na temelju svog koda koristiti ovu opciju
53 DocType: Mode of Payment Account Mode of Payment Account Način plaćanja računa
54 apps/erpnext/erpnext/stock/doctype/item/item.js +49 Show Variants Show Varijante
55 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479 Quantity Količina
56 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174 Loans (Liabilities) Zajmovi (pasiva)
57 DocType: Employee Education Year of Passing Tekuća godina
58 apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12 In Stock U Stock
63 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31 Health Care Zdravstvena zaštita
64 DocType: Purchase Invoice Monthly Mjesečno
65 apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66 Delay in payment (Days) Kašnjenje u plaćanju (Dani)
66 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607 Invoice Faktura
67 DocType: Maintenance Schedule Item Periodicity Periodičnost
68 apps/erpnext/erpnext/public/js/setup_wizard.js +107 Email Address E-mail adresa
69 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21 Defense Obrana
72 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193 Row {0}: {1} {2} does not match with {3} Row {0}: {1} {2} ne odgovara {3}
73 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74 Row # {0}: Row # {0}:
74 DocType: Delivery Note Vehicle No Ne vozila
75 apps/erpnext/erpnext/public/js/pos/pos.js +528 apps/erpnext/erpnext/public/js/pos/pos.js +534 Please select Price List Molimo odaberite Cjenik
76 DocType: Production Order Operation Work In Progress Radovi u toku
77 DocType: Employee Holiday List Lista odmora
78 DocType: Time Log Time Log Vrijeme Log
215 DocType: Lead apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37 Address & Contact Net Cash from Financing Adresa i kontakt Neto gotovine iz aktivnosti finansiranja
216 DocType: Leave Allocation DocType: Lead Add unused leaves from previous allocations Address & Contact Dodaj neiskorišteni lišće iz prethodnog izdvajanja Adresa i kontakt
217 apps/erpnext/erpnext/controllers/recurring_document.py +203 DocType: Leave Allocation Next Recurring {0} will be created on {1} Add unused leaves from previous allocations Sljedeća Ponavljajući {0} će biti kreiran na {1} Dodaj neiskorišteni lišće iz prethodnog izdvajanja
218 apps/erpnext/erpnext/controllers/recurring_document.py +203 Next Recurring {0} will be created on {1} Sljedeća Ponavljajući {0} će biti kreiran na {1}
219 DocType: Newsletter List Total Subscribers Ukupno Pretplatnici
220 Contact Name Kontakt ime
221 DocType: Production Plan Item SO Pending Qty SO čekanju Kol
234 apps/erpnext/erpnext/stock/doctype/item/item.py +576 apps/erpnext/erpnext/stock/doctype/item/item.py +577 Item {0} has reached its end of life on {1} Artikal {0} je dosegao svoj rok trajanja na {1}
235 apps/erpnext/erpnext/accounts/utils.py +341 Annual godišnji
236 DocType: Stock Reconciliation Item Stock Reconciliation Item Stock Pomirenje Item
237 DocType: Stock Entry Sales Invoice No Faktura prodaje br
238 DocType: Material Request Item Min Order Qty Min Red Kol
239 DocType: Lead Do Not Contact Ne kontaktirati
240 DocType: Sales Invoice The unique id for tracking all recurring invoices. It is generated on submit. Jedinstveni ID za praćenje svih ponavljajući fakture. To je izrađen podnijeti.
246 apps/erpnext/erpnext/stock/doctype/item/item.py +596 apps/erpnext/erpnext/stock/doctype/item/item.py +597 Item {0} is cancelled Artikal {0} je otkazan
247 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607 Material Request Materijal zahtjev
248 DocType: Bank Reconciliation Update Clearance Date Ažurirajte provjeri datum
249 DocType: Item Purchase Details Kupnja Detalji
250 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +321 Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1} Stavka {0} nije pronađena u &#39;sirovine Isporučuje&#39; sto u narudžbenice {1}
251 DocType: Employee Relation Odnos
252 DocType: Shipping Rule Worldwide Shipping Dostavom diljem svijeta
309 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Select Item Odaberite Item
310 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150 Item: {0} managed batch-wise, can not be reconciled using \ Stock Reconciliation, instead use Stock Entry Detaljnije: {0} uspio batch-mudar, ne može se pomiriti koristeći \ Stock pomirenje, umjesto koristi Stock Entry
311 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262 Purchase Invoice {0} is already submitted Kupnja Račun {0} već je podnijela
312 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87 Row # {0}: Batch No must be same as {1} {2} Row # {0}: serijski br mora biti isti kao {1} {2}
313 apps/erpnext/erpnext/accounts/doctype/account/account.js +54 Convert to non-Group Pretvoriti u non-Group
314 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55 Purchase Receipt must be submitted Kupovina Prijem mora biti dostavljena
315 apps/erpnext/erpnext/config/stock.py +53 Batch (lot) of an Item. Serija (puno) proizvoda.
383 DocType: Sales Order Not Applicable Nije primjenjivo
384 apps/erpnext/erpnext/config/hr.py +140 Holiday master. Majstor za odmor .
385 DocType: Material Request Item Required Date Potrebna Datum
386 DocType: Delivery Note Billing Address Adresa za naplatu
387 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736 Please enter Item Code. Unesite kod artikal .
388 DocType: BOM Costing Koštanje
389 DocType: Purchase Taxes and Charges If checked, the tax amount will be considered as already included in the Print Rate / Print Amount Ako je označeno, iznos poreza će se smatrati već uključena u Print Rate / Ispis Iznos
390 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48 Total Qty Ukupno Qty
391 DocType: Employee Health Concerns Zdravlje Zabrinutost
392 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15 Unpaid Neplaćen
393 DocType: Packing Slip From Package No. Iz paketa broj
394 DocType: Item Attribute To Range U rasponu
395 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +29 Securities and Deposits Vrijednosni papiri i depoziti
492 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35 Another Sales Person {0} exists with the same Employee id Još jedna osoba Sales {0} postoji s istim ID zaposlenih
493 apps/erpnext/erpnext/stock/stock_ledger.py +336 Negative Stock Error ({6}) for Item {0} in Warehouse {1} on {2} {3} in {4} {5} Negativna Stock Error ( {6} ) za točke {0} u skladište {1} na {2} {3} u {4} {5}
494 DocType: Fiscal Year Company Fiscal Year Company Fiskalna godina Company
495 DocType: Packing Slip Item DN Detail DN detalj
496 DocType: Time Log Billed Naplaćeno
497 DocType: Batch Batch Description Batch Opis
498 DocType: Delivery Note Time at which items were delivered from warehouse Vrijeme na stavke koje su isporučena iz skladišta
520 DocType: Issue DocType: Production Order Operation Resolution Date In minutes Rezolucija Datum U minuta
521 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 DocType: Issue Please set default Cash or Bank account in Mode of Payment {0} Resolution Date Molimo postavite zadanu gotovinom ili banka računa u načinu plaćanja {0} Rezolucija Datum
522 DocType: Selling Settings apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 Customer Naming By Please set default Cash or Bank account in Mode of Payment {0} Kupac Imenovanje By Molimo postavite zadanu gotovinom ili banka računa u načinu plaćanja {0}
523 DocType: Selling Settings Customer Naming By Kupac Imenovanje By
524 apps/erpnext/erpnext/accounts/doctype/account/account.js +67 Convert to Group Pretvori u Grupi
525 DocType: Activity Cost Activity Type Tip aktivnosti
526 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47 Delivered Amount Isporučena Iznos
527 DocType: Customer Fixed Days Fiksni Dani
528 DocType: Sales Invoice Packing List Popis pakiranja
529 apps/erpnext/erpnext/config/buying.py +28 Purchase Orders given to Suppliers. Kupnja naloge koje je dao dobavljače.
802 apps/erpnext/erpnext/templates/form_grid/item_grid.html +72 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 Discount {0} can not be negative Popust {0} ne može biti negativna
803 DocType: Features Setup apps/erpnext/erpnext/public/js/pos/pos.html +28 Purchase Discounts Discount Kupnja Popusti Popust
804 DocType: Workstation DocType: Features Setup Wages Purchase Discounts Plata Kupnja Popusti
805 DocType: Time Log DocType: Workstation Will be updated only if Time Log is 'Billable' Wages Će se ažurirati samo ako Vrijeme dnevnika &#39;naplative&#39; Plata
806 DocType: Time Log Will be updated only if Time Log is 'Billable' Će se ažurirati samo ako Vrijeme dnevnika &#39;naplative&#39;
807 DocType: Project Internal Interni
808 DocType: Task Urgent Hitan
809 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +97 Please specify a valid Row ID for row {0} in table {1} Molimo navedite važeću Row ID za redom {0} {1} u tabeli
824 DocType: Lead Organization Name Naziv organizacije
825 DocType: Tax Rule Shipping State State dostava
826 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61 Item must be added using 'Get Items from Purchase Receipts' button Stavka mora biti dodan pomoću 'Get stavki iz Kupovina Primici' gumb
827 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126 Sales Expenses Prodajni troškovi
828 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +113 Standard Buying Standardna kupnju
829 DocType: GL Entry Against Protiv
830 DocType: Item Default Selling Cost Center Zadani trošak prodaje
846 DocType: Time Log Batch updated via Time Logs ažurirani preko Time Dnevnici
847 apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +40 Average Age Prosječna starost
848 DocType: Opportunity Your sales person who will contact the customer in future Vaš prodavač koji će ubuduće kontaktirati kupca
849 apps/erpnext/erpnext/public/js/setup_wizard.js +344 List a few of your suppliers. They could be organizations or individuals. Navedite nekoliko svojih dobavljača. Oni mogu biti tvrtke ili fizičke osobe.
850 DocType: Company Default Currency Zadana valuta
851 DocType: Contact Enter designation of this Contact Upišite oznaku ove Kontakt
852 DocType: Expense Claim From Employee Od zaposlenika
853 apps/erpnext/erpnext/controllers/accounts_controller.py +356 Warning: System will not check overbilling since amount for Item {0} in {1} is zero Upozorenje : Sustav neće provjeravati overbilling od iznosa za točku {0} u {1} je nula
854 DocType: Journal Entry Make Difference Entry Čine razliku Entry
855 DocType: Upload Attendance Attendance From Date Gledatelja Od datuma
916 DocType: Purchase Invoice Item Net Rate Purchase Order Items To Be Billed Neto stopa Narudžbenica Proizvodi se naplaćuje
917 DocType: Purchase Invoice Item Purchase Invoice Item Net Rate Kupnja fakture predmet Neto stopa
918 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50 DocType: Purchase Invoice Item Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts Purchase Invoice Item Stock Ledger unosi i GL unosi se ponovo postavila za odabrane Kupovina Primici Kupnja fakture predmet
919 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50 Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts Stock Ledger unosi i GL unosi se ponovo postavila za odabrane Kupovina Primici
920 apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +8 Item 1 Stavku 1
921 DocType: Holiday Holiday Odmor
922 DocType: Leave Control Panel Leave blank if considered for all branches Ostavite prazno ako smatra za sve grane
1057 Delivered Items To Be Billed Isporučeni proizvodi za naplatiti
1058 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +60 Warehouse cannot be changed for Serial No. Skladište se ne može promijeniti za serijskog broja
1059 DocType: Authorization Rule Average Discount Prosječni popust
1060 DocType: Address Utilities Komunalne usluge
1061 DocType: Purchase Invoice Item Accounting Računovodstvo
1062 DocType: Features Setup Features Setup Značajke konfiguracija
1063 apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +13 View Offer Letter Pogledaj Ponuda Pismo
1129 DocType: Supplier DocType: Shipping Rule Condition Stock Manager To Value Stock Manager Za vrijednost
1130 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +143 DocType: Supplier Source warehouse is mandatory for row {0} Stock Manager Izvor skladište je obvezno za redom {0} Stock Manager
1131 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +581 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +143 Packing Slip Source warehouse is mandatory for row {0} Odreskom Izvor skladište je obvezno za redom {0}
1132 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +581 Packing Slip Odreskom
1133 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +111 Office Rent najam ureda
1134 apps/erpnext/erpnext/config/setup.py +110 Setup SMS gateway settings Postavke Setup SMS gateway
1135 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +60 Import Failed! Uvoz nije uspio!
1141 DocType: Features Setup To enable "Point of Sale" view Da biste omogućili &quot;Point of Sale&quot; pogled
1142 apps/erpnext/erpnext/public/js/pos/pos.js +402 apps/erpnext/erpnext/public/js/pos/pos.js +408 Payment cannot be made for empty cart Plaćanje ne može biti za prazan košaricu
1143 DocType: Item Sales Details Prodajni detalji
1144 DocType: Opportunity With Items Sa stavkama
1145 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 In Qty u kol
1146 DocType: Notification Control Expense Claim Rejected Rashodi Zahtjev odbijen
1147 DocType: Sales Invoice The date on which next invoice will be generated. It is generated on submit. Datuma na koji će biti generiran pored fakture. Ona se stvara na dostavi.
1190 apps/erpnext/erpnext/public/js/setup_wizard.js +380 DocType: Purchase Receipt Box Transporter Details Kutija Transporter Detalji
1191 apps/erpnext/erpnext/public/js/setup_wizard.js +137 apps/erpnext/erpnext/public/js/setup_wizard.js +380 The Organization Box Organizacija Kutija
1192 DocType: Monthly Distribution apps/erpnext/erpnext/public/js/setup_wizard.js +137 Monthly Distribution The Organization Mjesečni Distribucija Organizacija
1193 apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68 DocType: Monthly Distribution Receiver List is empty. Please create Receiver List Monthly Distribution Receiver Lista je prazna . Molimo stvoriti Receiver Popis Mjesečni Distribucija
1194 DocType: Production Plan Sales Order apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68 Production Plan Sales Order Receiver List is empty. Please create Receiver List Proizvodnja plan prodajnog naloga Receiver Lista je prazna . Molimo stvoriti Receiver Popis
1195 DocType: Sales Partner DocType: Production Plan Sales Order Sales Partner Target Production Plan Sales Order Prodaja partner Target Proizvodnja plan prodajnog naloga
1196 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +113 DocType: Sales Partner Accounting Entry for {0} can only be made in currency: {1} Sales Partner Target {1}: knjiženju za {0} može se vršiti samo u valuti Prodaja partner Target
1209 DocType: Shipping Rule Condition apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 From Value No Items to pack Od Vrijednost Nema stavki za omot
1210 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +550 DocType: Shipping Rule Condition Manufacturing Quantity is mandatory From Value Proizvodnja Količina je obvezno Od Vrijednost
1211 apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +550 Amounts not reflected in bank Manufacturing Quantity is mandatory Iznosi ne ogleda u banci Proizvodnja Količina je obvezno
1212 apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45 Amounts not reflected in bank Iznosi ne ogleda u banci
1213 DocType: Quality Inspection Reading Reading 4 Čitanje 4
1214 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Potraživanja za tvrtke trošak.
1215 DocType: Company Default Holiday List Uobičajeno Holiday List
1222 DocType: Features Setup To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item. Za praćenje stavki pomoću barkod. Vi ćete biti u mogućnosti da unesete stavke u otpremnici i prodaje Računa skeniranjem barkod stavke.
1223 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589 Mark as Delivered Mark kao Isporučena
1224 apps/erpnext/erpnext/crm/doctype/lead/lead.js +34 Make Quotation Make ponudu
1225 DocType: Dependent Task Dependent Task Zavisna Task
1226 apps/erpnext/erpnext/stock/doctype/item/item.py +340 Conversion factor for default Unit of Measure must be 1 in row {0} Faktor pretvorbe za zadani jedinica mjere mora biti jedan u nizu {0}
1227 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +157 Leave of type {0} cannot be longer than {1} Ostavite tipa {0} ne može biti duži od {1}
1228 DocType: Manufacturing Settings Try planning operations for X days in advance. Pokušajte planiraju operacije za X dana unaprijed.
1272 apps/erpnext/erpnext/config/accounts.py +53 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137 Update bank payment dates with journals. Please verify your email id Update banka datum plaćanja s časopisima. Molimo vas da provjerite svoj e-mail id
1273 DocType: Quotation apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42 Term Details Customer required for 'Customerwise Discount' Oročeni Detalji Kupac je potrebno za ' Customerwise Popust '
1274 DocType: Manufacturing Settings apps/erpnext/erpnext/config/accounts.py +53 Capacity Planning For (Days) Update bank payment dates with journals. Kapacitet planiranje (Dana) Update banka datum plaćanja s časopisima.
1275 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +63 DocType: Quotation None of the items have any change in quantity or value. Term Details Nijedan od stavki imaju bilo kakve promjene u količini ili vrijednosti. Oročeni Detalji
1276 DocType: Warranty Claim DocType: Manufacturing Settings Warranty Claim Capacity Planning For (Days) Jamstvo potraživanje Kapacitet planiranje (Dana)
1277 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +63 Lead Details None of the items have any change in quantity or value. Detalji potenciajalnog kupca Nijedan od stavki imaju bilo kakve promjene u količini ili vrijednosti.
1278 DocType: Purchase Invoice DocType: Warranty Claim End date of current invoice's period Warranty Claim Kraj datum tekućeg razdoblja dostavnice Jamstvo potraživanje
1282 DocType: Maintenance Visit DocType: Bank Reconciliation Partially Completed From Date Djelomično Završeni Od datuma
1283 DocType: Leave Type DocType: Shipping Rule Country Include holidays within leaves as leaves Shipping Rule Country Uključiti praznika u roku od lišća što je lišće Dostava Pravilo Country
1284 DocType: Sales Invoice DocType: Maintenance Visit Packed Items Partially Completed Pakirano Predmeti Djelomično Završeni
1285 apps/erpnext/erpnext/config/support.py +18 DocType: Leave Type Warranty Claim against Serial No. Include holidays within leaves as leaves Jamstvo potraživanje protiv Serial No. Uključiti praznika u roku od lišća što je lišće
1286 DocType: Sales Invoice Packed Items Pakirano Predmeti
1287 DocType: BOM Replace Tool apps/erpnext/erpnext/config/support.py +18 Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate "BOM Explosion Item" table as per new BOM Warranty Claim against Serial No. Zamijenite određenom BOM u svim ostalim Boms u kojem se koristi. To će zamijeniti stare BOM link, ažurirati troškova i regenerirati "BOM eksplozije Stavka" stola po nove BOM Jamstvo potraživanje protiv Serial No.
1288 DocType: Shopping Cart Settings DocType: BOM Replace Tool Enable Shopping Cart Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate "BOM Explosion Item" table as per new BOM Enable Košarica Zamijenite određenom BOM u svim ostalim Boms u kojem se koristi. To će zamijeniti stare BOM link, ažurirati troškova i regenerirati "BOM eksplozije Stavka" stola po nove BOM
1289 DocType: Employee DocType: Shopping Cart Settings Permanent Address Enable Shopping Cart Stalna adresa Enable Košarica
1320 DocType: Quality Inspection Reading DocType: Territory Reading 2 Parent Territory Čitanje 2 Roditelj Regija
1321 DocType: Stock Entry DocType: Quality Inspection Reading Material Receipt Reading 2 Materijal Potvrda Čitanje 2
1322 apps/erpnext/erpnext/public/js/setup_wizard.js +376 DocType: Stock Entry Products Material Receipt Proizvodi Materijal Potvrda
1323 apps/erpnext/erpnext/public/js/setup_wizard.js +376 Products Proizvodi
1324 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +47 Party Type and Party is required for Receivable / Payable account {0} Party Tip i stranka je potreban za potraživanja / računa plaćaju {0}
1325 DocType: Item If this item has variants, then it cannot be selected in sales orders etc. Ako ova stavka ima varijante, onda ne može biti izabran u prodaji naloge itd
1326 DocType: Lead Next Contact By Sljedeća Kontakt Do
1368 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +326 Item is not allowed to have Production Order. Stavka nije dozvoljeno da ima proizvodni Order.
1369 DocType: Packing Slip The net weight of this package. (calculated automatically as sum of net weight of items) Neto težina tog paketa. (Automatski izračunava kao zbroj neto težini predmeta)
1370 DocType: Sales Order To Deliver and Bill Dostaviti i Bill
1371 DocType: GL Entry Credit Amount in Account Currency Iznos kredita u računu valuta
1372 apps/erpnext/erpnext/config/manufacturing.py +24 Time Logs for manufacturing. Dnevnici vremena za proizvodnju.
1373 DocType: Item Apply Warehouse-wise Reorder Level Nanesite Skladište-mudar Ponovno red Level
1374 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424 BOM {0} must be submitted BOM {0} mora biti dostavljena
1402 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +119 Quantity for Item {0} must be less than {1} Količina za točku {0} mora biti manji od {1}
1403 Sales Invoice Trends Trendovi prodajnih računa
1404 DocType: Leave Application Apply / Approve Leaves Nanesite / Odobri Leaves
1405 apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +23 For Za
1406 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +90 Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total' Može se odnositi red samo akotip zadužen je " Na prethodni red Iznos 'ili' prethodnog retka Total '
1407 DocType: Sales Order Item Delivery Warehouse Isporuka Skladište
1408 DocType: Stock Settings Allowance Percent Dodatak posto
1427 DocType: Cost Center Budget Budžet
1428 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +41 Budget cannot be assigned against {0}, as it's not an Income or Expense account Budžet se ne može dodijeliti protiv {0}, jer to nije prihod ili rashod račun
1429 apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +51 Achieved Ostvareni
1430 apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +65 Territory / Customer Teritorij / Customer
1431 apps/erpnext/erpnext/public/js/setup_wizard.js +312 e.g. 5 na primjer 5
1432 apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +154 Row {0}: Allocated amount {1} must be less than or equals to invoice outstanding amount {2} Row {0}: {1} Izdvojena iznos mora biti manji od ili jednak naplatiti preostali iznos {2}
1433 DocType: Sales Invoice In Words will be visible once you save the Sales Invoice. U riječi će biti vidljiv nakon što spremite prodaje fakture.
1535 apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +176 Closing (Opening + Totals) Zatvaranje (Otvaranje + Ukupno)
1536 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +26 Please specify currency in Company Navedite valuta u Company
1537 DocType: Workstation Wages per hour Plaće po satu
1538 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +47 Stock balance in Batch {0} will become negative {1} for Item {2} at Warehouse {3} Stock balans u Batch {0} će postati negativan {1} {2} za tačka na skladištu {3}
1539 apps/erpnext/erpnext/config/setup.py +83 Show / Hide features like Serial Nos, POS etc. Show / Hide značajke kao što su serijski brojevima , POS i sl.
1540 apps/erpnext/erpnext/templates/emails/reorder_item.html +1 Following Material Requests have been raised automatically based on Item's re-order level Nakon materijala Zahtjevi su automatski podignuta na osnovu nivou ponovnog reda stavke
1541 apps/erpnext/erpnext/controllers/accounts_controller.py +254 Account {0} is invalid. Account Currency must be {1} Račun {0} je nevažeća. Račun valuta mora biti {1}
1775 apps/erpnext/erpnext/utilities/transaction_base.py +93 DocType: Quality Inspection Reading Invalid reference {0} {1} Accepted Invalid referentni {0} {1} Prihvaćeno
1776 DocType: Payment Tool apps/erpnext/erpnext/setup/doctype/company/company.js +24 Total Payment Amount Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone. Ukupan iznos za plaćanje Molimo Vas da proverite da li ste zaista želite izbrisati sve transakcije za ovu kompaniju. Tvoj gospodar podaci će ostati kao što je to. Ova akcija se ne može poništiti.
1777 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 apps/erpnext/erpnext/utilities/transaction_base.py +93 {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Invalid reference {0} {1} {0} ({1}) ne može biti veći nego što je planirano quanitity ({2}) u proizvodnji Order {3} Invalid referentni {0} {1}
1778 DocType: Shipping Rule DocType: Payment Tool Shipping Rule Label Total Payment Amount Naziv pravila transporta Ukupan iznos za plaćanje
1779 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 Raw Materials cannot be blank. {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Sirovine ne može biti prazan. {0} ({1}) ne može biti veći nego što je planirano quanitity ({2}) u proizvodnji Order {3}
1780 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 DocType: Shipping Rule Could not update stock, invoice contains drop shipping item. Shipping Rule Label Nije mogao ažurirati zaliha, faktura sadrži drop shipping stavke. Naziv pravila transporta
1781 DocType: Newsletter apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 Test Raw Materials cannot be blank. Test Sirovine ne može biti prazan.
1782 apps/erpnext/erpnext/stock/doctype/item/item.py +398 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 As there are existing stock transactions for this item, \ you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method' Could not update stock, invoice contains drop shipping item. Kao što postoje postojećih zaliha transakcije za ovu stavku, \ ne možete promijeniti vrijednosti &#39;Ima Serial Ne&#39;, &#39;Ima serijski br&#39;, &#39;Je li Stock Stavka&#39; i &#39;Vrednovanje metoda&#39; Nije mogao ažurirati zaliha, faktura sadrži drop shipping stavke.
1783 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +444 DocType: Newsletter Quick Journal Entry Test Brzi unos u dnevniku Test
1784 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +100 apps/erpnext/erpnext/stock/doctype/item/item.py +398 You can not change rate if BOM mentioned agianst any item As there are existing stock transactions for this item, \ you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method' Ne možete promijeniti brzinu ako BOM spomenuo agianst bilo predmet Kao što postoje postojećih zaliha transakcije za ovu stavku, \ ne možete promijeniti vrijednosti &#39;Ima Serial Ne&#39;, &#39;Ima serijski br&#39;, &#39;Je li Stock Stavka&#39; i &#39;Vrednovanje metoda&#39;
1785 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +444 Quick Journal Entry Brzi unos u dnevniku
1786 DocType: Employee apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +100 Previous Work Experience You can not change rate if BOM mentioned agianst any item Radnog iskustva Ne možete promijeniti brzinu ako BOM spomenuo agianst bilo predmet
1787 DocType: Stock Entry DocType: Employee For Quantity Previous Work Experience Za količina Radnog iskustva
1788 apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +157 DocType: Stock Entry Please enter Planned Qty for Item {0} at row {1} For Quantity Unesite Planirano Qty za točku {0} na redu {1} Za količina
1825 apps/erpnext/erpnext/hr/doctype/employee/employee.py +117 apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +21 Contract End Date must be greater than Date of Joining Next Steps Ugovor Datum završetka mora biti veći od dana ulaska u Sljedeći koraci
1826 DocType: Sales Partner apps/erpnext/erpnext/hr/doctype/employee/employee.py +117 A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission. Contract End Date must be greater than Date of Joining A treće strane distributera / trgovca / komisije agent / affiliate / prodavače koji prodaje kompanije proizvoda za proviziju. Ugovor Datum završetka mora biti veći od dana ulaska u
1827 DocType: Customer Group DocType: Sales Partner Has Child Node A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission. Je li čvor dijete A treće strane distributera / trgovca / komisije agent / affiliate / prodavače koji prodaje kompanije proizvoda za proviziju.
1828 DocType: Customer Group Has Child Node Je li čvor dijete
1829 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +332 {0} against Purchase Order {1} {0} protiv narudžbenicu {1}
1830 DocType: SMS Settings Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.) Unesite statičke parametre URL ovdje (npr. pošiljatelj = ERPNext, username = ERPNext, lozinkom = 1234 itd.)
1831 apps/erpnext/erpnext/accounts/utils.py +42 {0} {1} not in any active Fiscal Year. For more details check {2}. {0} {1} ni na koji aktivno fiskalne godine. Za više detalja provjerite {2}.
2158 DocType: Installation Note Item Against Document Detail No Protiv dokumenta Detalj No
2159 DocType: Quality Inspection Outgoing Društven
2160 DocType: Material Request Requested For Traženi Za
2161 DocType: Quotation Item Against Doctype Protiv DOCTYPE
2162 DocType: Delivery Note Track this Delivery Note against any Project Prati ovu napomenu isporuke protiv bilo Projekta
2163 apps/erpnext/erpnext/accounts/doctype/account/account.py +176 apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28 Root account can not be deleted Net Cash from Investing Korijen račun ne može biti izbrisan Neto novčani tok od investicione
2164 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75 apps/erpnext/erpnext/accounts/doctype/account/account.py +176 Show Stock Entries Root account can not be deleted Show Stock unosi Korijen račun ne može biti izbrisan
2210 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 DocType: Warranty Claim Value or Qty From Company Vrijednost, ili kol Iz Društva
2211 apps/erpnext/erpnext/public/js/setup_wizard.js +381 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 Minute Value or Qty Minuta Vrijednost, ili kol
2212 DocType: Purchase Invoice apps/erpnext/erpnext/public/js/setup_wizard.js +381 Purchase Taxes and Charges Minute Kupnja Porezi i naknade Minuta
2213 DocType: Purchase Invoice Qty to Receive Purchase Taxes and Charges Količina za primanje Kupnja Porezi i naknade
2214 DocType: Leave Block List Leave Block List Allowed Qty to Receive Ostavite Block List dopuštenih Količina za primanje
2215 apps/erpnext/erpnext/public/js/setup_wizard.js +108 DocType: Leave Block List You will use it to Login Leave Block List Allowed Vi ćete ga koristiti za prijavu Ostavite Block List dopuštenih
2216 DocType: Sales Partner apps/erpnext/erpnext/public/js/setup_wizard.js +108 Retailer You will use it to Login Prodavač na malo Vi ćete ga koristiti za prijavu
2257 DocType: Sales Order DocType: Purchase Invoice Item Fully Billed PR Detail Potpuno Naplaćeno PR Detalj
2258 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20 DocType: Sales Order Cash In Hand Fully Billed Novac u blagajni Potpuno Naplaćeno
2259 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +119 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20 Delivery warehouse required for stock item {0} Cash In Hand Isporuka skladište potrebno za zaliha stavku {0} Novac u blagajni
2260 DocType: Packing Slip apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +119 The gross weight of the package. Usually net weight + packaging material weight. (for print) Delivery warehouse required for stock item {0} Bruto težina paketa. Obično neto težina + ambalaža težina. (Za tisak) Isporuka skladište potrebno za zaliha stavku {0}
2261 DocType: Accounts Settings DocType: Packing Slip Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts The gross weight of the package. Usually net weight + packaging material weight. (for print) Korisnici s ovom ulogom smiju postaviti zamrznute račune i izradu / izmjenu računovodstvenih unosa protiv zamrznutih računa Bruto težina paketa. Obično neto težina + ambalaža težina. (Za tisak)
2262 DocType: Serial No DocType: Accounts Settings Is Cancelled Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts Je otkazan Korisnici s ovom ulogom smiju postaviti zamrznute račune i izradu / izmjenu računovodstvenih unosa protiv zamrznutih računa
2263 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +286 DocType: Serial No My Shipments Is Cancelled Moj Pošiljke Je otkazan
2282 DocType: Project apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +37 Total Costing Amount (via Time Logs) Calls Ukupan iznos Costing (putem Time Dnevnici) Pozivi
2283 DocType: Purchase Order Item Supplied DocType: Project Stock UOM Total Costing Amount (via Time Logs) Kataloški UOM Ukupan iznos Costing (putem Time Dnevnici)
2284 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +198 DocType: Purchase Order Item Supplied Purchase Order {0} is not submitted Stock UOM Narudžbenicu {0} nije podnesen Kataloški UOM
2285 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +198 Purchase Order {0} is not submitted Narudžbenicu {0} nije podnesen
2286 apps/erpnext/erpnext/stock/doctype/item/item.js +32 Projected projektiran
2287 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +218 Serial No {0} does not belong to Warehouse {1} Serijski Ne {0} ne pripada Warehouse {1}
2288 apps/erpnext/erpnext/controllers/status_updater.py +137 Note: System will not check over-delivery and over-booking for Item {0} as quantity or amount is 0 Napomena : Sustav neće provjeravati pretjerano isporuke i više - booking za točku {0} kao količinu ili vrijednost je 0
2420 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +56 Cost Center is required for 'Profit and Loss' account {0} Troška je potrebno za račun ' dobiti i gubitka ' {0}
2421 apps/erpnext/erpnext/setup/doctype/company/delete_company_transactions.py +17 Transactions can only be deleted by the creator of the Company Transakcije mogu se obrisati samo kreator Društva
2422 apps/erpnext/erpnext/accounts/general_ledger.py +21 Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction. Neispravan broj glavnu knjigu unose naći. Možda ste odabrali krivi račun u transakciji.
apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31 To create a Bank Account Za stvaranje bankovni račun
2423 DocType: Hub Settings apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31 Publish Availability To create a Bank Account Objavite Dostupnost Za stvaranje bankovni račun
2424 apps/erpnext/erpnext/hr/doctype/employee/employee.py +105 DocType: Hub Settings Date of Birth cannot be greater than today. Publish Availability Datum rođenja ne može biti veći nego što je danas. Objavite Dostupnost
2425 apps/erpnext/erpnext/hr/doctype/employee/employee.py +105 Date of Birth cannot be greater than today. Datum rođenja ne može biti veći nego što je danas.
2426 Stock Ageing Kataloški Starenje
2427 apps/erpnext/erpnext/controllers/accounts_controller.py +218 {0} '{1}' is disabled {0} '{1}' je onemogućena
2428 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +13 Set as Open Postavi kao Open
2597 apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +23 DocType: Project Parent Item {0} must not be a Stock Item Expected End Date Roditelj Stavka {0} ne smije biti Stock Item Očekivani Datum završetka
2598 DocType: Cost Center DocType: Appraisal Template Distribution Id Appraisal Template Title ID distribucije Procjena Predložak Naslov
2599 apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +14 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +352 Awesome Services Commercial Nevjerovatne usluge trgovački
2600 apps/erpnext/erpnext/config/manufacturing.py +29 apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +23 All Products or Services. Parent Item {0} must not be a Stock Item Svi proizvodi i usluge. Roditelj Stavka {0} ne smije biti Stock Item
2601 DocType: Purchase Invoice DocType: Cost Center Supplier Address Distribution Id Dobavljač Adresa ID distribucije
2602 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +14 Out Qty Awesome Services Od kol Nevjerovatne usluge
2603 apps/erpnext/erpnext/config/accounts.py +128 apps/erpnext/erpnext/config/manufacturing.py +29 Rules to calculate shipping amount for a sale All Products or Services. Pravila za izračun shipping iznos za prodaju Svi proizvodi i usluge.
2617 apps/erpnext/erpnext/controllers/accounts_controller.py +101 DocType: Item Reorder Due Date is mandatory Transfer Due Date je obavezno Prijenos
2618 apps/erpnext/erpnext/controllers/item_variant.py +51 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +636 Increment for Attribute {0} cannot be 0 Fetch exploded BOM (including sub-assemblies) Prirast za Atributi {0} ne može biti 0 Fetch eksplodirala BOM (uključujući i podsklopova )
2619 DocType: Journal Entry DocType: Authorization Rule Pay To / Recd From Applicable To (Employee) Platiti Da / RecD Od Odnosi se na (Radnik)
2620 apps/erpnext/erpnext/controllers/accounts_controller.py +101 Due Date is mandatory Due Date je obavezno
2621 DocType: Naming Series apps/erpnext/erpnext/controllers/item_variant.py +51 Setup Series Increment for Attribute {0} cannot be 0 Postavljanje Serija Prirast za Atributi {0} ne može biti 0
2622 DocType: Supplier DocType: Journal Entry Contact HTML Pay To / Recd From Kontakt HTML Platiti Da / RecD Od
2623 DocType: Landed Cost Voucher DocType: Naming Series Purchase Receipts Setup Series Kupovina Primici Postavljanje Serija
2625 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +27 DocType: Landed Cost Voucher How Pricing Rule is applied? Purchase Receipts Kako se primjenjuje pravilo cijena? Kupovina Primici
2626 DocType: Quality Inspection DocType: Payment Reconciliation Delivery Note No Maximum Amount Otpremnica br Maksimalni iznos
2627 DocType: Company apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +27 Retail How Pricing Rule is applied? Maloprodaja Kako se primjenjuje pravilo cijena?
2628 DocType: Quality Inspection Delivery Note No Otpremnica br
2629 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108 DocType: Company Customer {0} does not exist Retail Korisnik {0} ne postoji Maloprodaja
2630 DocType: Attendance apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108 Absent Customer {0} does not exist Odsutan Korisnik {0} ne postoji
2631 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471 DocType: Attendance Product Bundle Absent Bundle proizvoda Odsutan
2667 DocType: Hub Settings DocType: Features Setup Seller Country Sales Discounts Prodavač Država Prodajni popusti
2668 DocType: Authorization Rule DocType: Hub Settings Authorization Rule Seller Country Autorizacija Pravilo Prodavač Država
2669 DocType: Sales Invoice DocType: Authorization Rule Terms and Conditions Details Authorization Rule Uvjeti Detalji Autorizacija Pravilo
2670 DocType: Sales Taxes and Charges Template DocType: Sales Invoice Sales Taxes and Charges Template Terms and Conditions Details Prodaja poreza i naknada Template Uvjeti Detalji
2671 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10 DocType: Sales Taxes and Charges Template Apparel & Accessories Sales Taxes and Charges Template Odjeća i modni dodaci Prodaja poreza i naknada Template
2672 apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10 Number of Order Apparel & Accessories Broj Order Odjeća i modni dodaci
2673 DocType: Item Group apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 HTML / Banner that will show on the top of product list. Number of Order HTML / baner koji će se prikazivati na vrhu liste proizvoda. Broj Order
2679 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +87 apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +37 Commission on Sales Serial # Komisija za prodaju Serial #
2680 DocType: Offer Letter Term apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +87 Value / Description Commission on Sales Vrijednost / Opis Komisija za prodaju
2681 DocType: Tax Rule DocType: Offer Letter Term Billing Country Value / Description Billing Country Vrijednost / Opis
2682 DocType: Tax Rule Customers Not Buying Since Long Time Billing Country Kupci ne kupuju jer dugo vremena Billing Country
2683 DocType: Production Order Expected Delivery Date Customers Not Buying Since Long Time Očekivani rok isporuke Kupci ne kupuju jer dugo vremena
2684 apps/erpnext/erpnext/accounts/general_ledger.py +121 DocType: Production Order Debit and Credit not equal for {0} #{1}. Difference is {2}. Expected Delivery Date Debitne i kreditne nije jednaka za {0} {1} #. Razlika je u tome {2}. Očekivani rok isporuke
2685 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +93 apps/erpnext/erpnext/accounts/general_ledger.py +121 Entertainment Expenses Debit and Credit not equal for {0} #{1}. Difference is {2}. Zabava Troškovi Debitne i kreditne nije jednaka za {0} {1} #. Razlika je u tome {2}.
2694 DocType: Sales Invoice DocType: Sales Order Posting Time The day of the month on which auto order will be generated e.g. 05, 28 etc Objavljivanje Vrijeme Na dan u mjesecu na kojima auto kako će biti generiran npr 05, 28 itd
2695 DocType: Sales Order DocType: Sales Invoice % Amount Billed Posting Time % Iznos Naplaćeno Objavljivanje Vrijeme
2696 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129 DocType: Sales Order Telephone Expenses % Amount Billed Telefonski troškovi % Iznos Naplaćeno
2697 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129 Telephone Expenses Telefonski troškovi
2698 DocType: Sales Partner Logo Logo
2699 DocType: Naming Series Check this if you want to force the user to select a series before saving. There will be no default if you check this. Označite ovo ako želite prisiliti korisniku odabir seriju prije spremanja. Tu će biti zadana ako to provjerili.
2700 apps/erpnext/erpnext/stock/get_item_details.py +107 No Item with Serial No {0} No Stavka s rednim brojem {0}
2706 apps/erpnext/erpnext/controllers/accounts_controller.py +259 Account: {0} with currency: {1} can not be selected Račun: {0} s valutnom: {1} se ne mogu odabrati
2707 DocType: Bank Reconciliation Detail Cheque Date Datum čeka
2708 apps/erpnext/erpnext/accounts/doctype/account/account.py +47 Account {0}: Parent account {1} does not belong to company: {2} Konto {0}: Nadređeni konto {1} ne pripada preduzeću: {2}
2709 apps/erpnext/erpnext/setup/doctype/company/company.js +38 Successfully deleted all transactions related to this company! Uspješno obrisane sve transakcije koje se odnose na ove kompanije!
2710 apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +21 As on Date Kao i na datum
2711 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +58 Probation Probni rad
2712 apps/erpnext/erpnext/stock/doctype/item/item.py +298 Default Warehouse is mandatory for stock Item. Glavno skladište je obvezno za skladišni proizvod.
2756 apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +37 Tax Template is mandatory. Porez Template je obavezno.
2757 apps/erpnext/erpnext/accounts/doctype/account/account.py +41 Account {0}: Parent account {1} does not exist Konto {0}: Nadređeni konto {1} ne postoji
2758 DocType: Purchase Invoice Item Price List Rate (Company Currency) Cjenik stopa (Društvo valuta)
2759 DocType: Account Temporary Privremen
2760 DocType: Address Preferred Billing Address Željena adresa za naplatu
2761 DocType: Monthly Distribution Percentage Percentage Allocation Postotak Raspodjela
2762 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +86 Secretary Sekretarica
2784 apps/erpnext/erpnext/public/js/setup_wizard.js +284 user@example.com user@example.com
2785 DocType: Email Digest Income / Expense Prihodi / rashodi
2786 DocType: Employee Personal Email Osobni e
2787 apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +62 Total Variance Ukupno Varijansa
2788 DocType: Accounts Settings If enabled, the system will post accounting entries for inventory automatically. Ako je omogućeno, sustav će objaviti računovodstvene stavke za popis automatski.
2789 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +15 Brokerage posredništvo
2790 DocType: Address Postal Code Poštanski broj
2975 DocType: Production Planning Tool DocType: Sales Invoice If checked, BOM for sub-assembly items will be considered for getting raw materials. Otherwise, all sub-assembly items will be treated as a raw material. Supplier Reference Ako je označeno, BOM za pod-zbor stavke će biti uzeti u obzir za dobivanje sirovine. Inače, sve pod-montaža stavke će biti tretirani kao sirovinu. Dobavljač Referenca
2976 DocType: Material Request DocType: Production Planning Tool Material Issue If checked, BOM for sub-assembly items will be considered for getting raw materials. Otherwise, all sub-assembly items will be treated as a raw material. Materijal Issue Ako je označeno, BOM za pod-zbor stavke će biti uzeti u obzir za dobivanje sirovine. Inače, sve pod-montaža stavke će biti tretirani kao sirovinu.
2977 DocType: Hub Settings DocType: Material Request Seller Description Material Issue Prodavač Opis Materijal Issue
2978 DocType: Employee Education DocType: Hub Settings Qualification Seller Description Kvalifikacija Prodavač Opis
2979 DocType: Item Price DocType: Employee Education Item Price Qualification Cijena artikla Kvalifikacija
2980 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +48 DocType: Item Price Soap & Detergent Item Price Sapun i deterdžent Cijena artikla
2981 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +36 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +48 Motion Picture & Video Soap & Detergent Motion Picture & Video Sapun i deterdžent
2998 DocType: Sales Order Item DocType: Production Planning Tool For Production Material Request For Warehouse Za proizvodnju Materijal Zahtjev za galeriju
2999 apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +103 DocType: Sales Order Item Please enter sales order in the above table For Production Unesite prodajnog naloga u gornjoj tablici Za proizvodnju
3000 DocType: Project Task apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +103 View Task Please enter sales order in the above table Pogledaj Task Unesite prodajnog naloga u gornjoj tablici
3001 DocType: Project Task View Task Pogledaj Task
3002 apps/erpnext/erpnext/public/js/setup_wizard.js +154 Your financial year begins on Vaša financijska godina počinje
3003 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +46 Please enter Purchase Receipts Unesite Kupovina Primici
3004 DocType: Sales Invoice Get Advances Received Kreiraj avansno primanje
3018 DocType: Notification Control When any of the checked transactions are "Submitted", an email pop-up automatically opened to send an email to the associated "Contact" in that transaction, with the transaction as an attachment. The user may or may not send the email. Kada bilo koji od provjerenih transakcija &quot;Postavio&quot;, e-mail pop-up automatski otvorio poslati e-mail na povezane &quot;Kontakt&quot; u toj transakciji, s transakcijom u privitku. Korisnik može ili ne može poslati e-mail.
3019 apps/erpnext/erpnext/config/setup.py +14 Global Settings Globalne postavke
3020 DocType: Employee Education Employee Education Zaposlenik Obrazovanje
apps/erpnext/erpnext/public/js/controllers/transaction.js +751 It is needed to fetch Item Details. Potrebno je da se donese Stavka Detalji.
3021 DocType: Salary Slip apps/erpnext/erpnext/public/js/controllers/transaction.js +751 Net Pay It is needed to fetch Item Details. Neto plaća Potrebno je da se donese Stavka Detalji.
3022 DocType: Account DocType: Salary Slip Account Net Pay Konto Neto plaća
3023 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +213 DocType: Account Serial No {0} has already been received Account Serijski Ne {0} već je primila Konto
3062 DocType: Address Template DocType: Sales Invoice <h4>Default Template</h4> <p>Uses <a href="http://jinja.pocoo.org/docs/templates/">Jinja Templating</a> and all the fields of Address (including Custom Fields if any) will be available</p> <pre><code>{{ address_line1 }}&lt;br&gt; {% if address_line2 %}{{ address_line2 }}&lt;br&gt;{% endif -%} {{ city }}&lt;br&gt; {% if state %}{{ state }}&lt;br&gt;{% endif -%} {% if pincode %} PIN: {{ pincode }}&lt;br&gt;{% endif -%} {{ country }}&lt;br&gt; {% if phone %}Phone: {{ phone }}&lt;br&gt;{% endif -%} {% if fax %}Fax: {{ fax }}&lt;br&gt;{% endif -%} {% if email_id %}Email: {{ email_id }}&lt;br&gt;{% endif -%} </code></pre> Commission <H4> Standard Template </ h4> <p> <a Koristi href="http://jinja.pocoo.org/docs/templates/"> Jinja templating </a> i svim oblastima Adresa ( uključujući Custom Fields ako ih ima) će biti dostupan </ p> <pre> <code> {{address_line1}} & lt; br & gt; {% ako address_line2%} {{address_line2}} & lt; br & gt; { % endif -%} {{}} gradu & lt; br & gt; {% ako država%} {{}} države & lt; br & gt; {% endif -%} { % ako pincode%} PIN: {{pincode}} & lt; br & gt; {% endif -%} {{zemlji}} & lt; br & gt; {% ako telefon%} Telefon: {{telefonski}} & lt; br & gt; { % endif -%} {% ako fax%} Fax: {{fax}} & lt; br & gt; {% endif -%} {% ako email_id%} Email: {{email_id}} & lt; br & gt ; {% endif -%} </ code> </ pre> Provizija
3063 DocType: Salary Slip Deduction DocType: Address Template Default Amount <h4>Default Template</h4> <p>Uses <a href="http://jinja.pocoo.org/docs/templates/">Jinja Templating</a> and all the fields of Address (including Custom Fields if any) will be available</p> <pre><code>{{ address_line1 }}&lt;br&gt; {% if address_line2 %}{{ address_line2 }}&lt;br&gt;{% endif -%} {{ city }}&lt;br&gt; {% if state %}{{ state }}&lt;br&gt;{% endif -%} {% if pincode %} PIN: {{ pincode }}&lt;br&gt;{% endif -%} {{ country }}&lt;br&gt; {% if phone %}Phone: {{ phone }}&lt;br&gt;{% endif -%} {% if fax %}Fax: {{ fax }}&lt;br&gt;{% endif -%} {% if email_id %}Email: {{ email_id }}&lt;br&gt;{% endif -%} </code></pre> Zadani iznos <H4> Standard Template </ h4> <p> <a Koristi href="http://jinja.pocoo.org/docs/templates/"> Jinja templating </a> i svim oblastima Adresa ( uključujući Custom Fields ako ih ima) će biti dostupan </ p> <pre> <code> {{address_line1}} & lt; br & gt; {% ako address_line2%} {{address_line2}} & lt; br & gt; { % endif -%} {{}} gradu & lt; br & gt; {% ako država%} {{}} države & lt; br & gt; {% endif -%} { % ako pincode%} PIN: {{pincode}} & lt; br & gt; {% endif -%} {{zemlji}} & lt; br & gt; {% ako telefon%} Telefon: {{telefonski}} & lt; br & gt; { % endif -%} {% ako fax%} Fax: {{fax}} & lt; br & gt; {% endif -%} {% ako email_id%} Email: {{email_id}} & lt; br & gt ; {% endif -%} </ code> </ pre>
3064 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +96 DocType: Salary Slip Deduction Warehouse not found in the system Default Amount Skladište nije pronađeno u sistemu Zadani iznos
3065 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +96 Warehouse not found in the system Skladište nije pronađeno u sistemu
3066 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +107 This Month's Summary Ovaj mjesec je sažetak
3067 DocType: Quality Inspection Reading Quality Inspection Reading Kvaliteta Inspekcija čitanje
3068 apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +26 `Freeze Stocks Older Than` should be smaller than %d days. ` Freeze Dionice starije od ` bi trebao biti manji od % d dana .
3100 DocType: SMS Settings Eg. smsgateway.com/api/send_sms.cgi Npr.. smsgateway.com / api / send_sms.cgi
3101 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598 Receive Primiti
3102 DocType: Maintenance Visit Fully Completed Potpuno Završeni
3103 apps/erpnext/erpnext/projects/doctype/project/project_list.js +6 {0}% Complete {0}% Complete
3104 DocType: Employee Educational Qualification Obrazovne kvalifikacije
3105 DocType: Workstation Operating Costs Operativni troškovi
3106 DocType: Employee Leave Approver Employee Leave Approver Zaposlenik dopust Odobritelj
3142 apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +69 Total Paid Amt Ukupno Paid Amt
3143 DocType: SMS Center Messages greater than 160 characters will be split into multiple messages Poruka veća od 160 karaktera će biti split u više mesage
3144 DocType: Purchase Receipt Item Received and Accepted Primljeni i prihvaćeni
3145 Serial No Service Contract Expiry Serijski Bez isteka Ugovor o pružanju usluga
3146 DocType: Item Unit of Measure Conversion Jedinica mjere pretvorbe
3147 apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +86 Employee can not be changed Zaposleni se ne može mijenjati
3148 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +265 You cannot credit and debit same account at the same time Ne možete kreditnim i debitnim isti račun u isto vrijeme
3255 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +147 Confirm Your Email Potvrdi Vaš e-mail
3256 apps/erpnext/erpnext/config/hr.py +53 Offer candidate a Job. Ponuda kandidata posao.
3257 DocType: Notification Control Prompt for Email on Submission of Pitaj za e-poštu na podnošenje
3258 apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +81 Total allocated leaves are more than days in the period Ukupno izdvojene Listovi su više od nekoliko dana u razdoblju
3259 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +70 Item {0} must be a stock Item Stavka {0} mora bitistock Stavka
3260 DocType: Manufacturing Settings Default Work In Progress Warehouse Uobičajeno Work in Progress Skladište
3261 apps/erpnext/erpnext/config/accounts.py +107 Default settings for accounting transactions. Zadane postavke za računovodstvene poslove.
3358 DocType: Maintenance Schedule Item Half Yearly Polu godišnji
3359 DocType: Lead Blog Subscriber Blog pretplatnik
3360 apps/erpnext/erpnext/config/setup.py +88 Create rules to restrict transactions based on values. Stvaranje pravila za ograničavanje prometa na temelju vrijednosti .
3361 DocType: HR Settings If checked, Total no. of Working Days will include holidays, and this will reduce the value of Salary Per Day Ako je označeno, Ukupan broj. radnih dana će uključiti odmor, a to će smanjiti vrijednost plaća po danu
3362 DocType: Purchase Invoice Total Advance Ukupno predujma
3363 apps/erpnext/erpnext/config/hr.py +220 Processing Payroll Obrada Payroll
3364 DocType: Opportunity Item Basic Rate Osnovna stopa
3478 DocType: Sales Invoice Item Drop Ship Drop Ship
3479 DocType: Employee Here you can maintain family details like name and occupation of parent, spouse and children Ovdje možete održavati obiteljske pojedinosti kao što su ime i okupacije roditelja, supružnika i djecu
3480 DocType: Hub Settings Seller Name Ime Prodavač
3481 DocType: Purchase Invoice Taxes and Charges Deducted (Company Currency) Porezi i naknade Umanjenja (Društvo valuta)
3482 DocType: Item Group General Settings General Settings
3483 apps/erpnext/erpnext/setup/doctype/currency_exchange/currency_exchange.py +19 From Currency and To Currency cannot be same Od valute i valuta ne mogu biti isti
3484 DocType: Stock Entry Repack Prepakovati
3494 apps/erpnext/erpnext/accounts/utils.py +197 Allocated amount can not greater than unadusted amount Dodijeljeni iznos ne može veći od iznosa unadusted
3495 DocType: Manufacturing Settings Allow Production on Holidays Dopustite Production o praznicima
3496 DocType: Sales Order Customer's Purchase Order Date Kupca narudžbenice Datum
3497 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +183 Capital Stock Kapitala
3498 DocType: Packing Slip Package Weight Details Težina paketa - detalji
3499 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +105 Please select a csv file Odaberite CSV datoteku
3500 DocType: Purchase Order To Receive and Bill Da primi i Bill
3560
3561
3562
3563
3564
3565
3566
3585
3586
3587
3588
3589
3590
3591
3672
3673
3674
3675
3676
3677
3678

View File

@@ -21,7 +21,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},Informa de la divisa pera la Llista de preus {0}
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Es calcularà en la transacció.
DocType: Purchase Order,Customer Contact,Client Contacte
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,De Sol·licituds de materials
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,De Sol·licituds de materials
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} Arbre
DocType: Job Applicant,Job Applicant,Job Applicant
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,No hi ha més resultats.
@@ -52,7 +52,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,Llet
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,1. Utilitza aquesta opció per mantenir el codi de l'article del client i incloure'l en les cerques en base al seu codi
DocType: Mode of Payment Account,Mode of Payment Account,Mode de Compte de Pagament
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,Mostra variants
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,Quantitat
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,Quantitat
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),Préstecs (passius)
DocType: Employee Education,Year of Passing,Any de defunció
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,En estoc
@@ -63,7 +63,7 @@ apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,Fe
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Sanitari
DocType: Purchase Invoice,Monthly,Mensual
apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66,Delay in payment (Days),Retard en el pagament (dies)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,Factura
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,Factura
DocType: Maintenance Schedule Item,Periodicity,Periodicitat
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,Adreça de correu electrònic
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Defensa
@@ -72,7 +72,7 @@ DocType: Appraisal Goal,Score (0-5),Puntuació (0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},Fila {0}: {1} {2} no coincideix amb {3}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,Fila # {0}:
DocType: Delivery Note,Vehicle No,Vehicle n
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,Seleccionla llista de preus
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,Seleccionla llista de preus
DocType: Production Order Operation,Work In Progress,Treball en curs
DocType: Employee,Holiday List,Llista de vacances
DocType: Time Log,Time Log,Hora de registre
@@ -215,6 +215,7 @@ DocType: Sales Partner,Reseller,Revenedor
apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +41,Please enter Company,Si us plau entra l'Empresa
DocType: Delivery Note Item,Against Sales Invoice Item,Contra la factura de venda d'articles
,Production Orders in Progress,Ordres de producció en Construcció
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37,Net Cash from Financing,Efectiu net de Finançament
DocType: Lead,Address & Contact,Direcció i Contacte
DocType: Leave Allocation,Add unused leaves from previous allocations,Afegir les fulles no utilitzats de les assignacions anteriors
apps/erpnext/erpnext/controllers/recurring_document.py +203,Next Recurring {0} will be created on {1},Següent Recurrent {0} es crearà a {1}
@@ -233,7 +234,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,Especificacions d'article al Web
DocType: Payment Tool,Reference No,Referència número
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,Absència bloquejada
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},Article {0} ha arribat a la seva fi de vida del {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},Article {0} ha arribat a la seva fi de vida del {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,Anual
DocType: Stock Reconciliation Item,Stock Reconciliation Item,Estoc Reconciliació article
DocType: Stock Entry,Sales Invoice No,Factura No
@@ -245,7 +246,7 @@ DocType: Item,Minimum Order Qty,Quantitat de comanda mínima
DocType: Pricing Rule,Supplier Type,Tipus de Proveïdor
DocType: Item,Publish in Hub,Publicar en el Hub
,Terretory,Terretory
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,L'article {0} està cancel·lat
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,L'article {0} està cancel·lat
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,Sol·licitud de materials
DocType: Bank Reconciliation,Update Clearance Date,Actualització Data Liquidació
DocType: Item,Purchase Details,Informació de compra
@@ -308,7 +309,7 @@ DocType: Sales Invoice,Rate at which Customer Currency is converted to customer'
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","Disponible a la llista de materials, nota de lliurament, factura de compra, ordre de producció, ordres de compra, rebut de compra, factura de venda, ordres de venda, entrada d'estoc, fulla d'hores"
DocType: Item Tax,Tax Rate,Tax Rate
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},{0} ja assignat per Empleat {1} per al període {2} a {3}
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,Seleccioneu Producte
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,Seleccioneu Producte
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry","Article: {0} gestionat per lots, no pot conciliar l'ús \
Stock Reconciliació, en lloc d'utilitzar l'entrada Stock"
@@ -382,13 +383,13 @@ DocType: Sales Taxes and Charges Template,Sales Master Manager,Gerent de vendes
apps/erpnext/erpnext/config/manufacturing.py +74,Global settings for all manufacturing processes.,La configuració global per a tots els processos de fabricació.
DocType: Accounts Settings,Accounts Frozen Upto,Comptes bloquejats fins a
DocType: SMS Log,Sent On,Enviar on
apps/erpnext/erpnext/stock/doctype/item/item.py +553,Attribute {0} selected multiple times in Attributes Table,Atribut {0} seleccionat diverses vegades en la taula Atributs
apps/erpnext/erpnext/stock/doctype/item/item.py +554,Attribute {0} selected multiple times in Attributes Table,Atribut {0} seleccionat diverses vegades en la taula Atributs
DocType: HR Settings,Employee record is created using selected field. ,Es crea el registre d'empleat utilitzant el camp seleccionat.
DocType: Sales Order,Not Applicable,No Aplicable
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,Mestre de vacances.
DocType: Material Request Item,Required Date,Data Requerit
DocType: Delivery Note,Billing Address,Direcció De Enviament
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,"Si us plau, introduïu el codi d'article."
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,"Si us plau, introduïu el codi d'article."
DocType: BOM,Costing,Costejament
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","If checked, the tax amount will be considered as already included in the Print Rate / Print Amount"
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Quantitat total
@@ -491,7 +492,7 @@ apps/erpnext/erpnext/config/crm.py +17,Customer database.,Base de dades de clien
DocType: Quotation,Quotation To,Oferta per
DocType: Lead,Middle Income,Ingrés Mig
apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +58,Opening (Cr),Obertura (Cr)
apps/erpnext/erpnext/stock/doctype/item/item.py +702,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,Unitat de mesura per defecte per a l&#39;article {0} no es pot canviar directament perquè ja ha realitzat alguna transacció (s) amb una altra UOM. Vostè haurà de crear un nou element a utilitzar un UOM predeterminat diferent.
apps/erpnext/erpnext/stock/doctype/item/item.py +703,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,Unitat de mesura per defecte per a l&#39;article {0} no es pot canviar directament perquè ja ha realitzat alguna transacció (s) amb una altra UOM. Vostè haurà de crear un nou element a utilitzar un UOM predeterminat diferent.
apps/erpnext/erpnext/accounts/utils.py +195,Allocated amount can not be negative,Suma assignat no pot ser negatiu
DocType: Purchase Order Item,Billed Amt,Quantitat facturada
DocType: Warehouse,A logical Warehouse against which stock entries are made.,Un Magatzem lògic contra el qual es fan les entrades en existències.
@@ -519,9 +520,10 @@ DocType: Buying Settings,Supplier Naming By,NOmenament de proveïdors per
DocType: Activity Type,Default Costing Rate,Taxa d&#39;Incompliment Costea
DocType: Maintenance Schedule,Maintenance Schedule,Programa de manteniment
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Llavors Tarifes de Preu es filtren sobre la base de client, grup de clients, Territori, Proveïdor, Tipus Proveïdor, Campanya, soci de vendes, etc."
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Inventory,Canvi net en l&#39;Inventari
DocType: Employee,Passport Number,Nombre de Passaport
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,Gerent
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,Des rebut de compra
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,Des rebut de compra
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,El mateix article s'ha introduït diverses vegades.
DocType: SMS Settings,Receiver Parameter,Paràmetre de Receptor
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,'Basat En' i 'Agrupar Per' no pot ser el mateix
@@ -800,7 +802,8 @@ DocType: Payment Tool,Set Payment Amount = Outstanding Amount,Establir Import Pa
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,Desacord
,Company Name,Nom de l'Empresa
DocType: SMS Center,Total Message(s),Total Missatge(s)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,Seleccionar element de Transferència
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,Seleccionar element de Transferència
DocType: Purchase Invoice,Additional Discount Percentage,Percentatge de descompte addicional
apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,Veure una llista de tots els vídeos d&#39;ajuda
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,Seleccioneu cap compte del banc on xec va ser dipositat.
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Permetre a l'usuari editar la Llista de Preus de Tarifa en transaccions
@@ -821,7 +824,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,Blanc
DocType: SMS Center,All Lead (Open),Tots els clients potencials (Obert)
DocType: Purchase Invoice,Get Advances Paid,Obtenir bestretes pagades
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,Adjunta la teva imatge
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,Fer
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,Fer
DocType: Journal Entry,Total Amount in Words,Suma total en Paraules
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,"S'ha produït un error. Una raó probable podria ser que no ha guardat el formulari. Si us plau, poseu-vos en contacte amb support@erpnext.com si el problema persisteix."
apps/erpnext/erpnext/templates/pages/cart.html +3,My Cart,Carro de la compra
@@ -843,10 +846,10 @@ DocType: Packing Slip Item,Packing Slip Item,Albarà d'article
DocType: POS Profile,Cash/Bank Account,Compte de Caixa / Banc
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +70,Removed items with no change in quantity or value.,Elements retirats sense canvi en la quantitat o el valor.
DocType: Delivery Note,Delivery To,Lliurar a
apps/erpnext/erpnext/stock/doctype/item/item.py +550,Attribute table is mandatory,Taula d&#39;atributs és obligatori
apps/erpnext/erpnext/stock/doctype/item/item.py +551,Attribute table is mandatory,Taula d&#39;atributs és obligatori
DocType: Production Planning Tool,Get Sales Orders,Rep ordres de venda
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} no pot ser negatiu
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,Descompte
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,Descompte
DocType: Features Setup,Purchase Discounts,Compra Descomptes
DocType: Workstation,Wages,Salari
DocType: Time Log,Will be updated only if Time Log is 'Billable',S&#39;actualitza només si Hora de registre és &quot;facturable&quot;
@@ -913,6 +916,7 @@ DocType: Company,Company registration numbers for your reference. Tax numbers et
DocType: Sales Partner,Distributor,Distribuïdor
DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,Regles d'enviament de la cistella de lacompra
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +209,Production Order {0} must be cancelled before cancelling this Sales Order,Ordre de Producció {0} ha de ser cancel·lat abans de cancel·lar aquesta comanda de vendes
apps/erpnext/erpnext/public/js/controllers/transaction.js +881,Please set 'Apply Additional Discount On',"Si us plau, estableix &quot;Aplicar descompte addicional en &#39;"
,Ordered Items To Be Billed,Els articles comandes a facturar
apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +24,From Range has to be less than To Range,De Gamma ha de ser menor que en la nostra gamma
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,Selecciona Registres de temps i Presenta per a crear una nova factura de venda.
@@ -1053,7 +1057,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
DocType: Appraisal Goal,Goal,Meta
DocType: Sales Invoice Item,Edit Description,Descripció
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,Data prevista de lliurament és menor que la data d&#39;inici prevista.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,Per Proveïdor
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,Per Proveïdor
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Configurar el Tipus de compte ajuda en la selecció d'aquest compte en les transaccions.
DocType: Purchase Invoice,Grand Total (Company Currency),Total (En la moneda de la companyia)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Sortint total
@@ -1125,6 +1129,7 @@ DocType: Sales Order Item,Planned Quantity,Quantitat planificada
DocType: Purchase Invoice Item,Item Tax Amount,Suma d'impostos d'articles
DocType: Item,Maintain Stock,Mantenir Stock
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +211,Stock Entries already created for Production Order ,Imatges de entrades ja creades per Ordre de Producció
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Net Change in Fixed Asset,Canvi net en actius fixos
DocType: Leave Control Panel,Leave blank if considered for all designations,Deixar en blanc si es considera per a totes les designacions
apps/erpnext/erpnext/controllers/accounts_controller.py +517,Charge of type 'Actual' in row {0} cannot be included in Item Rate,Càrrec del tipus 'real' a la fila {0} no pot ser inclòs en la partida Rate
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +182,Max: {0},Max: {0}
@@ -1136,7 +1141,7 @@ DocType: Sales Invoice,Shipping Address Name,Nom de l'Adreça d'enviament
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,Pla General de Comptabilitat
DocType: Material Request,Terms and Conditions Content,Contingut de Termes i Condicions
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,no pot ser major que 100
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,Article {0} no és un article d'estoc
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,Article {0} no és un article d'estoc
DocType: Maintenance Visit,Unscheduled,No programada
DocType: Employee,Owned,Propietat de
DocType: Salary Slip Deduction,Depends on Leave Without Pay,Depèn de la llicència sense sou
@@ -1185,7 +1190,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,Analista
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},Fila {0}: quantitat assignada {1} ha de ser menor o igual a l'import JV {2}
DocType: Item,Inventory,Inventari
DocType: Features Setup,"To enable ""Point of Sale"" view",Per habilitar &quot;Punt de Venda&quot; vista
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,El pagament no es pot fer per al carro buit
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,El pagament no es pot fer per al carro buit
DocType: Item,Sales Details,Detalls de venda
DocType: Opportunity,With Items,Amb articles
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,En Quantitat
@@ -1204,6 +1209,7 @@ apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliat
apps/erpnext/erpnext/public/js/setup_wizard.js +153,Financial Year Start Date,Data d'Inici de l'Exercici fiscal
DocType: Employee External Work History,Total Experience,Experiència total
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +276,Packing Slip(s) cancelled,Fulla(s) d'embalatge cancel·lat
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Flux d&#39;efectiu d&#39;inversió
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Freight and Forwarding Charges
DocType: Material Request Item,Sales Order No,Ordre de Venda No
DocType: Item Group,Item Group Name,Nom del Grup d'Articles
@@ -1216,7 +1222,7 @@ DocType: Maintenance Schedule,Schedules,Horaris
DocType: Purchase Invoice Item,Net Amount,Import Net
DocType: Purchase Order Item Supplied,BOM Detail No,Detall del BOM No
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Import addicional de descompte (moneda Company)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},Error: {0}> {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},Error: {0}> {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,"Si us plau, creu un nou compte de Pla de Comptes."
DocType: Maintenance Visit,Maintenance Visit,Manteniment Visita
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,Client> Grup de Clients> Territori
@@ -1266,7 +1272,7 @@ DocType: Production Planning Tool,Select Sales Orders,Seleccionar comandes de cl
,Material Requests for which Supplier Quotations are not created,Les sol·licituds de material per als quals no es creen Ofertes de Proveïdor
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,El dia (s) en el qual està sol·licitant la llicència són els dies festius. Vostè no necessita sol·licitar l&#39;excedència.
DocType: Features Setup,To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.,Per realitzar un seguiment d'elements mitjançant codi de barres. Vostè serà capaç d'entrar en els elements de la nota de lliurament i la factura de venda mitjançant l'escaneig de codi de barres de l'article.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588,Mark as Delivered,Marcar com Lliurat
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589,Mark as Delivered,Marcar com Lliurat
apps/erpnext/erpnext/crm/doctype/lead/lead.js +34,Make Quotation,Fer Cita
DocType: Dependent Task,Dependent Task,Tasca dependent
apps/erpnext/erpnext/stock/doctype/item/item.py +340,Conversion factor for default Unit of Measure must be 1 in row {0},Factor de conversió per a la unitat de mesura per defecte ha de ser d'1 a la fila {0}
@@ -1276,7 +1282,8 @@ DocType: HR Settings,Stop Birthday Reminders,Aturar recordatoris d'aniversari
DocType: SMS Center,Receiver List,Llista de receptors
DocType: Payment Tool Detail,Payment Amount,Quantitat de pagament
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Quantitat consumida
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} Veure
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} Veure
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +89,Net Change in Cash,Canvi Net en Efectiu
DocType: Salary Structure Deduction,Salary Structure Deduction,Salary Structure Deduction
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,La unitat de mesura {0} s'ha introduït més d'una vegada a la taula de valors de conversió
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Cost d'articles Emeses
@@ -1313,6 +1320,7 @@ DocType: Payment Reconciliation,Payments,Pagaments
DocType: Budget Detail,Budget Allocated,Pressupost assignat
DocType: Journal Entry,Entry Type,Tipus d&#39;entrada
,Customer Credit Balance,Saldo de crèdit al Client
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21,Net Change in Accounts Payable,Canvi net en comptes per pagar
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137,Please verify your email id,Verifiqui si us plau el seu correu electrònic d&#39;identificació
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',Client requereix per a 'Descompte Customerwise'
apps/erpnext/erpnext/config/accounts.py +53,Update bank payment dates with journals.,Actualització de les dates de pagament dels bancs amb les revistes.
@@ -1360,7 +1368,7 @@ DocType: Upload Attendance,Get Template,Aconsegueix Plantilla
DocType: Address,Postal,Postal
DocType: Item,Weightage,Weightage
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,"Hi ha un grup de clients amb el mateix nom, si us plau canvia el nom del client o el nom del Grup de Clients"
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,Seleccioneu {0} primer.
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,Seleccioneu {0} primer.
apps/erpnext/erpnext/templates/pages/order.html +56,text {0},text {0}
DocType: Territory,Parent Territory,Parent Territory
DocType: Quality Inspection Reading,Reading 2,Lectura 2
@@ -1394,7 +1402,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,Leave Encashed?
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,Oportunitat de camp és obligatori
DocType: Item,Variants,Variants
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,Feu l'Ordre de Compra
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,Feu l'Ordre de Compra
DocType: SMS Center,Send To,Enviar a
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},There is not enough leave balance for Leave Type {0}
DocType: Payment Reconciliation Payment,Allocated amount,Monto assignat
@@ -1419,7 +1427,7 @@ DocType: Item,Apply Warehouse-wise Reorder Level,Aplicar Warehouse-savi Nivell d
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424,BOM {0} must be submitted,BOM {0} ha de ser presentat
DocType: Authorization Control,Authorization Control,Control d'Autorització
apps/erpnext/erpnext/config/projects.py +23,Time Log for tasks.,Registre de temps per a les tasques.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561,Payment,Pagament
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Payment,Pagament
DocType: Production Order Operation,Actual Time and Cost,Temps real i Cost
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},Per l'article {1} es poden fer un màxim de {0} sol·licituds de materials destinats a l'ordre de venda {2}
DocType: Employee,Salutation,Salutació
@@ -1527,7 +1535,7 @@ DocType: Appraisal,For Employee Name,Per Nom de l'Empleat
DocType: Holiday List,Clear Table,Taula en blanc
DocType: Features Setup,Brands,Marques
DocType: C-Form Invoice Detail,Invoice No,Número de Factura
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,De l'Ordre de Compra
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,De l'Ordre de Compra
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +93,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Deixa no pot aplicar / cancel·lada abans de {0}, com a balanç de la llicència ja ha estat remès equipatge al futur registre d&#39;assignació de permís {1}"
DocType: Activity Cost,Costing Rate,Pago Rate
,Customer Addresses And Contacts,Adreces de clients i contactes
@@ -1767,13 +1775,14 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,Eina de canvi de nom
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,Actualització de Costos
DocType: Item Reorder,Item Reorder,Punt de reorden
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,Transferir material
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,Transferir material
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","Especifiqueu les operacions, el cost d'operació i dona una número d'operació únic a les operacions."
DocType: Purchase Invoice,Price List Currency,Price List Currency
DocType: Naming Series,User must always select,Usuari sempre ha de seleccionar
DocType: Stock Settings,Allow Negative Stock,Permetre existències negatives
DocType: Installation Note,Installation Note,Nota d'instal·lació
apps/erpnext/erpnext/public/js/setup_wizard.js +301,Add Taxes,Afegir Impostos
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +38,Cash Flow from Financing,Flux de caixa de finançament
,Financial Analytics,Comptabilitat analítica
DocType: Quality Inspection,Verified By,Verified Per
DocType: Address,Subsidiary,Filial
@@ -1816,6 +1825,7 @@ apps/erpnext/erpnext/config/selling.py +158,Setup incoming server for sales emai
DocType: Warranty Claim,Raised By,Raised By
DocType: Payment Tool,Payment Account,Compte de Pagament
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713,Please specify Company to proceed,"Si us plau, especifiqui l'empresa per a procedir"
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20,Net Change in Accounts Receivable,Canvi net en els comptes per cobrar
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46,Compensatory Off,Compensatori
DocType: Quality Inspection Reading,Accepted,Acceptat
apps/erpnext/erpnext/setup/doctype/company/company.js +24,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,"Si us plau, assegureu-vos que realment voleu esborrar totes les transaccions d&#39;aquesta empresa. Les seves dades mestres romandran tal com és. Aquesta acció no es pot desfer."
@@ -2148,7 +2158,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},Magatzem destí obligatori per a la fila {0}
DocType: Quality Inspection,Quality Inspection,Inspecció de Qualitat
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,Extra Petit
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,Advertència: La quantitat de Material sol·licitada és inferior a la Quantitat mínima
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,Advertència: La quantitat de Material sol·licitada és inferior a la Quantitat mínima
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,El compte {0} està bloquejat
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,Entitat Legal / Subsidiari amb un gràfic separat de comptes que pertanyen a l'Organització.
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Alimentació, begudes i tabac"
@@ -2200,7 +2210,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,Només els nodes fulla es permet l'entrada de transaccions
DocType: Expense Claim,Expense Approver,Aprovador de despeses
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Rebut de compra dels articles subministrats
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,Pagar
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,Pagar
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,To Datetime
DocType: SMS Settings,SMS Gateway URL,SMS Gateway URL
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,Registres per mantenir l&#39;estat de lliurament de sms
@@ -2247,7 +2257,7 @@ DocType: Target Detail,Target Detail,Detall Target
DocType: Sales Order,% of materials billed against this Sales Order,% de materials facturats d'aquesta Ordre de Venda
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,Entrada de Tancament de Període
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,Un Centre de costos amb transaccions existents no es pot convertir en grup
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,Depreciació
DocType: Account,Depreciation,Depreciació
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Proveïdor (s)
DocType: Customer,Credit Limit,Límit de Crèdit
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,Seleccioneu el tipus de transacció
@@ -2272,6 +2282,7 @@ DocType: Quality Inspection,Outgoing,Extravertida
DocType: Material Request,Requested For,Requerida Per
DocType: Quotation Item,Against Doctype,Contra Doctype
DocType: Delivery Note,Track this Delivery Note against any Project,Seguir aquesta nota de lliurament contra qualsevol projecte
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28,Net Cash from Investing,Efectiu net d&#39;inversió
apps/erpnext/erpnext/accounts/doctype/account/account.py +176,Root account can not be deleted,Compte root no es pot esborrar
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75,Show Stock Entries,Mostra Imatges d'entrades
,Is Primary Address,És Direcció Primària
@@ -2409,9 +2420,9 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,Landed Cost Monto Vouc
DocType: Time Log,Batched for Billing,Agrupat per a la Facturació
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,Bills plantejades pels proveïdors.
DocType: POS Profile,Write Off Account,Escriu Off Compte
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,Quantitat de Descompte
DocType: Purchase Invoice,Return Against Purchase Invoice,Retorn Contra Compra Factura
DocType: Item,Warranty Period (in days),Període de garantia (en dies)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +16,Net Cash from Operations,Efectiu net de les operacions
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,"per exemple, l'IVA"
apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,Article 4
DocType: Journal Entry Account,Journal Entry Account,Compte entrada de diari
@@ -2588,7 +2599,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
conflicte mitjançant l'assignació de prioritat. Regles Preu: {0}"
DocType: Account,Bank,Banc
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Aerolínia
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,Material Issue
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,Material Issue
DocType: Material Request Item,For Warehouse,Per Magatzem
DocType: Employee,Offer Date,Data d'Oferta
DocType: Hub Settings,Access Token,Token d'accés
@@ -2608,6 +2619,7 @@ DocType: Purchase Invoice Item,Image View,Veure imatges
DocType: Issue,Opening Time,Temps d'obertura
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,Des i Fins a la data sol·licitada
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,Securities & Commodity Exchanges
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',Unitat de mesura per defecte per Variant &#39;{0}&#39; ha de ser el mateix que a la plantilla &#39;{1}&#39;
DocType: Shipping Rule,Calculate Based On,Calcula a causa del
DocType: Delivery Note Item,From Warehouse,De Magatzem
DocType: Purchase Taxes and Charges,Valuation and Total,Valoració i total
@@ -2615,6 +2627,7 @@ DocType: Tax Rule,Shipping City,Enviaments City
apps/erpnext/erpnext/stock/doctype/item/item.js +58,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,Aquest article és una variant de {0} (plantilla). Els atributs es copiaran de la plantilla llevat que 'No Copy' es fixa
DocType: Account,Purchase User,Usuari de compres
DocType: Notification Control,Customize the Notification,Personalitza la Notificació
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17,Cash Flow from Operations,Flux de caixa operatiu
apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24,Default Address Template cannot be deleted,La Plantilla de la direcció predeterminada no es pot eliminar
DocType: Sales Invoice,Shipping Rule,Regla d'enviament
DocType: Journal Entry,Print Heading,Imprimir Capçalera
@@ -2656,7 +2669,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,Hora
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation","Serialitzat article {0} no es pot actualitzar utilitzant \
Stock Reconciliació"
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,Transferència de material a proveïdor
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,Transferència de material a proveïdor
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,Nou Nombre de sèrie no pot tenir Warehouse. Magatzem ha de ser ajustat per Stock entrada o rebut de compra
DocType: Lead,Lead Type,Tipus de client potencial
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,Crear Cotització
@@ -2668,7 +2681,7 @@ DocType: BOM Replace Tool,The new BOM after replacement,La nova llista de materi
DocType: Features Setup,Point of Sale,Punt de Venda
DocType: Account,Tax,Impost
apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +37,Row {0}: {1} is not a valid {2},La fila {0}: {1} no és vàlida per {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +438,From Product Bundle,De Bundle Producte
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +439,From Product Bundle,De Bundle Producte
DocType: Production Planning Tool,Production Planning Tool,Eina de Planificació de la producció
DocType: Quality Inspection,Report Date,Data de l'informe
DocType: C-Form,Invoices,Factures
@@ -2683,6 +2696,7 @@ DocType: Stock Settings,Percentage you are allowed to receive or deliver more ag
DocType: Pricing Rule,Customer Group,Grup de Clients
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168,Expense account is mandatory for item {0},El compte de despeses és obligatòria per a cada element {0}
DocType: Item,Website Description,Descripció del lloc web
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Net Change in Equity,Canvi en el Patrimoni Net
DocType: Serial No,AMC Expiry Date,AMC Data de caducitat
,Sales Register,Registre de vendes
DocType: Quotation,Quotation Lost Reason,Cita Perduda Raó
@@ -2694,7 +2708,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,Seleccioneu Carry Forward si també voleu incloure el balanç de l'any fiscal anterior deixa a aquest any fiscal
DocType: GL Entry,Against Voucher Type,Contra el val tipus
DocType: Item,Attributes,Atributs
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,Obtenir elements
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,Obtenir elements
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,Si us plau indica el Compte d'annotació
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,Darrera Data de comanda
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,Feu Factura impostos especials
@@ -2744,7 +2758,7 @@ DocType: Quality Inspection,Delivery Note No,Número d'albarà de lliurament
DocType: Company,Retail,Venda al detall
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,El client {0} no existeix
DocType: Attendance,Absent,Absent
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,Bundle Producte
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,Bundle Producte
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180,Row {0}: Invalid reference {1},Fila {0}: Referència no vàlida {1}
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Compra les taxes i càrrecs Plantilla
DocType: Upload Attendance,Download Template,Descarregar plantilla
@@ -2772,7 +2786,7 @@ DocType: Sales Invoice,Product Bundle Help,Producte Bundle Ajuda
,Monthly Attendance Sheet,Full d'Assistència Mensual
apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16,No record found,No s'ha trobat registre
apps/erpnext/erpnext/controllers/stock_controller.py +175,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: Centre de Cost és obligatori per l'article {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +467,Get Items from Product Bundle,Obtenir elements del paquet del producte
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468,Get Items from Product Bundle,Obtenir elements del paquet del producte
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79,Account {0} is inactive,Compte {0} està inactiu
DocType: GL Entry,Is Advance,És Avanç
apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,Assistència Des de la data i Assistència a la data és obligatori
@@ -2963,7 +2977,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),Tarifa (%)
DocType: Stock Entry Detail,Additional Cost,Cost addicional
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,Data de finalització de l'exercici fiscal
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","Can not filter based on Voucher No, if grouped by Voucher"
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,Fer Oferta de Proveïdor
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,Fer Oferta de Proveïdor
DocType: Quality Inspection,Incoming,Entrant
DocType: BOM,Materials Required (Exploded),Materials necessaris (explotat)
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),Reduir el guany per absències sense sou (LWP)
@@ -2986,6 +3000,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Piecework,Trebal
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +64,Avg. Buying Rate,Quota de compra mitja
DocType: Task,Actual Time (in Hours),Temps real (en hores)
DocType: Employee,History In Company,Història a la Companyia
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +128,The total Issue / Transfer quantity {0} in Material Request {1} cannot be greater than requested quantity {2} for Item {3},La quantitat total d&#39;emissió / transferència {0} en Sol·licitud de material {1} no pot ser superior a la quantitat sol·licitada {2} d&#39;article {3}
apps/erpnext/erpnext/config/crm.py +151,Newsletters,Butlletins
DocType: Address,Shipping,Enviament
DocType: Stock Ledger Entry,Stock Ledger Entry,Ledger entrada Stock
@@ -3005,7 +3020,6 @@ DocType: Account,Auditor,Auditor
DocType: Purchase Order,End date of current order's period,Data de finalització del període de l'ordre actual
apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +17,Make Offer Letter,Fer una Oferta Carta
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +10,Return,Retorn
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant must be same as Template,Unitat de mesura per defecte per a la variant ha de ser la mateixa que la plantilla
DocType: Production Order Operation,Production Order Operation,Ordre de Producció Operació
DocType: Pricing Rule,Disable,Desactiva
DocType: Project Task,Pending Review,Pendent de Revisió
@@ -3050,6 +3064,7 @@ apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{
DocType: Opportunity,Next Contact,Següent Contacte
DocType: Employee,Employment Type,Tipus d'Ocupació
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +40,Fixed Assets,Actius Fixos
,Cash Flow,Flux d&#39;Efectiu
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85,Application period cannot be across two alocation records,Període d&#39;aplicació no pot ser a través de dos registres alocation
DocType: Item Group,Default Expense Account,Compte de Despeses predeterminat
DocType: Employee,Notice (days),Avís (dies)
@@ -3087,7 +3102,7 @@ DocType: Workstation,per hour,per hores
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,Es crearà un Compte per al magatzem (Inventari Permanent) en aquest Compte
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,El Magatzem no es pot eliminar perquè hi ha entrades al llibre major d'existències d'aquest magatzem.
DocType: Company,Distribution,Distribució
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,Quantitat pagada
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,Quantitat pagada
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,Gerent De Projecte
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,Despatx
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,Descompte màxim permès per l'article: {0} és {1}%
@@ -3129,7 +3144,7 @@ apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425,Transaction n
apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","Per establir aquest any fiscal predeterminat, feu clic a ""Estableix com a predeterminat"""
apps/erpnext/erpnext/config/support.py +54,Setup incoming server for support email id. (e.g. support@example.com),Configuració del servidor d'entrada per l'id de suport per correu electrònic. (Per exemple support@example.com)
apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19,Shortage Qty,Quantitat escassetat
apps/erpnext/erpnext/stock/doctype/item/item.py +569,Item variant {0} exists with same attributes,Hi ha la variant d&#39;article {0} amb mateixos atributs
apps/erpnext/erpnext/stock/doctype/item/item.py +570,Item variant {0} exists with same attributes,Hi ha la variant d&#39;article {0} amb mateixos atributs
DocType: Salary Slip,Salary Slip,Slip Salari
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48,'To Date' is required,'Per Dóna't' es requereix
DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","Generar albarans paquets que es lliuraran. S'utilitza per notificar el nombre de paquets, el contingut del paquet i el seu pes."
@@ -3242,7 +3257,7 @@ DocType: Time Log,Hours,hores
DocType: Project,Expected Start Date,Data prevista d'inici
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41,Remove item if charges is not applicable to that item,Treure article si els càrrecs no és aplicable a aquest
DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,Ex. smsgateway.com/api/send_sms.cgi
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597,Receive,Rebre
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598,Receive,Rebre
DocType: Maintenance Visit,Fully Completed,Totalment Acabat
apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% Complet
DocType: Employee,Educational Qualification,Capacitació per a l'Educació
@@ -3346,7 +3361,7 @@ DocType: Notification Control,Sales Invoice Message,Missatge de Factura de vende
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,Compte {0} Cloenda ha de ser de Responsabilitat / Patrimoni
DocType: Authorization Rule,Based On,Basat en
DocType: Sales Order Item,Ordered Qty,Quantitat demanada
apps/erpnext/erpnext/stock/doctype/item/item.py +580,Item {0} is disabled,Article {0} està deshabilitat
apps/erpnext/erpnext/stock/doctype/item/item.py +581,Item {0} is disabled,Article {0} està deshabilitat
DocType: Stock Settings,Stock Frozen Upto,Estoc bloquejat fins a
apps/erpnext/erpnext/controllers/recurring_document.py +163,Period From and Period To dates mandatory for recurring {0},Període Des i Període Per dates obligatòries per als recurrents {0}
apps/erpnext/erpnext/config/projects.py +13,Project activity / task.,Activitat del projecte / tasca.
@@ -3466,7 +3481,7 @@ DocType: Company,Round Off Account,Per arrodonir el compte
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,Despeses d'Administració
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,Consulting
DocType: Customer Group,Parent Customer Group,Pares Grup de Clients
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,Canvi
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,Canvi
DocType: Purchase Invoice,Contact Email,Correu electrònic de contacte
DocType: Appraisal Goal,Score Earned,Score Earned
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""","per exemple ""El meu Company LLC """
@@ -3482,7 +3497,7 @@ apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zer
DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,Quantitat de punt obtingut després de la fabricació / reempaque de determinades quantitats de matèries primeres
DocType: Payment Reconciliation,Receivable / Payable Account,Compte de cobrament / pagament
DocType: Delivery Note Item,Against Sales Order Item,Contra l'Ordre de Venda d'articles
apps/erpnext/erpnext/stock/doctype/item/item.py +562,Please specify Attribute Value for attribute {0},"Si us plau, especifiqui Atribut Valor de l&#39;atribut {0}"
apps/erpnext/erpnext/stock/doctype/item/item.py +563,Please specify Attribute Value for attribute {0},"Si us plau, especifiqui Atribut Valor de l&#39;atribut {0}"
DocType: Item,Default Warehouse,Magatzem predeterminat
DocType: Task,Actual End Date (via Time Logs),Actual Data de finalització (a través dels registres de temps)
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37,Budget cannot be assigned against Group Account {0},Pressupost no es pot assignar contra comptes de grup {0}
@@ -3548,7 +3563,7 @@ DocType: Account,Parent Account,Compte primària
DocType: Quality Inspection Reading,Reading 3,Lectura 3
,Hub,Cub
DocType: GL Entry,Voucher Type,Tipus de Vals
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,La llista de preus no existeix o està deshabilitada
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,La llista de preus no existeix o està deshabilitada
DocType: Expense Claim,Approved,Aprovat
DocType: Pricing Rule,Price,Preu
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',Empleat rellevat en {0} ha de ser establert com 'Esquerra'
@@ -3573,7 +3588,7 @@ apps/erpnext/erpnext/config/stock.py +283,Batch Inventory,Inventari de lots
DocType: Employee,Contract End Date,Data de finalització de contracte
DocType: Sales Order,Track this Sales Order against any Project,Seguir aquesta Ordre Vendes cap algun projecte
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,Ordres de venda i halar (pendent d'entregar) basat en els criteris anteriors
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,Oferta de Proveïdor
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,Oferta de Proveïdor
DocType: Deduction Type,Deduction Type,Tipus Deducció
DocType: Attendance,Half Day,Medi Dia
DocType: Pricing Rule,Min Qty,Quantitat mínima
@@ -3660,7 +3675,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,N
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(Mig dia)
DocType: Supplier,Credit Days,Dies de Crèdit
DocType: Leave Type,Is Carry Forward,Is Carry Forward
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,Obtenir elements de la llista de materials
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,Obtenir elements de la llista de materials
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Temps de Lliurament Dies
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,Llista de materials
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Fila {0}: Partit Tipus i Partit es requereix per al compte per cobrar / pagar {1}
1 DocType: Employee Salary Mode Salary Mode
21 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36 Currency is required for Price List {0} Informa de la divisa pera la Llista de preus {0}
22 DocType: Sales Taxes and Charges Template * Will be calculated in the transaction. * Es calcularà en la transacció.
23 DocType: Purchase Order Customer Contact Client Contacte
24 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661 From Material Request De Sol·licituds de materials
25 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37 {0} Tree {0} Arbre
26 DocType: Job Applicant Job Applicant Job Applicant
27 apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18 No more results. No hi ha més resultats.
52 DocType: Features Setup 1. To maintain the customer wise item code and to make them searchable based on their code use this option 1. Utilitza aquesta opció per mantenir el codi de l'article del client i incloure'l en les cerques en base al seu codi
53 DocType: Mode of Payment Account Mode of Payment Account Mode de Compte de Pagament
54 apps/erpnext/erpnext/stock/doctype/item/item.js +49 Show Variants Mostra variants
55 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479 Quantity Quantitat
56 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174 Loans (Liabilities) Préstecs (passius)
57 DocType: Employee Education Year of Passing Any de defunció
58 apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12 In Stock En estoc
63 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31 Health Care Sanitari
64 DocType: Purchase Invoice Monthly Mensual
65 apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66 Delay in payment (Days) Retard en el pagament (dies)
66 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607 Invoice Factura
67 DocType: Maintenance Schedule Item Periodicity Periodicitat
68 apps/erpnext/erpnext/public/js/setup_wizard.js +107 Email Address Adreça de correu electrònic
69 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21 Defense Defensa
72 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193 Row {0}: {1} {2} does not match with {3} Fila {0}: {1} {2} no coincideix amb {3}
73 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74 Row # {0}: Fila # {0}:
74 DocType: Delivery Note Vehicle No Vehicle n
75 apps/erpnext/erpnext/public/js/pos/pos.js +528 apps/erpnext/erpnext/public/js/pos/pos.js +534 Please select Price List Seleccionla llista de preus
76 DocType: Production Order Operation Work In Progress Treball en curs
77 DocType: Employee Holiday List Llista de vacances
78 DocType: Time Log Time Log Hora de registre
215 DocType: Lead apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37 Address & Contact Net Cash from Financing Direcció i Contacte Efectiu net de Finançament
216 DocType: Leave Allocation DocType: Lead Add unused leaves from previous allocations Address & Contact Afegir les fulles no utilitzats de les assignacions anteriors Direcció i Contacte
217 apps/erpnext/erpnext/controllers/recurring_document.py +203 DocType: Leave Allocation Next Recurring {0} will be created on {1} Add unused leaves from previous allocations Següent Recurrent {0} es crearà a {1} Afegir les fulles no utilitzats de les assignacions anteriors
218 apps/erpnext/erpnext/controllers/recurring_document.py +203 Next Recurring {0} will be created on {1} Següent Recurrent {0} es crearà a {1}
219 DocType: Newsletter List Total Subscribers Els subscriptors totals
220 Contact Name Nom de Contacte
221 DocType: Production Plan Item SO Pending Qty SO Pendent Quantitat
234 apps/erpnext/erpnext/stock/doctype/item/item.py +576 apps/erpnext/erpnext/stock/doctype/item/item.py +577 Item {0} has reached its end of life on {1} Article {0} ha arribat a la seva fi de vida del {1}
235 apps/erpnext/erpnext/accounts/utils.py +341 Annual Anual
236 DocType: Stock Reconciliation Item Stock Reconciliation Item Estoc Reconciliació article
237 DocType: Stock Entry Sales Invoice No Factura No
238 DocType: Material Request Item Min Order Qty Quantitat de comanda mínima
239 DocType: Lead Do Not Contact No entri en contacte
240 DocType: Sales Invoice The unique id for tracking all recurring invoices. It is generated on submit. L'identificador únic per al seguiment de totes les factures recurrents. Es genera a enviar.
246 apps/erpnext/erpnext/stock/doctype/item/item.py +596 apps/erpnext/erpnext/stock/doctype/item/item.py +597 Item {0} is cancelled L'article {0} està cancel·lat
247 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607 Material Request Sol·licitud de materials
248 DocType: Bank Reconciliation Update Clearance Date Actualització Data Liquidació
249 DocType: Item Purchase Details Informació de compra
250 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +321 Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1} Article {0} no es troba en &#39;matèries primeres subministrades&#39; taula en l&#39;Ordre de Compra {1}
251 DocType: Employee Relation Relació
252 DocType: Shipping Rule Worldwide Shipping Enviament mundial
309 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Select Item Seleccioneu Producte
310 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150 Item: {0} managed batch-wise, can not be reconciled using \ Stock Reconciliation, instead use Stock Entry Article: {0} gestionat per lots, no pot conciliar l'ús \ Stock Reconciliació, en lloc d'utilitzar l'entrada Stock
311 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262 Purchase Invoice {0} is already submitted La Factura de compra {0} ja està Presentada
312 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87 Row # {0}: Batch No must be same as {1} {2} Fila # {0}: Lot No ha de ser igual a {1} {2}
313 apps/erpnext/erpnext/accounts/doctype/account/account.js +54 Convert to non-Group Convertir la no-Group
314 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55 Purchase Receipt must be submitted Rebut de compra s'ha de presentar
315 apps/erpnext/erpnext/config/stock.py +53 Batch (lot) of an Item. Lots (lot) d'un element.
383 DocType: Sales Order Not Applicable No Aplicable
384 apps/erpnext/erpnext/config/hr.py +140 Holiday master. Mestre de vacances.
385 DocType: Material Request Item Required Date Data Requerit
386 DocType: Delivery Note Billing Address Direcció De Enviament
387 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736 Please enter Item Code. Si us plau, introduïu el codi d'article.
388 DocType: BOM Costing Costejament
389 DocType: Purchase Taxes and Charges If checked, the tax amount will be considered as already included in the Print Rate / Print Amount If checked, the tax amount will be considered as already included in the Print Rate / Print Amount
390 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48 Total Qty Quantitat total
391 DocType: Employee Health Concerns Problemes de Salut
392 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15 Unpaid No pagat
393 DocType: Packing Slip From Package No. Del paquet número
394 DocType: Item Attribute To Range Per Abast
395 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +29 Securities and Deposits Valors i Dipòsits
492 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35 Another Sales Person {0} exists with the same Employee id Hi ha una altra Sales Person {0} amb el mateix ID d&#39;empleat
493 apps/erpnext/erpnext/stock/stock_ledger.py +336 Negative Stock Error ({6}) for Item {0} in Warehouse {1} on {2} {3} in {4} {5} Negatiu Stock Error ({6}) per al punt {0} a Magatzem {1} a {2} {3} a {4} {5}
494 DocType: Fiscal Year Company Fiscal Year Company Any fiscal Companyia
495 DocType: Packing Slip Item DN Detail Detall DN
496 DocType: Time Log Billed Facturat
497 DocType: Batch Batch Description Descripció lots
498 DocType: Delivery Note Time at which items were delivered from warehouse Moment en què els articles van ser lliurats des del magatzem
520 DocType: Issue DocType: Production Order Operation Resolution Date In minutes Resolució Data En qüestió de minuts
521 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 DocType: Issue Please set default Cash or Bank account in Mode of Payment {0} Resolution Date Si us plau, estableix pagament en efectiu o Compte bancari predeterminat a la Forma de pagament {0} Resolució Data
522 DocType: Selling Settings apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 Customer Naming By Please set default Cash or Bank account in Mode of Payment {0} Customer Naming By Si us plau, estableix pagament en efectiu o Compte bancari predeterminat a la Forma de pagament {0}
523 DocType: Selling Settings Customer Naming By Customer Naming By
524 apps/erpnext/erpnext/accounts/doctype/account/account.js +67 Convert to Group Convertir el Grup
525 DocType: Activity Cost Activity Type Tipus d'activitat
526 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47 Delivered Amount Quantitat lliurada
527 DocType: Customer Fixed Days Dies Fixos
528 DocType: Sales Invoice Packing List Llista De Embalatge
529 apps/erpnext/erpnext/config/buying.py +28 Purchase Orders given to Suppliers. Ordres de compra donades a Proveïdors.
802 apps/erpnext/erpnext/templates/form_grid/item_grid.html +72 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 Discount {0} can not be negative Descompte {0} no pot ser negatiu
803 DocType: Features Setup apps/erpnext/erpnext/public/js/pos/pos.html +28 Purchase Discounts Discount Compra Descomptes Descompte
804 DocType: Workstation DocType: Features Setup Wages Purchase Discounts Salari Compra Descomptes
805 DocType: Time Log DocType: Workstation Will be updated only if Time Log is 'Billable' Wages S&#39;actualitza només si Hora de registre és &quot;facturable&quot; Salari
806 DocType: Time Log Will be updated only if Time Log is 'Billable' S&#39;actualitza només si Hora de registre és &quot;facturable&quot;
807 DocType: Project Internal Interna
808 DocType: Task Urgent Urgent
809 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +97 Please specify a valid Row ID for row {0} in table {1} Si us plau, especifiqueu un ID de fila vàlida per a la fila {0} a la taula {1}
824 DocType: Lead Organization Name Nom de l'organització
825 DocType: Tax Rule Shipping State Estat de l&#39;enviament
826 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61 Item must be added using 'Get Items from Purchase Receipts' button L'article ha de ser afegit usant 'Obtenir elements de rebuts de compra' botó
827 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126 Sales Expenses Despeses de venda
828 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +113 Standard Buying Compra Standard
829 DocType: GL Entry Against Contra
830 DocType: Item Default Selling Cost Center Per defecte Centre de Cost de Venda
846 DocType: Time Log Batch updated via Time Logs actualitzada a través dels registres de temps
847 apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +40 Average Age Edat mitjana
848 DocType: Opportunity Your sales person who will contact the customer in future La seva persona de vendes que es comunicarà amb el client en el futur
849 apps/erpnext/erpnext/public/js/setup_wizard.js +344 List a few of your suppliers. They could be organizations or individuals. Enumera alguns de les teves proveïdors. Poden ser les organitzacions o individuals.
850 DocType: Company Default Currency Moneda per defecte
851 DocType: Contact Enter designation of this Contact Introduïu designació d'aquest contacte
852 DocType: Expense Claim From Employee D'Empleat
853 apps/erpnext/erpnext/controllers/accounts_controller.py +356 Warning: System will not check overbilling since amount for Item {0} in {1} is zero Advertència: El sistema no comprovarà sobrefacturació si la quantitat de l'article {0} a {1} és zero
854 DocType: Journal Entry Make Difference Entry Feu Entrada Diferència
855 DocType: Upload Attendance Attendance From Date Assistència des de data
916 DocType: Purchase Invoice Item Net Rate Purchase Order Items To Be Billed Taxa neta Ordre de Compra articles a facturar
917 DocType: Purchase Invoice Item Purchase Invoice Item Net Rate Compra Factura article Taxa neta
918 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50 DocType: Purchase Invoice Item Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts Purchase Invoice Item Les entrades d'ajust d'estocs i les entrades de GL estan inserits en els rebuts de compra seleccionats Compra Factura article
919 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50 Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts Les entrades d'ajust d'estocs i les entrades de GL estan inserits en els rebuts de compra seleccionats
920 apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +8 Item 1 Article 1
921 DocType: Holiday Holiday Festiu
922 DocType: Leave Control Panel Leave blank if considered for all branches Deixar en blanc si es considera per a totes les branques
1057 Delivered Items To Be Billed Articles lliurats pendents de facturar
1058 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +60 Warehouse cannot be changed for Serial No. Magatzem no pot ser canviat pel Nº de Sèrie
1059 DocType: Authorization Rule Average Discount Descompte Mig
1060 DocType: Address Utilities Utilitats
1061 DocType: Purchase Invoice Item Accounting Comptabilitat
1062 DocType: Features Setup Features Setup Característiques del programa d'instal·lació
1063 apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +13 View Offer Letter Veure oferta Carta
1129 DocType: Supplier DocType: Shipping Rule Condition Stock Manager To Value Gerent Per Valor
1130 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +143 DocType: Supplier Source warehouse is mandatory for row {0} Stock Manager Magatzem d'origen obligatori per a la fila {0} Gerent
1131 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +581 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +143 Packing Slip Source warehouse is mandatory for row {0} Llista de presència Magatzem d'origen obligatori per a la fila {0}
1132 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +581 Packing Slip Llista de presència
1133 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +111 Office Rent lloguer de l'oficina
1134 apps/erpnext/erpnext/config/setup.py +110 Setup SMS gateway settings Paràmetres de configuració de Porta de SMS
1135 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +60 Import Failed! Error en importar!
1141 DocType: Features Setup To enable "Point of Sale" view Per habilitar &quot;Punt de Venda&quot; vista
1142 apps/erpnext/erpnext/public/js/pos/pos.js +402 apps/erpnext/erpnext/public/js/pos/pos.js +408 Payment cannot be made for empty cart El pagament no es pot fer per al carro buit
1143 DocType: Item Sales Details Detalls de venda
1144 DocType: Opportunity With Items Amb articles
1145 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 In Qty En Quantitat
1146 DocType: Notification Control Expense Claim Rejected Compte de despeses Rebutjat
1147 DocType: Sales Invoice The date on which next invoice will be generated. It is generated on submit. La data en què es generarà propera factura. Es genera en enviar.
1190 apps/erpnext/erpnext/public/js/setup_wizard.js +380 DocType: Purchase Receipt Box Transporter Details Caixa Detalls Transporter
1191 apps/erpnext/erpnext/public/js/setup_wizard.js +137 apps/erpnext/erpnext/public/js/setup_wizard.js +380 The Organization Box L'Organització Caixa
1192 DocType: Monthly Distribution apps/erpnext/erpnext/public/js/setup_wizard.js +137 Monthly Distribution The Organization Distribució Mensual L'Organització
1193 apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68 DocType: Monthly Distribution Receiver List is empty. Please create Receiver List Monthly Distribution La llista de receptors és buida. Si us plau, crea la Llista de receptors Distribució Mensual
1194 DocType: Production Plan Sales Order apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68 Production Plan Sales Order Receiver List is empty. Please create Receiver List Pla de Producció d'ordres de venda La llista de receptors és buida. Si us plau, crea la Llista de receptors
1195 DocType: Sales Partner DocType: Production Plan Sales Order Sales Partner Target Production Plan Sales Order Sales Partner Target Pla de Producció d'ordres de venda
1196 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +113 DocType: Sales Partner Accounting Entry for {0} can only be made in currency: {1} Sales Partner Target Entrada de Comptabilitat per a {0} només es pot fer en moneda: {1} Sales Partner Target
1209 DocType: Shipping Rule Condition apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 From Value No Items to pack De Valor No hi ha articles per embalar
1210 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +550 DocType: Shipping Rule Condition Manufacturing Quantity is mandatory From Value Quantitat de fabricació és obligatori De Valor
1211 apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +550 Amounts not reflected in bank Manufacturing Quantity is mandatory Les quantitats no es reflecteixen en el banc Quantitat de fabricació és obligatori
1212 apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45 Amounts not reflected in bank Les quantitats no es reflecteixen en el banc
1213 DocType: Quality Inspection Reading Reading 4 Reading 4
1214 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Les reclamacions per compte de l'empresa.
1215 DocType: Company Default Holiday List Per defecte Llista de vacances
1222 DocType: Features Setup To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item. Per realitzar un seguiment d'elements mitjançant codi de barres. Vostè serà capaç d'entrar en els elements de la nota de lliurament i la factura de venda mitjançant l'escaneig de codi de barres de l'article.
1223 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589 Mark as Delivered Marcar com Lliurat
1224 apps/erpnext/erpnext/crm/doctype/lead/lead.js +34 Make Quotation Fer Cita
1225 DocType: Dependent Task Dependent Task Tasca dependent
1226 apps/erpnext/erpnext/stock/doctype/item/item.py +340 Conversion factor for default Unit of Measure must be 1 in row {0} Factor de conversió per a la unitat de mesura per defecte ha de ser d'1 a la fila {0}
1227 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +157 Leave of type {0} cannot be longer than {1} Una absència del tipus {0} no pot ser de més de {1}
1228 DocType: Manufacturing Settings Try planning operations for X days in advance. Intenta operacions per a la planificació de X dies d&#39;antelació.
1272 apps/erpnext/erpnext/config/accounts.py +53 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137 Update bank payment dates with journals. Please verify your email id Actualització de les dates de pagament dels bancs amb les revistes. Verifiqui si us plau el seu correu electrònic d&#39;identificació
1273 DocType: Quotation apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42 Term Details Customer required for 'Customerwise Discount' Detalls termini Client requereix per a 'Descompte Customerwise'
1274 DocType: Manufacturing Settings apps/erpnext/erpnext/config/accounts.py +53 Capacity Planning For (Days) Update bank payment dates with journals. Planificació de la capacitat per a (Dies) Actualització de les dates de pagament dels bancs amb les revistes.
1275 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +63 DocType: Quotation None of the items have any change in quantity or value. Term Details Cap dels articles tenen qualsevol canvi en la quantitat o el valor. Detalls termini
1276 DocType: Warranty Claim DocType: Manufacturing Settings Warranty Claim Capacity Planning For (Days) Reclamació de la Garantia Planificació de la capacitat per a (Dies)
1277 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +63 Lead Details None of the items have any change in quantity or value. Detalls del client potencial Cap dels articles tenen qualsevol canvi en la quantitat o el valor.
1278 DocType: Purchase Invoice DocType: Warranty Claim End date of current invoice's period Warranty Claim Data de finalització del període de facturació actual Reclamació de la Garantia
1282 DocType: Maintenance Visit DocType: Bank Reconciliation Partially Completed From Date Va completar parcialment Des de la data
1283 DocType: Leave Type DocType: Shipping Rule Country Include holidays within leaves as leaves Shipping Rule Country Inclogui les vacances dins de les fulles com les fulles Regla País d&#39;enviament
1284 DocType: Sales Invoice DocType: Maintenance Visit Packed Items Partially Completed Dinar Articles Va completar parcialment
1285 apps/erpnext/erpnext/config/support.py +18 DocType: Leave Type Warranty Claim against Serial No. Include holidays within leaves as leaves Reclamació de garantia davant el No. de sèrie Inclogui les vacances dins de les fulles com les fulles
1286 DocType: Sales Invoice Packed Items Dinar Articles
1287 DocType: BOM Replace Tool apps/erpnext/erpnext/config/support.py +18 Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate "BOM Explosion Item" table as per new BOM Warranty Claim against Serial No. Reemplaçar una llista de materials(BOM) a totes les altres llistes de materials(BOM) on s'utilitza. Substituirà l'antic enllaç de llista de materials(BOM), s'actualitzarà el cost i es regenerarà la taula "BOM Explosionat", segons la nova llista de materials Reclamació de garantia davant el No. de sèrie
1288 DocType: Shopping Cart Settings DocType: BOM Replace Tool Enable Shopping Cart Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate "BOM Explosion Item" table as per new BOM Habilita Compres Reemplaçar una llista de materials(BOM) a totes les altres llistes de materials(BOM) on s'utilitza. Substituirà l'antic enllaç de llista de materials(BOM), s'actualitzarà el cost i es regenerarà la taula "BOM Explosionat", segons la nova llista de materials
1289 DocType: Employee DocType: Shopping Cart Settings Permanent Address Enable Shopping Cart Adreça Permanent Habilita Compres
1320 DocType: Quality Inspection Reading DocType: Territory Reading 2 Parent Territory Lectura 2 Parent Territory
1321 DocType: Stock Entry DocType: Quality Inspection Reading Material Receipt Reading 2 Recepció de materials Lectura 2
1322 apps/erpnext/erpnext/public/js/setup_wizard.js +376 DocType: Stock Entry Products Material Receipt Productes Recepció de materials
1323 apps/erpnext/erpnext/public/js/setup_wizard.js +376 Products Productes
1324 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +47 Party Type and Party is required for Receivable / Payable account {0} Partit Tipus i Partit es requereix per al compte per cobrar / pagar {0}
1325 DocType: Item If this item has variants, then it cannot be selected in sales orders etc. Si aquest article té variants, llavors no pot ser seleccionada en les comandes de venda, etc.
1326 DocType: Lead Next Contact By Següent Contactar Per
1368 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +326 Item is not allowed to have Production Order. L&#39;article no se li permet tenir ordre de producció.
1369 DocType: Packing Slip The net weight of this package. (calculated automatically as sum of net weight of items) El pes net d'aquest paquet. (Calculats automàticament com la suma del pes net d'articles)
1370 DocType: Sales Order To Deliver and Bill Per Lliurar i Bill
1371 DocType: GL Entry Credit Amount in Account Currency Suma de crèdit en compte Moneda
1372 apps/erpnext/erpnext/config/manufacturing.py +24 Time Logs for manufacturing. Registres de temps per a la seva fabricació.
1373 DocType: Item Apply Warehouse-wise Reorder Level Aplicar Warehouse-savi Nivell de Reabastament
1374 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424 BOM {0} must be submitted BOM {0} ha de ser presentat
1402 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +119 Quantity for Item {0} must be less than {1} Quantitat d'articles per {0} ha de ser menor de {1}
1403 Sales Invoice Trends Tendències de Factures de Vendes
1404 DocType: Leave Application Apply / Approve Leaves Aplicar / Aprovar Fulles
1405 apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +23 For Per
1406 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +90 Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total' Pot referir fila només si el tipus de càrrega és 'On Anterior Suma Fila "o" Anterior Fila Total'
1407 DocType: Sales Order Item Delivery Warehouse Magatzem Lliurament
1408 DocType: Stock Settings Allowance Percent Percentatge de Subsidi
1427 DocType: Cost Center Budget Pressupost
1428 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +41 Budget cannot be assigned against {0}, as it's not an Income or Expense account Pressupost no es pot assignar en contra {0}, ja que no és un compte d&#39;ingressos o despeses
1429 apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +51 Achieved Aconseguit
1430 apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +65 Territory / Customer Localitat / Client
1431 apps/erpnext/erpnext/public/js/setup_wizard.js +312 e.g. 5 per exemple 5
1432 apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +154 Row {0}: Allocated amount {1} must be less than or equals to invoice outstanding amount {2} Fila {0}: quantitat assignada {1} ha de ser menor o igual a quantitat pendent de facturar {2}
1433 DocType: Sales Invoice In Words will be visible once you save the Sales Invoice. En paraules seran visibles un cop que guardi la factura de venda.
1535 apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +176 Closing (Opening + Totals) Tancament (Obertura + totals)
1536 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +26 Please specify currency in Company Si us plau, especifiqui la moneda a l'empresa
1537 DocType: Workstation Wages per hour Els salaris per hora
1538 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +47 Stock balance in Batch {0} will become negative {1} for Item {2} at Warehouse {3} Estoc equilibri en Lot {0} es convertirà en negativa {1} per a la partida {2} a Magatzem {3}
1539 apps/erpnext/erpnext/config/setup.py +83 Show / Hide features like Serial Nos, POS etc. Mostra / Amaga característiques com Nº de Sèrie, TPV etc.
1540 apps/erpnext/erpnext/templates/emails/reorder_item.html +1 Following Material Requests have been raised automatically based on Item's re-order level Després de sol·licituds de materials s&#39;han plantejat de forma automàtica segons el nivell de re-ordre de l&#39;article
1541 apps/erpnext/erpnext/controllers/accounts_controller.py +254 Account {0} is invalid. Account Currency must be {1} Compte {0} no és vàlid. Compte moneda ha de ser {1}
1775 apps/erpnext/erpnext/utilities/transaction_base.py +93 DocType: Quality Inspection Reading Invalid reference {0} {1} Accepted Invàlid referència {0} {1} Acceptat
1776 DocType: Payment Tool apps/erpnext/erpnext/setup/doctype/company/company.js +24 Total Payment Amount Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone. Suma total de Pagament Si us plau, assegureu-vos que realment voleu esborrar totes les transaccions d&#39;aquesta empresa. Les seves dades mestres romandran tal com és. Aquesta acció no es pot desfer.
1777 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 apps/erpnext/erpnext/utilities/transaction_base.py +93 {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Invalid reference {0} {1} {0} ({1}) no pot ser major que quanitity planejat ({2}) en l'ordre de la producció {3} Invàlid referència {0} {1}
1778 DocType: Shipping Rule DocType: Payment Tool Shipping Rule Label Total Payment Amount Regla Etiqueta d'enviament Suma total de Pagament
1779 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 Raw Materials cannot be blank. {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Matèries primeres no poden estar en blanc. {0} ({1}) no pot ser major que quanitity planejat ({2}) en l'ordre de la producció {3}
1780 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 DocType: Shipping Rule Could not update stock, invoice contains drop shipping item. Shipping Rule Label No s&#39;ha pogut actualitzar valors, factura conté els articles de l&#39;enviament de la gota. Regla Etiqueta d'enviament
1781 DocType: Newsletter apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 Test Raw Materials cannot be blank. Prova Matèries primeres no poden estar en blanc.
1782 apps/erpnext/erpnext/stock/doctype/item/item.py +398 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 As there are existing stock transactions for this item, \ you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method' Could not update stock, invoice contains drop shipping item. Com que hi ha transaccions d&#39;accions existents per aquest concepte, \ no pot canviar els valors de &#39;no té de sèrie&#39;, &#39;Té lot n&#39;, &#39;És de la Element &quot;i&quot; Mètode de valoració&#39; No s&#39;ha pogut actualitzar valors, factura conté els articles de l&#39;enviament de la gota.
1783 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +444 DocType: Newsletter Quick Journal Entry Test Seient Ràpida Prova
1784 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +100 apps/erpnext/erpnext/stock/doctype/item/item.py +398 You can not change rate if BOM mentioned agianst any item As there are existing stock transactions for this item, \ you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method' No es pot canviar la tarifa si el BOM va cap a un article Com que hi ha transaccions d&#39;accions existents per aquest concepte, \ no pot canviar els valors de &#39;no té de sèrie&#39;, &#39;Té lot n&#39;, &#39;És de la Element &quot;i&quot; Mètode de valoració&#39;
1785 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +444 Quick Journal Entry Seient Ràpida
1786 DocType: Employee apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +100 Previous Work Experience You can not change rate if BOM mentioned agianst any item Experiència laboral anterior No es pot canviar la tarifa si el BOM va cap a un article
1787 DocType: Stock Entry DocType: Employee For Quantity Previous Work Experience Per Quantitat Experiència laboral anterior
1788 apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +157 DocType: Stock Entry Please enter Planned Qty for Item {0} at row {1} For Quantity Si us plau entra la quantitat Planificada per l'article {0} a la fila {1} Per Quantitat
1825 apps/erpnext/erpnext/hr/doctype/employee/employee.py +117 apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +21 Contract End Date must be greater than Date of Joining Next Steps La Data de finalització del contracte ha de ser major que la data d'inici Propers passos
1826 DocType: Sales Partner apps/erpnext/erpnext/hr/doctype/employee/employee.py +117 A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission. Contract End Date must be greater than Date of Joining Un distribuïdor de tercers / distribuïdor / comissió de l'agent / de la filial / distribuïdor que ven els productes de les empreses d'una comissió. La Data de finalització del contracte ha de ser major que la data d'inici
1827 DocType: Customer Group DocType: Sales Partner Has Child Node A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission. Té Node Nen Un distribuïdor de tercers / distribuïdor / comissió de l'agent / de la filial / distribuïdor que ven els productes de les empreses d'una comissió.
1828 DocType: Customer Group Has Child Node Té Node Nen
1829 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +332 {0} against Purchase Order {1} {0} contra l'Ordre de Compra {1}
1830 DocType: SMS Settings Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.) Introduïu els paràmetres d'URL estàtiques aquí (Ex. Remitent = ERPNext, nom d'usuari = ERPNext, password = 1234 etc.)
1831 apps/erpnext/erpnext/accounts/utils.py +42 {0} {1} not in any active Fiscal Year. For more details check {2}. {0} {1} no en qualsevol any fiscal activa. Per a més detalls de verificació {2}.
2158 DocType: Installation Note Item Against Document Detail No Contra Detall del document núm
2159 DocType: Quality Inspection Outgoing Extravertida
2160 DocType: Material Request Requested For Requerida Per
2161 DocType: Quotation Item Against Doctype Contra Doctype
2162 DocType: Delivery Note Track this Delivery Note against any Project Seguir aquesta nota de lliurament contra qualsevol projecte
2163 apps/erpnext/erpnext/accounts/doctype/account/account.py +176 apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28 Root account can not be deleted Net Cash from Investing Compte root no es pot esborrar Efectiu net d&#39;inversió
2164 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75 apps/erpnext/erpnext/accounts/doctype/account/account.py +176 Show Stock Entries Root account can not be deleted Mostra Imatges d'entrades Compte root no es pot esborrar
2210 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 DocType: Warranty Claim Value or Qty From Company Valor o Quantitat Des de l'empresa
2211 apps/erpnext/erpnext/public/js/setup_wizard.js +381 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 Minute Value or Qty Minut Valor o Quantitat
2212 DocType: Purchase Invoice apps/erpnext/erpnext/public/js/setup_wizard.js +381 Purchase Taxes and Charges Minute Compra Impostos i Càrrecs Minut
2213 DocType: Purchase Invoice Qty to Receive Purchase Taxes and Charges Quantitat a Rebre Compra Impostos i Càrrecs
2214 DocType: Leave Block List Leave Block List Allowed Qty to Receive Llista d'absències permeses bloquejades Quantitat a Rebre
2215 apps/erpnext/erpnext/public/js/setup_wizard.js +108 DocType: Leave Block List You will use it to Login Leave Block List Allowed El utilitzarà per iniciar sessió Llista d'absències permeses bloquejades
2216 DocType: Sales Partner apps/erpnext/erpnext/public/js/setup_wizard.js +108 Retailer You will use it to Login Detallista El utilitzarà per iniciar sessió
2257 DocType: Sales Order DocType: Purchase Invoice Item Fully Billed PR Detail Totalment Anunciat Detall PR
2258 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20 DocType: Sales Order Cash In Hand Fully Billed Efectiu disponible Totalment Anunciat
2259 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +119 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20 Delivery warehouse required for stock item {0} Cash In Hand Magatzem de lliurament requerit per tema de valors {0} Efectiu disponible
2260 DocType: Packing Slip apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +119 The gross weight of the package. Usually net weight + packaging material weight. (for print) Delivery warehouse required for stock item {0} El pes brut del paquet. En general, el pes net + embalatge pes del material. (Per imprimir) Magatzem de lliurament requerit per tema de valors {0}
2261 DocType: Accounts Settings DocType: Packing Slip Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts The gross weight of the package. Usually net weight + packaging material weight. (for print) Els usuaris amb aquest rol poden establir comptes bloquejats i crear/modificar els assentaments comptables contra els comptes bloquejats El pes brut del paquet. En general, el pes net + embalatge pes del material. (Per imprimir)
2262 DocType: Serial No DocType: Accounts Settings Is Cancelled Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts Està cancel·lat Els usuaris amb aquest rol poden establir comptes bloquejats i crear/modificar els assentaments comptables contra els comptes bloquejats
2263 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +286 DocType: Serial No My Shipments Is Cancelled Els meus enviaments Està cancel·lat
2282 DocType: Project apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +37 Total Costing Amount (via Time Logs) Calls Suma total del càlcul del cost (a través dels registres de temps) Trucades
2283 DocType: Purchase Order Item Supplied DocType: Project Stock UOM Total Costing Amount (via Time Logs) UDM de l'Estoc Suma total del càlcul del cost (a través dels registres de temps)
2284 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +198 DocType: Purchase Order Item Supplied Purchase Order {0} is not submitted Stock UOM Ordre de Compra {0} no es presenta UDM de l'Estoc
2285 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +198 Purchase Order {0} is not submitted Ordre de Compra {0} no es presenta
2286 apps/erpnext/erpnext/stock/doctype/item/item.js +32 Projected Projectat
2287 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +218 Serial No {0} does not belong to Warehouse {1} Serial No {0} no pertany al Magatzem {1}
2288 apps/erpnext/erpnext/controllers/status_updater.py +137 Note: System will not check over-delivery and over-booking for Item {0} as quantity or amount is 0 Nota: El sistema no verificarà el lliurament excessiva i l'excés de reserves per Punt {0} com la quantitat o la quantitat és 0
2420 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +56 Cost Center is required for 'Profit and Loss' account {0} Es requereix de centres de cost per a 'Pèrdues i Guanys "compta {0}
2421 apps/erpnext/erpnext/setup/doctype/company/delete_company_transactions.py +17 Transactions can only be deleted by the creator of the Company Les transaccions només poden ser esborrats pel creador de la Companyia
2422 apps/erpnext/erpnext/accounts/general_ledger.py +21 Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction. Nombre incorrecte d'entrades del llibre major. És possible que hi hagi seleccionat un compte erroni en la transacció.
apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31 To create a Bank Account Per crear un compte de banc
2423 DocType: Hub Settings apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31 Publish Availability To create a Bank Account Publicar disponibilitat Per crear un compte de banc
2424 apps/erpnext/erpnext/hr/doctype/employee/employee.py +105 DocType: Hub Settings Date of Birth cannot be greater than today. Publish Availability Data de naixement no pot ser més gran que l&#39;actual. Publicar disponibilitat
2425 apps/erpnext/erpnext/hr/doctype/employee/employee.py +105 Date of Birth cannot be greater than today. Data de naixement no pot ser més gran que l&#39;actual.
2426 Stock Ageing Estoc Envelliment
2427 apps/erpnext/erpnext/controllers/accounts_controller.py +218 {0} '{1}' is disabled {0} '{1}' es desactiva
2428 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +13 Set as Open Posar com a obert
2599 DocType: Cost Center DocType: Appraisal Template Distribution Id Appraisal Template Title ID de Distribució Títol de plantilla d'avaluació
2600 apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +14 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +352 Awesome Services Commercial Serveis impressionants Comercial
2601 apps/erpnext/erpnext/config/manufacturing.py +29 apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +23 All Products or Services. Parent Item {0} must not be a Stock Item Tots els Productes o Serveis. Article Pare {0} no ha de ser un arxiu d&#39;articles
2602 DocType: Purchase Invoice DocType: Cost Center Supplier Address Distribution Id Adreça del Proveïdor ID de Distribució
2603 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +14 Out Qty Awesome Services Quantitat de sortida Serveis impressionants
2604 apps/erpnext/erpnext/config/accounts.py +128 apps/erpnext/erpnext/config/manufacturing.py +29 Rules to calculate shipping amount for a sale All Products or Services. Regles per calcular l'import d'enviament per a una venda Tots els Productes o Serveis.
2605 apps/erpnext/erpnext/selling/doctype/customer/customer.py +29 DocType: Purchase Invoice Series is mandatory Supplier Address Sèries és obligatori Adreça del Proveïdor
2619 apps/erpnext/erpnext/controllers/item_variant.py +51 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +636 Increment for Attribute {0} cannot be 0 Fetch exploded BOM (including sub-assemblies) Increment de Atribut {0} no pot ser 0 Fetch exploded BOM (including sub-assemblies)
2620 DocType: Journal Entry DocType: Authorization Rule Pay To / Recd From Applicable To (Employee) Pagar a/Rebut de Aplicable a (Empleat)
2621 DocType: Naming Series apps/erpnext/erpnext/controllers/accounts_controller.py +101 Setup Series Due Date is mandatory Sèrie d'instal·lació Data de venciment és obligatori
2622 apps/erpnext/erpnext/controllers/item_variant.py +51 Increment for Attribute {0} cannot be 0 Increment de Atribut {0} no pot ser 0
2623 DocType: Supplier DocType: Journal Entry Contact HTML Pay To / Recd From Contacte HTML Pagar a/Rebut de
2624 DocType: Landed Cost Voucher DocType: Naming Series Purchase Receipts Setup Series Rebut de compra Sèrie d'instal·lació
2625 DocType: Payment Reconciliation DocType: Supplier Maximum Amount Contact HTML Import màxim Contacte HTML
2627 DocType: Quality Inspection DocType: Payment Reconciliation Delivery Note No Maximum Amount Número d'albarà de lliurament Import màxim
2628 DocType: Company apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +27 Retail How Pricing Rule is applied? Venda al detall Com s'aplica la regla de preus?
2629 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108 DocType: Quality Inspection Customer {0} does not exist Delivery Note No El client {0} no existeix Número d'albarà de lliurament
2630 DocType: Company Retail Venda al detall
2631 DocType: Attendance apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108 Absent Customer {0} does not exist Absent El client {0} no existeix
2632 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471 DocType: Attendance Product Bundle Absent Bundle Producte Absent
2633 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472 Row {0}: Invalid reference {1} Product Bundle Fila {0}: Referència no vàlida {1} Bundle Producte
2669 DocType: Authorization Rule DocType: Hub Settings Authorization Rule Seller Country Regla d'Autorització Venedor País
2670 DocType: Sales Invoice DocType: Authorization Rule Terms and Conditions Details Authorization Rule Termes i Condicions Detalls Regla d'Autorització
2671 DocType: Sales Taxes and Charges Template DocType: Sales Invoice Sales Taxes and Charges Template Terms and Conditions Details Impostos i càrrecs de venda de plantilla Termes i Condicions Detalls
2672 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10 DocType: Sales Taxes and Charges Template Apparel & Accessories Sales Taxes and Charges Template Roba i Accessoris Impostos i càrrecs de venda de plantilla
2673 apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10 Number of Order Apparel & Accessories Número d'ordre Roba i Accessoris
2674 DocType: Item Group apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 HTML / Banner that will show on the top of product list. Number of Order HTML / Banner que apareixerà a la part superior de la llista de productes. Número d'ordre
2675 DocType: Shipping Rule DocType: Item Group Specify conditions to calculate shipping amount HTML / Banner that will show on the top of product list. Especifica les condicions d'enviament per calcular l'import del transport HTML / Banner que apareixerà a la part superior de la llista de productes.
2681 DocType: Offer Letter Term apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +87 Value / Description Commission on Sales Valor / Descripció Comissió de Vendes
2682 DocType: Tax Rule DocType: Offer Letter Term Billing Country Value / Description Facturació País Valor / Descripció
2683 DocType: Tax Rule Customers Not Buying Since Long Time Billing Country Els clients no comprar des de fa molt temps Facturació País
2684 DocType: Production Order Expected Delivery Date Customers Not Buying Since Long Time Data de lliurament esperada Els clients no comprar des de fa molt temps
2685 apps/erpnext/erpnext/accounts/general_ledger.py +121 DocType: Production Order Debit and Credit not equal for {0} #{1}. Difference is {2}. Expected Delivery Date Dèbit i Crèdit no és igual per a {0} # {1}. La diferència és {2}. Data de lliurament esperada
2686 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +93 apps/erpnext/erpnext/accounts/general_ledger.py +121 Entertainment Expenses Debit and Credit not equal for {0} #{1}. Difference is {2}. Despeses d'Entreteniment Dèbit i Crèdit no és igual per a {0} # {1}. La diferència és {2}.
2687 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +190 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +93 Sales Invoice {0} must be cancelled before cancelling this Sales Order Entertainment Expenses La factura {0} ha de ser cancel·lada abans de cancel·lar aquesta comanda de vendes Despeses d'Entreteniment
2696 DocType: Sales Order DocType: Sales Invoice % Amount Billed Posting Time % Import Facturat Temps d'enviament
2697 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129 DocType: Sales Order Telephone Expenses % Amount Billed Despeses telefòniques % Import Facturat
2698 DocType: Sales Partner apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129 Logo Telephone Expenses Logo Despeses telefòniques
2699 DocType: Sales Partner Logo Logo
2700 DocType: Naming Series Check this if you want to force the user to select a series before saving. There will be no default if you check this. Seleccioneu aquesta opció si voleu obligar l'usuari a seleccionar una sèrie abans de desar. No hi haurà cap valor per defecte si marca aquesta.
2701 apps/erpnext/erpnext/stock/get_item_details.py +107 No Item with Serial No {0} No Element amb Serial No {0}
2702 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +95 Open Notifications Obrir Notificacions
2708 DocType: Bank Reconciliation Detail Cheque Date Data Xec
2709 apps/erpnext/erpnext/accounts/doctype/account/account.py +47 Account {0}: Parent account {1} does not belong to company: {2} Compte {0}: el compte Pare {1} no pertany a la companyia: {2}
2710 apps/erpnext/erpnext/setup/doctype/company/company.js +38 Successfully deleted all transactions related to this company! Eliminat correctament totes les transaccions relacionades amb aquesta empresa!
2711 apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +21 As on Date Com en la data
2712 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +58 Probation Probation
2713 apps/erpnext/erpnext/stock/doctype/item/item.py +298 Default Warehouse is mandatory for stock Item. El magatzem predeterminat és obligatòria pels articles d'estoc
2714 apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +173 Payment of salary for the month {0} and year {1} El pagament del salari corresponent al mes {0} i {1} anys
2758 apps/erpnext/erpnext/accounts/doctype/account/account.py +41 Account {0}: Parent account {1} does not exist Compte {0}: el compte superior {1} no existeix
2759 DocType: Purchase Invoice Item Price List Rate (Company Currency) Tarifa de preus (en la moneda de la companyia)
2760 DocType: Account Temporary Temporal
2761 DocType: Address Preferred Billing Address Preferit Direcció de facturació
2762 DocType: Monthly Distribution Percentage Percentage Allocation Percentatge d'Assignació
2763 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +86 Secretary Secretari
2764 DocType: Serial No Distinct unit of an Item Unitat diferent d'un article
2786 DocType: Email Digest Income / Expense Ingressos / despeses
2787 DocType: Employee Personal Email Email Personal
2788 apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +62 Total Variance Variància total
2789 DocType: Accounts Settings If enabled, the system will post accounting entries for inventory automatically. Si està activat, el sistema comptabilitza els assentaments comptables per a l'inventari automàticament.
2790 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +15 Brokerage Corretatge
2791 DocType: Address Postal Code Codi Postal
2792 DocType: Production Order Operation in Minutes Updated via 'Time Log' en minuts Actualitzat a través de 'Hora de registre'
2977 DocType: Material Request DocType: Production Planning Tool Material Issue If checked, BOM for sub-assembly items will be considered for getting raw materials. Otherwise, all sub-assembly items will be treated as a raw material. Material Issue If checked, BOM for sub-assembly items will be considered for getting raw materials. Otherwise, all sub-assembly items will be treated as a raw material.
2978 DocType: Hub Settings DocType: Material Request Seller Description Material Issue Venedor Descripció Material Issue
2979 DocType: Employee Education DocType: Hub Settings Qualification Seller Description Qualificació Venedor Descripció
2980 DocType: Item Price DocType: Employee Education Item Price Qualification Preu d'article Qualificació
2981 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +48 DocType: Item Price Soap & Detergent Item Price Sabó i Detergent Preu d'article
2982 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +36 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +48 Motion Picture & Video Soap & Detergent Cinema i vídeo Sabó i Detergent
2983 apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation_list.js +5 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +36 Ordered Motion Picture & Video Ordenat Cinema i vídeo
3000 apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +103 DocType: Sales Order Item Please enter sales order in the above table For Production Introduïu l'ordre de venda a la taula anterior Per Producció
3001 DocType: Project Task apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +103 View Task Please enter sales order in the above table Vista de tasques Introduïu l'ordre de venda a la taula anterior
3002 apps/erpnext/erpnext/public/js/setup_wizard.js +154 DocType: Project Task Your financial year begins on View Task El seu exercici comença el Vista de tasques
3003 apps/erpnext/erpnext/public/js/setup_wizard.js +154 Your financial year begins on El seu exercici comença el
3004 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +46 Please enter Purchase Receipts Si us plau ingressi rebuts de compra
3005 DocType: Sales Invoice Get Advances Received Obtenir les bestretes rebudes
3006 DocType: Email Digest Add/Remove Recipients Afegir / Treure Destinataris
3020 apps/erpnext/erpnext/config/setup.py +14 Global Settings Configuració global
3021 DocType: Employee Education Employee Education Formació Empleat
3022 apps/erpnext/erpnext/public/js/controllers/transaction.js +751 It is needed to fetch Item Details. Es necessita a cercar Detalls de l&#39;article.
DocType: Salary Slip Net Pay Pay Net
3023 DocType: Account DocType: Salary Slip Account Net Pay Compte Pay Net
3024 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +213 DocType: Account Serial No {0} has already been received Account Nombre de sèrie {0} ja s'ha rebut Compte
3025 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +213 Requested Items To Be Transferred Serial No {0} has already been received Articles sol·licitats per a ser transferits Nombre de sèrie {0} ja s'ha rebut
3064 DocType: Salary Slip Deduction DocType: Address Template Default Amount <h4>Default Template</h4> <p>Uses <a href="http://jinja.pocoo.org/docs/templates/">Jinja Templating</a> and all the fields of Address (including Custom Fields if any) will be available</p> <pre><code>{{ address_line1 }}&lt;br&gt; {% if address_line2 %}{{ address_line2 }}&lt;br&gt;{% endif -%} {{ city }}&lt;br&gt; {% if state %}{{ state }}&lt;br&gt;{% endif -%} {% if pincode %} PIN: {{ pincode }}&lt;br&gt;{% endif -%} {{ country }}&lt;br&gt; {% if phone %}Phone: {{ phone }}&lt;br&gt;{% endif -%} {% if fax %}Fax: {{ fax }}&lt;br&gt;{% endif -%} {% if email_id %}Email: {{ email_id }}&lt;br&gt;{% endif -%} </code></pre> Default Amount <H4> Per defecte la plantilla </ h4> <p> <a Usos href="http://jinja.pocoo.org/docs/templates/"> Jinja Templating </a> i tots els camps de la Direcció ( incloent camps personalitzats en el seu cas) estarà disponible </ p> <pre> <code> {{address_line1}} & lt; br & gt; {% if address_line2%} {{address_line2}} & lt; br & gt; { endif% -%} {{ciutat}} & lt; br & gt; {% if%} Estat {{Estat}} & lt; br & gt; {% endif -%} {% if codi PIN%} PIN: {{codi PIN}} & lt; br & gt; {% endif -%} {{país}} & lt; br & gt; {% if telèfon%} Telèfon: {{telèfon}} & lt; br & gt; { % endif -%} {% if fax%} Fax: {{fax}} & lt; br & gt; {% endif -%} {% if email_ID%} email: {{email_ID}} & lt; br & gt ; {% endif -%} </ code> </ pre>
3065 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +96 DocType: Salary Slip Deduction Warehouse not found in the system Default Amount Magatzem no trobat al sistema Default Amount
3066 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +107 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +96 This Month's Summary Warehouse not found in the system Resum d&#39;aquest Mes Magatzem no trobat al sistema
3067 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +107 This Month's Summary Resum d&#39;aquest Mes
3068 DocType: Quality Inspection Reading Quality Inspection Reading Qualitat de Lectura d'Inspecció
3069 apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +26 `Freeze Stocks Older Than` should be smaller than %d days. `Bloqueja els estocs més antics que' ha de ser menor de %d dies.
3070 DocType: Tax Rule Purchase Tax Template Compra Plantilla Tributària
3102 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598 Receive Rebre
3103 DocType: Maintenance Visit Fully Completed Totalment Acabat
3104 apps/erpnext/erpnext/projects/doctype/project/project_list.js +6 {0}% Complete {0}% Complet
3105 DocType: Employee Educational Qualification Capacitació per a l'Educació
3106 DocType: Workstation Operating Costs Costos Operatius
3107 DocType: Employee Leave Approver Employee Leave Approver Empleat Deixar aprovador
3108 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +166 {0} has been successfully added to our Newsletter list. {0} ha estat afegit amb èxit al llistat de Newsletter.
3144 DocType: SMS Center Messages greater than 160 characters will be split into multiple messages Els missatges de més de 160 caràcters es divideixen en diversos missatges
3145 DocType: Purchase Receipt Item Received and Accepted Rebut i acceptat
3146 Serial No Service Contract Expiry Número de sèrie del contracte de venciment del servei
3147 DocType: Item Unit of Measure Conversion Unitat de conversió de la mesura
3148 apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +86 Employee can not be changed Empleat no es pot canviar
3149 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +265 You cannot credit and debit same account at the same time No es pot configurar el mateix compte com crèdit i dèbit a la vegada
3150 DocType: Naming Series Help HTML Ajuda HTML
3257 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +147 Confirm Your Email Confirma teu email
3258 apps/erpnext/erpnext/config/hr.py +53 Offer candidate a Job. Oferta candidat a Job.
3259 DocType: Notification Control Prompt for Email on Submission of Demana el correu electrònic al Presentar
3260 apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +81 Total allocated leaves are more than days in the period Total de fulles assignats més de dia en el període
3261 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +70 Item {0} must be a stock Item Article {0} ha de ser un d'article de l'estoc
3262 DocType: Manufacturing Settings Default Work In Progress Warehouse Per defecte Work In Progress Magatzem
3263 apps/erpnext/erpnext/config/accounts.py +107 Default settings for accounting transactions. Ajustos predeterminats per a les operacions comptables.
3361 DocType: Lead Blog Subscriber Bloc subscriptor
3362 apps/erpnext/erpnext/config/setup.py +88 Create rules to restrict transactions based on values. Crear regles per restringir les transaccions basades en valors.
3363 DocType: HR Settings If checked, Total no. of Working Days will include holidays, and this will reduce the value of Salary Per Day Si es marca, número total. de dies de treball s'inclouran els festius, i això reduirà el valor de Salari per dia
3364 DocType: Purchase Invoice Total Advance Avanç total
3365 apps/erpnext/erpnext/config/hr.py +220 Processing Payroll Processament de Nòmina
3366 DocType: Opportunity Item Basic Rate Tarifa Bàsica
3367 DocType: GL Entry Credit Amount Suma de crèdit
3481 DocType: Employee Here you can maintain family details like name and occupation of parent, spouse and children Aquí pot mantenir els detalls de la família com el nom i ocupació dels pares, cònjuge i fills
3482 DocType: Hub Settings Seller Name Nom del venedor
3483 DocType: Purchase Invoice Taxes and Charges Deducted (Company Currency) Impostos i despeses deduïdes (Companyia moneda)
3484 DocType: Item Group General Settings Configuració general
3485 apps/erpnext/erpnext/setup/doctype/currency_exchange/currency_exchange.py +19 From Currency and To Currency cannot be same Des moneda i moneda no pot ser el mateix
3486 DocType: Stock Entry Repack Torneu a embalar
3487 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +6 You must Save the form before proceeding Has de desar el formulari abans de continuar
3497 DocType: Manufacturing Settings Allow Production on Holidays Permetre Producció en Vacances
3498 DocType: Sales Order Customer's Purchase Order Date Data de l'ordre de compra del client
3499 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +183 Capital Stock Capital Social
3500 DocType: Packing Slip Package Weight Details Pes del paquet Detalls
3501 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +105 Please select a csv file Seleccioneu un arxiu csv
3502 DocType: Purchase Order To Receive and Bill Per Rebre i Bill
3503 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +94 Designer Dissenyador
3563
3564
3565
3566
3567
3568
3569
3588
3589
3590
3591
3592
3593
3594
3675
3676
3677
3678
3679
3680
3681

View File

@@ -21,7 +21,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},Měna je vyžadováno pro Ceníku {0}
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Bude se vypočítá v transakci.
DocType: Purchase Order,Customer Contact,Kontakt se zákazníky
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,Z materiálu Poptávka
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,Z materiálu Poptávka
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} Strom
DocType: Job Applicant,Job Applicant,Job Žadatel
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,Žádné další výsledky.
@@ -52,7 +52,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,Bank
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,"1.Chcete-li zachovat zákazníkovo produktové číslo a také podle něj vyhledávat, použijte tuto možnost"
DocType: Mode of Payment Account,Mode of Payment Account,Způsob platby účtu
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,Zobrazit Varianty
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,Množství
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,Množství
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),Úvěry (závazky)
DocType: Employee Education,Year of Passing,Rok Passing
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,Na skladě
@@ -63,7 +63,7 @@ apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,Pr
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Péče o zdraví
DocType: Purchase Invoice,Monthly,Měsíčně
apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66,Delay in payment (Days),Zpoždění s platbou (dny)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,Faktura
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,Faktura
DocType: Maintenance Schedule Item,Periodicity,Periodicita
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,E-mailová adresa
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Obrana
@@ -72,7 +72,7 @@ DocType: Appraisal Goal,Score (0-5),Score (0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},Řádek {0}: {1} {2} se neshoduje s {3}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,Řádek č. {0}:
DocType: Delivery Note,Vehicle No,Vozidle
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,"Prosím, vyberte Ceník"
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,"Prosím, vyberte Ceník"
DocType: Production Order Operation,Work In Progress,Work in Progress
DocType: Employee,Holiday List,Dovolená Seznam
DocType: Time Log,Time Log,Time Log
@@ -215,6 +215,7 @@ DocType: Sales Partner,Reseller,Reseller
apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +41,Please enter Company,"Prosím, zadejte společnost"
DocType: Delivery Note Item,Against Sales Invoice Item,Proti položce vydané faktury
,Production Orders in Progress,Zakázka na výrobu v Progress
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37,Net Cash from Financing,Čistý peněžní tok z financování
DocType: Lead,Address & Contact,Adresa a kontakt
DocType: Leave Allocation,Add unused leaves from previous allocations,Přidat nevyužité listy z předchozích přídělů
apps/erpnext/erpnext/controllers/recurring_document.py +203,Next Recurring {0} will be created on {1},Další Opakující {0} bude vytvořen na {1}
@@ -233,7 +234,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,Položka webových stránek Specifikace
DocType: Payment Tool,Reference No,Referenční číslo
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,Absence blokována
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},Položka {0} dosáhla konce své životnosti na {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},Položka {0} dosáhla konce své životnosti na {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,Roční
DocType: Stock Reconciliation Item,Stock Reconciliation Item,Reklamní Odsouhlasení Item
DocType: Stock Entry,Sales Invoice No,Prodejní faktuře č
@@ -245,7 +246,7 @@ DocType: Item,Minimum Order Qty,Minimální objednávka Množství
DocType: Pricing Rule,Supplier Type,Dodavatel Type
DocType: Item,Publish in Hub,Publikovat v Hub
,Terretory,Terretory
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,Položka {0} je zrušen
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,Položka {0} je zrušen
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,Požadavek na materiál
DocType: Bank Reconciliation,Update Clearance Date,Aktualizace Výprodej Datum
DocType: Item,Purchase Details,Nákup Podrobnosti
@@ -308,7 +309,7 @@ DocType: Sales Invoice,Rate at which Customer Currency is converted to customer'
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","K dispozici v BOM, dodací list, fakturu, výrobní zakázky, objednávky, doklad o koupi, prodejní faktury odběratele, Stock vstupu, časový rozvrh"
DocType: Item Tax,Tax Rate,Tax Rate
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},{0} již přidělené pro zaměstnance {1} na dobu {2} až {3}
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,Select Položka
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,Select Položka
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry","Item: {0} podařilo dávkové, nemůže být v souladu s použitím \
Stock usmíření, použijte Reklamní Entry"
@@ -382,13 +383,13 @@ DocType: Sales Taxes and Charges Template,Sales Master Manager,Sales manažer ve
apps/erpnext/erpnext/config/manufacturing.py +74,Global settings for all manufacturing processes.,Globální nastavení pro všechny výrobní procesy.
DocType: Accounts Settings,Accounts Frozen Upto,Účty Frozen aľ
DocType: SMS Log,Sent On,Poslán na
apps/erpnext/erpnext/stock/doctype/item/item.py +553,Attribute {0} selected multiple times in Attributes Table,Atribut {0} vybraný několikrát v atributech tabulce
apps/erpnext/erpnext/stock/doctype/item/item.py +554,Attribute {0} selected multiple times in Attributes Table,Atribut {0} vybraný několikrát v atributech tabulce
DocType: HR Settings,Employee record is created using selected field. ,Záznam Zaměstnanec je vytvořena pomocí vybrané pole.
DocType: Sales Order,Not Applicable,Nehodí se
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,Holiday master.
DocType: Material Request Item,Required Date,Požadovaná data
DocType: Delivery Note,Billing Address,Fakturační adresa
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,"Prosím, zadejte kód položky."
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,"Prosím, zadejte kód položky."
DocType: BOM,Costing,Rozpočet
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","Je-li zaškrtnuto, bude částka daně považovat za již zahrnuty v tisku Rate / Tisk Částka"
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Celkem Množství
@@ -491,7 +492,7 @@ apps/erpnext/erpnext/config/crm.py +17,Customer database.,Databáze zákazníků
DocType: Quotation,Quotation To,Nabídka k
DocType: Lead,Middle Income,Středními příjmy
apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +58,Opening (Cr),Otvor (Cr)
apps/erpnext/erpnext/stock/doctype/item/item.py +702,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Výchozí měrná jednotka bodu {0} nemůže být změněna přímo, protože jste už nějaké transakce (y) s jiným nerozpuštěných. Budete muset vytvořit novou položku použít jiný výchozí UOM."
apps/erpnext/erpnext/stock/doctype/item/item.py +703,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Výchozí měrná jednotka bodu {0} nemůže být změněna přímo, protože jste už nějaké transakce (y) s jiným nerozpuštěných. Budete muset vytvořit novou položku použít jiný výchozí UOM."
apps/erpnext/erpnext/accounts/utils.py +195,Allocated amount can not be negative,Přidělená částka nemůže být záporná
DocType: Purchase Order Item,Billed Amt,Účtovaného Amt
DocType: Warehouse,A logical Warehouse against which stock entries are made.,"Logická Warehouse na položky, které mohou být vyrobeny."
@@ -519,9 +520,10 @@ DocType: Buying Settings,Supplier Naming By,Dodavatel Pojmenování By
DocType: Activity Type,Default Costing Rate,Výchozí kalkulace Rate
DocType: Maintenance Schedule,Maintenance Schedule,Plán údržby
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Pak se pravidla pro tvorbu cen jsou odfiltrovány založeny na zákazníka, skupiny zákazníků, území, dodavatel, dodavatel typ, kampaň, obchodní partner atd"
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Inventory,Čistá Změna stavu zásob
DocType: Employee,Passport Number,Číslo pasu
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,Manažer
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,Z příjemky
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,Z příjemky
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,Stejný bod byl zadán vícekrát.
DocType: SMS Settings,Receiver Parameter,Přijímač parametrů
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,"""Založeno na"" a ""Seskupeno podle"", nemůže být stejné"
@@ -800,7 +802,8 @@ DocType: Payment Tool,Set Payment Amount = Outstanding Amount,Set Částka platb
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,Odchylka
,Company Name,Název společnosti
DocType: SMS Center,Total Message(s),Celkem zpráv (y)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,Vybrat položku pro převod
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,Vybrat položku pro převod
DocType: Purchase Invoice,Additional Discount Percentage,Další slevy Procento
apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,Zobrazit seznam všech nápovědy videí
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,"Vyberte účet šéf banky, kde byla uložena kontrola."
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Povolit uživateli upravovat Ceník Cena při transakcích
@@ -821,7 +824,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,Bílá
DocType: SMS Center,All Lead (Open),Všechny Lead (Otevřeny)
DocType: Purchase Invoice,Get Advances Paid,Získejte zaplacené zálohy
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,Připojit svůj obrázek
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,Dělat
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,Dělat
DocType: Journal Entry,Total Amount in Words,Celková částka slovy
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,"Došlo k chybě. Jedním z důvodů by mohlo být pravděpodobné, že jste uložili formulář. Obraťte se prosím na support@erpnext.com Pokud problém přetrvává."
apps/erpnext/erpnext/templates/pages/cart.html +3,My Cart,Můj košík
@@ -843,10 +846,10 @@ DocType: Packing Slip Item,Packing Slip Item,Balení Slip Item
DocType: POS Profile,Cash/Bank Account,Hotovostní / Bankovní účet
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +70,Removed items with no change in quantity or value.,Odstraněné položky bez změny množství nebo hodnoty.
DocType: Delivery Note,Delivery To,Doručení do
apps/erpnext/erpnext/stock/doctype/item/item.py +550,Attribute table is mandatory,Atribut tabulka je povinné
apps/erpnext/erpnext/stock/doctype/item/item.py +551,Attribute table is mandatory,Atribut tabulka je povinné
DocType: Production Planning Tool,Get Sales Orders,Získat Prodejní objednávky
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} nemůže být negativní
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,Sleva
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,Sleva
DocType: Features Setup,Purchase Discounts,Nákup Slevy
DocType: Workstation,Wages,Mzdy
DocType: Time Log,Will be updated only if Time Log is 'Billable',"Bude aktualizována pouze v případě, Time Log je &quot;Zúčtovatelná&quot;"
@@ -913,6 +916,7 @@ DocType: Company,Company registration numbers for your reference. Tax numbers et
DocType: Sales Partner,Distributor,Distributor
DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,Nákupní košík Shipping Rule
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +209,Production Order {0} must be cancelled before cancelling this Sales Order,Výrobní zakázka {0} musí být zrušena před zrušením této prodejní objednávky
apps/erpnext/erpnext/public/js/controllers/transaction.js +881,Please set 'Apply Additional Discount On',Prosím nastavte na &quot;Použít dodatečnou slevu On&quot;
,Ordered Items To Be Billed,Objednané zboží fakturovaných
apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +24,From Range has to be less than To Range,"Z rozsahu, musí být nižší než na Range"
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,Vyberte Time protokolů a předložit k vytvoření nové prodejní faktury.
@@ -1053,7 +1057,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
DocType: Appraisal Goal,Goal,Cíl
DocType: Sales Invoice Item,Edit Description,Upravit popis
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,Očekávané datum dodání je menší než plánované datum zahájení.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,Pro Dodavatele
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,Pro Dodavatele
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Nastavení typu účtu pomáhá při výběru tohoto účtu v transakcích.
DocType: Purchase Invoice,Grand Total (Company Currency),Celkový součet (Měna společnosti)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Celkem Odchozí
@@ -1125,6 +1129,7 @@ DocType: Sales Order Item,Planned Quantity,Plánované Množství
DocType: Purchase Invoice Item,Item Tax Amount,Částka Daně Položky
DocType: Item,Maintain Stock,Udržovat Stock
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +211,Stock Entries already created for Production Order ,Fotky Položky již vytvořené pro výrobní zakázku
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Net Change in Fixed Asset,Čistá změna ve stálých aktiv
DocType: Leave Control Panel,Leave blank if considered for all designations,"Ponechte prázdné, pokud se to považuje za všechny označení"
apps/erpnext/erpnext/controllers/accounts_controller.py +517,Charge of type 'Actual' in row {0} cannot be included in Item Rate,"Obvinění z typu ""Aktuální"" v řádku {0} nemůže být zařazena do položky Rate"
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +182,Max: {0},Max: {0}
@@ -1136,7 +1141,7 @@ DocType: Sales Invoice,Shipping Address Name,Přepravní Adresa Název
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,Diagram účtů
DocType: Material Request,Terms and Conditions Content,Podmínky Content
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,nemůže být větší než 100
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,Položka {0} není skladem
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,Položka {0} není skladem
DocType: Maintenance Visit,Unscheduled,Neplánovaná
DocType: Employee,Owned,Vlastník
DocType: Salary Slip Deduction,Depends on Leave Without Pay,Závisí na dovolené bez nároku na mzdu
@@ -1185,7 +1190,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,Analytik
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},"Řádek {0}: přidělené množství {1}, musí být menší než nebo se rovná hodnotě JV {2}"
DocType: Item,Inventory,Inventář
DocType: Features Setup,"To enable ""Point of Sale"" view",Chcete-li povolit &quot;Point of Sale&quot; pohledu
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,Platba nemůže být pro prázdný košík
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,Platba nemůže být pro prázdný košík
DocType: Item,Sales Details,Prodejní Podrobnosti
DocType: Opportunity,With Items,S položkami
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,V Množství
@@ -1204,6 +1209,7 @@ apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliat
apps/erpnext/erpnext/public/js/setup_wizard.js +153,Financial Year Start Date,Finanční rok Datum zahájení
DocType: Employee External Work History,Total Experience,Celková zkušenost
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +276,Packing Slip(s) cancelled,Balení Slip (y) zrušeno
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Peněžní tok z investičních
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Nákladní a Spediční Poplatky
DocType: Material Request Item,Sales Order No,Prodejní objednávky No
DocType: Item Group,Item Group Name,Položka Název skupiny
@@ -1216,7 +1222,7 @@ DocType: Maintenance Schedule,Schedules,Plány
DocType: Purchase Invoice Item,Net Amount,Čistá částka
DocType: Purchase Order Item Supplied,BOM Detail No,BOM Detail No
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Dodatečná sleva Částka (Měna Company)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},Chyba: {0}> {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},Chyba: {0}> {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,"Prosím, vytvořte nový účet z grafu účtů."
DocType: Maintenance Visit,Maintenance Visit,Maintenance Visit
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,Zákazník> Zákazník Group> Territory
@@ -1266,7 +1272,7 @@ DocType: Production Planning Tool,Select Sales Orders,Vyberte Prodejní objedná
,Material Requests for which Supplier Quotations are not created,Materiál Žádosti o které Dodavatel citace nejsou vytvořeny
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,"V den, kdy (y), na které žádáte o povolení jsou prázdniny. Nemusíte požádat o volno."
DocType: Features Setup,To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.,Chcete-li sledovat položky pomocí čárového kódu. Budete mít možnost zadat položky dodacího listu a prodejní faktury snímáním čárového kódu položky.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588,Mark as Delivered,Označit jako Dodává
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589,Mark as Delivered,Označit jako Dodává
apps/erpnext/erpnext/crm/doctype/lead/lead.js +34,Make Quotation,Vytvořit nabídku
DocType: Dependent Task,Dependent Task,Závislý Task
apps/erpnext/erpnext/stock/doctype/item/item.py +340,Conversion factor for default Unit of Measure must be 1 in row {0},"Konverzní faktor pro výchozí měrnou jednotku, musí být 1 v řádku {0}"
@@ -1276,7 +1282,8 @@ DocType: HR Settings,Stop Birthday Reminders,Zastavit připomenutí narozenin
DocType: SMS Center,Receiver List,Přijímač Seznam
DocType: Payment Tool Detail,Payment Amount,Částka platby
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Spotřebovaném množství
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} Zobrazit
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} Zobrazit
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +89,Net Change in Cash,Čistá změna v hotovosti
DocType: Salary Structure Deduction,Salary Structure Deduction,Plat Struktura Odpočet
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Měrná jednotka {0} byl zadán více než jednou v konverzním faktorem tabulce
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Náklady na vydaných položek
@@ -1313,6 +1320,7 @@ DocType: Payment Reconciliation,Payments,Platby
DocType: Budget Detail,Budget Allocated,Přidělený Rozpočet
DocType: Journal Entry,Entry Type,Entry Type
,Customer Credit Balance,Zákazník Credit Balance
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21,Net Change in Accounts Payable,Čistá Změna účty závazků
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137,Please verify your email id,Ověřte prosím svou e-mailovou id
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',"Zákazník požadoval pro 'Customerwise sleva """
apps/erpnext/erpnext/config/accounts.py +53,Update bank payment dates with journals.,"Aktualizujte bankovní platební termín, časopisů."
@@ -1360,7 +1368,7 @@ DocType: Upload Attendance,Get Template,Získat šablonu
DocType: Address,Postal,Poštovní
DocType: Item,Weightage,Weightage
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,"Zákaznická Skupina existuje se stejným názvem, prosím změnit název zákazníka nebo přejmenujte skupinu zákazníků"
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,"Prosím, vyberte {0} jako první."
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,"Prosím, vyberte {0} jako první."
apps/erpnext/erpnext/templates/pages/order.html +56,text {0},Text {0}
DocType: Territory,Parent Territory,Parent Territory
DocType: Quality Inspection Reading,Reading 2,Čtení 2
@@ -1394,7 +1402,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,Dovolená proplacena?
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,Opportunity Ze hřiště je povinné
DocType: Item,Variants,Varianty
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,Proveďte objednávky
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,Proveďte objednávky
DocType: SMS Center,Send To,Odeslat
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},Není dost bilance dovolenou na vstup typ {0}
DocType: Payment Reconciliation Payment,Allocated amount,Přidělené sumy
@@ -1419,7 +1427,7 @@ DocType: Item,Apply Warehouse-wise Reorder Level,Použít Skladovací-moudrý Se
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424,BOM {0} must be submitted,BOM {0} musí být předloženy
DocType: Authorization Control,Authorization Control,Autorizace Control
apps/erpnext/erpnext/config/projects.py +23,Time Log for tasks.,Time Log pro úkoly.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561,Payment,Splátka
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Payment,Splátka
DocType: Production Order Operation,Actual Time and Cost,Skutečný Čas a Náklady
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},Materiál Žádost maximálně {0} lze k bodu {1} na odběratele {2}
DocType: Employee,Salutation,Oslovení
@@ -1527,7 +1535,7 @@ DocType: Appraisal,For Employee Name,Pro jméno zaměstnance
DocType: Holiday List,Clear Table,Clear Table
DocType: Features Setup,Brands,Značky
DocType: C-Form Invoice Detail,Invoice No,Faktura č
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,Z vydané objednávky
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,Z vydané objednávky
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +93,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Nechte nelze aplikovat / zrušena před {0}, protože rovnováha dovolené již bylo carry-předávány v budoucí přidělení dovolenou záznamu {1}"
DocType: Activity Cost,Costing Rate,Kalkulace Rate
,Customer Addresses And Contacts,Adresy zákazníků a kontakty
@@ -1767,13 +1775,14 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,Přejmenování
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,Aktualizace Cost
DocType: Item Reorder,Item Reorder,Položka Reorder
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,Přenos materiálu
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,Přenos materiálu
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","Zadejte operací, provozní náklady a dávají jedinečnou operaci ne své operace."
DocType: Purchase Invoice,Price List Currency,Ceník Měna
DocType: Naming Series,User must always select,Uživatel musí vždy vybrat
DocType: Stock Settings,Allow Negative Stock,Povolit Negativní Sklad
DocType: Installation Note,Installation Note,Poznámka k instalaci
apps/erpnext/erpnext/public/js/setup_wizard.js +301,Add Taxes,Přidejte daně
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +38,Cash Flow from Financing,Peněžní tok z finanční
,Financial Analytics,Finanční Analýza
DocType: Quality Inspection,Verified By,Verified By
DocType: Address,Subsidiary,Dceřiný
@@ -1816,6 +1825,7 @@ apps/erpnext/erpnext/config/selling.py +158,Setup incoming server for sales emai
DocType: Warranty Claim,Raised By,Vznesené
DocType: Payment Tool,Payment Account,Platební účet
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713,Please specify Company to proceed,Uveďte prosím společnost pokračovat
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20,Net Change in Accounts Receivable,Čistá změna objemu pohledávek
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46,Compensatory Off,Vyrovnávací Off
DocType: Quality Inspection Reading,Accepted,Přijato
apps/erpnext/erpnext/setup/doctype/company/company.js +24,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,"Ujistěte se, že opravdu chcete vymazat všechny transakce pro tuto společnost. Vaše kmenová data zůstanou, jak to je. Tuto akci nelze vrátit zpět."
@@ -2148,7 +2158,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},Target sklad je povinná pro řadu {0}
DocType: Quality Inspection,Quality Inspection,Kontrola kvality
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,Extra Malé
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,Upozornění: Materiál Požadované množství je menší než minimální objednávka Množství
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,Upozornění: Materiál Požadované množství je menší než minimální objednávka Množství
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,Účet {0} je zmrazen
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,"Právní subjekt / dceřiná společnost s oddělenou Graf účtů, které patří do organizace."
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Potraviny, nápoje a tabák"
@@ -2200,7 +2210,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,Pouze koncové uzly jsou povoleny v transakci
DocType: Expense Claim,Expense Approver,Schvalovatel výdajů
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Doklad o koupi Item Dodávané
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,Platit
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,Platit
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,Chcete-li datetime
DocType: SMS Settings,SMS Gateway URL,SMS brána URL
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,Protokoly pro udržení stavu doručení sms
@@ -2247,7 +2257,7 @@ DocType: Target Detail,Target Detail,Target Detail
DocType: Sales Order,% of materials billed against this Sales Order,% materiálů fakturovaných proti této prodejní obědnávce
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,Období Uzávěrka Entry
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,Nákladové středisko se stávajícími transakcemi nelze převést do skupiny
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,Znehodnocení
DocType: Account,Depreciation,Znehodnocení
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Dodavatel (é)
DocType: Customer,Credit Limit,Úvěrový limit
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,Vyberte typ transakce
@@ -2272,6 +2282,7 @@ DocType: Quality Inspection,Outgoing,Vycházející
DocType: Material Request,Requested For,Požadovaných pro
DocType: Quotation Item,Against Doctype,Proti DOCTYPE
DocType: Delivery Note,Track this Delivery Note against any Project,Sledovat tento dodacím listu proti jakémukoli projektu
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28,Net Cash from Investing,Čistý peněžní tok z investiční
apps/erpnext/erpnext/accounts/doctype/account/account.py +176,Root account can not be deleted,Root účet nemůže být smazán
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75,Show Stock Entries,Zobrazit Stock Příspěvky
,Is Primary Address,Je Hlavní adresa
@@ -2409,9 +2420,9 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,Přistál Náklady Vou
DocType: Time Log,Batched for Billing,Zarazeno pro fakturaci
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,Směnky vznesené dodavately
DocType: POS Profile,Write Off Account,Odepsat účet
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,Částka slevy
DocType: Purchase Invoice,Return Against Purchase Invoice,Návrat proti nákupní faktury
DocType: Item,Warranty Period (in days),Záruční doba (ve dnech)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +16,Net Cash from Operations,Čistý peněžní tok z provozní
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,např. DPH
apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,Bod 4
DocType: Journal Entry Account,Journal Entry Account,Zápis do deníku Účet
@@ -2587,7 +2598,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
konflikt přiřazením prioritu. Cena Pravidla: {0}"
DocType: Account,Bank,Banka
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Letecká linka
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,Vydání Material
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,Vydání Material
DocType: Material Request Item,For Warehouse,Pro Sklad
DocType: Employee,Offer Date,Nabídka Date
DocType: Hub Settings,Access Token,Přístupový Token
@@ -2607,6 +2618,7 @@ DocType: Purchase Invoice Item,Image View,Image View
DocType: Issue,Opening Time,Otevírací doba
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,Data OD a DO jsou vyžadována
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,Cenné papíry a komoditních burzách
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',Výchozí měrná jednotka varianty &#39;{0}&#39; musí být stejný jako v Template &#39;{1}&#39;
DocType: Shipping Rule,Calculate Based On,Vypočítat založené na
DocType: Delivery Note Item,From Warehouse,Ze skladu
DocType: Purchase Taxes and Charges,Valuation and Total,Oceňování a Total
@@ -2614,6 +2626,7 @@ DocType: Tax Rule,Shipping City,Přepravní City
apps/erpnext/erpnext/stock/doctype/item/item.js +58,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,"Tento bod je varianta {0} (šablony). Atributy budou zkopírovány z šablony, pokud je nastaveno ""No Copy"""
DocType: Account,Purchase User,Nákup Uživatel
DocType: Notification Control,Customize the Notification,Přizpůsobit oznámení
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17,Cash Flow from Operations,Cash flow z provozních činností
apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24,Default Address Template cannot be deleted,Výchozí šablony adresy nemůže být smazán
DocType: Sales Invoice,Shipping Rule,Přepravní Pravidlo
DocType: Journal Entry,Print Heading,Tisk záhlaví
@@ -2655,7 +2668,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,Hodina
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation","Serialized Položka {0} nelze aktualizovat \
pomocí Reklamní Odsouhlasení"
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,Přeneste materiál Dodavateli
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,Přeneste materiál Dodavateli
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,"New Pořadové číslo nemůže mít Warehouse. Warehouse musí být nastaveny Stock vstupním nebo doklad o koupi,"
DocType: Lead,Lead Type,Typ leadu
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,Vytvořit Citace
@@ -2667,7 +2680,7 @@ DocType: BOM Replace Tool,The new BOM after replacement,Nový BOM po výměně
DocType: Features Setup,Point of Sale,Místo Prodeje
DocType: Account,Tax,Daň
apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +37,Row {0}: {1} is not a valid {2},Řádek {0}: {1} není platný {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +438,From Product Bundle,Od Bundle zboží
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +439,From Product Bundle,Od Bundle zboží
DocType: Production Planning Tool,Production Planning Tool,Plánování výroby Tool
DocType: Quality Inspection,Report Date,Datum Reportu
DocType: C-Form,Invoices,Faktury
@@ -2682,6 +2695,7 @@ DocType: Stock Settings,Percentage you are allowed to receive or deliver more ag
DocType: Pricing Rule,Customer Group,Zákazník Group
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168,Expense account is mandatory for item {0},Účtet nákladů je povinný pro položku {0}
DocType: Item,Website Description,Popis webu
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Net Change in Equity,Čistá změna ve vlastním kapitálu
DocType: Serial No,AMC Expiry Date,AMC Datum vypršení platnosti
,Sales Register,Sales Register
DocType: Quotation,Quotation Lost Reason,Důvod ztráty nabídky
@@ -2693,7 +2707,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,"Prosím, vyberte převádět pokud chcete také zahrnout uplynulý fiskální rok bilance listy tohoto fiskálního roku"
DocType: GL Entry,Against Voucher Type,Proti poukazu typu
DocType: Item,Attributes,Atributy
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,Získat položky
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,Získat položky
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,"Prosím, zadejte odepsat účet"
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,Datum poslední objednávky
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,Proveďte Spotřební faktury
@@ -2743,7 +2757,7 @@ DocType: Quality Inspection,Delivery Note No,Dodacího listu
DocType: Company,Retail,Maloobchodní
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,Zákazník {0} neexistuje
DocType: Attendance,Absent,Nepřítomný
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,Bundle Product
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,Bundle Product
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180,Row {0}: Invalid reference {1},Řádek {0}: Neplatná reference {1}
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Kupte Daně a poplatky šablony
DocType: Upload Attendance,Download Template,Stáhnout šablonu
@@ -2771,7 +2785,7 @@ DocType: Sales Invoice,Product Bundle Help,Product Bundle Help
,Monthly Attendance Sheet,Měsíční Účast Sheet
apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16,No record found,Nebyl nalezen žádný záznam
apps/erpnext/erpnext/controllers/stock_controller.py +175,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: Nákladové středisko je povinný údaj pro položku {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +467,Get Items from Product Bundle,Získat předměty z Bundle Product
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468,Get Items from Product Bundle,Získat předměty z Bundle Product
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79,Account {0} is inactive,Účet {0} je neaktivní
DocType: GL Entry,Is Advance,Je Zálohová
apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,Účast Datum od a docházky do dnešního dne je povinná
@@ -2962,7 +2976,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),Rate (%)
DocType: Stock Entry Detail,Additional Cost,Dodatečné náklady
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,Finanční rok Datum ukončení
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","Nelze filtrovat na základě poukazu ne, pokud seskupeny podle poukazu"
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,Vytvořit nabídku dodavatele
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,Vytvořit nabídku dodavatele
DocType: Quality Inspection,Incoming,Přicházející
DocType: BOM,Materials Required (Exploded),Potřebný materiál (Rozložený)
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),Snížit Zisk na vstup bez nároku na mzdu (LWP)
@@ -2985,6 +2999,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Piecework,Úkolo
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +64,Avg. Buying Rate,Avg. Nákup Rate
DocType: Task,Actual Time (in Hours),Skutečná doba (v hodinách)
DocType: Employee,History In Company,Historie ve Společnosti
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +128,The total Issue / Transfer quantity {0} in Material Request {1} cannot be greater than requested quantity {2} for Item {3},Množství celkové emisi / přenosu {0} v hmotné Request {1} nemůže být větší než množství požadovaná v {2} pro položku {3}
apps/erpnext/erpnext/config/crm.py +151,Newsletters,Zpravodaje
DocType: Address,Shipping,Lodní
DocType: Stock Ledger Entry,Stock Ledger Entry,Reklamní Ledger Entry
@@ -3004,7 +3019,6 @@ DocType: Account,Auditor,Auditor
DocType: Purchase Order,End date of current order's period,Datum ukončení doby aktuální objednávky
apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +17,Make Offer Letter,Vytvořte nabídku Letter
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +10,Return,Zpáteční
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant must be same as Template,Výchozí měrná jednotka varianty musí být stejné jako šablonu
DocType: Production Order Operation,Production Order Operation,Výrobní zakázka Operace
DocType: Pricing Rule,Disable,Zakázat
DocType: Project Task,Pending Review,Čeká Review
@@ -3049,6 +3063,7 @@ apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{
DocType: Opportunity,Next Contact,Následující Kontakt
DocType: Employee,Employment Type,Typ zaměstnání
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +40,Fixed Assets,Dlouhodobý majetek
,Cash Flow,Tok peněz
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85,Application period cannot be across two alocation records,Období pro podávání žádostí nemůže být na dvou alokace záznamy
DocType: Item Group,Default Expense Account,Výchozí výdajového účtu
DocType: Employee,Notice (days),Oznámení (dny)
@@ -3086,7 +3101,7 @@ DocType: Workstation,per hour,za hodinu
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,"Účet pro skladu (průběžné inventarizace), bude vytvořena v rámci tohoto účtu."
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,"Warehouse nelze vypustit, neboť existuje zásob, kniha pro tento sklad."
DocType: Company,Distribution,Distribuce
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,Zaplacené částky
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,Zaplacené částky
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,Project Manager
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,Odeslání
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,Max sleva povoleno položku: {0} {1}%
@@ -3128,7 +3143,7 @@ apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425,Transaction n
apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","Chcete-li nastavit tento fiskální rok jako výchozí, klikněte na tlačítko ""Nastavit jako výchozí"""
apps/erpnext/erpnext/config/support.py +54,Setup incoming server for support email id. (e.g. support@example.com),Nastavení příchozí server pro podporu e-mailovou id. (Např support@example.com)
apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19,Shortage Qty,Nedostatek Množství
apps/erpnext/erpnext/stock/doctype/item/item.py +569,Item variant {0} exists with same attributes,Bod varianta {0} existuje s stejné atributy
apps/erpnext/erpnext/stock/doctype/item/item.py +570,Item variant {0} exists with same attributes,Bod varianta {0} existuje s stejné atributy
DocType: Salary Slip,Salary Slip,Plat Slip
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48,'To Date' is required,"""Datum DO"" je povinné"
DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","Generování balení pásky pro obaly mají být dodány. Používá se k oznámit číslo balíku, obsah balení a jeho hmotnost."
@@ -3241,7 +3256,7 @@ DocType: Time Log,Hours,Hodiny
DocType: Project,Expected Start Date,Očekávané datum zahájení
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41,Remove item if charges is not applicable to that item,Odebrat pokud poplatků není pro tuto položku
DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,Např. smsgateway.com/api/send-sms.cgi
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597,Receive,Příjem
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598,Receive,Příjem
DocType: Maintenance Visit,Fully Completed,Plně Dokončeno
apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% hotovo
DocType: Employee,Educational Qualification,Vzdělávací Kvalifikace
@@ -3345,7 +3360,7 @@ DocType: Notification Control,Sales Invoice Message,Prodejní faktury Message
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,Závěrečný účet {0} musí být typu odpovědnosti / Equity
DocType: Authorization Rule,Based On,Založeno na
DocType: Sales Order Item,Ordered Qty,Objednáno Množství
apps/erpnext/erpnext/stock/doctype/item/item.py +580,Item {0} is disabled,Položka {0} je zakázána
apps/erpnext/erpnext/stock/doctype/item/item.py +581,Item {0} is disabled,Položka {0} je zakázána
DocType: Stock Settings,Stock Frozen Upto,Reklamní Frozen aľ
apps/erpnext/erpnext/controllers/recurring_document.py +163,Period From and Period To dates mandatory for recurring {0},"Období od a období, k datům povinné pro opakované {0}"
apps/erpnext/erpnext/config/projects.py +13,Project activity / task.,Projektová činnost / úkol.
@@ -3465,7 +3480,7 @@ DocType: Company,Round Off Account,Zaokrouhlovací účet
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,Administrativní náklady
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,Consulting
DocType: Customer Group,Parent Customer Group,Parent Customer Group
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,Změna
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,Změna
DocType: Purchase Invoice,Contact Email,Kontaktní e-mail
DocType: Appraisal Goal,Score Earned,Skóre Zasloužené
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""","např ""My Company LLC """
@@ -3481,7 +3496,7 @@ apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zer
DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,Množství položky získané po výrobě / přebalení z daných množství surovin
DocType: Payment Reconciliation,Receivable / Payable Account,Pohledávky / závazky účet
DocType: Delivery Note Item,Against Sales Order Item,Proti položce přijaté objednávky
apps/erpnext/erpnext/stock/doctype/item/item.py +562,Please specify Attribute Value for attribute {0},Uveďte prosím atributu Hodnota atributu {0}
apps/erpnext/erpnext/stock/doctype/item/item.py +563,Please specify Attribute Value for attribute {0},Uveďte prosím atributu Hodnota atributu {0}
DocType: Item,Default Warehouse,Výchozí Warehouse
DocType: Task,Actual End Date (via Time Logs),Skutečné Datum ukončení (přes Time Záznamy)
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37,Budget cannot be assigned against Group Account {0},Rozpočet nemůže být přiřazena na skupinový účet {0}
@@ -3547,7 +3562,7 @@ DocType: Account,Parent Account,Nadřazený účet
DocType: Quality Inspection Reading,Reading 3,Čtení 3
,Hub,Hub
DocType: GL Entry,Voucher Type,Voucher Type
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,Ceník nebyl nalezen nebo zakázán
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,Ceník nebyl nalezen nebo zakázán
DocType: Expense Claim,Approved,Schválený
DocType: Pricing Rule,Price,Cena
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',"Zaměstnanec úlevu na {0} musí být nastaven jako ""Left"""
@@ -3572,7 +3587,7 @@ apps/erpnext/erpnext/config/stock.py +283,Batch Inventory,Batch Zásoby
DocType: Employee,Contract End Date,Smlouva Datum ukončení
DocType: Sales Order,Track this Sales Order against any Project,Sledovat tento prodejní objednávky na jakýkoli projekt
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,"Prodejní Pull zakázky (čeká dodat), na základě výše uvedených kritérií"
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,Z nabídky dodavatele
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,Z nabídky dodavatele
DocType: Deduction Type,Deduction Type,Odpočet Type
DocType: Attendance,Half Day,Půl den
DocType: Pricing Rule,Min Qty,Min Množství
@@ -3659,7 +3674,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,N
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(půlden)
DocType: Supplier,Credit Days,Úvěrové dny
DocType: Leave Type,Is Carry Forward,Je převádět
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,Získat předměty z BOM
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,Získat předměty z BOM
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Dodací lhůta dny
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,Kusovník
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Řádek {0}: Typ Party Party a je nutné pro pohledávky / závazky na účtu {1}
1 DocType: Employee Salary Mode Mode Plat
21 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36 Currency is required for Price List {0} Měna je vyžadováno pro Ceníku {0}
22 DocType: Sales Taxes and Charges Template * Will be calculated in the transaction. * Bude se vypočítá v transakci.
23 DocType: Purchase Order Customer Contact Kontakt se zákazníky
24 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661 From Material Request Z materiálu Poptávka
25 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37 {0} Tree {0} Strom
26 DocType: Job Applicant Job Applicant Job Žadatel
27 apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18 No more results. Žádné další výsledky.
52 DocType: Features Setup 1. To maintain the customer wise item code and to make them searchable based on their code use this option 1.Chcete-li zachovat zákazníkovo produktové číslo a také podle něj vyhledávat, použijte tuto možnost
53 DocType: Mode of Payment Account Mode of Payment Account Způsob platby účtu
54 apps/erpnext/erpnext/stock/doctype/item/item.js +49 Show Variants Zobrazit Varianty
55 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479 Quantity Množství
56 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174 Loans (Liabilities) Úvěry (závazky)
57 DocType: Employee Education Year of Passing Rok Passing
58 apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12 In Stock Na skladě
63 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31 Health Care Péče o zdraví
64 DocType: Purchase Invoice Monthly Měsíčně
65 apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66 Delay in payment (Days) Zpoždění s platbou (dny)
66 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607 Invoice Faktura
67 DocType: Maintenance Schedule Item Periodicity Periodicita
68 apps/erpnext/erpnext/public/js/setup_wizard.js +107 Email Address E-mailová adresa
69 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21 Defense Obrana
72 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193 Row {0}: {1} {2} does not match with {3} Řádek {0}: {1} {2} se neshoduje s {3}
73 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74 Row # {0}: Řádek č. {0}:
74 DocType: Delivery Note Vehicle No Vozidle
75 apps/erpnext/erpnext/public/js/pos/pos.js +528 apps/erpnext/erpnext/public/js/pos/pos.js +534 Please select Price List Prosím, vyberte Ceník
76 DocType: Production Order Operation Work In Progress Work in Progress
77 DocType: Employee Holiday List Dovolená Seznam
78 DocType: Time Log Time Log Time Log
215 DocType: Lead apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37 Address & Contact Net Cash from Financing Adresa a kontakt Čistý peněžní tok z financování
216 DocType: Leave Allocation DocType: Lead Add unused leaves from previous allocations Address & Contact Přidat nevyužité listy z předchozích přídělů Adresa a kontakt
217 apps/erpnext/erpnext/controllers/recurring_document.py +203 DocType: Leave Allocation Next Recurring {0} will be created on {1} Add unused leaves from previous allocations Další Opakující {0} bude vytvořen na {1} Přidat nevyužité listy z předchozích přídělů
218 apps/erpnext/erpnext/controllers/recurring_document.py +203 Next Recurring {0} will be created on {1} Další Opakující {0} bude vytvořen na {1}
219 DocType: Newsletter List Total Subscribers Celkem Odběratelé
220 Contact Name Kontakt Jméno
221 DocType: Production Plan Item SO Pending Qty SO Pending Množství
234 apps/erpnext/erpnext/stock/doctype/item/item.py +576 apps/erpnext/erpnext/stock/doctype/item/item.py +577 Item {0} has reached its end of life on {1} Položka {0} dosáhla konce své životnosti na {1}
235 apps/erpnext/erpnext/accounts/utils.py +341 Annual Roční
236 DocType: Stock Reconciliation Item Stock Reconciliation Item Reklamní Odsouhlasení Item
237 DocType: Stock Entry Sales Invoice No Prodejní faktuře č
238 DocType: Material Request Item Min Order Qty Min Objednané množství
239 DocType: Lead Do Not Contact Nekontaktujte
240 DocType: Sales Invoice The unique id for tracking all recurring invoices. It is generated on submit. Unikátní ID pro sledování všech opakující faktury. To je generován na odeslat.
246 apps/erpnext/erpnext/stock/doctype/item/item.py +596 apps/erpnext/erpnext/stock/doctype/item/item.py +597 Item {0} is cancelled Položka {0} je zrušen
247 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607 Material Request Požadavek na materiál
248 DocType: Bank Reconciliation Update Clearance Date Aktualizace Výprodej Datum
249 DocType: Item Purchase Details Nákup Podrobnosti
250 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +321 Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1} Položka {0} nebyl nalezen v &quot;suroviny dodané&quot; tabulky v objednávce {1}
251 DocType: Employee Relation Vztah
252 DocType: Shipping Rule Worldwide Shipping Celosvětově doprava
309 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Select Item Select Položka
310 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150 Item: {0} managed batch-wise, can not be reconciled using \ Stock Reconciliation, instead use Stock Entry Item: {0} podařilo dávkové, nemůže být v souladu s použitím \ Stock usmíření, použijte Reklamní Entry
311 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262 Purchase Invoice {0} is already submitted Přijatá faktura {0} je již odeslána
312 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87 Row # {0}: Batch No must be same as {1} {2} Row # {0}: Batch No musí být stejné, jako {1} {2}
313 apps/erpnext/erpnext/accounts/doctype/account/account.js +54 Convert to non-Group Převést na non-Group
314 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55 Purchase Receipt must be submitted Příjmka musí být odeslána
315 apps/erpnext/erpnext/config/stock.py +53 Batch (lot) of an Item. Batch (lot) položky.
383 DocType: Sales Order Not Applicable Nehodí se
384 apps/erpnext/erpnext/config/hr.py +140 Holiday master. Holiday master.
385 DocType: Material Request Item Required Date Požadovaná data
386 DocType: Delivery Note Billing Address Fakturační adresa
387 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736 Please enter Item Code. Prosím, zadejte kód položky.
388 DocType: BOM Costing Rozpočet
389 DocType: Purchase Taxes and Charges If checked, the tax amount will be considered as already included in the Print Rate / Print Amount Je-li zaškrtnuto, bude částka daně považovat za již zahrnuty v tisku Rate / Tisk Částka
390 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48 Total Qty Celkem Množství
391 DocType: Employee Health Concerns Zdravotní Obavy
392 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15 Unpaid Nezaplacený
393 DocType: Packing Slip From Package No. Od č balíčku
394 DocType: Item Attribute To Range K Rozsah
395 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +29 Securities and Deposits Cenné papíry a vklady
492 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35 Another Sales Person {0} exists with the same Employee id Další prodeje osoba {0} existuje se stejným id zaměstnance
493 apps/erpnext/erpnext/stock/stock_ledger.py +336 Negative Stock Error ({6}) for Item {0} in Warehouse {1} on {2} {3} in {4} {5} Negativní Sklad Error ({6}) k bodu {0} ve skladu {1} na {2} {3} v {4} {5}
494 DocType: Fiscal Year Company Fiscal Year Company Fiskální rok Společnosti
495 DocType: Packing Slip Item DN Detail DN Detail
496 DocType: Time Log Billed Fakturováno
497 DocType: Batch Batch Description Popis Šarže
498 DocType: Delivery Note Time at which items were delivered from warehouse Čas, kdy byly předměty dodány od skladu
520 DocType: Issue DocType: Production Order Operation Resolution Date In minutes Rozlišení Datum V minutách
521 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 DocType: Issue Please set default Cash or Bank account in Mode of Payment {0} Resolution Date Prosím nastavte výchozí v hotovosti nebo bankovním účtu v způsob platby {0} Rozlišení Datum
522 DocType: Selling Settings apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 Customer Naming By Please set default Cash or Bank account in Mode of Payment {0} Zákazník Pojmenování By Prosím nastavte výchozí v hotovosti nebo bankovním účtu v způsob platby {0}
523 DocType: Selling Settings Customer Naming By Zákazník Pojmenování By
524 apps/erpnext/erpnext/accounts/doctype/account/account.js +67 Convert to Group Převést do skupiny
525 DocType: Activity Cost Activity Type Druh činnosti
526 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47 Delivered Amount Dodává Částka
527 DocType: Customer Fixed Days Pevné Dny
528 DocType: Sales Invoice Packing List Balení Seznam
529 apps/erpnext/erpnext/config/buying.py +28 Purchase Orders given to Suppliers. Nákupní Objednávky odeslané Dodavatelům.
802 apps/erpnext/erpnext/templates/form_grid/item_grid.html +72 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 Discount {0} can not be negative Sleva {0} nemůže být negativní
803 DocType: Features Setup apps/erpnext/erpnext/public/js/pos/pos.html +28 Purchase Discounts Discount Nákup Slevy Sleva
804 DocType: Workstation DocType: Features Setup Wages Purchase Discounts Mzdy Nákup Slevy
805 DocType: Time Log DocType: Workstation Will be updated only if Time Log is 'Billable' Wages Bude aktualizována pouze v případě, Time Log je &quot;Zúčtovatelná&quot; Mzdy
806 DocType: Time Log Will be updated only if Time Log is 'Billable' Bude aktualizována pouze v případě, Time Log je &quot;Zúčtovatelná&quot;
807 DocType: Project Internal Interní
808 DocType: Task Urgent Naléhavý
809 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +97 Please specify a valid Row ID for row {0} in table {1} Zadejte prosím platný řádek ID řádku tabulky {0} {1}
824 DocType: Lead Organization Name Název organizace
825 DocType: Tax Rule Shipping State Přepravní State
826 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61 Item must be added using 'Get Items from Purchase Receipts' button Položka musí být přidány pomocí "získat předměty z kupní příjmy" tlačítkem
827 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126 Sales Expenses Prodejní náklady
828 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +113 Standard Buying Standardní Nakupování
829 DocType: GL Entry Against Proti
830 DocType: Item Default Selling Cost Center Výchozí Center Prodejní cena
846 DocType: Time Log Batch updated via Time Logs aktualizovat přes čas Záznamy
847 apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +40 Average Age Průměrný věk
848 DocType: Opportunity Your sales person who will contact the customer in future Váš obchodní zástupce, který bude kontaktovat zákazníka v budoucnu
849 apps/erpnext/erpnext/public/js/setup_wizard.js +344 List a few of your suppliers. They could be organizations or individuals. Seznam několik svých dodavatelů. Ty by mohly být organizace nebo jednotlivci.
850 DocType: Company Default Currency Výchozí měna
851 DocType: Contact Enter designation of this Contact Zadejte označení této Kontakt
852 DocType: Expense Claim From Employee Od Zaměstnance
853 apps/erpnext/erpnext/controllers/accounts_controller.py +356 Warning: System will not check overbilling since amount for Item {0} in {1} is zero Upozornění: Systém nebude kontrolovat nadfakturace, protože částka za položku na {1} je nula {0}
854 DocType: Journal Entry Make Difference Entry Učinit vstup Rozdíl
855 DocType: Upload Attendance Attendance From Date Účast Datum od
916 DocType: Purchase Invoice Item Net Rate Purchase Order Items To Be Billed Čistá míra Položky vydané objednávky k fakturaci
917 DocType: Purchase Invoice Item Purchase Invoice Item Net Rate Položka přijaté faktury Čistá míra
918 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50 DocType: Purchase Invoice Item Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts Purchase Invoice Item Sériové Ledger Přihlášky a GL položky jsou zveřejňována pro vybrané Nákupní Příjmy Položka přijaté faktury
919 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50 Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts Sériové Ledger Přihlášky a GL položky jsou zveřejňována pro vybrané Nákupní Příjmy
920 apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +8 Item 1 Položka 1
921 DocType: Holiday Holiday Dovolená
922 DocType: Leave Control Panel Leave blank if considered for all branches Ponechte prázdné, pokud se to považuje za všechny obory
1057 Delivered Items To Be Billed Dodávaných výrobků fakturovaných
1058 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +60 Warehouse cannot be changed for Serial No. Warehouse nemůže být změněn pro Serial No.
1059 DocType: Authorization Rule Average Discount Průměrná sleva
1060 DocType: Address Utilities Utilities
1061 DocType: Purchase Invoice Item Accounting Účetnictví
1062 DocType: Features Setup Features Setup Nastavení Funkcí
1063 apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +13 View Offer Letter View Nabídka Dopis
1129 DocType: Supplier DocType: Shipping Rule Condition Stock Manager To Value Reklamní manažer Chcete-li hodnota
1130 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +143 DocType: Supplier Source warehouse is mandatory for row {0} Stock Manager Source sklad je povinná pro řadu {0} Reklamní manažer
1131 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +581 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +143 Packing Slip Source warehouse is mandatory for row {0} Balení Slip Source sklad je povinná pro řadu {0}
1132 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +581 Packing Slip Balení Slip
1133 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +111 Office Rent Pronájem kanceláře
1134 apps/erpnext/erpnext/config/setup.py +110 Setup SMS gateway settings Nastavení Nastavení SMS brána
1135 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +60 Import Failed! Import se nezdařil!
1141 DocType: Features Setup To enable "Point of Sale" view Chcete-li povolit &quot;Point of Sale&quot; pohledu
1142 apps/erpnext/erpnext/public/js/pos/pos.js +402 apps/erpnext/erpnext/public/js/pos/pos.js +408 Payment cannot be made for empty cart Platba nemůže být pro prázdný košík
1143 DocType: Item Sales Details Prodejní Podrobnosti
1144 DocType: Opportunity With Items S položkami
1145 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 In Qty V Množství
1146 DocType: Notification Control Expense Claim Rejected Uhrazení výdajů zamítnuto
1147 DocType: Sales Invoice The date on which next invoice will be generated. It is generated on submit. Datum, kdy bude vygenerován příští faktury. To je generován na odeslat.
1190 apps/erpnext/erpnext/public/js/setup_wizard.js +380 DocType: Purchase Receipt Box Transporter Details Krabice Transporter Podrobnosti
1191 apps/erpnext/erpnext/public/js/setup_wizard.js +137 apps/erpnext/erpnext/public/js/setup_wizard.js +380 The Organization Box Organizace Krabice
1192 DocType: Monthly Distribution apps/erpnext/erpnext/public/js/setup_wizard.js +137 Monthly Distribution The Organization Měsíční Distribution Organizace
1193 apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68 DocType: Monthly Distribution Receiver List is empty. Please create Receiver List Monthly Distribution Přijímač Seznam je prázdný. Prosím vytvořte přijímače Seznam Měsíční Distribution
1194 DocType: Production Plan Sales Order apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68 Production Plan Sales Order Receiver List is empty. Please create Receiver List Výrobní program prodejní objednávky Přijímač Seznam je prázdný. Prosím vytvořte přijímače Seznam
1195 DocType: Sales Partner DocType: Production Plan Sales Order Sales Partner Target Production Plan Sales Order Sales Partner Target Výrobní program prodejní objednávky
1196 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +113 DocType: Sales Partner Accounting Entry for {0} can only be made in currency: {1} Sales Partner Target Účetní záznam pro {0} lze provádět pouze v měně: {1} Sales Partner Target
1209 DocType: Shipping Rule Condition apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 From Value No Items to pack Od hodnoty Žádné položky k balení
1210 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +550 DocType: Shipping Rule Condition Manufacturing Quantity is mandatory From Value Výrobní množství je povinné Od hodnoty
1211 apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +550 Amounts not reflected in bank Manufacturing Quantity is mandatory Částky nezohledněny v bance Výrobní množství je povinné
1212 apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45 Amounts not reflected in bank Částky nezohledněny v bance
1213 DocType: Quality Inspection Reading Reading 4 Čtení 4
1214 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Nároky na náklady firmy.
1215 DocType: Company Default Holiday List Výchozí Holiday Seznam
1222 DocType: Features Setup To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item. Chcete-li sledovat položky pomocí čárového kódu. Budete mít možnost zadat položky dodacího listu a prodejní faktury snímáním čárového kódu položky.
1223 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589 Mark as Delivered Označit jako Dodává
1224 apps/erpnext/erpnext/crm/doctype/lead/lead.js +34 Make Quotation Vytvořit nabídku
1225 DocType: Dependent Task Dependent Task Závislý Task
1226 apps/erpnext/erpnext/stock/doctype/item/item.py +340 Conversion factor for default Unit of Measure must be 1 in row {0} Konverzní faktor pro výchozí měrnou jednotku, musí být 1 v řádku {0}
1227 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +157 Leave of type {0} cannot be longer than {1} Absence typu {0} nemůže být delší než {1}
1228 DocType: Manufacturing Settings Try planning operations for X days in advance. Zkuste plánování operací pro X dní předem.
1272 apps/erpnext/erpnext/config/accounts.py +53 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137 Update bank payment dates with journals. Please verify your email id Aktualizujte bankovní platební termín, časopisů. Ověřte prosím svou e-mailovou id
1273 DocType: Quotation apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42 Term Details Customer required for 'Customerwise Discount' Termín Podrobnosti Zákazník požadoval pro 'Customerwise sleva "
1274 DocType: Manufacturing Settings apps/erpnext/erpnext/config/accounts.py +53 Capacity Planning For (Days) Update bank payment dates with journals. Plánování kapacit Pro (dny) Aktualizujte bankovní platební termín, časopisů.
1275 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +63 DocType: Quotation None of the items have any change in quantity or value. Term Details Žádný z těchto položek má žádnou změnu v množství nebo hodnotě. Termín Podrobnosti
1276 DocType: Warranty Claim DocType: Manufacturing Settings Warranty Claim Capacity Planning For (Days) Záruční reklamace Plánování kapacit Pro (dny)
1277 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +63 Lead Details None of the items have any change in quantity or value. Detaily leadu Žádný z těchto položek má žádnou změnu v množství nebo hodnotě.
1278 DocType: Purchase Invoice DocType: Warranty Claim End date of current invoice's period Warranty Claim Datum ukončení doby aktuální faktury je Záruční reklamace
1282 DocType: Maintenance Visit DocType: Bank Reconciliation Partially Completed From Date Částečně Dokončeno Od data
1283 DocType: Leave Type DocType: Shipping Rule Country Include holidays within leaves as leaves Shipping Rule Country Zahrnout dovolenou v listech jsou listy Přepravní Pravidlo Země
1284 DocType: Sales Invoice DocType: Maintenance Visit Packed Items Partially Completed Zabalené položky Částečně Dokončeno
1285 apps/erpnext/erpnext/config/support.py +18 DocType: Leave Type Warranty Claim against Serial No. Include holidays within leaves as leaves Reklamační proti sériového čísla Zahrnout dovolenou v listech jsou listy
1286 DocType: Sales Invoice Packed Items Zabalené položky
1287 DocType: BOM Replace Tool apps/erpnext/erpnext/config/support.py +18 Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate "BOM Explosion Item" table as per new BOM Warranty Claim against Serial No. Nahradit konkrétní kusovník ve všech ostatních kusovníky, kde se používá. To nahradí původní odkaz kusovníku, aktualizujte náklady a regenerovat "BOM explozi položku" tabulku podle nového BOM Reklamační proti sériového čísla
1288 DocType: Shopping Cart Settings DocType: BOM Replace Tool Enable Shopping Cart Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate "BOM Explosion Item" table as per new BOM Povolit Nákupní košík Nahradit konkrétní kusovník ve všech ostatních kusovníky, kde se používá. To nahradí původní odkaz kusovníku, aktualizujte náklady a regenerovat "BOM explozi položku" tabulku podle nového BOM
1289 DocType: Employee DocType: Shopping Cart Settings Permanent Address Enable Shopping Cart Trvalé bydliště Povolit Nákupní košík
1320 DocType: Quality Inspection Reading DocType: Territory Reading 2 Parent Territory Čtení 2 Parent Territory
1321 DocType: Stock Entry DocType: Quality Inspection Reading Material Receipt Reading 2 Příjem materiálu Čtení 2
1322 apps/erpnext/erpnext/public/js/setup_wizard.js +376 DocType: Stock Entry Products Material Receipt Výrobky Příjem materiálu
1323 apps/erpnext/erpnext/public/js/setup_wizard.js +376 Products Výrobky
1324 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +47 Party Type and Party is required for Receivable / Payable account {0} Zadejte Party Party a je nutné pro pohledávky / závazky na účtu {0}
1325 DocType: Item If this item has variants, then it cannot be selected in sales orders etc. Pokud je tato položka má varianty, pak to nemůže být vybrána v prodejních objednávek atd
1326 DocType: Lead Next Contact By Další Kontakt By
1368 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +326 Item is not allowed to have Production Order. Položka nesmí mít výrobní zakázky.
1369 DocType: Packing Slip The net weight of this package. (calculated automatically as sum of net weight of items) Čistá hmotnost tohoto balíčku. (Automaticky vypočítá jako součet čisté váhy položek)
1370 DocType: Sales Order To Deliver and Bill Dodat a Bill
1371 DocType: GL Entry Credit Amount in Account Currency Kreditní Částka v měně účtu
1372 apps/erpnext/erpnext/config/manufacturing.py +24 Time Logs for manufacturing. Čas Protokoly pro výrobu.
1373 DocType: Item Apply Warehouse-wise Reorder Level Použít Skladovací-moudrý Seřadit sezn Level
1374 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424 BOM {0} must be submitted BOM {0} musí být předloženy
1402 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +119 Quantity for Item {0} must be less than {1} Množství k bodu {0} musí být menší než {1}
1403 Sales Invoice Trends Prodejní faktury Trendy
1404 DocType: Leave Application Apply / Approve Leaves Použít / Schválit listy
1405 apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +23 For Pro
1406 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +90 Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total' Se může vztahovat řádku, pouze pokud typ poplatku je "On předchozí řady Částka" nebo "předchozí řady Total"
1407 DocType: Sales Order Item Delivery Warehouse Dodávka Warehouse
1408 DocType: Stock Settings Allowance Percent Allowance Procento
1427 DocType: Cost Center Budget Rozpočet
1428 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +41 Budget cannot be assigned against {0}, as it's not an Income or Expense account Rozpočet nelze přiřadit proti {0}, protože to není výnos nebo náklad účet
1429 apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +51 Achieved Dosažená
1430 apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +65 Territory / Customer Territory / Customer
1431 apps/erpnext/erpnext/public/js/setup_wizard.js +312 e.g. 5 např. 5
1432 apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +154 Row {0}: Allocated amount {1} must be less than or equals to invoice outstanding amount {2} Row {0}: Přidělená částka {1} musí být menší než nebo se rovná fakturovat dlužné částky {2}
1433 DocType: Sales Invoice In Words will be visible once you save the Sales Invoice. Ve slovech budou viditelné, jakmile uložíte prodejní faktury.
1535 apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +176 Closing (Opening + Totals) Uzavření (Otevření + součty)
1536 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +26 Please specify currency in Company Uveďte prosím měnu, ve společnosti
1537 DocType: Workstation Wages per hour Mzda za hodinu
1538 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +47 Stock balance in Batch {0} will become negative {1} for Item {2} at Warehouse {3} Sklad bilance v dávce {0} se zhorší {1} k bodu {2} ve skladu {3}
1539 apps/erpnext/erpnext/config/setup.py +83 Show / Hide features like Serial Nos, POS etc. Zobrazit / skrýt funkce, jako pořadová čísla, POS atd
1540 apps/erpnext/erpnext/templates/emails/reorder_item.html +1 Following Material Requests have been raised automatically based on Item's re-order level Následující materiál žádosti byly automaticky zvýšena na základě úrovni re-pořadí položky
1541 apps/erpnext/erpnext/controllers/accounts_controller.py +254 Account {0} is invalid. Account Currency must be {1} Účet {0} je neplatná. Měna účtu musí být {1}
1775 apps/erpnext/erpnext/utilities/transaction_base.py +93 DocType: Quality Inspection Reading Invalid reference {0} {1} Accepted Neplatná reference {0} {1} Přijato
1776 DocType: Payment Tool apps/erpnext/erpnext/setup/doctype/company/company.js +24 Total Payment Amount Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone. Celková Částka platby Ujistěte se, že opravdu chcete vymazat všechny transakce pro tuto společnost. Vaše kmenová data zůstanou, jak to je. Tuto akci nelze vrátit zpět.
1777 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 apps/erpnext/erpnext/utilities/transaction_base.py +93 {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Invalid reference {0} {1} {0} ({1}) nemůže být větší, než plánované množství ({2}), ve výrobní objednávce {3} Neplatná reference {0} {1}
1778 DocType: Shipping Rule DocType: Payment Tool Shipping Rule Label Total Payment Amount Přepravní Pravidlo Label Celková Částka platby
1779 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 Raw Materials cannot be blank. {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Suroviny nemůže být prázdný. {0} ({1}) nemůže být větší, než plánované množství ({2}), ve výrobní objednávce {3}
1780 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 DocType: Shipping Rule Could not update stock, invoice contains drop shipping item. Shipping Rule Label Nelze aktualizovat zásob, faktura obsahuje pokles lodní dopravy zboží. Přepravní Pravidlo Label
1781 DocType: Newsletter apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 Test Raw Materials cannot be blank. Test Suroviny nemůže být prázdný.
1782 apps/erpnext/erpnext/stock/doctype/item/item.py +398 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 As there are existing stock transactions for this item, \ you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method' Could not update stock, invoice contains drop shipping item. Jak tam jsou stávající skladové transakce pro tuto položku, \ nemůžete změnit hodnoty &quot;Má sériové číslo&quot;, &quot;má Batch Ne&quot;, &quot;Je skladem&quot; a &quot;ocenění Method&quot; Nelze aktualizovat zásob, faktura obsahuje pokles lodní dopravy zboží.
1783 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +444 DocType: Newsletter Quick Journal Entry Test Rychlý vstup Journal Test
1784 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +100 apps/erpnext/erpnext/stock/doctype/item/item.py +398 You can not change rate if BOM mentioned agianst any item As there are existing stock transactions for this item, \ you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method' Nemůžete změnit sazbu, kdyby BOM zmínil agianst libovolné položky Jak tam jsou stávající skladové transakce pro tuto položku, \ nemůžete změnit hodnoty &quot;Má sériové číslo&quot;, &quot;má Batch Ne&quot;, &quot;Je skladem&quot; a &quot;ocenění Method&quot;
1785 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +444 Quick Journal Entry Rychlý vstup Journal
1786 DocType: Employee apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +100 Previous Work Experience You can not change rate if BOM mentioned agianst any item Předchozí pracovní zkušenosti Nemůžete změnit sazbu, kdyby BOM zmínil agianst libovolné položky
1787 DocType: Stock Entry DocType: Employee For Quantity Previous Work Experience Pro Množství Předchozí pracovní zkušenosti
1788 apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +157 DocType: Stock Entry Please enter Planned Qty for Item {0} at row {1} For Quantity Prosím, zadejte Plánované Množství k bodu {0} na řádku {1} Pro Množství
1825 apps/erpnext/erpnext/hr/doctype/employee/employee.py +117 apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +21 Contract End Date must be greater than Date of Joining Next Steps Smlouva Datum ukončení musí být větší než Datum spojování Další kroky
1826 DocType: Sales Partner apps/erpnext/erpnext/hr/doctype/employee/employee.py +117 A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission. Contract End Date must be greater than Date of Joining Distributor / dealer / jednatel / partner / prodejce, který prodává produkty společnosti za provizi. Smlouva Datum ukončení musí být větší než Datum spojování
1827 DocType: Customer Group DocType: Sales Partner Has Child Node A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission. Má děti Node Distributor / dealer / jednatel / partner / prodejce, který prodává produkty společnosti za provizi.
1828 DocType: Customer Group Has Child Node Má děti Node
1829 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +332 {0} against Purchase Order {1} {0} proti nákupní objednávce {1}
1830 DocType: SMS Settings Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.) Zadejte statické parametry url zde (Např odesílatel = ERPNext, username = ERPNext, password. = 1234 atd.),
1831 apps/erpnext/erpnext/accounts/utils.py +42 {0} {1} not in any active Fiscal Year. For more details check {2}. {0} {1} není v žádném aktivním fiskálním roce. Pro více informací zkontrolujte {2}.
2158 DocType: Installation Note Item Against Document Detail No Proti Detail dokumentu č
2159 DocType: Quality Inspection Outgoing Vycházející
2160 DocType: Material Request Requested For Požadovaných pro
2161 DocType: Quotation Item Against Doctype Proti DOCTYPE
2162 DocType: Delivery Note Track this Delivery Note against any Project Sledovat tento dodacím listu proti jakémukoli projektu
2163 apps/erpnext/erpnext/accounts/doctype/account/account.py +176 apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28 Root account can not be deleted Net Cash from Investing Root účet nemůže být smazán Čistý peněžní tok z investiční
2164 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75 apps/erpnext/erpnext/accounts/doctype/account/account.py +176 Show Stock Entries Root account can not be deleted Zobrazit Stock Příspěvky Root účet nemůže být smazán
2210 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 DocType: Warranty Claim Value or Qty From Company Hodnota nebo Množství Od Společnosti
2211 apps/erpnext/erpnext/public/js/setup_wizard.js +381 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 Minute Value or Qty Minuta Hodnota nebo Množství
2212 DocType: Purchase Invoice apps/erpnext/erpnext/public/js/setup_wizard.js +381 Purchase Taxes and Charges Minute Nákup Daně a poplatky Minuta
2213 DocType: Purchase Invoice Qty to Receive Purchase Taxes and Charges Množství pro příjem Nákup Daně a poplatky
2214 DocType: Leave Block List Leave Block List Allowed Qty to Receive Nechte Block List povolena Množství pro příjem
2215 apps/erpnext/erpnext/public/js/setup_wizard.js +108 DocType: Leave Block List You will use it to Login Leave Block List Allowed Budete ho používat k přihlášení Nechte Block List povolena
2216 DocType: Sales Partner apps/erpnext/erpnext/public/js/setup_wizard.js +108 Retailer You will use it to Login Maloobchodník Budete ho používat k přihlášení
2257 DocType: Sales Order DocType: Purchase Invoice Item Fully Billed PR Detail Plně Fakturovaný PR Detail
2258 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20 DocType: Sales Order Cash In Hand Fully Billed Pokladní hotovost Plně Fakturovaný
2259 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +119 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20 Delivery warehouse required for stock item {0} Cash In Hand Dodávka sklad potřebný pro živočišnou položku {0} Pokladní hotovost
2260 DocType: Packing Slip apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +119 The gross weight of the package. Usually net weight + packaging material weight. (for print) Delivery warehouse required for stock item {0} Celková hmotnost balení. Obvykle se čistá hmotnost + obalového materiálu hmotnosti. (Pro tisk) Dodávka sklad potřebný pro živočišnou položku {0}
2261 DocType: Accounts Settings DocType: Packing Slip Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts The gross weight of the package. Usually net weight + packaging material weight. (for print) Uživatelé s touto rolí se mohou nastavit na zmrazené účty a vytvořit / upravit účetní zápisy proti zmrazených účtů Celková hmotnost balení. Obvykle se čistá hmotnost + obalového materiálu hmotnosti. (Pro tisk)
2262 DocType: Serial No DocType: Accounts Settings Is Cancelled Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts Je Zrušeno Uživatelé s touto rolí se mohou nastavit na zmrazené účty a vytvořit / upravit účetní zápisy proti zmrazených účtů
2263 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +286 DocType: Serial No My Shipments Is Cancelled Moje dodávky Je Zrušeno
2282 DocType: Project apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +37 Total Costing Amount (via Time Logs) Calls Celková kalkulace Částka (přes Time Záznamy) Volá
2283 DocType: Purchase Order Item Supplied DocType: Project Stock UOM Total Costing Amount (via Time Logs) Reklamní UOM Celková kalkulace Částka (přes Time Záznamy)
2284 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +198 DocType: Purchase Order Item Supplied Purchase Order {0} is not submitted Stock UOM Vydaná objednávka {0} není odeslána Reklamní UOM
2285 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +198 Purchase Order {0} is not submitted Vydaná objednávka {0} není odeslána
2286 apps/erpnext/erpnext/stock/doctype/item/item.js +32 Projected Plánovaná
2287 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +218 Serial No {0} does not belong to Warehouse {1} Pořadové číslo {0} nepatří do skladu {1}
2288 apps/erpnext/erpnext/controllers/status_updater.py +137 Note: System will not check over-delivery and over-booking for Item {0} as quantity or amount is 0 Poznámka: Systém nebude kontrolovat přes dobírku a over-rezervace pro item {0} jako množství nebo částka je 0
2420 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +56 Cost Center is required for 'Profit and Loss' account {0} Nákladové středisko je vyžadováno pro účet "výkaz zisku a ztrát" {0}
2421 apps/erpnext/erpnext/setup/doctype/company/delete_company_transactions.py +17 Transactions can only be deleted by the creator of the Company Transakce mohou být vymazány pouze tvůrce Společnosti
2422 apps/erpnext/erpnext/accounts/general_ledger.py +21 Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction. Nesprávný počet hlavní knihy záznamů nalezen. Pravděpodobně jste zvolili nesprávný účet v transakci.
apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31 To create a Bank Account Chcete-li vytvořit si účet v bance
2423 DocType: Hub Settings apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31 Publish Availability To create a Bank Account Publikování Dostupnost Chcete-li vytvořit si účet v bance
2424 apps/erpnext/erpnext/hr/doctype/employee/employee.py +105 DocType: Hub Settings Date of Birth cannot be greater than today. Publish Availability Datum narození nemůže být větší než dnes. Publikování Dostupnost
2425 apps/erpnext/erpnext/hr/doctype/employee/employee.py +105 Date of Birth cannot be greater than today. Datum narození nemůže být větší než dnes.
2426 Stock Ageing Reklamní Stárnutí
2427 apps/erpnext/erpnext/controllers/accounts_controller.py +218 {0} '{1}' is disabled {0} '{1}' je vypnuté
2428 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +13 Set as Open Nastavit jako Otevřít
2598 DocType: Cost Center DocType: Appraisal Template Distribution Id Appraisal Template Title Distribuce Id Posouzení Template Název
2599 apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +14 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +352 Awesome Services Commercial Skvělé služby Obchodní
2600 apps/erpnext/erpnext/config/manufacturing.py +29 apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +23 All Products or Services. Parent Item {0} must not be a Stock Item Všechny výrobky nebo služby. Parent Item {0} nesmí být skladem
2601 DocType: Purchase Invoice DocType: Cost Center Supplier Address Distribution Id Dodavatel Address Distribuce Id
2602 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +14 Out Qty Awesome Services Out Množství Skvělé služby
2603 apps/erpnext/erpnext/config/accounts.py +128 apps/erpnext/erpnext/config/manufacturing.py +29 Rules to calculate shipping amount for a sale All Products or Services. Pravidla pro výpočet výše přepravní na prodej Všechny výrobky nebo služby.
2604 apps/erpnext/erpnext/selling/doctype/customer/customer.py +29 DocType: Purchase Invoice Series is mandatory Supplier Address Série je povinné Dodavatel Address
2618 apps/erpnext/erpnext/controllers/item_variant.py +51 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +636 Increment for Attribute {0} cannot be 0 Fetch exploded BOM (including sub-assemblies) Přírůstek pro atribut {0} nemůže být 0 Fetch explodovala kusovníku (včetně montážních podskupin)
2619 DocType: Journal Entry DocType: Authorization Rule Pay To / Recd From Applicable To (Employee) Platit K / Recd Z Vztahující se na (Employee)
2620 DocType: Naming Series apps/erpnext/erpnext/controllers/accounts_controller.py +101 Setup Series Due Date is mandatory Řada Setup Datum splatnosti je povinné
2621 apps/erpnext/erpnext/controllers/item_variant.py +51 Increment for Attribute {0} cannot be 0 Přírůstek pro atribut {0} nemůže být 0
2622 DocType: Supplier DocType: Journal Entry Contact HTML Pay To / Recd From Kontakt HTML Platit K / Recd Z
2623 DocType: Landed Cost Voucher DocType: Naming Series Purchase Receipts Setup Series Příjmky Řada Setup
2624 DocType: Payment Reconciliation DocType: Supplier Maximum Amount Contact HTML Maximální částka Kontakt HTML
2626 DocType: Quality Inspection DocType: Payment Reconciliation Delivery Note No Maximum Amount Dodacího listu Maximální částka
2627 DocType: Company apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +27 Retail How Pricing Rule is applied? Maloobchodní Jak Ceny pravidlo platí?
2628 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108 DocType: Quality Inspection Customer {0} does not exist Delivery Note No Zákazník {0} neexistuje Dodacího listu
2629 DocType: Company Retail Maloobchodní
2630 DocType: Attendance apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108 Absent Customer {0} does not exist Nepřítomný Zákazník {0} neexistuje
2631 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471 DocType: Attendance Product Bundle Absent Bundle Product Nepřítomný
2632 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472 Row {0}: Invalid reference {1} Product Bundle Řádek {0}: Neplatná reference {1} Bundle Product
2668 DocType: Authorization Rule DocType: Hub Settings Authorization Rule Seller Country Autorizační pravidlo Prodejce Country
2669 DocType: Sales Invoice DocType: Authorization Rule Terms and Conditions Details Authorization Rule Podmínky podrobnosti Autorizační pravidlo
2670 DocType: Sales Taxes and Charges Template DocType: Sales Invoice Sales Taxes and Charges Template Terms and Conditions Details Prodej Daně a poplatky šablony Podmínky podrobnosti
2671 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10 DocType: Sales Taxes and Charges Template Apparel & Accessories Sales Taxes and Charges Template Oblečení a doplňky Prodej Daně a poplatky šablony
2672 apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10 Number of Order Apparel & Accessories Číslo objednávky Oblečení a doplňky
2673 DocType: Item Group apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 HTML / Banner that will show on the top of product list. Number of Order HTML / Banner, které se zobrazí na první místo v seznamu výrobků. Číslo objednávky
2674 DocType: Shipping Rule DocType: Item Group Specify conditions to calculate shipping amount HTML / Banner that will show on the top of product list. Stanovení podmínek pro vypočítat výši poštovného HTML / Banner, které se zobrazí na první místo v seznamu výrobků.
2680 DocType: Offer Letter Term apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +87 Value / Description Commission on Sales Hodnota / Popis Provize z prodeje
2681 DocType: Tax Rule DocType: Offer Letter Term Billing Country Value / Description Fakturace Země Hodnota / Popis
2682 DocType: Tax Rule Customers Not Buying Since Long Time Billing Country Zákazníci nekupujete Po dlouhou dobu Fakturace Země
2683 DocType: Production Order Expected Delivery Date Customers Not Buying Since Long Time Očekávané datum dodání Zákazníci nekupujete Po dlouhou dobu
2684 apps/erpnext/erpnext/accounts/general_ledger.py +121 DocType: Production Order Debit and Credit not equal for {0} #{1}. Difference is {2}. Expected Delivery Date Debetní a kreditní nerovná za {0} # {1}. Rozdíl je v tom {2}. Očekávané datum dodání
2685 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +93 apps/erpnext/erpnext/accounts/general_ledger.py +121 Entertainment Expenses Debit and Credit not equal for {0} #{1}. Difference is {2}. Výdaje na reprezentaci Debetní a kreditní nerovná za {0} # {1}. Rozdíl je v tom {2}.
2686 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +190 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +93 Sales Invoice {0} must be cancelled before cancelling this Sales Order Entertainment Expenses Prodejní faktury {0} musí být zrušena před zrušením této prodejní objednávky Výdaje na reprezentaci
2695 DocType: Sales Order DocType: Sales Invoice % Amount Billed Posting Time % Fakturované částky Čas zadání
2696 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129 DocType: Sales Order Telephone Expenses % Amount Billed Telefonní Náklady % Fakturované částky
2697 DocType: Sales Partner apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129 Logo Telephone Expenses Logo Telefonní Náklady
2698 DocType: Sales Partner Logo Logo
2699 DocType: Naming Series Check this if you want to force the user to select a series before saving. There will be no default if you check this. Zaškrtněte, pokud chcete, aby uživateli vybrat sérii před uložením. Tam bude žádná výchozí nastavení, pokud jste zkontrolovat.
2700 apps/erpnext/erpnext/stock/get_item_details.py +107 No Item with Serial No {0} No Položka s Serial č {0}
2701 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +95 Open Notifications Otevřené Oznámení
2707 DocType: Bank Reconciliation Detail Cheque Date Šek Datum
2708 apps/erpnext/erpnext/accounts/doctype/account/account.py +47 Account {0}: Parent account {1} does not belong to company: {2} Účet {0}: Nadřazený účet {1} nepatří ke společnosti: {2}
2709 apps/erpnext/erpnext/setup/doctype/company/company.js +38 Successfully deleted all transactions related to this company! Úspěšně vypouští všechny transakce související s tímto společnosti!
2710 apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +21 As on Date Stejně jako u Date
2711 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +58 Probation Zkouška
2712 apps/erpnext/erpnext/stock/doctype/item/item.py +298 Default Warehouse is mandatory for stock Item. Výchozí Sklad je povinný pro živočišnou položky.
2713 apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +173 Payment of salary for the month {0} and year {1} Platba platu za měsíc {0} a rok {1}
2757 apps/erpnext/erpnext/accounts/doctype/account/account.py +41 Account {0}: Parent account {1} does not exist Účet {0}: Nadřazený účet {1} neexistuje
2758 DocType: Purchase Invoice Item Price List Rate (Company Currency) Ceník Rate (Company měny)
2759 DocType: Account Temporary Dočasný
2760 DocType: Address Preferred Billing Address Preferovaná Fakturační Adresa
2761 DocType: Monthly Distribution Percentage Percentage Allocation Procento přidělení
2762 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +86 Secretary Sekretářka
2763 DocType: Serial No Distinct unit of an Item Samostatnou jednotku z položky
2785 DocType: Email Digest Income / Expense Výnosy / náklady
2786 DocType: Employee Personal Email Osobní e-mail
2787 apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +62 Total Variance Celkový rozptyl
2788 DocType: Accounts Settings If enabled, the system will post accounting entries for inventory automatically. Pokud je povoleno, bude systém odesílat účetní položky k zásobám automaticky.
2789 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +15 Brokerage Makléřská
2790 DocType: Address Postal Code PSČ
2791 DocType: Production Order Operation in Minutes Updated via 'Time Log' v minutách aktualizovat přes "Time Log"
2976 DocType: Material Request DocType: Production Planning Tool Material Issue If checked, BOM for sub-assembly items will be considered for getting raw materials. Otherwise, all sub-assembly items will be treated as a raw material. Material Issue Je-li zaškrtnuto, bude BOM pro sub-montážní položky považují pro získání surovin. V opačném případě budou všechny sub-montážní položky být zacházeno jako surovinu.
2977 DocType: Hub Settings DocType: Material Request Seller Description Material Issue Prodejce Popis Material Issue
2978 DocType: Employee Education DocType: Hub Settings Qualification Seller Description Kvalifikace Prodejce Popis
2979 DocType: Item Price DocType: Employee Education Item Price Qualification Položka Cena Kvalifikace
2980 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +48 DocType: Item Price Soap & Detergent Item Price Soap & Detergent Položka Cena
2981 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +36 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +48 Motion Picture & Video Soap & Detergent Motion Picture & Video Soap & Detergent
2982 apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation_list.js +5 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +36 Ordered Motion Picture & Video Objednáno Motion Picture & Video
2999 apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +103 DocType: Sales Order Item Please enter sales order in the above table For Production Prosím, zadejte prodejní objednávky v tabulce výše Pro Výrobu
3000 DocType: Project Task apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +103 View Task Please enter sales order in the above table Zobrazit Task Prosím, zadejte prodejní objednávky v tabulce výše
3001 apps/erpnext/erpnext/public/js/setup_wizard.js +154 DocType: Project Task Your financial year begins on View Task Váš finanční rok začíná Zobrazit Task
3002 apps/erpnext/erpnext/public/js/setup_wizard.js +154 Your financial year begins on Váš finanční rok začíná
3003 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +46 Please enter Purchase Receipts Prosím, zadejte Nákup Příjmy
3004 DocType: Sales Invoice Get Advances Received Získat přijaté zálohy
3005 DocType: Email Digest Add/Remove Recipients Přidat / Odebrat příjemce
3019 apps/erpnext/erpnext/config/setup.py +14 Global Settings Globální nastavení
3020 DocType: Employee Education Employee Education Vzdělávání zaměstnanců
3021 apps/erpnext/erpnext/public/js/controllers/transaction.js +751 It is needed to fetch Item Details. Je třeba, aby přinesla Detaily položky.
DocType: Salary Slip Net Pay Net Pay
3022 DocType: Account DocType: Salary Slip Account Net Pay Účet Net Pay
3023 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +213 DocType: Account Serial No {0} has already been received Account Pořadové číslo {0} již obdržel Účet
3024 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +213 Requested Items To Be Transferred Serial No {0} has already been received Požadované položky mají být převedeny Pořadové číslo {0} již obdržel
3063 DocType: Salary Slip Deduction DocType: Address Template Default Amount <h4>Default Template</h4> <p>Uses <a href="http://jinja.pocoo.org/docs/templates/">Jinja Templating</a> and all the fields of Address (including Custom Fields if any) will be available</p> <pre><code>{{ address_line1 }}&lt;br&gt; {% if address_line2 %}{{ address_line2 }}&lt;br&gt;{% endif -%} {{ city }}&lt;br&gt; {% if state %}{{ state }}&lt;br&gt;{% endif -%} {% if pincode %} PIN: {{ pincode }}&lt;br&gt;{% endif -%} {{ country }}&lt;br&gt; {% if phone %}Phone: {{ phone }}&lt;br&gt;{% endif -%} {% if fax %}Fax: {{ fax }}&lt;br&gt;{% endif -%} {% if email_id %}Email: {{ email_id }}&lt;br&gt;{% endif -%} </code></pre> Výchozí částka <H4> Default Template </ h4> <p> <a Používá href="http://jinja.pocoo.org/docs/templates/"> Jinja šablon </a> a všechna pole Adresa ( včetně Custom Fields-li nějaké) budou k dispozici </ p> <pre> <code> {{address_line1}} & lt; br & gt; {%, pokud address_line2%} {{address_line2}} & lt; br & gt; { % endif -%} { {}} city & lt; br & gt; {%, pokud stav%} {{}} state & lt; br & gt; {% endif -%} { % v případě, PSC%} PIN: {{PSC}} & lt; br & gt; {% endif -%} {{country}} & lt; br & gt; {%, pokud telefon%} Telefon: {{tel}} & lt; br & gt; { % endif -%} {% v případě, fax%} Fax: {{fax}} & lt; br & gt; {% endif -%} {%, pokud email_id%} E-mail: {{email_id}} & lt; br & gt ; {% endif -%} </ code> </ pre>
3064 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +96 DocType: Salary Slip Deduction Warehouse not found in the system Default Amount Sklad nebyl nalezen v systému Výchozí částka
3065 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +107 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +96 This Month's Summary Warehouse not found in the system Tento měsíc je shrnutí Sklad nebyl nalezen v systému
3066 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +107 This Month's Summary Tento měsíc je shrnutí
3067 DocType: Quality Inspection Reading Quality Inspection Reading Kvalita Kontrola Reading
3068 apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +26 `Freeze Stocks Older Than` should be smaller than %d days. `Zmrazit zásoby starší než` by mělo být nižší než %d dnů.
3069 DocType: Tax Rule Purchase Tax Template Spotřební daň šablony
3101 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598 Receive Příjem
3102 DocType: Maintenance Visit Fully Completed Plně Dokončeno
3103 apps/erpnext/erpnext/projects/doctype/project/project_list.js +6 {0}% Complete {0}% hotovo
3104 DocType: Employee Educational Qualification Vzdělávací Kvalifikace
3105 DocType: Workstation Operating Costs Provozní náklady
3106 DocType: Employee Leave Approver Employee Leave Approver Zaměstnanec Leave schvalovač
3107 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +166 {0} has been successfully added to our Newsletter list. {0} byl úspěšně přidán do našeho seznamu novinek.
3143 DocType: SMS Center Messages greater than 160 characters will be split into multiple messages Zprávy větší než 160 znaků bude rozdělena do více zpráv
3144 DocType: Purchase Receipt Item Received and Accepted Obdrženo a přijato
3145 Serial No Service Contract Expiry Pořadové číslo Servisní smlouva vypršení platnosti
3146 DocType: Item Unit of Measure Conversion Jednotka míry konverze
3147 apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +86 Employee can not be changed Zaměstnanec nemůže být změněn
3148 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +265 You cannot credit and debit same account at the same time Nemůžete dělat kreditní a debetní záznam na stejný účet ve stejnou dobu.
3149 DocType: Naming Series Help HTML Nápověda HTML
3256 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +147 Confirm Your Email Potvrdit Váš e-mail
3257 apps/erpnext/erpnext/config/hr.py +53 Offer candidate a Job. Nabídka kandidát Job.
3258 DocType: Notification Control Prompt for Email on Submission of Výzva pro e-mail na předkládání
3259 apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +81 Total allocated leaves are more than days in the period Celkové přidělené listy jsou více než dnů v období
3260 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +70 Item {0} must be a stock Item Položka {0} musí být skladem
3261 DocType: Manufacturing Settings Default Work In Progress Warehouse Výchozí práci ve skladu Progress
3262 apps/erpnext/erpnext/config/accounts.py +107 Default settings for accounting transactions. Výchozí nastavení účetních transakcí.
3360 DocType: Lead Blog Subscriber Blog Subscriber
3361 apps/erpnext/erpnext/config/setup.py +88 Create rules to restrict transactions based on values. Vytvoření pravidla pro omezení transakce na základě hodnot.
3362 DocType: HR Settings If checked, Total no. of Working Days will include holidays, and this will reduce the value of Salary Per Day Pokud je zaškrtnuto, Total no. pracovních dnů bude zahrnovat dovolenou, a to sníží hodnotu platu za každý den
3363 DocType: Purchase Invoice Total Advance Total Advance
3364 apps/erpnext/erpnext/config/hr.py +220 Processing Payroll Zpracování mezd
3365 DocType: Opportunity Item Basic Rate Basic Rate
3366 DocType: GL Entry Credit Amount Výše úvěru
3480 DocType: Employee Here you can maintain family details like name and occupation of parent, spouse and children Zde si můžete udržovat rodinné detailů, jako jsou jméno a povolání rodičem, manželem a dětmi
3481 DocType: Hub Settings Seller Name Prodejce Name
3482 DocType: Purchase Invoice Taxes and Charges Deducted (Company Currency) Daně a poplatky odečteny (Company měna)
3483 DocType: Item Group General Settings Obecné nastavení
3484 apps/erpnext/erpnext/setup/doctype/currency_exchange/currency_exchange.py +19 From Currency and To Currency cannot be same Z měny a měny nemůže být stejné
3485 DocType: Stock Entry Repack Přebalit
3486 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +6 You must Save the form before proceeding Musíte Uložte formulář před pokračováním
3496 DocType: Manufacturing Settings Allow Production on Holidays Povolit Výrobu při dovolené
3497 DocType: Sales Order Customer's Purchase Order Date Zákazníka Objednávka Datum
3498 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +183 Capital Stock Základní kapitál
3499 DocType: Packing Slip Package Weight Details Hmotnost balení Podrobnosti
3500 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +105 Please select a csv file Vyberte soubor csv
3501 DocType: Purchase Order To Receive and Bill Přijímat a Bill
3502 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +94 Designer Návrhář
3562
3563
3564
3565
3566
3567
3568
3587
3588
3589
3590
3591
3592
3593
3674
3675
3676
3677
3678
3679
3680

View File

@@ -17,7 +17,7 @@ DocType: Sales Partner,Dealer,Forhandler
DocType: Employee,Rented,Lejet
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},Valuta er nødvendig for prisliste {0}
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Vil blive beregnet i transaktionen.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,Fra Material Request
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,Fra Material Request
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} Tree
DocType: Job Applicant,Job Applicant,Job Ansøger
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,Ikke flere resultater.
@@ -48,7 +48,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,Bank
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,1. For at bevare kunden kloge post kode og gøre dem søgbare baseret på deres kode brug denne mulighed
DocType: Mode of Payment Account,Mode of Payment Account,Mode Betalingskonto
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,Vis varianter
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,Mængde
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,Mængde
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),Lån (passiver)
DocType: Employee Education,Year of Passing,År for Passing
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,På lager
@@ -58,7 +58,7 @@ apps/erpnext/erpnext/hr/doctype/employee/employee.py +141,User {0} is already as
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,Foretag ny POS profil
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Health Care
DocType: Purchase Invoice,Monthly,Månedlig
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,Faktura
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,Faktura
DocType: Maintenance Schedule Item,Periodicity,Hyppighed
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,E-mail-adresse
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Forsvar
@@ -67,7 +67,7 @@ DocType: Appraisal Goal,Score (0-5),Score (0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},Række {0}: {1} {2} ikke passer med {3}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,Row # {0}:
DocType: Delivery Note,Vehicle No,Vehicle Ingen
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,Vælg venligst prislisten
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,Vælg venligst prislisten
DocType: Production Order Operation,Work In Progress,Work In Progress
DocType: Employee,Holiday List,Holiday List
DocType: Time Log,Time Log,Time Log
@@ -215,7 +215,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,Item Website Specification
DocType: Payment Tool,Reference No,Referencenummer
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,Lad Blokeret
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},Vare {0} har nået slutningen af sin levetid på {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},Vare {0} har nået slutningen af sin levetid på {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,Årligt
DocType: Stock Reconciliation Item,Stock Reconciliation Item,Stock Afstemning Item
DocType: Stock Entry,Sales Invoice No,Salg faktura nr
@@ -227,7 +227,7 @@ DocType: Item,Minimum Order Qty,Minimum Antal
DocType: Pricing Rule,Supplier Type,Leverandør Type
DocType: Item,Publish in Hub,Offentliggør i Hub
,Terretory,Terretory
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,Vare {0} er aflyst
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,Vare {0} er aflyst
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,Materiale Request
DocType: Bank Reconciliation,Update Clearance Date,Opdatering Clearance Dato
DocType: Item,Purchase Details,Køb Detaljer
@@ -282,7 +282,7 @@ apps/erpnext/erpnext/controllers/recurring_document.py +196,Please enter 'Repeat
DocType: Sales Invoice,Rate at which Customer Currency is converted to customer's base currency,"Hastighed, hvormed kunden Valuta omdannes til kundens basisvaluta"
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","Fås i BOM, følgeseddel, købsfaktura, produktionsordre, Indkøbsordre, kvittering, Sales Invoice, Sales Order, Stock indtastning, Timesheet"
DocType: Item Tax,Tax Rate,Skat
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,Vælg Item
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,Vælg Item
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry","Emne: {0} lykkedes batchvis, kan ikke forenes ved hjælp af \ Stock Forsoning, i stedet bruge Stock indtastning"
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262,Purchase Invoice {0} is already submitted,Købsfaktura {0} er allerede indsendt
@@ -353,7 +353,7 @@ DocType: Sales Order,Not Applicable,Gælder ikke
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,Ferie mester.
DocType: Material Request Item,Required Date,Nødvendig Dato
DocType: Delivery Note,Billing Address,Faktureringsadresse
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,Indtast venligst Item Code.
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,Indtast venligst Item Code.
DocType: BOM,Costing,Koster
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","Hvis markeret, vil momsbeløbet blive betragtet som allerede er inkluderet i Print Rate / Print Beløb"
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Antal Total
@@ -470,7 +470,7 @@ DocType: Maintenance Schedule,Maintenance Schedule,Vedligeholdelse Skema
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Så Priser Regler filtreres ud baseret på kunden, Kunde Group, Territory, leverandør, leverandør Type, Kampagne, Sales Partner etc."
DocType: Employee,Passport Number,Passport Number
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,Leder
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,Fra kvittering
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,Fra kvittering
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,Samme element er indtastet flere gange.
DocType: SMS Settings,Receiver Parameter,Modtager Parameter
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,'Baseret på' og 'Grupper efter' ikke kan være samme
@@ -717,7 +717,7 @@ apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standar
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,Varians
,Company Name,Firmaets navn
DocType: SMS Center,Total Message(s),Total Besked (r)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,Vælg Item for Transfer
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,Vælg Item for Transfer
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,"Vælg højde leder af den bank, hvor checken blev deponeret."
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Tillad brugeren at redigere Prisliste Rate i transaktioner
DocType: Pricing Rule,Max Qty,Max Antal
@@ -737,7 +737,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,Hvid
DocType: SMS Center,All Lead (Open),Alle Bly (Open)
DocType: Purchase Invoice,Get Advances Paid,Få forskud
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,Vedhæft dit billede
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,Lave
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,Lave
DocType: Journal Entry,Total Amount in Words,Samlet beløb i Words
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,"Der opstod en fejl. En sandsynlig årsag kan være, at du ikke har gemt formularen. Kontakt venligst support@erpnext.com hvis problemet fortsætter."
apps/erpnext/erpnext/controllers/selling_controller.py +150,Order Type must be one of {0},Bestil type skal være en af {0}
@@ -759,7 +759,7 @@ apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
DocType: Delivery Note,Delivery To,Levering Til
DocType: Production Planning Tool,Get Sales Orders,Få salgsordrer
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} kan ikke være negativ
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,Rabat
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,Rabat
DocType: Features Setup,Purchase Discounts,Køb Rabatter
DocType: Workstation,Wages,Løn
DocType: Time Log,Will be updated only if Time Log is 'Billable',"Vil kun blive opdateret, hvis Time Log er &quot;faktureres&quot;"
@@ -948,7 +948,7 @@ apps/erpnext/erpnext/controllers/selling_controller.py +143,Total allocated perc
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +111,Production Order status is {0},Produktionsordre status er {0}
DocType: Appraisal Goal,Goal,Goal
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,Forventet leveringsdato er mindre end planlagt startdato.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,For Leverandøren
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,For Leverandøren
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Indstilling Kontotype hjælper med at vælge denne konto i transaktioner.
DocType: Purchase Invoice,Grand Total (Company Currency),Grand Total (Company Valuta)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Samlet Udgående
@@ -1026,7 +1026,7 @@ DocType: Sales Invoice,Shipping Address Name,Forsendelse Adresse Navn
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,Kontoplan
DocType: Material Request,Terms and Conditions Content,Vilkår og betingelser Indhold
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,må ikke være større end 100
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,Vare {0} er ikke et lager Vare
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,Vare {0} er ikke et lager Vare
DocType: Maintenance Visit,Unscheduled,Uplanlagt
DocType: Employee,Owned,Ejet
DocType: Salary Slip Deduction,Depends on Leave Without Pay,Afhænger Leave uden løn
@@ -1068,7 +1068,7 @@ DocType: Workstation Working Hour,Workstation Working Hour,Workstation Working H
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,Analytiker
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},Række {0}: Allokeret mængde {1} skal være mindre end eller lig med JV beløb {2}
DocType: Item,Inventory,Inventory
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,Betaling kan ikke ske for tomme vogn
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,Betaling kan ikke ske for tomme vogn
DocType: Item,Sales Details,Salg Detaljer
DocType: Opportunity,With Items,Med Varer
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,I Antal
@@ -1099,7 +1099,7 @@ DocType: Maintenance Schedule,Schedules,Tidsplaner
DocType: Purchase Invoice Item,Net Amount,Nettobeløb
DocType: Purchase Order Item Supplied,BOM Detail No,BOM Detail Nej
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Yderligere Discount Beløb (Company Valuta)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},Fejl: {0}&gt; {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},Fejl: {0}&gt; {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,Opret ny konto fra kontoplanen.
DocType: Maintenance Visit,Maintenance Visit,Vedligeholdelse Besøg
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,Kunde&gt; Customer Group&gt; Territory
@@ -1155,7 +1155,7 @@ DocType: HR Settings,Stop Birthday Reminders,Stop Fødselsdag Påmindelser
DocType: SMS Center,Receiver List,Modtager liste
DocType: Payment Tool Detail,Payment Amount,Betaling Beløb
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Forbrugt Mængde
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} Vis
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} Vis
DocType: Salary Structure Deduction,Salary Structure Deduction,Løn Struktur Fradrag
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Måleenhed {0} er indtastet mere end én gang i Conversion Factor Table
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Omkostninger ved Udstedte Varer
@@ -1228,7 +1228,7 @@ DocType: Upload Attendance,Get Template,Få skabelon
DocType: Address,Postal,Postal
DocType: Item,Weightage,Weightage
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,En kundegruppe med samme navn findes. Ret Kundens navn eller omdøb kundegruppen
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,Vælg {0} først.
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,Vælg {0} først.
DocType: Territory,Parent Territory,Parent Territory
DocType: Quality Inspection Reading,Reading 2,Reading 2
DocType: Stock Entry,Material Receipt,Materiale Kvittering
@@ -1259,7 +1259,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,Efterlad indkasseres?
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,Mulighed Fra feltet er obligatorisk
DocType: Item,Variants,Varianter
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,Make indkøbsordre
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,Make indkøbsordre
DocType: SMS Center,Send To,Send til
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},Der er ikke nok orlov balance for Leave Type {0}
DocType: Payment Reconciliation Payment,Allocated amount,Tildelte beløb
@@ -1383,7 +1383,7 @@ DocType: Appraisal,For Employee Name,For Medarbejder Navn
DocType: Holiday List,Clear Table,Klar Table
DocType: Features Setup,Brands,Mærker
DocType: C-Form Invoice Detail,Invoice No,Faktura Nej
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,Fra indkøbsordre
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,Fra indkøbsordre
DocType: Activity Cost,Costing Rate,Costing Rate
DocType: Employee,Resignation Letter Date,Udmeldelse Brev Dato
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +37,Pricing Rules are further filtered based on quantity.,Priser Regler er yderligere filtreret baseret på mængde.
@@ -1605,7 +1605,7 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,Omdøb Tool
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,Opdatering Omkostninger
DocType: Item Reorder,Item Reorder,Item Genbestil
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,Transfer Materiale
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,Transfer Materiale
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","Angiv operationer, driftsomkostninger og giver en unik Operation nej til dine operationer."
DocType: Purchase Invoice,Price List Currency,Pris List Valuta
DocType: Naming Series,User must always select,Brugeren skal altid vælge
@@ -1930,7 +1930,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},Target lageret er obligatorisk for rækken {0}
DocType: Quality Inspection,Quality Inspection,Quality Inspection
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,Extra Small
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,Advarsel: Materiale Anmodet Antal er mindre end Minimum Antal
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,Advarsel: Materiale Anmodet Antal er mindre end Minimum Antal
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,Konto {0} er spærret
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,Juridisk enhed / Datterselskab med en separat Kontoplan tilhører organisationen.
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Mad, drikke og tobak"
@@ -1979,7 +1979,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,Kun blade noder er tilladt i transaktionen
DocType: Expense Claim,Expense Approver,Expense Godkender
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Kvittering Vare Leveres
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,Betale
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,Betale
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,Til datotid
DocType: SMS Settings,SMS Gateway URL,SMS Gateway URL
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,Logs for opretholdelse sms leveringsstatus
@@ -2023,7 +2023,7 @@ DocType: Target Detail,Target Detail,Target Detail
DocType: Sales Order,% of materials billed against this Sales Order,% Af materialer faktureret mod denne Sales Order
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,Periode Lukning indtastning
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,Cost Center med eksisterende transaktioner kan ikke konverteres til gruppe
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,Afskrivninger
DocType: Account,Depreciation,Afskrivninger
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Leverandør (er)
DocType: Customer,Credit Limit,Kreditgrænse
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,Vælg type transaktion
@@ -2173,7 +2173,6 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,Landed Cost Voucher Be
DocType: Time Log,Batched for Billing,Batched for fakturering
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,Regninger rejst af leverandører.
DocType: POS Profile,Write Off Account,Skriv Off konto
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,Rabat Beløb
DocType: Purchase Invoice,Return Against Purchase Invoice,Retur Against købsfaktura
DocType: Item,Warranty Period (in days),Garantiperiode (i dage)
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,fx moms
@@ -2337,7 +2336,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
conflict by assigning priority. Price Rules: {0}","Multiple Pris Regel eksisterer med samme kriterier, skal du løse \ konflikten ved at tildele prioritet. Pris Regler: {0}"
DocType: Account,Bank,Bank
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Flyselskab
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,Issue Materiale
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,Issue Materiale
DocType: Material Request Item,For Warehouse,For Warehouse
DocType: Employee,Offer Date,Offer Dato
DocType: Hub Settings,Access Token,Access Token
@@ -2400,7 +2399,7 @@ apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet
apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,Time
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation",Føljeton Item {0} kan ikke opdateres \ hjælp Stock Afstemning
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,Overførsel Materiale til Leverandøren
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,Overførsel Materiale til Leverandøren
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,Ny Løbenummer kan ikke have Warehouse. Warehouse skal indstilles af Stock indtastning eller kvittering
DocType: Lead,Lead Type,Lead Type
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,Opret Citat
@@ -2433,7 +2432,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,Vælg Carry Forward hvis du også ønsker at inkludere foregående regnskabsår balance blade til indeværende regnskabsår
DocType: GL Entry,Against Voucher Type,Mod Voucher Type
DocType: Item,Attributes,Attributter
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,Få Varer
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,Få Varer
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,Indtast venligst Skriv Off konto
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,Sidste Ordredato
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,Make Excise Faktura
@@ -2476,7 +2475,7 @@ DocType: Quality Inspection,Delivery Note No,Levering Note Nej
DocType: Company,Retail,Retail
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,Kunde {0} eksisterer ikke
DocType: Attendance,Absent,Fraværende
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,Produkt Bundle
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,Produkt Bundle
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Købe Skatter og Afgifter Skabelon
DocType: Upload Attendance,Download Template,Hent skabelon
DocType: GL Entry,Remarks,Bemærkninger
@@ -2675,7 +2674,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_cal
apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),Sats (%)
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,Regnskabsår Slutdato
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","Kan ikke filtrere baseret på blad nr, hvis grupperet efter Voucher"
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,Foretag Leverandør Citat
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,Foretag Leverandør Citat
DocType: Quality Inspection,Incoming,Indgående
DocType: BOM,Materials Required (Exploded),Nødvendige materialer (Sprængskitse)
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),Reducer Optjening for Leave uden løn (LWP)
@@ -2788,7 +2787,7 @@ DocType: Workstation,per hour,per time
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,Konto for lageret (Perpetual Inventory) vil blive oprettet under denne konto.
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,"Warehouse kan ikke slettes, da der eksisterer lager hovedbog post for dette lager."
DocType: Company,Distribution,Distribution
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,Beløb betalt
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,Beløb betalt
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,Projektleder
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,Dispatch
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,Max rabat tilladt for vare: {0} er {1}%
@@ -3123,7 +3122,7 @@ DocType: Company,Round Off Account,Afrunde konto
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,Administrationsomkostninger
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,Rådgivning
DocType: Customer Group,Parent Customer Group,Overordnet kunde Group
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,Ændring
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,Ændring
DocType: Purchase Invoice,Contact Email,Kontakt E-mail
DocType: Appraisal Goal,Score Earned,Score tjent
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""",fx &quot;My Company LLC&quot;
@@ -3195,7 +3194,7 @@ DocType: Account,Parent Account,Parent Konto
DocType: Quality Inspection Reading,Reading 3,Reading 3
,Hub,Hub
DocType: GL Entry,Voucher Type,Voucher Type
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,Prisliste ikke fundet eller handicappede
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,Prisliste ikke fundet eller handicappede
DocType: Expense Claim,Approved,Godkendt
DocType: Pricing Rule,Price,Pris
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',Medarbejder lettet på {0} skal indstilles som &quot;Left&quot;
@@ -3216,7 +3215,7 @@ DocType: Serial No,Purchase / Manufacture Details,Køb / Fremstilling Detaljer
DocType: Employee,Contract End Date,Kontrakt Slutdato
DocType: Sales Order,Track this Sales Order against any Project,Spor denne salgsordre mod enhver Project
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,Pull salgsordrer (afventer at levere) baseret på ovenstående kriterier
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,Fra Leverandør Citat
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,Fra Leverandør Citat
DocType: Deduction Type,Deduction Type,Fradrag Type
DocType: Attendance,Half Day,Half Day
DocType: Pricing Rule,Min Qty,Min Antal
@@ -3296,7 +3295,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,D
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(Halv dag)
DocType: Supplier,Credit Days,Credit Dage
DocType: Leave Type,Is Carry Forward,Er Carry Forward
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,Få elementer fra BOM
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,Få elementer fra BOM
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Lead Time dage
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,Bill of Materials
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Række {0}: Party Type og part er nødvendig for Tilgodehavende / Betales konto {1}
1 DocType: Employee Salary Mode Løn-tilstand
17 DocType: Employee Rented Lejet
18 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36 Currency is required for Price List {0} Valuta er nødvendig for prisliste {0}
19 DocType: Sales Taxes and Charges Template * Will be calculated in the transaction. * Vil blive beregnet i transaktionen.
20 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661 From Material Request Fra Material Request
21 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37 {0} Tree {0} Tree
22 DocType: Job Applicant Job Applicant Job Ansøger
23 apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18 No more results. Ikke flere resultater.
48 DocType: Features Setup 1. To maintain the customer wise item code and to make them searchable based on their code use this option 1. For at bevare kunden kloge post kode og gøre dem søgbare baseret på deres kode brug denne mulighed
49 DocType: Mode of Payment Account Mode of Payment Account Mode Betalingskonto
50 apps/erpnext/erpnext/stock/doctype/item/item.js +49 Show Variants Vis varianter
51 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479 Quantity Mængde
52 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174 Loans (Liabilities) Lån (passiver)
53 DocType: Employee Education Year of Passing År for Passing
54 apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12 In Stock På lager
58 apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13 Make new POS Profile Foretag ny POS profil
59 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31 Health Care Health Care
60 DocType: Purchase Invoice Monthly Månedlig
61 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607 Invoice Faktura
62 DocType: Maintenance Schedule Item Periodicity Hyppighed
63 apps/erpnext/erpnext/public/js/setup_wizard.js +107 Email Address E-mail-adresse
64 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21 Defense Forsvar
67 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193 Row {0}: {1} {2} does not match with {3} Række {0}: {1} {2} ikke passer med {3}
68 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74 Row # {0}: Row # {0}:
69 DocType: Delivery Note Vehicle No Vehicle Ingen
70 apps/erpnext/erpnext/public/js/pos/pos.js +528 apps/erpnext/erpnext/public/js/pos/pos.js +534 Please select Price List Vælg venligst prislisten
71 DocType: Production Order Operation Work In Progress Work In Progress
72 DocType: Employee Holiday List Holiday List
73 DocType: Time Log Time Log Time Log
215 DocType: Payment Tool Reference No Referencenummer
216 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398 Leave Blocked Lad Blokeret
217 apps/erpnext/erpnext/stock/doctype/item/item.py +576 apps/erpnext/erpnext/stock/doctype/item/item.py +577 Item {0} has reached its end of life on {1} Vare {0} har nået slutningen af sin levetid på {1}
218 apps/erpnext/erpnext/accounts/utils.py +341 Annual Årligt
219 DocType: Stock Reconciliation Item Stock Reconciliation Item Stock Afstemning Item
220 DocType: Stock Entry Sales Invoice No Salg faktura nr
221 DocType: Material Request Item Min Order Qty Min prisen evt
227 DocType: Item Publish in Hub Offentliggør i Hub
228 Terretory Terretory
229 apps/erpnext/erpnext/stock/doctype/item/item.py +596 apps/erpnext/erpnext/stock/doctype/item/item.py +597 Item {0} is cancelled Vare {0} er aflyst
230 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607 Material Request Materiale Request
231 DocType: Bank Reconciliation Update Clearance Date Opdatering Clearance Dato
232 DocType: Item Purchase Details Køb Detaljer
233 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +321 Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1} Vare {0} ikke fundet i &quot;Raw Materials Leveres &#39;bord i Indkøbsordre {1}
282 DocType: Features Setup Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet Fås i BOM, følgeseddel, købsfaktura, produktionsordre, Indkøbsordre, kvittering, Sales Invoice, Sales Order, Stock indtastning, Timesheet
283 DocType: Item Tax Tax Rate Skat
284 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Select Item Vælg Item
285 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150 Item: {0} managed batch-wise, can not be reconciled using \ Stock Reconciliation, instead use Stock Entry Emne: {0} lykkedes batchvis, kan ikke forenes ved hjælp af \ Stock Forsoning, i stedet bruge Stock indtastning
286 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262 Purchase Invoice {0} is already submitted Købsfaktura {0} er allerede indsendt
287 apps/erpnext/erpnext/accounts/doctype/account/account.js +54 Convert to non-Group Konverter til ikke-Group
288 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55 Purchase Receipt must be submitted Kvittering skal indsendes
353 DocType: Delivery Note Billing Address Faktureringsadresse
354 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736 Please enter Item Code. Indtast venligst Item Code.
355 DocType: BOM Costing Koster
356 DocType: Purchase Taxes and Charges If checked, the tax amount will be considered as already included in the Print Rate / Print Amount Hvis markeret, vil momsbeløbet blive betragtet som allerede er inkluderet i Print Rate / Print Beløb
357 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48 Total Qty Antal Total
358 DocType: Employee Health Concerns Sundhedsmæssige betænkeligheder
359 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15 Unpaid Ulønnet
470 DocType: SMS Settings Receiver Parameter Modtager Parameter
471 apps/erpnext/erpnext/controllers/trends.py +39 'Based On' and 'Group By' can not be same 'Baseret på' og 'Grupper efter' ikke kan være samme
472 DocType: Sales Person Sales Person Targets Salg person Mål
473 DocType: Production Order Operation In minutes I minutter
474 DocType: Issue Resolution Date Opløsning Dato
475 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 Please set default Cash or Bank account in Mode of Payment {0} Indstil standard Kontant eller bank konto i mode for betaling {0}
476 DocType: Selling Settings Customer Naming By Customer Navngivning Af
717 DocType: Journal Entry Total Amount in Words Samlet beløb i Words
718 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7 There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists. Der opstod en fejl. En sandsynlig årsag kan være, at du ikke har gemt formularen. Kontakt venligst support@erpnext.com hvis problemet fortsætter.
719 apps/erpnext/erpnext/controllers/selling_controller.py +150 Order Type must be one of {0} Bestil type skal være en af {0}
720 DocType: Lead Next Contact Date Næste Kontakt Dato
721 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +35 Opening Qty Åbning Antal
722 DocType: Holiday List Holiday List Name Holiday listenavn
723 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +168 Stock Options Aktieoptioner
737 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 {0} can not be negative {0} kan ikke være negativ
738 apps/erpnext/erpnext/templates/form_grid/item_grid.html +72 apps/erpnext/erpnext/public/js/pos/pos.html +28 Discount Rabat
739 DocType: Features Setup Purchase Discounts Køb Rabatter
740 DocType: Workstation Wages Løn
741 DocType: Time Log Will be updated only if Time Log is 'Billable' Vil kun blive opdateret, hvis Time Log er &quot;faktureres&quot;
742 DocType: Project Internal Intern
743 DocType: Task Urgent Urgent
759 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126 Sales Expenses Salgsomkostninger
760 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +113 Standard Buying Standard Buying
761 DocType: GL Entry Against Imod
762 DocType: Item Default Selling Cost Center Standard Selling Cost center
763 DocType: Sales Partner Implementation Partner Implementering Partner
764 DocType: Opportunity Contact Info Kontakt Info
765 DocType: Packing Slip Net Weight UOM Nettovægt UOM
948 DocType: Purchase Invoice Taxes and Charges Calculation Skatter og Afgifter Beregning
949 DocType: BOM Operation Workstation Arbejdsstation
950 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +112 Hardware Hardware
951 DocType: Attendance HR Manager HR Manager
952 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +50 Privilege Leave Privilege Forlad
953 DocType: Purchase Invoice Supplier Invoice Date Leverandør Faktura Dato
954 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +79 You need to enable Shopping Cart Du skal aktivere Indkøbskurv
1026 DocType: Rename Tool Type of document to rename. Type dokument omdøbe.
1027 apps/erpnext/erpnext/public/js/setup_wizard.js +384 We buy this Item Vi køber denne vare
1028 DocType: Address Billing Fakturering
1029 DocType: Purchase Invoice Total Taxes and Charges (Company Currency) Total Skatter og Afgifter (Company valuta)
1030 DocType: Shipping Rule Shipping Account Forsendelse konto
1031 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +43 Scheduled to send to {0} recipients Planlagt at sende til {0} modtagere
1032 DocType: Quality Inspection Readings Aflæsninger
1068 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +66 Transfer Materials for Manufacture Overfør Materialer til Fremstilling
1069 DocType: Pricing Rule For Price List For prisliste
1070 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +27 Executive Search Executive Search
1071 apps/erpnext/erpnext/stock/stock_ledger.py +405 Purchase rate for item: {0} not found, which is required to book accounting entry (expense). Please mention item price against a buying price list. Købskurs for vare: {0} ikke fundet, som er nødvendig for at booke regnskabsmæssig post (udgift). Nævne venligst vare pris mod en købskurs listen.
1072 DocType: Maintenance Schedule Schedules Tidsplaner
1073 DocType: Purchase Invoice Item Net Amount Nettobeløb
1074 DocType: Purchase Order Item Supplied BOM Detail No BOM Detail Nej
1099 DocType: Pricing Rule Pricing Rule Prisfastsættelse Rule
1100 apps/erpnext/erpnext/config/learn.py +167 Material Request to Purchase Order Materiale Anmodning om at Indkøbsordre
1101 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +74 Row # {0}: Returned Item {1} does not exists in {2} {3} Row # {0}: returnerede vare {1} ikke eksisterer i {2} {3}
1102 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +16 Bank Accounts Bankkonti
1103 Bank Reconciliation Statement Bank Saldoopgørelsen
1104 DocType: Address Lead Name Bly navn
1105 POS POS
1155 DocType: BOM Item BOM Item BOM Item
1156 DocType: Appraisal For Employee For Medarbejder
1157 DocType: Company Default Values Standardværdier
1158 apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +236 Row {0}: Payment amount can not be negative Række {0}: Betaling beløb kan ikke være negativ
1159 DocType: Expense Claim Total Amount Reimbursed Samlede godtgjorte beløb
1160 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +64 Against Supplier Invoice {0} dated {1} Imod Leverandør Faktura {0} dateret {1}
1161 DocType: Customer Default Price List Standard prisliste
1228 apps/erpnext/erpnext/setup/doctype/company/company.py +152 Main Main
1229 apps/erpnext/erpnext/stock/doctype/item/item_list.js +13 Variant Variant
1230 DocType: Naming Series Set prefix for numbering series on your transactions Sæt præfiks for nummerering serie om dine transaktioner
1231 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +164 Stopped order cannot be cancelled. Unstop to cancel. Stoppet ordre kan ikke annulleres. Unstop at annullere.
1232 apps/erpnext/erpnext/stock/doctype/item/item.py +357 Default BOM ({0}) must be active for this item or its template Standard BOM ({0}) skal være aktiv for dette element eller dens skabelon
1233 DocType: Employee Leave Encashed? Efterlad indkasseres?
1234 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32 Opportunity From field is mandatory Mulighed Fra feltet er obligatorisk
1259 apps/erpnext/erpnext/config/projects.py +23 Time Log for tasks. Tid Log til opgaver.
1260 DocType: Production Order Operation Actual Time and Cost Aktuel leveringstid og omkostninger
1261 apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54 Material Request of maximum {0} can be made for Item {1} against Sales Order {2} Materiale Request af maksimum {0} kan gøres for Item {1} mod Sales Order {2}
1262 DocType: Employee Salutation Salutation
1263 DocType: Pricing Rule Brand Brand
1264 DocType: Item Will also apply for variants Vil også gælde for varianter
1265 apps/erpnext/erpnext/config/selling.py +153 Bundle items at time of sale. Bundle elementer på salgstidspunktet.
1383 DocType: Address Template This format is used if country specific format is not found Dette format bruges, hvis landespecifikke format ikke findes
1384 DocType: Production Order Use Multi-Level BOM Brug Multi-Level BOM
1385 DocType: Bank Reconciliation Include Reconciled Entries Medtag Afstemt Angivelser
1386 apps/erpnext/erpnext/config/accounts.py +41 Tree of finanial accounts. Tree of finanial konti.
1387 DocType: Leave Control Panel Leave blank if considered for all employee types Lad stå tomt hvis det anses for alle typer medarbejderaktier
1388 DocType: Landed Cost Voucher Distribute Charges Based On Distribuere afgifter baseret på
1389 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +313 Account {0} must be of type 'Fixed Asset' as Item {1} is an Asset Item Konto {0} skal være af typen 'Anlægskonto' da enheden {1} er et aktiv
1605 apps/erpnext/erpnext/templates/form_grid/material_request_grid.html +7 Required On Nødvendig On
1606 DocType: Sales Invoice Mass Mailing Mass Mailing
1607 DocType: Rename Tool File to Rename Fil til Omdøb
1608 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +180 Purchse Order number required for Item {0} Purchse Ordrenummer kræves for Item {0}
1609 apps/erpnext/erpnext/controllers/buying_controller.py +236 Specified BOM {0} does not exist for Item {1} Specificeret BOM {0} findes ikke til konto {1}
1610 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +197 Maintenance Schedule {0} must be cancelled before cancelling this Sales Order Vedligeholdelsesplan {0} skal annulleres, før den annullerer denne Sales Order
1611 DocType: Notification Control Expense Claim Approved Expense krav Godkendt
1930 apps/erpnext/erpnext/utilities/doctype/address/address.py +24 Address Title is mandatory. Adresse Titel er obligatorisk.
1931 DocType: Opportunity Enter name of campaign if source of enquiry is campaign Indtast navnet på kampagne, hvis kilden undersøgelsesudvalg er kampagne
1932 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +38 Newspaper Publishers Dagblades
1933 apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +31 Select Fiscal Year Vælg regnskabsår
1934 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +43 Reorder Level Genbestil Level
1935 DocType: Attendance Attendance Date Fremmøde Dato
1936 DocType: Salary Structure Salary breakup based on Earning and Deduction. Løn breakup baseret på Optjening og fradrag.
1979 DocType: Monthly Distribution Percentage Month Måned
1980 Stock Analytics Stock Analytics
1981 DocType: Installation Note Item Against Document Detail No Imod Dokument Detail Nej
1982 DocType: Quality Inspection Outgoing Udgående
1983 DocType: Material Request Requested For Anmodet om
1984 DocType: Quotation Item Against Doctype Mod DOCTYPE
1985 DocType: Delivery Note Track this Delivery Note against any Project Spor dette Delivery Note mod enhver Project
2023 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +243 Difference Account must be a Asset/Liability type account, since this Stock Reconciliation is an Opening Entry Forskel Der skal være en Asset / Liability typen konto, da dette Stock Forsoning er en åbning indtastning
2024 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +141 Purchase Order number required for Item {0} Indkøbsordre nummer kræves for Item {0}
2025 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +18 'From Date' must be after 'To Date' 'Fra dato' skal være efter 'Til dato'
2026 Stock Projected Qty Stock Forventet Antal
2027 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +150 Customer {0} does not belong to project {1} Kunden {0} ikke hører til projekt {1}
2028 DocType: Warranty Claim From Company Fra Company
2029 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 Value or Qty Værdi eller Antal
2173 DocType: Expense Claim Item-wise Sales History Total Sanctioned Amount Vare-wise Sales History Total Sanktioneret Beløb
2174 DocType: Expense Claim Total Sanctioned Amount Purchase Analytics Total Sanktioneret Beløb Køb Analytics
2175 DocType: Sales Invoice Item Purchase Analytics Delivery Note Item Køb Analytics Levering Note Vare
DocType: Sales Invoice Item Delivery Note Item Levering Note Vare
2176 DocType: Expense Claim Task Opgave
2177 DocType: Purchase Taxes and Charges Reference Row # Henvisning Row #
2178 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +76 Batch number is mandatory for Item {0} Batchnummer er obligatorisk for Item {0}
2336 apps/erpnext/erpnext/public/js/setup_wizard.js +381 Hour Time
2337 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145 Serialized Item {0} cannot be updated \ using Stock Reconciliation Føljeton Item {0} kan ikke opdateres \ hjælp Stock Afstemning
2338 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601 Transfer Material to Supplier Overførsel Materiale til Leverandøren
2339 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29 New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt Ny Løbenummer kan ikke have Warehouse. Warehouse skal indstilles af Stock indtastning eller kvittering
2340 DocType: Lead Lead Type Lead Type
2341 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82 Create Quotation Opret Citat
2342 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +311 All these items have already been invoiced Alle disse punkter er allerede blevet faktureret
2399 DocType: Customer Default Receivable Accounts Standard kan modtages Konti
2400 DocType: Item Reorder Transfer Transfer
2401 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +636 Fetch exploded BOM (including sub-assemblies) Hent eksploderede BOM (herunder underenheder)
2402 DocType: Authorization Rule Applicable To (Employee) Gælder for (Medarbejder)
2403 apps/erpnext/erpnext/controllers/accounts_controller.py +101 Due Date is mandatory Forfaldsdato er obligatorisk
2404 DocType: Journal Entry Pay To / Recd From Betal Til / RECD Fra
2405 DocType: Naming Series Setup Series Opsætning Series
2432 apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +32 Item 5 Punkt 5
2433 apps/erpnext/erpnext/accounts/utils.py +278 Please set default value {0} in Company {1} Indstil standard værdi {0} i Company {1}
2434 DocType: Serial No Creation Time Creation Time
2435 apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +62 Total Revenue Total Revenue
2436 DocType: Sales Invoice Product Bundle Help Produkt Bundle Hjælp
2437 Monthly Attendance Sheet Månedlig Deltagelse Sheet
2438 apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16 No record found Ingen post fundet
2475 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129 Telephone Expenses Telefon Udgifter
2476 DocType: Sales Partner Logo Logo
2477 DocType: Naming Series Check this if you want to force the user to select a series before saving. There will be no default if you check this. Markér dette hvis du ønsker at tvinge brugeren til at vælge en serie før du gemmer. Der vil ikke være standard, hvis du markerer dette.
2478 apps/erpnext/erpnext/stock/get_item_details.py +107 No Item with Serial No {0} Ingen Vare med Serial Nej {0}
2479 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +68 Direct Expenses Direkte udgifter
2480 apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +60 New Customer Revenue Ny kunde Omsætning
2481 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +132 Travel Expenses Rejser Udgifter
2674 apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +15 Setting this Address Template as default as there is no other default Angivelse af denne adresse skabelon som standard, da der ikke er nogen anden standard
2675 apps/erpnext/erpnext/accounts/doctype/account/account.py +96 Account balance already in Debit, you are not allowed to set 'Balance Must Be' as 'Credit' Konto balance er debit. Du har ikke lov til at ændre 'Balancetype' til 'kredit'
2676 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +76 Quality Management Quality Management
2677 DocType: Production Planning Tool Filter based on customer Filter baseret på kundernes
2678 DocType: Payment Tool Detail Against Voucher No Mod blad nr
2679 apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +47 Please enter quantity for Item {0} Indtast mængde for Item {0}
2680 DocType: Employee External Work History Employee External Work History Medarbejder Ekstern Work History
2787 DocType: Expense Claim Detail Expense Date Expense Dato
2788 DocType: Item Max Discount (%) Max Rabat (%)
2789 apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +70 Last Order Amount Sidste ordrebeløb
2790 DocType: Company Warn Advar
2791 DocType: Appraisal Any other remarks, noteworthy effort that should go in the records. Alle andre bemærkninger, bemærkelsesværdigt indsats, skal gå i registrene.
2792 DocType: BOM Manufacturing User Manufacturing Bruger
2793 DocType: Purchase Order Raw Materials Supplied Raw Materials Leveres
3122 DocType: Employee Current Address Is Nuværende adresse er
3123 DocType: Address Office Kontor
3124 apps/erpnext/erpnext/config/accounts.py +13 Accounting journal entries. Regnskab journaloptegnelser.
3125 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +226 Please select Employee Record first. Vælg Medarbejder Record først.
3126 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +35 To create a Tax Account Sådan opretter du en Tax-konto
3127 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +240 Please enter Expense Account Indtast venligst udgiftskonto
3128 DocType: Account Stock Lager
3194 apps/erpnext/erpnext/accounts/utils.py +197 Allocated amount can not greater than unadusted amount Tildelte beløb kan ikke er større end unadusted beløb
3195 DocType: Manufacturing Settings Allow Production on Holidays Tillad Produktion på helligdage
3196 DocType: Sales Order Customer's Purchase Order Date Kundens Indkøbsordre Dato
3197 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +183 Capital Stock Capital Stock
3198 DocType: Packing Slip Package Weight Details Pakke vægt detaljer
3199 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +105 Please select a csv file Vælg en CSV-fil
3200 DocType: Purchase Order To Receive and Bill Til at modtage og Bill
3215 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566 Get Items from BOM Få elementer fra BOM
3216 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41 Lead Time Days Lead Time dage
3217 apps/erpnext/erpnext/config/manufacturing.py +120 Bill of Materials Bill of Materials
3218 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77 Row {0}: Party Type and Party is required for Receivable / Payable account {1} Række {0}: Party Type og part er nødvendig for Tilgodehavende / Betales konto {1}
3219 apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +102 Ref Date Ref Dato
3220 DocType: Employee Reason for Leaving Årsag til Leaving
3221 DocType: Expense Claim Detail Sanctioned Amount Sanktioneret Beløb
3295
3296
3297
3298
3299
3300
3301

View File

@@ -21,7 +21,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},Valuta er nødvendig for prisliste {0}
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Vil blive beregnet i transaktionen.
DocType: Purchase Order,Customer Contact,Kundeservice Kontakt
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,Fra Material Request
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,Fra Material Request
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} Tree
DocType: Job Applicant,Job Applicant,Job Ansøger
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,Ikke flere resultater.
@@ -52,7 +52,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,Bank
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,1. For at bevare kunden kloge post kode og gøre dem søgbare baseret på deres kode brug denne mulighed
DocType: Mode of Payment Account,Mode of Payment Account,Mode Betalingskonto
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,Vis varianter
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,Mængde
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,Mængde
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),Lån (passiver)
DocType: Employee Education,Year of Passing,År for Passing
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,På lager
@@ -63,7 +63,7 @@ apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,Fo
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Health Care
DocType: Purchase Invoice,Monthly,Månedlig
apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66,Delay in payment (Days),Forsinket betaling (dage)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,Faktura
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,Faktura
DocType: Maintenance Schedule Item,Periodicity,Hyppighed
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,E-mail-adresse
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Forsvar
@@ -72,7 +72,7 @@ DocType: Appraisal Goal,Score (0-5),Score (0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},Række {0}: {1} {2} ikke passer med {3}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,Row # {0}:
DocType: Delivery Note,Vehicle No,Vehicle Ingen
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,Vælg venligst prislisten
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,Vælg venligst prislisten
DocType: Production Order Operation,Work In Progress,Work In Progress
DocType: Employee,Holiday List,Holiday List
DocType: Time Log,Time Log,Time Log
@@ -214,6 +214,7 @@ DocType: Sales Partner,Reseller,Forhandler
apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +41,Please enter Company,Indtast Company
DocType: Delivery Note Item,Against Sales Invoice Item,Mod Sales Invoice Item
,Production Orders in Progress,Produktionsordrer i Progress
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37,Net Cash from Financing,Netto kontant fra Finansiering
DocType: Lead,Address & Contact,Adresse og kontakt
DocType: Leave Allocation,Add unused leaves from previous allocations,Tilføj ubrugte blade fra tidligere tildelinger
apps/erpnext/erpnext/controllers/recurring_document.py +203,Next Recurring {0} will be created on {1},Næste Tilbagevendende {0} vil blive oprettet på {1}
@@ -232,7 +233,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,Item Website Specification
DocType: Payment Tool,Reference No,Referencenummer
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,Lad Blokeret
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},Vare {0} har nået slutningen af sin levetid på {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},Vare {0} har nået slutningen af sin levetid på {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,Årligt
DocType: Stock Reconciliation Item,Stock Reconciliation Item,Stock Afstemning Item
DocType: Stock Entry,Sales Invoice No,Salg faktura nr
@@ -244,7 +245,7 @@ DocType: Item,Minimum Order Qty,Minimum Antal
DocType: Pricing Rule,Supplier Type,Leverandør Type
DocType: Item,Publish in Hub,Offentliggør i Hub
,Terretory,Terretory
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,Vare {0} er aflyst
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,Vare {0} er aflyst
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,Materiale Request
DocType: Bank Reconciliation,Update Clearance Date,Opdatering Clearance Dato
DocType: Item,Purchase Details,Køb Detaljer
@@ -307,7 +308,7 @@ DocType: Sales Invoice,Rate at which Customer Currency is converted to customer'
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","Fås i BOM, følgeseddel, købsfaktura, produktionsordre, Indkøbsordre, kvittering, Sales Invoice, Sales Order, Stock indtastning, Timesheet"
DocType: Item Tax,Tax Rate,Skat
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},{0} allerede afsat til Medarbejder {1} for perioden {2} til {3}
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,Vælg Item
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,Vælg Item
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry","Emne: {0} lykkedes batchvis, kan ikke forenes ved hjælp af \ Stock Forsoning, i stedet bruge Stock indtastning"
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262,Purchase Invoice {0} is already submitted,Købsfaktura {0} er allerede indsendt
@@ -380,13 +381,13 @@ DocType: Sales Taxes and Charges Template,Sales Master Manager,Salg Master manag
apps/erpnext/erpnext/config/manufacturing.py +74,Global settings for all manufacturing processes.,Globale indstillinger for alle produktionsprocesser.
DocType: Accounts Settings,Accounts Frozen Upto,Regnskab Frozen Op
DocType: SMS Log,Sent On,Sendt On
apps/erpnext/erpnext/stock/doctype/item/item.py +553,Attribute {0} selected multiple times in Attributes Table,Attribut {0} valgt flere gange i attributter Tabel
apps/erpnext/erpnext/stock/doctype/item/item.py +554,Attribute {0} selected multiple times in Attributes Table,Attribut {0} valgt flere gange i attributter Tabel
DocType: HR Settings,Employee record is created using selected field. ,Medarbejder rekord er oprettet ved hjælp valgte felt.
DocType: Sales Order,Not Applicable,Gælder ikke
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,Ferie mester.
DocType: Material Request Item,Required Date,Nødvendig Dato
DocType: Delivery Note,Billing Address,Faktureringsadresse
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,Indtast venligst Item Code.
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,Indtast venligst Item Code.
DocType: BOM,Costing,Koster
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","Hvis markeret, vil momsbeløbet blive betragtet som allerede er inkluderet i Print Rate / Print Beløb"
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Antal Total
@@ -486,7 +487,7 @@ apps/erpnext/erpnext/config/crm.py +17,Customer database.,Kundedatabase.
DocType: Quotation,Quotation To,Citat Til
DocType: Lead,Middle Income,Midterste indkomst
apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +58,Opening (Cr),Åbning (Cr)
apps/erpnext/erpnext/stock/doctype/item/item.py +702,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Standard måleenhed for Item {0} kan ikke ændres direkte, fordi du allerede har gjort nogle transaktion (er) med en anden UOM. Du bliver nødt til at oprette en ny konto for at bruge en anden Standard UOM."
apps/erpnext/erpnext/stock/doctype/item/item.py +703,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Standard måleenhed for Item {0} kan ikke ændres direkte, fordi du allerede har gjort nogle transaktion (er) med en anden UOM. Du bliver nødt til at oprette en ny konto for at bruge en anden Standard UOM."
apps/erpnext/erpnext/accounts/utils.py +195,Allocated amount can not be negative,Tildelte beløb kan ikke være negativ
DocType: Purchase Order Item,Billed Amt,Billed Amt
DocType: Warehouse,A logical Warehouse against which stock entries are made.,Et logisk varelager hvor lagerændringer foretages.
@@ -514,9 +515,10 @@ DocType: Buying Settings,Supplier Naming By,Leverandør Navngivning Af
DocType: Activity Type,Default Costing Rate,Standard Costing Rate
DocType: Maintenance Schedule,Maintenance Schedule,Vedligeholdelse Skema
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Så Priser Regler filtreres ud baseret på kunden, Kunde Group, Territory, leverandør, leverandør Type, Kampagne, Sales Partner etc."
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Inventory,Netto Ændring i Inventory
DocType: Employee,Passport Number,Passport Number
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,Leder
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,Fra kvittering
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,Fra kvittering
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,Samme element er indtastet flere gange.
DocType: SMS Settings,Receiver Parameter,Modtager Parameter
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,'Baseret på' og 'Grupper efter' ikke kan være samme
@@ -776,7 +778,8 @@ DocType: Payment Tool,Set Payment Amount = Outstanding Amount,Set Betaling Belø
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,Varians
,Company Name,Firmaets navn
DocType: SMS Center,Total Message(s),Total Besked (r)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,Vælg Item for Transfer
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,Vælg Item for Transfer
DocType: Purchase Invoice,Additional Discount Percentage,Yderligere rabatprocent
apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,Se en liste over alle de hjælpevideoer
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,"Vælg højde leder af den bank, hvor checken blev deponeret."
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Tillad brugeren at redigere Prisliste Rate i transaktioner
@@ -797,7 +800,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,Hvid
DocType: SMS Center,All Lead (Open),Alle Bly (Open)
DocType: Purchase Invoice,Get Advances Paid,Få forskud
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,Vedhæft dit billede
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,Lave
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,Lave
DocType: Journal Entry,Total Amount in Words,Samlet beløb i Words
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,"Der opstod en fejl. En sandsynlig årsag kan være, at du ikke har gemt formularen. Kontakt venligst support@erpnext.com hvis problemet fortsætter."
apps/erpnext/erpnext/templates/pages/cart.html +3,My Cart,Indkøbskurv
@@ -819,10 +822,10 @@ DocType: Packing Slip Item,Packing Slip Item,Packing Slip Vare
DocType: POS Profile,Cash/Bank Account,Kontant / Bankkonto
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +70,Removed items with no change in quantity or value.,Fjernede elementer uden nogen ændringer i mængde eller værdi.
DocType: Delivery Note,Delivery To,Levering Til
apps/erpnext/erpnext/stock/doctype/item/item.py +550,Attribute table is mandatory,Attributtabellen er obligatorisk
apps/erpnext/erpnext/stock/doctype/item/item.py +551,Attribute table is mandatory,Attributtabellen er obligatorisk
DocType: Production Planning Tool,Get Sales Orders,Få salgsordrer
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} kan ikke være negativ
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,Rabat
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,Rabat
DocType: Features Setup,Purchase Discounts,Køb Rabatter
DocType: Workstation,Wages,Løn
DocType: Time Log,Will be updated only if Time Log is 'Billable',"Vil kun blive opdateret, hvis Time Log er &quot;faktureres&quot;"
@@ -889,6 +892,7 @@ DocType: Company,Company registration numbers for your reference. Tax numbers et
DocType: Sales Partner,Distributor,Distributør
DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,Indkøbskurv Shipping Rule
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +209,Production Order {0} must be cancelled before cancelling this Sales Order,"Produktionsordre {0} skal annulleres, før den annullerer denne Sales Order"
apps/erpnext/erpnext/public/js/controllers/transaction.js +881,Please set 'Apply Additional Discount On',Venligst sæt &#39;Anvend Ekstra Rabat på&#39;
,Ordered Items To Be Billed,Bestilte varer at blive faktureret
apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +24,From Range has to be less than To Range,Fra Range skal være mindre end at ligge
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,Vælg Time Logs og Send for at oprette en ny Sales Invoice.
@@ -1029,7 +1033,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
DocType: Appraisal Goal,Goal,Goal
DocType: Sales Invoice Item,Edit Description,Edit Beskrivelse
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,Forventet leveringsdato er mindre end planlagt startdato.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,For Leverandøren
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,For Leverandøren
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Indstilling Kontotype hjælper med at vælge denne konto i transaktioner.
DocType: Purchase Invoice,Grand Total (Company Currency),Grand Total (Company Valuta)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Samlet Udgående
@@ -1101,6 +1105,7 @@ DocType: Sales Order Item,Planned Quantity,Planlagt Mængde
DocType: Purchase Invoice Item,Item Tax Amount,Item Skat Beløb
DocType: Item,Maintain Stock,Vedligehold Stock
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +211,Stock Entries already created for Production Order ,Stock Entries allerede skabt til produktionsordre
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Net Change in Fixed Asset,Nettoændring i anlægsaktiver
DocType: Leave Control Panel,Leave blank if considered for all designations,Lad stå tomt hvis det anses for alle betegnelser
apps/erpnext/erpnext/controllers/accounts_controller.py +517,Charge of type 'Actual' in row {0} cannot be included in Item Rate,Afgift af typen &#39;Actual &quot;i rækken {0} kan ikke indgå i Item Rate
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +182,Max: {0},Max: {0}
@@ -1112,7 +1117,7 @@ DocType: Sales Invoice,Shipping Address Name,Forsendelse Adresse Navn
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,Kontoplan
DocType: Material Request,Terms and Conditions Content,Vilkår og betingelser Indhold
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,må ikke være større end 100
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,Vare {0} er ikke et lager Vare
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,Vare {0} er ikke et lager Vare
DocType: Maintenance Visit,Unscheduled,Uplanlagt
DocType: Employee,Owned,Ejet
DocType: Salary Slip Deduction,Depends on Leave Without Pay,Afhænger Leave uden løn
@@ -1160,7 +1165,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,Analytik
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},Række {0}: Allokeret mængde {1} skal være mindre end eller lig med JV beløb {2}
DocType: Item,Inventory,Inventory
DocType: Features Setup,"To enable ""Point of Sale"" view",For at aktivere &quot;Point of Sale&quot; view
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,Betaling kan ikke ske for tomme vogn
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,Betaling kan ikke ske for tomme vogn
DocType: Item,Sales Details,Salg Detaljer
DocType: Opportunity,With Items,Med Varer
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,I Antal
@@ -1179,6 +1184,7 @@ apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliat
apps/erpnext/erpnext/public/js/setup_wizard.js +153,Financial Year Start Date,Regnskabsår Startdato
DocType: Employee External Work History,Total Experience,Total Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +276,Packing Slip(s) cancelled,Packing Slip (r) annulleret
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Pengestrømme fra investeringsaktivitet
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Fragt og Forwarding Afgifter
DocType: Material Request Item,Sales Order No,Salg bekendtgørelse nr
DocType: Item Group,Item Group Name,Item Group Name
@@ -1191,7 +1197,7 @@ DocType: Maintenance Schedule,Schedules,Tidsplaner
DocType: Purchase Invoice Item,Net Amount,Nettobeløb
DocType: Purchase Order Item Supplied,BOM Detail No,BOM Detail Nej
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Yderligere Discount Beløb (Company Valuta)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},Fejl: {0}&gt; {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},Fejl: {0}&gt; {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,Opret ny konto fra kontoplanen.
DocType: Maintenance Visit,Maintenance Visit,Vedligeholdelse Besøg
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,Kunde&gt; Customer Group&gt; Territory
@@ -1241,7 +1247,7 @@ DocType: Production Planning Tool,Select Sales Orders,Vælg salgsordrer
,Material Requests for which Supplier Quotations are not created,Materielle Anmodning om hvilke Leverandør Citater ikke er skabt
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,"Den dag (e), som du ansøger om orlov er helligdage. Du har brug for ikke søge om orlov."
DocType: Features Setup,To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.,At spore elementer ved hjælp af stregkode. Du vil være i stand til at indtaste poster i følgeseddel og salgsfaktura ved at scanne stregkoden på varen.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588,Mark as Delivered,Markér som Delivered
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589,Mark as Delivered,Markér som Delivered
apps/erpnext/erpnext/crm/doctype/lead/lead.js +34,Make Quotation,Make Citat
DocType: Dependent Task,Dependent Task,Afhængig Opgave
apps/erpnext/erpnext/stock/doctype/item/item.py +340,Conversion factor for default Unit of Measure must be 1 in row {0},Omregningsfaktor for standard Måleenhed skal være 1 i række {0}
@@ -1251,7 +1257,8 @@ DocType: HR Settings,Stop Birthday Reminders,Stop Fødselsdag Påmindelser
DocType: SMS Center,Receiver List,Modtager liste
DocType: Payment Tool Detail,Payment Amount,Betaling Beløb
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Forbrugt Mængde
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} Vis
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} Vis
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +89,Net Change in Cash,Netto Ændring i Cash
DocType: Salary Structure Deduction,Salary Structure Deduction,Løn Struktur Fradrag
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Måleenhed {0} er indtastet mere end én gang i Conversion Factor Table
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Omkostninger ved Udstedte Varer
@@ -1288,6 +1295,7 @@ DocType: Payment Reconciliation,Payments,Betalinger
DocType: Budget Detail,Budget Allocated,Budgettet
DocType: Journal Entry,Entry Type,Posttype
,Customer Credit Balance,Customer Credit Balance
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21,Net Change in Accounts Payable,Netto Ændring i Kreditor
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137,Please verify your email id,Skal du bekræfte din e-mail-id
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',Kunden kræves for &#39;Customerwise Discount&#39;
apps/erpnext/erpnext/config/accounts.py +53,Update bank payment dates with journals.,Opdater bank terminer med tidsskrifter.
@@ -1335,7 +1343,7 @@ DocType: Upload Attendance,Get Template,Få skabelon
DocType: Address,Postal,Postal
DocType: Item,Weightage,Weightage
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,En kundegruppe med samme navn findes. Ret Kundens navn eller omdøb kundegruppen
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,Vælg {0} først.
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,Vælg {0} først.
apps/erpnext/erpnext/templates/pages/order.html +56,text {0},tekst {0}
DocType: Territory,Parent Territory,Parent Territory
DocType: Quality Inspection Reading,Reading 2,Reading 2
@@ -1369,7 +1377,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,Efterlad indkasseres?
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,Mulighed Fra feltet er obligatorisk
DocType: Item,Variants,Varianter
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,Make indkøbsordre
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,Make indkøbsordre
DocType: SMS Center,Send To,Send til
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},Der er ikke nok orlov balance for Leave Type {0}
DocType: Payment Reconciliation Payment,Allocated amount,Tildelte beløb
@@ -1394,7 +1402,7 @@ DocType: Item,Apply Warehouse-wise Reorder Level,Påfør Warehouse-wise Omarrang
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424,BOM {0} must be submitted,BOM {0} skal indsendes
DocType: Authorization Control,Authorization Control,Authorization Kontrol
apps/erpnext/erpnext/config/projects.py +23,Time Log for tasks.,Tid Log til opgaver.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561,Payment,Betaling
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Payment,Betaling
DocType: Production Order Operation,Actual Time and Cost,Aktuel leveringstid og omkostninger
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},Materiale Request af maksimum {0} kan gøres for Item {1} mod Sales Order {2}
DocType: Employee,Salutation,Salutation
@@ -1501,7 +1509,7 @@ DocType: Appraisal,For Employee Name,For Medarbejder Navn
DocType: Holiday List,Clear Table,Klar Table
DocType: Features Setup,Brands,Mærker
DocType: C-Form Invoice Detail,Invoice No,Faktura Nej
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,Fra indkøbsordre
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,Fra indkøbsordre
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +93,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Lad ikke kan anvendes / annulleres, før {0}, da orlov balance allerede har været carry-fremsendt i fremtiden orlov tildeling rekord {1}"
DocType: Activity Cost,Costing Rate,Costing Rate
,Customer Addresses And Contacts,Kunde Adresser og kontakter
@@ -1741,13 +1749,14 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,Omdøb Tool
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,Opdatering Omkostninger
DocType: Item Reorder,Item Reorder,Item Genbestil
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,Transfer Materiale
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,Transfer Materiale
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","Angiv operationer, driftsomkostninger og giver en unik Operation nej til dine operationer."
DocType: Purchase Invoice,Price List Currency,Pris List Valuta
DocType: Naming Series,User must always select,Brugeren skal altid vælge
DocType: Stock Settings,Allow Negative Stock,Tillad Negativ Stock
DocType: Installation Note,Installation Note,Installation Bemærk
apps/erpnext/erpnext/public/js/setup_wizard.js +301,Add Taxes,Tilføj Skatter
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +38,Cash Flow from Financing,Pengestrømme fra finansieringsaktivitet
,Financial Analytics,Finansielle Analytics
DocType: Quality Inspection,Verified By,Verified by
DocType: Address,Subsidiary,Datterselskab
@@ -1790,6 +1799,7 @@ apps/erpnext/erpnext/config/selling.py +158,Setup incoming server for sales emai
DocType: Warranty Claim,Raised By,Rejst af
DocType: Payment Tool,Payment Account,Betaling konto
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713,Please specify Company to proceed,Angiv venligst Company for at fortsætte
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20,Net Change in Accounts Receivable,Nettoændring i Debitor
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46,Compensatory Off,Kompenserende Off
DocType: Quality Inspection Reading,Accepted,Accepteret
apps/erpnext/erpnext/setup/doctype/company/company.js +24,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,"Kontroller, at du virkelig ønsker at slette alle transaktioner for dette selskab. Dine stamdata vil forblive som den er. Denne handling kan ikke fortrydes."
@@ -2089,7 +2099,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},Target lageret er obligatorisk for rækken {0}
DocType: Quality Inspection,Quality Inspection,Quality Inspection
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,Extra Small
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,Advarsel: Materiale Anmodet Antal er mindre end Minimum Antal
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,Advarsel: Materiale Anmodet Antal er mindre end Minimum Antal
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,Konto {0} er spærret
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,Juridisk enhed / Datterselskab med en separat Kontoplan tilhører organisationen.
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Mad, drikke og tobak"
@@ -2141,7 +2151,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,Kun blade noder er tilladt i transaktionen
DocType: Expense Claim,Expense Approver,Expense Godkender
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Kvittering Vare Leveres
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,Betale
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,Betale
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,Til datotid
DocType: SMS Settings,SMS Gateway URL,SMS Gateway URL
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,Logs for opretholdelse sms leveringsstatus
@@ -2188,7 +2198,7 @@ DocType: Target Detail,Target Detail,Target Detail
DocType: Sales Order,% of materials billed against this Sales Order,% Af materialer faktureret mod denne Sales Order
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,Periode Lukning indtastning
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,Cost Center med eksisterende transaktioner kan ikke konverteres til gruppe
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,Afskrivninger
DocType: Account,Depreciation,Afskrivninger
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Leverandør (er)
DocType: Customer,Credit Limit,Kreditgrænse
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,Vælg type transaktion
@@ -2213,6 +2223,7 @@ DocType: Quality Inspection,Outgoing,Udgående
DocType: Material Request,Requested For,Anmodet om
DocType: Quotation Item,Against Doctype,Mod DOCTYPE
DocType: Delivery Note,Track this Delivery Note against any Project,Spor dette Delivery Note mod enhver Project
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28,Net Cash from Investing,Netto kontant fra Investering
apps/erpnext/erpnext/accounts/doctype/account/account.py +176,Root account can not be deleted,Root-konto kan ikke slettes
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75,Show Stock Entries,Vis Stock Entries
,Is Primary Address,Er primære adresse
@@ -2350,9 +2361,9 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,Landed Cost Voucher Be
DocType: Time Log,Batched for Billing,Batched for fakturering
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,Regninger rejst af leverandører.
DocType: POS Profile,Write Off Account,Skriv Off konto
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,Rabat Beløb
DocType: Purchase Invoice,Return Against Purchase Invoice,Retur Against købsfaktura
DocType: Item,Warranty Period (in days),Garantiperiode (i dage)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +16,Net Cash from Operations,Netto kontant fra Operations
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,fx moms
apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,Punkt 4
DocType: Journal Entry Account,Journal Entry Account,Kassekladde konto
@@ -2526,7 +2537,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
conflict by assigning priority. Price Rules: {0}","Multiple Pris Regel eksisterer med samme kriterier, skal du løse \ konflikten ved at tildele prioritet. Pris Regler: {0}"
DocType: Account,Bank,Bank
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Flyselskab
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,Issue Materiale
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,Issue Materiale
DocType: Material Request Item,For Warehouse,For Warehouse
DocType: Employee,Offer Date,Offer Dato
DocType: Hub Settings,Access Token,Access Token
@@ -2546,6 +2557,7 @@ DocType: Purchase Invoice Item,Image View,Billede View
DocType: Issue,Opening Time,Åbning tid
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,Fra og Til dato kræves
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,Værdipapirer og Commodity Exchanges
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',Standard måleenhed for Variant &#39;{0}&#39; skal være samme som i skabelon &#39;{1}&#39;
DocType: Shipping Rule,Calculate Based On,Beregn baseret på
DocType: Delivery Note Item,From Warehouse,Fra Warehouse
DocType: Purchase Taxes and Charges,Valuation and Total,Værdiansættelse og Total
@@ -2553,6 +2565,7 @@ DocType: Tax Rule,Shipping City,Forsendelse By
apps/erpnext/erpnext/stock/doctype/item/item.js +58,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,"Dette element er en Variant af {0} (skabelon). Attributter vil blive kopieret over fra skabelonen, medmindre &#39;Ingen Copy &quot;er indstillet"
DocType: Account,Purchase User,Køb Bruger
DocType: Notification Control,Customize the Notification,Tilpas Underretning
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17,Cash Flow from Operations,Pengestrøm fra driften
apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24,Default Address Template cannot be deleted,Standard Adresse Skabelon kan ikke slettes
DocType: Sales Invoice,Shipping Rule,Forsendelse Rule
DocType: Journal Entry,Print Heading,Print Overskrift
@@ -2593,7 +2606,7 @@ apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet
apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,Time
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation",Føljeton Item {0} kan ikke opdateres \ hjælp Stock Afstemning
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,Overførsel Materiale til Leverandøren
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,Overførsel Materiale til Leverandøren
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,Ny Løbenummer kan ikke have Warehouse. Warehouse skal indstilles af Stock indtastning eller kvittering
DocType: Lead,Lead Type,Lead Type
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,Opret Citat
@@ -2605,7 +2618,7 @@ DocType: BOM Replace Tool,The new BOM after replacement,Den nye BOM efter udskif
DocType: Features Setup,Point of Sale,Point of Sale
DocType: Account,Tax,Skat
apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +37,Row {0}: {1} is not a valid {2},Række {0}: {1} er ikke en gyldig {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +438,From Product Bundle,Fra produktpakke
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +439,From Product Bundle,Fra produktpakke
DocType: Production Planning Tool,Production Planning Tool,Produktionsplanlægning Tool
DocType: Quality Inspection,Report Date,Report Date
DocType: C-Form,Invoices,Fakturaer
@@ -2620,6 +2633,7 @@ DocType: Stock Settings,Percentage you are allowed to receive or deliver more ag
DocType: Pricing Rule,Customer Group,Customer Group
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168,Expense account is mandatory for item {0},Udgiftskonto er obligatorisk for element {0}
DocType: Item,Website Description,Website Beskrivelse
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Net Change in Equity,Nettoændring i Equity
DocType: Serial No,AMC Expiry Date,AMC Udløbsdato
,Sales Register,Salg Register
DocType: Quotation,Quotation Lost Reason,Citat Lost Årsag
@@ -2631,7 +2645,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,Vælg Carry Forward hvis du også ønsker at inkludere foregående regnskabsår balance blade til indeværende regnskabsår
DocType: GL Entry,Against Voucher Type,Mod Voucher Type
DocType: Item,Attributes,Attributter
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,Få Varer
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,Få Varer
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,Indtast venligst Skriv Off konto
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,Sidste Ordredato
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,Make Excise Faktura
@@ -2681,7 +2695,7 @@ DocType: Quality Inspection,Delivery Note No,Levering Note Nej
DocType: Company,Retail,Retail
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,Kunde {0} eksisterer ikke
DocType: Attendance,Absent,Fraværende
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,Produkt Bundle
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,Produkt Bundle
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180,Row {0}: Invalid reference {1},Række {0}: Ugyldig henvisning {1}
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Købe Skatter og Afgifter Skabelon
DocType: Upload Attendance,Download Template,Hent skabelon
@@ -2709,7 +2723,7 @@ DocType: Sales Invoice,Product Bundle Help,Produkt Bundle Hjælp
,Monthly Attendance Sheet,Månedlig Deltagelse Sheet
apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16,No record found,Ingen post fundet
apps/erpnext/erpnext/controllers/stock_controller.py +175,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: Udgiftområde er obligatorisk for varen {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +467,Get Items from Product Bundle,Få elementer fra Product Bundle
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468,Get Items from Product Bundle,Få elementer fra Product Bundle
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79,Account {0} is inactive,Konto {0} er inaktiv
DocType: GL Entry,Is Advance,Er Advance
apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,Fremmøde Fra Dato og fremmøde til dato er obligatorisk
@@ -2899,7 +2913,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),Sats (%)
DocType: Stock Entry Detail,Additional Cost,Yderligere omkostninger
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,Regnskabsår Slutdato
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","Kan ikke filtrere baseret på blad nr, hvis grupperet efter Voucher"
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,Foretag Leverandør Citat
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,Foretag Leverandør Citat
DocType: Quality Inspection,Incoming,Indgående
DocType: BOM,Materials Required (Exploded),Nødvendige materialer (Sprængskitse)
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),Reducer Optjening for Leave uden løn (LWP)
@@ -2922,6 +2936,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Piecework,Akkord
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +64,Avg. Buying Rate,Gns. Køb Rate
DocType: Task,Actual Time (in Hours),Faktiske tid (i timer)
DocType: Employee,History In Company,Historie I Company
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +128,The total Issue / Transfer quantity {0} in Material Request {1} cannot be greater than requested quantity {2} for Item {3},Samlede Udstedelse / Transfer mængde på {0} i Material Request {1} kan ikke være større end anmodet mængde {2} til konto {3}
apps/erpnext/erpnext/config/crm.py +151,Newsletters,Nyhedsbreve
DocType: Address,Shipping,Forsendelse
DocType: Stock Ledger Entry,Stock Ledger Entry,Stock Ledger indtastning
@@ -2941,7 +2956,6 @@ DocType: Account,Auditor,Revisor
DocType: Purchase Order,End date of current order's period,Slutdato for aktuelle ordres periode
apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +17,Make Offer Letter,Kom med et tilbud Letter
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +10,Return,Retur
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant must be same as Template,Standard måleenhed for Variant skal være samme som skabelon
DocType: Production Order Operation,Production Order Operation,Produktionsordre Operation
DocType: Pricing Rule,Disable,Deaktiver
DocType: Project Task,Pending Review,Afventer anmeldelse
@@ -2986,6 +3000,7 @@ apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{
DocType: Opportunity,Next Contact,Næste Kontakt
DocType: Employee,Employment Type,Beskæftigelse type
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +40,Fixed Assets,Anlægsaktiver
,Cash Flow,Penge strøm
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85,Application period cannot be across two alocation records,Ansøgningsperiode kan ikke være på tværs af to alocation optegnelser
DocType: Item Group,Default Expense Account,Standard udgiftskonto
DocType: Employee,Notice (days),Varsel (dage)
@@ -3023,7 +3038,7 @@ DocType: Workstation,per hour,per time
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,Konto for lageret (Perpetual Inventory) vil blive oprettet under denne konto.
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,"Warehouse kan ikke slettes, da der eksisterer lager hovedbog post for dette lager."
DocType: Company,Distribution,Distribution
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,Beløb betalt
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,Beløb betalt
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,Projektleder
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,Dispatch
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,Max rabat tilladt for vare: {0} er {1}%
@@ -3065,7 +3080,7 @@ apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425,Transaction n
apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","For at indstille dette regnskabsår som standard, skal du klikke på &#39;Vælg som standard&#39;"
apps/erpnext/erpnext/config/support.py +54,Setup incoming server for support email id. (e.g. support@example.com),Opsætning indgående server til support email id. (F.eks support@example.com)
apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19,Shortage Qty,Mangel Antal
apps/erpnext/erpnext/stock/doctype/item/item.py +569,Item variant {0} exists with same attributes,Vare variant {0} eksisterer med samme attributter
apps/erpnext/erpnext/stock/doctype/item/item.py +570,Item variant {0} exists with same attributes,Vare variant {0} eksisterer med samme attributter
DocType: Salary Slip,Salary Slip,Lønseddel
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48,'To Date' is required,&#39;Til dato&#39; er nødvendig
DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","Generer pakkesedler for pakker, der skal leveres. Bruges til at anmelde pakke nummer, pakkens indhold og dens vægt."
@@ -3167,7 +3182,7 @@ DocType: Time Log,Hours,Timer
DocType: Project,Expected Start Date,Forventet startdato
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41,Remove item if charges is not applicable to that item,"Fjern element, hvis afgifter ikke finder anvendelse på denne post"
DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,F.eks. smsgateway.com/api/send_sms.cgi
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597,Receive,Modtag
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598,Receive,Modtag
DocType: Maintenance Visit,Fully Completed,Fuldt Afsluttet
apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% Complete
DocType: Employee,Educational Qualification,Pædagogisk Kvalifikation
@@ -3271,7 +3286,7 @@ DocType: Notification Control,Sales Invoice Message,Salg Faktura Message
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,Lukning konto {0} skal være af typen Ansvar / Equity
DocType: Authorization Rule,Based On,Baseret på
DocType: Sales Order Item,Ordered Qty,Bestilt Antal
apps/erpnext/erpnext/stock/doctype/item/item.py +580,Item {0} is disabled,Konto {0} er deaktiveret
apps/erpnext/erpnext/stock/doctype/item/item.py +581,Item {0} is disabled,Konto {0} er deaktiveret
DocType: Stock Settings,Stock Frozen Upto,Stock Frozen Op
apps/erpnext/erpnext/controllers/recurring_document.py +163,Period From and Period To dates mandatory for recurring {0},Periode fra og periode datoer obligatorisk for tilbagevendende {0}
apps/erpnext/erpnext/config/projects.py +13,Project activity / task.,Projektaktivitet / opgave.
@@ -3390,7 +3405,7 @@ DocType: Company,Round Off Account,Afrunde konto
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,Administrationsomkostninger
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,Rådgivning
DocType: Customer Group,Parent Customer Group,Overordnet kunde Group
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,Ændring
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,Ændring
DocType: Purchase Invoice,Contact Email,Kontakt E-mail
DocType: Appraisal Goal,Score Earned,Score tjent
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""",fx &quot;My Company LLC&quot;
@@ -3406,7 +3421,7 @@ apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zer
DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,Mængde post opnået efter fremstilling / ompakning fra givne mængde råvarer
DocType: Payment Reconciliation,Receivable / Payable Account,Tilgodehavende / Betales konto
DocType: Delivery Note Item,Against Sales Order Item,Mod Sales Order Item
apps/erpnext/erpnext/stock/doctype/item/item.py +562,Please specify Attribute Value for attribute {0},Angiv Attribut Værdi for attribut {0}
apps/erpnext/erpnext/stock/doctype/item/item.py +563,Please specify Attribute Value for attribute {0},Angiv Attribut Værdi for attribut {0}
DocType: Item,Default Warehouse,Standard Warehouse
DocType: Task,Actual End Date (via Time Logs),Faktiske Slutdato (via Time Logs)
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37,Budget cannot be assigned against Group Account {0},Budget kan ikke tildeles mod Group konto {0}
@@ -3472,7 +3487,7 @@ DocType: Account,Parent Account,Parent Konto
DocType: Quality Inspection Reading,Reading 3,Reading 3
,Hub,Hub
DocType: GL Entry,Voucher Type,Voucher Type
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,Prisliste ikke fundet eller handicappede
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,Prisliste ikke fundet eller handicappede
DocType: Expense Claim,Approved,Godkendt
DocType: Pricing Rule,Price,Pris
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',Medarbejder lettet på {0} skal indstilles som &quot;Left&quot;
@@ -3497,7 +3512,7 @@ apps/erpnext/erpnext/config/stock.py +283,Batch Inventory,Batch Inventory
DocType: Employee,Contract End Date,Kontrakt Slutdato
DocType: Sales Order,Track this Sales Order against any Project,Spor denne salgsordre mod enhver Project
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,Pull salgsordrer (afventer at levere) baseret på ovenstående kriterier
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,Fra Leverandør Citat
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,Fra Leverandør Citat
DocType: Deduction Type,Deduction Type,Fradrag Type
DocType: Attendance,Half Day,Half Day
DocType: Pricing Rule,Min Qty,Min Antal
@@ -3584,7 +3599,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,D
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(Halv dag)
DocType: Supplier,Credit Days,Credit Dage
DocType: Leave Type,Is Carry Forward,Er Carry Forward
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,Få elementer fra BOM
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,Få elementer fra BOM
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Lead Time dage
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,Bill of Materials
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Række {0}: Party Type og part er nødvendig for Tilgodehavende / Betales konto {1}
1 DocType: Employee Salary Mode Løn-tilstand
21 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36 Currency is required for Price List {0} Valuta er nødvendig for prisliste {0}
22 DocType: Sales Taxes and Charges Template * Will be calculated in the transaction. * Vil blive beregnet i transaktionen.
23 DocType: Purchase Order Customer Contact Kundeservice Kontakt
24 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661 From Material Request Fra Material Request
25 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37 {0} Tree {0} Tree
26 DocType: Job Applicant Job Applicant Job Ansøger
27 apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18 No more results. Ikke flere resultater.
52 DocType: Features Setup 1. To maintain the customer wise item code and to make them searchable based on their code use this option 1. For at bevare kunden kloge post kode og gøre dem søgbare baseret på deres kode brug denne mulighed
53 DocType: Mode of Payment Account Mode of Payment Account Mode Betalingskonto
54 apps/erpnext/erpnext/stock/doctype/item/item.js +49 Show Variants Vis varianter
55 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479 Quantity Mængde
56 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174 Loans (Liabilities) Lån (passiver)
57 DocType: Employee Education Year of Passing År for Passing
58 apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12 In Stock På lager
63 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31 Health Care Health Care
64 DocType: Purchase Invoice Monthly Månedlig
65 apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66 Delay in payment (Days) Forsinket betaling (dage)
66 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607 Invoice Faktura
67 DocType: Maintenance Schedule Item Periodicity Hyppighed
68 apps/erpnext/erpnext/public/js/setup_wizard.js +107 Email Address E-mail-adresse
69 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21 Defense Forsvar
72 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193 Row {0}: {1} {2} does not match with {3} Række {0}: {1} {2} ikke passer med {3}
73 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74 Row # {0}: Row # {0}:
74 DocType: Delivery Note Vehicle No Vehicle Ingen
75 apps/erpnext/erpnext/public/js/pos/pos.js +528 apps/erpnext/erpnext/public/js/pos/pos.js +534 Please select Price List Vælg venligst prislisten
76 DocType: Production Order Operation Work In Progress Work In Progress
77 DocType: Employee Holiday List Holiday List
78 DocType: Time Log Time Log Time Log
214 Production Orders in Progress Produktionsordrer i Progress
215 DocType: Lead apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37 Address & Contact Net Cash from Financing Adresse og kontakt Netto kontant fra Finansiering
216 DocType: Leave Allocation DocType: Lead Add unused leaves from previous allocations Address & Contact Tilføj ubrugte blade fra tidligere tildelinger Adresse og kontakt
217 DocType: Leave Allocation Add unused leaves from previous allocations Tilføj ubrugte blade fra tidligere tildelinger
218 apps/erpnext/erpnext/controllers/recurring_document.py +203 Next Recurring {0} will be created on {1} Næste Tilbagevendende {0} vil blive oprettet på {1}
219 DocType: Newsletter List Total Subscribers Total Abonnenter
220 Contact Name Kontakt Navn
233 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398 Leave Blocked Lad Blokeret
234 apps/erpnext/erpnext/stock/doctype/item/item.py +576 apps/erpnext/erpnext/stock/doctype/item/item.py +577 Item {0} has reached its end of life on {1} Vare {0} har nået slutningen af sin levetid på {1}
235 apps/erpnext/erpnext/accounts/utils.py +341 Annual Årligt
236 DocType: Stock Reconciliation Item Stock Reconciliation Item Stock Afstemning Item
237 DocType: Stock Entry Sales Invoice No Salg faktura nr
238 DocType: Material Request Item Min Order Qty Min prisen evt
239 DocType: Lead Do Not Contact Må ikke komme i kontakt
245 Terretory Terretory
246 apps/erpnext/erpnext/stock/doctype/item/item.py +596 apps/erpnext/erpnext/stock/doctype/item/item.py +597 Item {0} is cancelled Vare {0} er aflyst
247 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607 Material Request Materiale Request
248 DocType: Bank Reconciliation Update Clearance Date Opdatering Clearance Dato
249 DocType: Item Purchase Details Køb Detaljer
250 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +321 Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1} Vare {0} ikke fundet i &quot;Raw Materials Leveres &#39;bord i Indkøbsordre {1}
251 DocType: Employee Relation Relation
308 apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54 {0} already allocated for Employee {1} for period {2} to {3} {0} allerede afsat til Medarbejder {1} for perioden {2} til {3}
309 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Select Item Vælg Item
310 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150 Item: {0} managed batch-wise, can not be reconciled using \ Stock Reconciliation, instead use Stock Entry Emne: {0} lykkedes batchvis, kan ikke forenes ved hjælp af \ Stock Forsoning, i stedet bruge Stock indtastning
311 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262 Purchase Invoice {0} is already submitted Købsfaktura {0} er allerede indsendt
312 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87 Row # {0}: Batch No must be same as {1} {2} Row # {0}: Batch nr skal være det samme som {1} {2}
313 apps/erpnext/erpnext/accounts/doctype/account/account.js +54 Convert to non-Group Konverter til ikke-Group
314 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55 Purchase Receipt must be submitted Kvittering skal indsendes
381 apps/erpnext/erpnext/stock/doctype/item/item.py +553 apps/erpnext/erpnext/stock/doctype/item/item.py +554 Attribute {0} selected multiple times in Attributes Table Attribut {0} valgt flere gange i attributter Tabel
382 DocType: HR Settings Employee record is created using selected field. Medarbejder rekord er oprettet ved hjælp valgte felt.
383 DocType: Sales Order Not Applicable Gælder ikke
384 apps/erpnext/erpnext/config/hr.py +140 Holiday master. Ferie mester.
385 DocType: Material Request Item Required Date Nødvendig Dato
386 DocType: Delivery Note Billing Address Faktureringsadresse
387 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736 Please enter Item Code. Indtast venligst Item Code.
388 DocType: BOM Costing Koster
389 DocType: Purchase Taxes and Charges If checked, the tax amount will be considered as already included in the Print Rate / Print Amount Hvis markeret, vil momsbeløbet blive betragtet som allerede er inkluderet i Print Rate / Print Beløb
390 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48 Total Qty Antal Total
391 DocType: Employee Health Concerns Sundhedsmæssige betænkeligheder
392 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15 Unpaid Ulønnet
393 DocType: Packing Slip From Package No. Fra pakken No.
487 DocType: Warehouse A logical Warehouse against which stock entries are made. Et logisk varelager hvor lagerændringer foretages.
488 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +92 Reference No & Reference Date is required for {0} Referencenummer &amp; Reference Dato er nødvendig for {0}
489 DocType: Sales Invoice Customer's Vendor Kundens Vendor
490 apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +214 Production Order is Mandatory Produktionsordre er Obligatorisk
491 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +139 Proposal Writing Forslag Skrivning
492 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35 Another Sales Person {0} exists with the same Employee id En anden Sales Person {0} eksisterer med samme Medarbejder id
493 apps/erpnext/erpnext/stock/stock_ledger.py +336 Negative Stock Error ({6}) for Item {0} in Warehouse {1} on {2} {3} in {4} {5} Negativ Stock Error ({6}) for Item {0} i Warehouse {1} på {2} {3} i {4} {5}
515 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582 Same item has been entered multiple times. From Purchase Receipt Samme element er indtastet flere gange. Fra kvittering
516 DocType: SMS Settings apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214 Receiver Parameter Same item has been entered multiple times. Modtager Parameter Samme element er indtastet flere gange.
517 apps/erpnext/erpnext/controllers/trends.py +39 DocType: SMS Settings 'Based On' and 'Group By' can not be same Receiver Parameter 'Baseret på' og 'Grupper efter' ikke kan være samme Modtager Parameter
518 apps/erpnext/erpnext/controllers/trends.py +39 'Based On' and 'Group By' can not be same 'Baseret på' og 'Grupper efter' ikke kan være samme
519 DocType: Sales Person Sales Person Targets Salg person Mål
520 DocType: Production Order Operation In minutes I minutter
521 DocType: Issue Resolution Date Opløsning Dato
522 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 Please set default Cash or Bank account in Mode of Payment {0} Indstil standard Kontant eller bank konto i mode for betaling {0}
523 DocType: Selling Settings Customer Naming By Customer Navngivning Af
524 apps/erpnext/erpnext/accounts/doctype/account/account.js +67 Convert to Group Konverter til Group
778 DocType: Journal Entry apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Total Amount in Words Make Samlet beløb i Words Lave
779 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7 DocType: Journal Entry There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists. Total Amount in Words Der opstod en fejl. En sandsynlig årsag kan være, at du ikke har gemt formularen. Kontakt venligst support@erpnext.com hvis problemet fortsætter. Samlet beløb i Words
780 apps/erpnext/erpnext/templates/pages/cart.html +3 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7 My Cart There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists. Indkøbskurv Der opstod en fejl. En sandsynlig årsag kan være, at du ikke har gemt formularen. Kontakt venligst support@erpnext.com hvis problemet fortsætter.
781 apps/erpnext/erpnext/controllers/selling_controller.py +150 apps/erpnext/erpnext/templates/pages/cart.html +3 Order Type must be one of {0} My Cart Bestil type skal være en af {0} Indkøbskurv
782 apps/erpnext/erpnext/controllers/selling_controller.py +150 Order Type must be one of {0} Bestil type skal være en af {0}
783 DocType: Lead Next Contact Date Næste Kontakt Dato
784 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +35 Opening Qty Åbning Antal
785 DocType: Holiday List Holiday List Name Holiday listenavn
800 apps/erpnext/erpnext/stock/doctype/item/item.py +550 apps/erpnext/erpnext/stock/doctype/item/item.py +551 Attribute table is mandatory Attributtabellen er obligatorisk
801 DocType: Production Planning Tool Get Sales Orders Få salgsordrer
802 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 {0} can not be negative {0} kan ikke være negativ
803 apps/erpnext/erpnext/templates/form_grid/item_grid.html +72 apps/erpnext/erpnext/public/js/pos/pos.html +28 Discount Rabat
804 DocType: Features Setup Purchase Discounts Køb Rabatter
805 DocType: Workstation Wages Løn
806 DocType: Time Log Will be updated only if Time Log is 'Billable' Vil kun blive opdateret, hvis Time Log er &quot;faktureres&quot;
822 apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +194 Serial No {0} is under maintenance contract upto {1} Løbenummer {0} er under vedligeholdelse kontrakt op {1}
823 DocType: BOM Operation Operation Operation
824 DocType: Lead Organization Name Organisationens navn
825 DocType: Tax Rule Shipping State Forsendelse stat
826 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61 Item must be added using 'Get Items from Purchase Receipts' button Konto suppleres ved hjælp af &quot;Find varer fra Køb Kvitteringer &#39;knappen
827 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126 Sales Expenses Salgsomkostninger
828 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +113 Standard Buying Standard Buying
829 DocType: GL Entry Against Imod
830 DocType: Item Default Selling Cost Center Standard Selling Cost center
831 DocType: Sales Partner Implementation Partner Implementering Partner
892 DocType: Item Attribute Value apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +51 This will be appended to the Item Code of the variant. For example, if your abbreviation is "SM", and the item code is "T-SHIRT", the item code of the variant will be "T-SHIRT-SM" Either debit or credit amount is required for {0} Dette vil blive føjet til Item Code af varianten. For eksempel, hvis dit forkortelse er &quot;SM&quot;, og punktet koden er &quot;T-SHIRT&quot;, punktet koden for den variant, vil være &quot;T-SHIRT-SM&quot; Enten kredit- eller beløb er påkrævet for {0}
893 DocType: Salary Slip DocType: Item Attribute Value Net Pay (in words) will be visible once you save the Salary Slip. This will be appended to the Item Code of the variant. For example, if your abbreviation is "SM", and the item code is "T-SHIRT", the item code of the variant will be "T-SHIRT-SM" Nettoløn (i ord) vil være synlig, når du gemmer lønsedlen. Dette vil blive føjet til Item Code af varianten. For eksempel, hvis dit forkortelse er &quot;SM&quot;, og punktet koden er &quot;T-SHIRT&quot;, punktet koden for den variant, vil være &quot;T-SHIRT-SM&quot;
894 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +154 DocType: Salary Slip Blue Net Pay (in words) will be visible once you save the Salary Slip. Blå Nettoløn (i ord) vil være synlig, når du gemmer lønsedlen.
895 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +154 Blue Blå
896 DocType: Purchase Invoice Is Return Er Return
897 DocType: Price List Country Price List Country Prisliste Land
898 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +123 Further nodes can be only created under 'Group' type nodes Yderligere noder kan kun oprettes under &#39;koncernens typen noder
1033 DocType: BOM Operation Workstation Arbejdsstation
1034 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +112 Hardware Hardware
1035 DocType: Attendance HR Manager HR Manager
1036 apps/erpnext/erpnext/accounts/party.py +171 Please select a Company Vælg Firma
1037 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +50 Privilege Leave Privilege Forlad
1038 DocType: Purchase Invoice Supplier Invoice Date Leverandør Faktura Dato
1039 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +79 You need to enable Shopping Cart Du skal aktivere Indkøbskurv
1105 DocType: HR Settings DocType: GL Entry Employee Settings GL Entry Medarbejder Indstillinger GL indtastning
1106 DocType: HR Settings Batch-Wise Balance History Employee Settings Batch-Wise Balance History Medarbejder Indstillinger
1107 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +72 To Do List Batch-Wise Balance History To Do List Batch-Wise Balance History
1108 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +72 To Do List To Do List
1109 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +63 Apprentice Lærling
1110 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +106 Negative Quantity is not allowed Negative Mængde er ikke tilladt
1111 DocType: Purchase Invoice Item Tax detail table fetched from item master as a string and stored in this field. Used for Taxes and Charges Skat detalje tabel hentes fra post mester som en streng og opbevares i dette område. Bruges til skatter og afgifter
1117 DocType: Job Opening Job profile, qualifications required etc. Jobprofil, kvalifikationer kræves etc.
1118 DocType: Journal Entry Account Account Balance Kontosaldo
1119 apps/erpnext/erpnext/config/accounts.py +112 Tax Rule for transactions. Skat Regel for transaktioner.
1120 DocType: Rename Tool Type of document to rename. Type dokument omdøbe.
1121 apps/erpnext/erpnext/public/js/setup_wizard.js +384 We buy this Item Vi køber denne vare
1122 DocType: Address Billing Fakturering
1123 DocType: Purchase Invoice Total Taxes and Charges (Company Currency) Total Skatter og Afgifter (Company valuta)
1165 DocType: Pricing Rule apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +66 For Price List Transfer Materials for Manufacture For prisliste Overfør Materialer til Fremstilling
1166 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +27 DocType: Pricing Rule Executive Search For Price List Executive Search For prisliste
1167 apps/erpnext/erpnext/stock/stock_ledger.py +405 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +27 Purchase rate for item: {0} not found, which is required to book accounting entry (expense). Please mention item price against a buying price list. Executive Search Købskurs for vare: {0} ikke fundet, som er nødvendig for at booke regnskabsmæssig post (udgift). Nævne venligst vare pris mod en købskurs listen. Executive Search
1168 DocType: Maintenance Schedule apps/erpnext/erpnext/stock/stock_ledger.py +405 Schedules Purchase rate for item: {0} not found, which is required to book accounting entry (expense). Please mention item price against a buying price list. Tidsplaner Købskurs for vare: {0} ikke fundet, som er nødvendig for at booke regnskabsmæssig post (udgift). Nævne venligst vare pris mod en købskurs listen.
1169 DocType: Purchase Invoice Item DocType: Maintenance Schedule Net Amount Schedules Nettobeløb Tidsplaner
1170 DocType: Purchase Order Item Supplied DocType: Purchase Invoice Item BOM Detail No Net Amount BOM Detail Nej Nettobeløb
1171 DocType: Purchase Invoice DocType: Purchase Order Item Supplied Additional Discount Amount (Company Currency) BOM Detail No Yderligere Discount Beløb (Company Valuta) BOM Detail Nej
1184 DocType: Sales Invoice apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +33 Shipping Address Contribution Amount Forsendelse Adresse Bidrag Beløb
1185 DocType: Stock Reconciliation DocType: Sales Invoice This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses. Shipping Address Dette værktøj hjælper dig med at opdatere eller fastsætte mængden og værdiansættelse på lager i systemet. Det bruges typisk til at synkronisere systemets værdier og hvad der rent faktisk eksisterer i dine lagre. Forsendelse Adresse
1186 DocType: Delivery Note DocType: Stock Reconciliation In Words will be visible once you save the Delivery Note. This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses. I Ord vil være synlig, når du gemmer følgesedlen. Dette værktøj hjælper dig med at opdatere eller fastsætte mængden og værdiansættelse på lager i systemet. Det bruges typisk til at synkronisere systemets værdier og hvad der rent faktisk eksisterer i dine lagre.
1187 DocType: Delivery Note In Words will be visible once you save the Delivery Note. I Ord vil være synlig, når du gemmer følgesedlen.
1188 apps/erpnext/erpnext/config/stock.py +115 Brand master. Brand mester.
1189 DocType: Sales Invoice Item Brand Name Brandnavn
1190 DocType: Purchase Receipt Transporter Details Transporter Detaljer
1197 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +113 Accounting Entry for {0} can only be made in currency: {1} Regnskab Punktet om {0} kan kun foretages i valuta: {1}
1198 DocType: Pricing Rule Pricing Rule Prisfastsættelse Rule
1199 apps/erpnext/erpnext/config/learn.py +167 Material Request to Purchase Order Materiale Anmodning om at Indkøbsordre
1200 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +74 Row # {0}: Returned Item {1} does not exists in {2} {3} Row # {0}: returnerede vare {1} ikke eksisterer i {2} {3}
1201 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +16 Bank Accounts Bankkonti
1202 Bank Reconciliation Statement Bank Saldoopgørelsen
1203 DocType: Address Lead Name Bly navn
1247 DocType: Accounts Settings apps/erpnext/erpnext/controllers/stock_controller.py +247 Credit Controller {0} {1} is cancelled or stopped Credit Controller {0} {1} er aflyst eller stoppet
1248 DocType: Delivery Note DocType: Accounts Settings Vehicle Dispatch Date Credit Controller Køretøj Dispatch Dato Credit Controller
1249 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +202 DocType: Delivery Note Purchase Receipt {0} is not submitted Vehicle Dispatch Date Kvittering {0} er ikke indsendt Køretøj Dispatch Dato
1250 DocType: Company apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +202 Default Payable Account Purchase Receipt {0} is not submitted Standard Betales konto Kvittering {0} er ikke indsendt
1251 apps/erpnext/erpnext/config/website.py +13 DocType: Company Settings for online shopping cart such as shipping rules, price list etc. Default Payable Account Indstillinger for online indkøbskurv, såsom skibsfart regler, prisliste mv Standard Betales konto
1252 apps/erpnext/erpnext/controllers/website_list_for_contact.py +65 apps/erpnext/erpnext/config/website.py +13 {0}% Billed Settings for online shopping cart such as shipping rules, price list etc. {0}% Billed Indstillinger for online indkøbskurv, såsom skibsfart regler, prisliste mv
1253 apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +17 apps/erpnext/erpnext/controllers/website_list_for_contact.py +65 Reserved Qty {0}% Billed Reserveret Antal {0}% Billed
1257 DocType: Journal Entry Account DocType: Lead Debit in Company Currency Upper Income Betalingskort i Company Valuta Upper Indkomst
1258 apps/erpnext/erpnext/support/doctype/issue/issue.py +58 DocType: Journal Entry Account My Issues Debit in Company Currency Mine Issues Betalingskort i Company Valuta
1259 DocType: BOM Item apps/erpnext/erpnext/support/doctype/issue/issue.py +58 BOM Item My Issues BOM Item Mine Issues
1260 DocType: Appraisal DocType: BOM Item For Employee BOM Item For Medarbejder BOM Item
1261 DocType: Appraisal For Employee For Medarbejder
1262 DocType: Company Default Values Standardværdier
1263 apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +236 Row {0}: Payment amount can not be negative Række {0}: Betaling beløb kan ikke være negativ
1264 DocType: Expense Claim Total Amount Reimbursed Samlede godtgjorte beløb
1295 DocType: Delivery Note Item DocType: Territory To Warehouse (Optional) Territory Manager Til Warehouse (valgfri) Territory manager
1296 DocType: Sales Invoice DocType: Delivery Note Item Paid Amount (Company Currency) To Warehouse (Optional) Betalt beløb (Company Valuta) Til Warehouse (valgfri)
1297 DocType: Purchase Invoice DocType: Sales Invoice Additional Discount Paid Amount (Company Currency) Ekstra Rabat Betalt beløb (Company Valuta)
1298 DocType: Purchase Invoice Additional Discount Ekstra Rabat
1299 DocType: Selling Settings Selling Settings Salg af indstillinger
1300 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +39 Online Auctions Online Auktioner
1301 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +101 Please specify either Quantity or Valuation Rate or both Angiv venligst enten mængde eller Værdiansættelse Rate eller begge
1343 DocType: Selling Settings Allow multiple Sales Orders against a Customer's Purchase Order Tillad flere salgsordrer mod Kundens Indkøbsordre
1344 apps/erpnext/erpnext/setup/doctype/company/company.py +152 Main Main
1345 apps/erpnext/erpnext/stock/doctype/item/item_list.js +13 Variant Variant
1346 DocType: Naming Series Set prefix for numbering series on your transactions Sæt præfiks for nummerering serie om dine transaktioner
1347 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +164 Stopped order cannot be cancelled. Unstop to cancel. Stoppet ordre kan ikke annulleres. Unstop at annullere.
1348 apps/erpnext/erpnext/stock/doctype/item/item.py +357 Default BOM ({0}) must be active for this item or its template Standard BOM ({0}) skal være aktiv for dette element eller dens skabelon
1349 DocType: Employee Leave Encashed? Efterlad indkasseres?
1377 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562 Payment Betaling
1378 DocType: Production Order Operation Actual Time and Cost Aktuel leveringstid og omkostninger
1379 apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54 Material Request of maximum {0} can be made for Item {1} against Sales Order {2} Materiale Request af maksimum {0} kan gøres for Item {1} mod Sales Order {2}
1380 DocType: Employee Salutation Salutation
1381 DocType: Pricing Rule Brand Brand
1382 DocType: Item Will also apply for variants Vil også gælde for varianter
1383 apps/erpnext/erpnext/config/selling.py +153 Bundle items at time of sale. Bundle elementer på salgstidspunktet.
1402 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +119 Quantity for Item {0} must be less than {1} Mængde for Item {0} skal være mindre end {1}
1403 Sales Invoice Trends Salgsfaktura Trends
1404 DocType: Leave Application Apply / Approve Leaves Anvend / Godkend Blade
1405 apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +23 For For
1406 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +90 Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total' Kan henvise rækken, hvis gebyret type er &#39;On Forrige Row Beløb &quot;eller&quot; Forrige Row alt&#39;
1407 DocType: Sales Order Item Delivery Warehouse Levering Warehouse
1408 DocType: Stock Settings Allowance Percent Godtgørelse Procent
1509 DocType: Journal Entry Accounts Receivable Tilgodehavender
1510 Supplier-Wise Sales Analytics Forhandler-Wise Sales Analytics
1511 DocType: Address Template This format is used if country specific format is not found Dette format bruges, hvis landespecifikke format ikke findes
1512 DocType: Production Order Use Multi-Level BOM Brug Multi-Level BOM
1513 DocType: Bank Reconciliation Include Reconciled Entries Medtag Afstemt Angivelser
1514 apps/erpnext/erpnext/config/accounts.py +41 Tree of finanial accounts. Tree of finanial konti.
1515 DocType: Leave Control Panel Leave blank if considered for all employee types Lad stå tomt hvis det anses for alle typer medarbejderaktier
1749 DocType: Sales Invoice apps/erpnext/erpnext/templates/form_grid/material_request_grid.html +7 Mass Mailing Required On Mass Mailing Nødvendig On
1750 DocType: Rename Tool DocType: Sales Invoice File to Rename Mass Mailing Fil til Omdøb Mass Mailing
1751 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +180 DocType: Rename Tool Purchse Order number required for Item {0} File to Rename Purchse Ordrenummer kræves for Item {0} Fil til Omdøb
1752 apps/erpnext/erpnext/public/js/controllers/transaction.js +136 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +180 Show Payments Purchse Order number required for Item {0} Vis Betalinger Purchse Ordrenummer kræves for Item {0}
1753 apps/erpnext/erpnext/controllers/buying_controller.py +236 apps/erpnext/erpnext/public/js/controllers/transaction.js +136 Specified BOM {0} does not exist for Item {1} Show Payments Specificeret BOM {0} findes ikke til konto {1} Vis Betalinger
1754 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +197 apps/erpnext/erpnext/controllers/buying_controller.py +236 Maintenance Schedule {0} must be cancelled before cancelling this Sales Order Specified BOM {0} does not exist for Item {1} Vedligeholdelsesplan {0} skal annulleres, før den annullerer denne Sales Order Specificeret BOM {0} findes ikke til konto {1}
1755 DocType: Notification Control apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +197 Expense Claim Approved Maintenance Schedule {0} must be cancelled before cancelling this Sales Order Expense krav Godkendt Vedligeholdelsesplan {0} skal annulleres, før den annullerer denne Sales Order
1756 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +113 DocType: Notification Control Pharmaceutical Expense Claim Approved Farmaceutiske Expense krav Godkendt
1757 apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +113 Cost of Purchased Items Pharmaceutical Omkostninger ved Købte varer Farmaceutiske
1758 DocType: Selling Settings apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26 Sales Order Required Cost of Purchased Items Sales Order Påkrævet Omkostninger ved Købte varer
1759 DocType: Selling Settings Sales Order Required Sales Order Påkrævet
1760 apps/erpnext/erpnext/crm/doctype/lead/lead.js +30 Create Customer Opret kunde
1761 DocType: Purchase Invoice Credit To Credit Til
1762 DocType: Employee Education Post Graduate Post Graduate
1799 DocType: Authorization Rule DocType: Delivery Note Authorized Value Transporter Name Autoriseret Værdi Transporter Navn
1800 DocType: Contact DocType: Authorization Rule Enter department to which this Contact belongs Authorized Value Indtast afdeling, som denne Kontakt hører Autoriseret Værdi
1801 apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +57 DocType: Contact Total Absent Enter department to which this Contact belongs Total Fraværende Indtast afdeling, som denne Kontakt hører
1802 apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +57 Total Absent Total Fraværende
1803 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +744 Item or Warehouse for row {0} does not match Material Request Element eller Warehouse for række {0} matcher ikke Materiale Request
1804 apps/erpnext/erpnext/config/stock.py +104 Unit of Measure Måleenhed
1805 DocType: Fiscal Year Year End Date År Slutdato
2099 apps/erpnext/erpnext/controllers/trends.py +137 Amt Amt
2100 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +51 Only Leave Applications with status 'Approved' can be submitted Kun Lad Applikationer med status &quot;Godkendt&quot; kan indsendes
2101 apps/erpnext/erpnext/utilities/doctype/address/address.py +24 Address Title is mandatory. Adresse Titel er obligatorisk.
2102 DocType: Opportunity Enter name of campaign if source of enquiry is campaign Indtast navnet på kampagne, hvis kilden undersøgelsesudvalg er kampagne
2103 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +38 Newspaper Publishers Dagblades
2104 apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +31 Select Fiscal Year Vælg regnskabsår
2105 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +43 Reorder Level Genbestil Level
2151 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +632 Maint. Schedule Maint. Tidsplan
2152 DocType: Stock Settings Freeze Stock Entries Frys Stock Entries
2153 DocType: Item Reorder level based on Warehouse Genbestil niveau baseret på Warehouse
2154 DocType: Activity Cost Billing Rate Fakturering Rate
2155 Qty to Deliver Antal til Deliver
2156 DocType: Monthly Distribution Percentage Month Måned
2157 Stock Analytics Stock Analytics
2198 DocType: Payment Tool DocType: Period Closing Voucher Against Vouchers The account head under Liability, in which Profit/Loss will be booked Mod Vouchers Kontoen hoved under ansvar, hvor gevinst / tab vil være reserveret
2199 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +23 DocType: Payment Tool Quick Help Against Vouchers Hurtig hjælp Mod Vouchers
2200 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +168 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +23 Source and target warehouse cannot be same for row {0} Quick Help Kilde og mål lageret ikke kan være ens for rækken {0} Hurtig hjælp
2201 DocType: Features Setup apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +168 Sales Extras Source and target warehouse cannot be same for row {0} Salg Extras Kilde og mål lageret ikke kan være ens for rækken {0}
2202 apps/erpnext/erpnext/accounts/utils.py +346 DocType: Features Setup {0} budget for Account {1} against Cost Center {2} will exceed by {3} Sales Extras {0} budget for konto {1} mod udgiftsområde {2} vil blive overskredet med {3} Salg Extras
2203 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +243 apps/erpnext/erpnext/accounts/utils.py +346 Difference Account must be a Asset/Liability type account, since this Stock Reconciliation is an Opening Entry {0} budget for Account {1} against Cost Center {2} will exceed by {3} Forskel Der skal være en Asset / Liability typen konto, da dette Stock Forsoning er en åbning indtastning {0} budget for konto {1} mod udgiftsområde {2} vil blive overskredet med {3}
2204 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +141 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +243 Purchase Order number required for Item {0} Difference Account must be a Asset/Liability type account, since this Stock Reconciliation is an Opening Entry Indkøbsordre nummer kræves for Item {0} Forskel Der skal være en Asset / Liability typen konto, da dette Stock Forsoning er en åbning indtastning
2223 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +177 DocType: Sales Order Bank Overdraft Account % Delivered Bank kassekredit % Leveres
2224 apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +15 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +177 Make Salary Slip Bank Overdraft Account Foretag lønseddel Bank kassekredit
2225 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +18 apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +15 Browse BOM Make Salary Slip Gennemse BOM Foretag lønseddel
2226 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +18 Browse BOM Gennemse BOM
2227 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +175 Secured Loans Sikrede lån
2228 apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +3 Awesome Products Awesome Products
2229 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +189 Opening Balance Equity Åbning Balance Egenkapital
2361 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +251 Create New Opret ny
2362 DocType: Buying Settings Purchase Order Required Indkøbsordre Påkrævet
2363 Item-wise Sales History Vare-wise Sales History
DocType: Expense Claim Total Sanctioned Amount Total Sanktioneret Beløb
2364 DocType: Expense Claim Purchase Analytics Total Sanctioned Amount Køb Analytics Total Sanktioneret Beløb
2365 DocType: Sales Invoice Item Delivery Note Item Purchase Analytics Levering Note Vare Køb Analytics
2366 DocType: Sales Invoice Item Delivery Note Item Levering Note Vare
2367 DocType: Expense Claim Task Opgave
2368 DocType: Purchase Taxes and Charges Reference Row # Henvisning Row #
2369 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +76 Batch number is mandatory for Item {0} Batchnummer er obligatorisk for Item {0}
2537 apps/erpnext/erpnext/controllers/status_updater.py +143 DocType: Purchase Order {0} must be reduced by {1} or you should increase overflow tolerance The date on which recurring order will be stop {0} skal reduceres med {1}, eller du bør øge overflow tolerance Den dato, hvor tilbagevendende ordre vil blive stoppe
2538 apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +57 DocType: Quality Inspection Total Present Item Serial No Samlet Present Vare Løbenummer
2539 apps/erpnext/erpnext/public/js/setup_wizard.js +381 apps/erpnext/erpnext/controllers/status_updater.py +143 Hour {0} must be reduced by {1} or you should increase overflow tolerance Time {0} skal reduceres med {1}, eller du bør øge overflow tolerance
2540 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145 apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +57 Serialized Item {0} cannot be updated \ using Stock Reconciliation Total Present Føljeton Item {0} kan ikke opdateres \ hjælp Stock Afstemning Samlet Present
2541 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600 apps/erpnext/erpnext/public/js/setup_wizard.js +381 Transfer Material to Supplier Hour Overførsel Materiale til Leverandøren Time
2542 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145 New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt Serialized Item {0} cannot be updated \ using Stock Reconciliation Ny Løbenummer kan ikke have Warehouse. Warehouse skal indstilles af Stock indtastning eller kvittering Føljeton Item {0} kan ikke opdateres \ hjælp Stock Afstemning
2543 DocType: Lead apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601 Lead Type Transfer Material to Supplier Lead Type Overførsel Materiale til Leverandøren
2557 DocType: Job Opening DocType: Quality Inspection Job Title Report Date Jobtitel Report Date
2558 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +80 DocType: C-Form {0} Recipients Invoices {0} Modtagere Fakturaer
2559 DocType: Features Setup DocType: Job Opening Item Groups in Details Job Title Varegrupper i Detaljer Jobtitel
2560 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +80 {0} Recipients {0} Modtagere
2561 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +335 DocType: Features Setup Quantity to Manufacture must be greater than 0. Item Groups in Details Mængde til Fremstilling skal være større end 0. Varegrupper i Detaljer
2562 apps/erpnext/erpnext/accounts/page/pos/pos.js +4 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +335 Start Point-of-Sale (POS) Quantity to Manufacture must be greater than 0. Start Point-of-Sale (POS) Mængde til Fremstilling skal være større end 0.
2563 apps/erpnext/erpnext/config/support.py +28 apps/erpnext/erpnext/accounts/page/pos/pos.js +4 Visit report for maintenance call. Start Point-of-Sale (POS) Besøg rapport til vedligeholdelse opkald. Start Point-of-Sale (POS)
2565 DocType: Stock Settings DocType: Stock Entry Percentage you are allowed to receive or deliver more against the quantity ordered. For example: If you have ordered 100 units. and your Allowance is 10% then you are allowed to receive 110 units. Update Rate and Availability Procentdel, du får lov til at modtage eller levere mere mod den bestilte mængde. For eksempel: Hvis du har bestilt 100 enheder. og din Allowance er 10%, så du får lov til at modtage 110 enheder. Opdatering Vurder og tilgængelighed
2566 DocType: Pricing Rule DocType: Stock Settings Customer Group Percentage you are allowed to receive or deliver more against the quantity ordered. For example: If you have ordered 100 units. and your Allowance is 10% then you are allowed to receive 110 units. Customer Group Procentdel, du får lov til at modtage eller levere mere mod den bestilte mængde. For eksempel: Hvis du har bestilt 100 enheder. og din Allowance er 10%, så du får lov til at modtage 110 enheder.
2567 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168 DocType: Pricing Rule Expense account is mandatory for item {0} Customer Group Udgiftskonto er obligatorisk for element {0} Customer Group
2568 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168 Expense account is mandatory for item {0} Udgiftskonto er obligatorisk for element {0}
2569 DocType: Item Website Description Website Beskrivelse
2570 DocType: Serial No apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40 AMC Expiry Date Net Change in Equity AMC Udløbsdato Nettoændring i Equity
2571 DocType: Serial No Sales Register AMC Expiry Date Salg Register AMC Udløbsdato
2606 apps/erpnext/erpnext/selling/doctype/customer/customer.py +29 apps/erpnext/erpnext/config/accounts.py +128 Series is mandatory Rules to calculate shipping amount for a sale Serien er obligatorisk Regler til at beregne forsendelse beløb for et salg
2607 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +28 apps/erpnext/erpnext/selling/doctype/customer/customer.py +29 Financial Services Series is mandatory Financial Services Serien er obligatorisk
2608 apps/erpnext/erpnext/controllers/item_variant.py +61 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +28 Value for Attribute {0} must be within the range of {1} to {2} in the increments of {3} Financial Services Værdi for Egenskab {0} skal være inden for området af {1} til {2} i intervaller på {3} Financial Services
2609 DocType: Tax Rule apps/erpnext/erpnext/controllers/item_variant.py +61 Sales Value for Attribute {0} must be within the range of {1} to {2} in the increments of {3} Salg Værdi for Egenskab {0} skal være inden for området af {1} til {2} i intervaller på {3}
2610 DocType: Stock Entry Detail DocType: Tax Rule Basic Amount Sales Grundbeløb Salg
2611 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +178 DocType: Stock Entry Detail Warehouse required for stock Item {0} Basic Amount Warehouse kræves for lager Vare {0} Grundbeløb
2612 DocType: Leave Allocation apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +178 Unused leaves Warehouse required for stock Item {0} Ubrugte blade Warehouse kræves for lager Vare {0}
2618 DocType: Authorization Rule apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +636 Applicable To (Employee) Fetch exploded BOM (including sub-assemblies) Gælder for (Medarbejder) Hent eksploderede BOM (herunder underenheder)
2619 apps/erpnext/erpnext/controllers/accounts_controller.py +101 DocType: Authorization Rule Due Date is mandatory Applicable To (Employee) Forfaldsdato er obligatorisk Gælder for (Medarbejder)
2620 apps/erpnext/erpnext/controllers/item_variant.py +51 apps/erpnext/erpnext/controllers/accounts_controller.py +101 Increment for Attribute {0} cannot be 0 Due Date is mandatory Tilvækst til Attribut {0} kan ikke være 0 Forfaldsdato er obligatorisk
2621 DocType: Journal Entry apps/erpnext/erpnext/controllers/item_variant.py +51 Pay To / Recd From Increment for Attribute {0} cannot be 0 Betal Til / RECD Fra Tilvækst til Attribut {0} kan ikke være 0
2622 DocType: Naming Series DocType: Journal Entry Setup Series Pay To / Recd From Opsætning Series Betal Til / RECD Fra
2623 DocType: Supplier DocType: Naming Series Contact HTML Setup Series Kontakt HTML Opsætning Series
2624 DocType: Landed Cost Voucher DocType: Supplier Purchase Receipts Contact HTML Køb Kvitteringer Kontakt HTML
2633 DocType: Purchase Taxes and Charges Template apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180 Purchase Taxes and Charges Template Row {0}: Invalid reference {1} Købe Skatter og Afgifter Skabelon Række {0}: Ugyldig henvisning {1}
2634 DocType: Upload Attendance DocType: Purchase Taxes and Charges Template Download Template Purchase Taxes and Charges Template Hent skabelon Købe Skatter og Afgifter Skabelon
2635 DocType: GL Entry DocType: Upload Attendance Remarks Download Template Bemærkninger Hent skabelon
2636 DocType: GL Entry Remarks Bemærkninger
2637 DocType: Purchase Order Item Supplied Raw Material Item Code Raw Material Item Code
2638 DocType: Journal Entry Write Off Based On Skriv Off baseret på
2639 DocType: Features Setup POS View POS View
2645 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +76 Account {0} cannot be a Group Konto {0} kan ikke være en gruppe
2646 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +219 Optional. This setting will be used to filter in various transactions. Valgfri. Denne indstilling vil blive brugt til at filtrere i forskellige transaktioner.
2647 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +111 Negative Valuation Rate is not allowed Negative Værdiansættelse Rate er ikke tilladt
2648 DocType: Holiday List Weekly Off Ugentlig Off
2649 DocType: Fiscal Year For e.g. 2012, 2012-13 Til fx 2012, 2012-13
2650 apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +32 Provisional Profit / Loss (Credit) Foreløbig Profit / Loss (Credit)
2651 DocType: Sales Invoice Return Against Sales Invoice Retur Against Sales Invoice
2695 DocType: Sales Invoice Posting Time Udstationering Time
2696 DocType: Sales Order % Amount Billed % Beløb Billed
2697 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129 Telephone Expenses Telefon Udgifter
2698 DocType: Sales Partner Logo Logo
2699 DocType: Naming Series Check this if you want to force the user to select a series before saving. There will be no default if you check this. Markér dette hvis du ønsker at tvinge brugeren til at vælge en serie før du gemmer. Der vil ikke være standard, hvis du markerer dette.
2700 apps/erpnext/erpnext/stock/get_item_details.py +107 No Item with Serial No {0} Ingen Vare med Serial Nej {0}
2701 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +95 Open Notifications Åbne Meddelelser
2723 apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +65 Supplier Id Leverandør id
2724 DocType: Journal Entry Cash Entry Cash indtastning
2725 DocType: Sales Partner Contact Desc Kontakt Desc
2726 apps/erpnext/erpnext/config/hr.py +135 Type of leaves like casual, sick etc. Type blade som afslappet, syge etc.
2727 DocType: Email Digest Send regular summary reports via Email. Send regelmæssige sammenfattende rapporter via e-mail.
2728 DocType: Brand Item Manager Item manager
2729 DocType: Cost Center Add rows to set annual budgets on Accounts. Tilføj rækker til at fastsætte årlige budgetter på Konti.
2913 DocType: Employee Reports to Rapporter til
2914 DocType: SMS Settings Enter url parameter for receiver nos Indtast url parameter for receiver nos
2915 DocType: Sales Invoice Paid Amount Betalt Beløb
2916 Available Stock for Packing Items Tilgængelig Stock til Emballerings- Varer
2917 DocType: Item Variant Item Variant Item Variant
2918 apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +15 Setting this Address Template as default as there is no other default Angivelse af denne adresse skabelon som standard, da der ikke er nogen anden standard
2919 apps/erpnext/erpnext/accounts/doctype/account/account.py +96 Account balance already in Debit, you are not allowed to set 'Balance Must Be' as 'Credit' Konto balance er debit. Du har ikke lov til at ændre 'Balancetype' til 'kredit'
2936 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85 Application period cannot be across two alocation records Cash Flow Ansøgningsperiode kan ikke være på tværs af to alocation optegnelser Penge strøm
2937 DocType: Item Group apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85 Default Expense Account Application period cannot be across two alocation records Standard udgiftskonto Ansøgningsperiode kan ikke være på tværs af to alocation optegnelser
2938 DocType: Employee DocType: Item Group Notice (days) Default Expense Account Varsel (dage) Standard udgiftskonto
2939 DocType: Employee Notice (days) Varsel (dage)
2940 DocType: Tax Rule Sales Tax Template Sales Tax Skabelon
2941 DocType: Employee Encashment Date Indløsning Dato
2942 apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +179 Against Voucher Type must be one of Purchase Order, Purchase Invoice or Journal Entry Imod Voucher type skal være en af indkøbsordre, købsfaktura eller Kassekladde
2956 apps/erpnext/erpnext/config/selling.py +70 Default settings for selling transactions. Standardindstillinger for at sælge transaktioner.
2957 DocType: BOM Replace Tool Current BOM Aktuel BOM
2958 apps/erpnext/erpnext/public/js/utils.js +57 Add Serial No Tilføj Løbenummer
DocType: Production Order Warehouses Pakhuse
2959 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +117 DocType: Production Order Print and Stationary Warehouses Print og Stationær Pakhuse
2960 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +122 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +117 Group Node Print and Stationary Gruppe Node Print og Stationær
2961 DocType: Payment Reconciliation apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +122 Minimum Amount Group Node Minimumsbeløb Gruppe Node
3000 DocType: Project Task apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +103 View Task Please enter sales order in the above table View Opgave Indtast salgsordre i ovenstående tabel
3001 apps/erpnext/erpnext/public/js/setup_wizard.js +154 DocType: Project Task Your financial year begins on View Task Din regnskabsår begynder på View Opgave
3002 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +46 apps/erpnext/erpnext/public/js/setup_wizard.js +154 Please enter Purchase Receipts Your financial year begins on Indtast venligst Køb Kvitteringer Din regnskabsår begynder på
3003 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +46 Please enter Purchase Receipts Indtast venligst Køb Kvitteringer
3004 DocType: Sales Invoice Get Advances Received Få forskud
3005 DocType: Email Digest Add/Remove Recipients Tilføj / fjern modtagere
3006 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425 Transaction not allowed against stopped Production Order {0} Transaktion ikke tilladt mod stoppet produktionsordre {0}
3038 DocType: Account Chargeable Gebyr
3039 DocType: Company Change Abbreviation Skift Forkortelse
3040 DocType: Expense Claim Detail Expense Date Expense Dato
3041 DocType: Item Max Discount (%) Max Rabat (%)
3042 apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +70 Last Order Amount Sidste ordrebeløb
3043 DocType: Company Warn Advar
3044 DocType: Appraisal Any other remarks, noteworthy effort that should go in the records. Alle andre bemærkninger, bemærkelsesværdigt indsats, skal gå i registrene.
3080 DocType: Sales Invoice C-Form Applicable C-anvendelig
3081 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +340 Operation Time must be greater than 0 for Operation {0} Driftstid skal være større end 0 til drift {0}
3082 DocType: Supplier Address and Contacts Adresse og kontaktpersoner
3083 DocType: UOM Conversion Detail UOM Conversion Detail UOM Konvertering Detail
3084 apps/erpnext/erpnext/public/js/setup_wizard.js +257 Keep it web friendly 900px (w) by 100px (h) Hold det web venlige 900px (w) ved 100px (h)
3085 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +329 Production Order cannot be raised against a Item Template Produktionsordre kan ikke rejses mod en Vare skabelon
3086 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +44 Charges are updated in Purchase Receipt against each item Afgifter er opdateret i kvittering mod hvert punkt
3182 apps/erpnext/erpnext/config/stock.py +79 Update additional costs to calculate landed cost of items Opdater yderligere omkostninger til at beregne landede udgifter til poster
3183 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +111 Electrical Elektrisk
3184 DocType: Stock Entry Total Value Difference (Out - In) Samlet værdi Difference (Out - In)
3185 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +304 Row {0}: Exchange Rate is mandatory Række {0}: Valutakursen er obligatorisk
3186 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +27 User ID not set for Employee {0} Bruger-id ikke indstillet til Medarbejder {0}
3187 apps/erpnext/erpnext/support/doctype/maintenance_visit/maintenance_visit.js +30 From Warranty Claim Fra garanti krav
3188 DocType: Stock Entry Default Source Warehouse Standardkilde Warehouse
3286 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +57 Part-time Deltid
3287 DocType: Employee Applicable Holiday List Gældende Holiday List
3288 DocType: Employee Cheque Cheque
3289 apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +56 Series Updated Series Opdateret
3290 apps/erpnext/erpnext/accounts/doctype/account/account.py +141 Report Type is mandatory Rapporttype er obligatorisk
3291 DocType: Item Serial Number Series Serial Number Series
3292 apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +69 Warehouse is mandatory for stock Item {0} in row {1} Warehouse er obligatorisk for lager Vare {0} i række {1}
3405 apps/erpnext/erpnext/public/js/pos/pos.js +91 apps/erpnext/erpnext/public/js/pos/pos.js +96 Price List not found or disabled Prisliste ikke fundet eller handicappede
3406 DocType: Expense Claim Approved Godkendt
3407 DocType: Pricing Rule Price Pris
3408 apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99 Employee relieved on {0} must be set as 'Left' Medarbejder lettet på {0} skal indstilles som &quot;Left&quot;
3409 DocType: Item Selecting "Yes" will give a unique identity to each entity of this item which can be viewed in the Serial No master. Hvis du vælger &quot;Ja&quot; vil give en unik identitet til hver enhed i denne post, som kan ses i Serial Ingen mester.
3410 apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +39 Appraisal {0} created for Employee {1} in the given date range Vurdering {0} skabt til Medarbejder {1} i givet datointerval
3411 DocType: Employee Education Uddannelse
3421 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +240 Please enter Expense Account Indtast venligst udgiftskonto
3422 DocType: Account Stock Lager
3423 DocType: Employee Current Address Nuværende adresse
3424 DocType: Item If item is a variant of another item then description, image, pricing, taxes etc will be set from the template unless explicitly specified Hvis varen er en variant af et andet element derefter beskrivelse, billede, prissætning, skatter mv vil blive fastsat fra skabelonen medmindre det udtrykkeligt er angivet
3425 DocType: Serial No Purchase / Manufacture Details Køb / Fremstilling Detaljer
3426 apps/erpnext/erpnext/config/stock.py +283 Batch Inventory Batch Inventory
3427 DocType: Employee Contract End Date Kontrakt Slutdato
3487 DocType: Item Attribute Numeric Values Numeriske værdier
3488 apps/erpnext/erpnext/public/js/setup_wizard.js +262 Attach Logo Vedhæft Logo
3489 DocType: Customer Commission Rate Kommissionens Rate
3490 apps/erpnext/erpnext/stock/doctype/item/item.js +53 Make Variant Make Variant
3491 apps/erpnext/erpnext/config/hr.py +145 Block leave applications by department. Blok orlov ansøgninger fra afdelingen.
3492 apps/erpnext/erpnext/templates/pages/cart.html +42 Cart is Empty Er tom Indkøbskurv
3493 DocType: Production Order Actual Operating Cost Faktiske driftsomkostninger
3512 apps/erpnext/erpnext/config/projects.py +18 Project master. Projekt mester.
3513 DocType: Global Defaults Do not show any symbol like $ etc next to currencies. Du må ikke vise nogen symbol ligesom $ etc siden valutaer.
3514 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380 (Half Day) (Halv dag)
3515 DocType: Supplier Credit Days Credit Dage
3516 DocType: Leave Type Is Carry Forward Er Carry Forward
3517 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566 Get Items from BOM Få elementer fra BOM
3518 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41 Lead Time Days Lead Time dage
3599
3600
3601
3602
3603
3604
3605

View File

@@ -21,7 +21,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},Währung für Preisliste {0} erforderlich
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Wird in der Transaktion berechnet.
DocType: Purchase Order,Customer Contact,Kundenkontakt
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,Von Materialanfrage
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,Von Materialanfrage
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} Baumstruktur
DocType: Job Applicant,Job Applicant,Bewerber
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,Keine weiteren Ergebnisse.
@@ -52,7 +52,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,Bank
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,"Diese Option wird verwendet, um die kundenspezifische Artikelnummer zu erhalten und den Artikel aufgrund der Artikelnummer auffindbar zu machen"
DocType: Mode of Payment Account,Mode of Payment Account,Art des Zahlungskontos
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,Varianten anzeigen
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,Menge
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,Menge
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),Darlehen/Kredite (Verbindlichkeiten)
DocType: Employee Education,Year of Passing,Jahr des Abgangs
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,Auf Lager
@@ -63,7 +63,7 @@ apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,Ne
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Gesundheitswesen
DocType: Purchase Invoice,Monthly,Monatlich
apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66,Delay in payment (Days),Zahlungsverzug (Tage)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,Rechnung
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,Rechnung
DocType: Maintenance Schedule Item,Periodicity,Periodizität
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,E-Mail-Addresse
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Verteidigung
@@ -72,7 +72,7 @@ DocType: Appraisal Goal,Score (0-5),Punktzahl (0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},Zeile {0}: {1} {2} stimmt nicht mit {3} überein
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,Zeile # {0}:
DocType: Delivery Note,Vehicle No,Fahrzeug-Nr.
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,Bitte eine Preisliste auswählen
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,Bitte eine Preisliste auswählen
DocType: Production Order Operation,Work In Progress,Laufende Arbeit/-en
DocType: Employee,Holiday List,Urlaubsübersicht
DocType: Time Log,Time Log,Zeitprotokoll
@@ -214,6 +214,7 @@ DocType: Sales Partner,Reseller,Wiederverkäufer
apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +41,Please enter Company,Bitte Firmenname angeben
DocType: Delivery Note Item,Against Sales Invoice Item,Zu Ausgangsrechnungs-Position
,Production Orders in Progress,Fertigungsaufträge in Arbeit
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37,Net Cash from Financing,Cashflow aus Finanzierungs
DocType: Lead,Address & Contact,Adresse & Kontakt
DocType: Leave Allocation,Add unused leaves from previous allocations,Ungenutzten Urlaub von vorherigen Zuteilungen hinzufügen
apps/erpnext/erpnext/controllers/recurring_document.py +203,Next Recurring {0} will be created on {1},Nächste Wiederholung {0} wird erstellt am {1}
@@ -232,7 +233,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,Artikel-Webseitenspezifikation
DocType: Payment Tool,Reference No,Referenznr.
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,Urlaub gesperrt
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},Artikel {0} hat das Ende seiner Lebensdauer erreicht zum Datum {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},Artikel {0} hat das Ende seiner Lebensdauer erreicht zum Datum {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,Jährlich
DocType: Stock Reconciliation Item,Stock Reconciliation Item,Bestandsabgleich-Artikel
DocType: Stock Entry,Sales Invoice No,Ausgangsrechnungs-Nr.
@@ -244,7 +245,7 @@ DocType: Item,Minimum Order Qty,Mindestbestellmenge
DocType: Pricing Rule,Supplier Type,Lieferantentyp
DocType: Item,Publish in Hub,Im Hub veröffentlichen
,Terretory,Region
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,Artikel {0} wird storniert
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,Artikel {0} wird storniert
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,Materialanfrage
DocType: Bank Reconciliation,Update Clearance Date,Abwicklungsdatum aktualisieren
DocType: Item,Purchase Details,Einkaufsdetails
@@ -269,7 +270,7 @@ apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +86,P
apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +41,Latest,Neueste(r/s)
apps/erpnext/erpnext/public/js/setup_wizard.js +143,Max 5 characters,Max 5 Zeichen
DocType: Employee,The first Leave Approver in the list will be set as the default Leave Approver,Der erste Urlaubsgenehmiger auf der Liste wird als standardmäßiger Urlaubsgenehmiger festgesetzt
apps/erpnext/erpnext/projects/doctype/activity_type/activity_type.js +3,Activity Cost per Employee,Aktivitätskosten je Beschäftigten
apps/erpnext/erpnext/projects/doctype/activity_type/activity_type.js +3,Activity Cost per Employee,Aktivitätskosten je Mitarbeiter
DocType: Accounts Settings,Settings for Accounts,Konteneinstellungen
apps/erpnext/erpnext/config/crm.py +90,Manage Sales Person Tree.,Baumstruktur der Vertriebsmitarbeiter verwalten
DocType: Item,Synced With Hub,Synchronisiert mit Hub
@@ -306,8 +307,8 @@ apps/erpnext/erpnext/controllers/recurring_document.py +196,Please enter 'Repeat
DocType: Sales Invoice,Rate at which Customer Currency is converted to customer's base currency,"Kurs, zu dem die Kundenwährung in die Basiswährung des Kunden umgerechnet wird"
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","Verfügbar in Stückliste, Lieferschein, Eingangsrechnung, Fertigungsauftrag, Lieferantenauftrag, Kaufbeleg, Ausgangsrechnung, Kundenauftrag, Lagerbuchung, Zeiterfassung"
DocType: Item Tax,Tax Rate,Steuersatz
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},{0} bereits für Arbeitnehmer zugeteilt {1} für die Periode {2} auf {3}
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,Artikel auswählen
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},{0} bereits an Mitarbeiter {1} zugeteilt für die Periode {2} bis {3}
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,Artikel auswählen
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry",Der chargenweise verwaltete Artikel: {0} kann nicht mit dem Lager abgeglichen werden. Stattdessen Lagerbuchung verwenden
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262,Purchase Invoice {0} is already submitted,Eingangsrechnung {0} wurde bereits übertragen
@@ -380,13 +381,13 @@ DocType: Sales Taxes and Charges Template,Sales Master Manager,Hauptvertriebslei
apps/erpnext/erpnext/config/manufacturing.py +74,Global settings for all manufacturing processes.,Allgemeine Einstellungen für alle Fertigungsprozesse
DocType: Accounts Settings,Accounts Frozen Upto,Konten gesperrt bis
DocType: SMS Log,Sent On,Gesendet am
apps/erpnext/erpnext/stock/doctype/item/item.py +553,Attribute {0} selected multiple times in Attributes Table,Attribut {0} mehrfach in Attributetabelle ausgewäht
apps/erpnext/erpnext/stock/doctype/item/item.py +554,Attribute {0} selected multiple times in Attributes Table,Attribut {0} mehrfach in Attributetabelle ausgewäht
DocType: HR Settings,Employee record is created using selected field. ,Mitarbeiter-Datensatz wird erstellt anhand des ausgewählten Feldes.
DocType: Sales Order,Not Applicable,Nicht anwenden
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,Stammdaten zum Urlaub
DocType: Material Request Item,Required Date,Angefragtes Datum
DocType: Delivery Note,Billing Address,Rechnungsadresse
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,Bitte die Artikelnummer eingeben
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,Bitte die Artikelnummer eingeben
DocType: BOM,Costing,Kalkulation
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","Wenn aktiviert, wird der Steuerbetrag als bereits in den Druckkosten enthalten erachtet."
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Gesamtmenge
@@ -488,7 +489,7 @@ apps/erpnext/erpnext/config/crm.py +17,Customer database.,Kundendatenbank
DocType: Quotation,Quotation To,Angebot für
DocType: Lead,Middle Income,Mittleres Einkommen
apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +58,Opening (Cr),Anfangssstand (Haben)
apps/erpnext/erpnext/stock/doctype/item/item.py +702,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Die Standard-Maßeinheit für Artikel {0} kann nicht direkt geändert werden, weil Sie bereits einige Transaktionen mit einer anderen Maßeinheit durchgeführt haben. Sie müssen einen neuen Artikel erstellen, um eine andere Standard-Maßeinheit verwenden zukönnen."
apps/erpnext/erpnext/stock/doctype/item/item.py +703,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Die Standard-Maßeinheit für Artikel {0} kann nicht direkt geändert werden, weil Sie bereits einige Transaktionen mit einer anderen Maßeinheit durchgeführt haben. Sie müssen einen neuen Artikel erstellen, um eine andere Standard-Maßeinheit verwenden zukönnen."
apps/erpnext/erpnext/accounts/utils.py +195,Allocated amount can not be negative,Zugewiesene Menge kann nicht negativ sein
DocType: Purchase Order Item,Billed Amt,Rechnungsbetrag
DocType: Warehouse,A logical Warehouse against which stock entries are made.,Ein logisches Lager zu dem Lagerbuchungen gemacht werden.
@@ -516,9 +517,10 @@ DocType: Buying Settings,Supplier Naming By,Bezeichnung des Lieferanten nach
DocType: Activity Type,Default Costing Rate,Standardkosten
DocType: Maintenance Schedule,Maintenance Schedule,Wartungsplan
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Dann werden Preisregeln bezogen auf Kunde, Kundengruppe, Region, Lieferant, Lieferantentyp, Kampagne, Vertriebspartner usw. ausgefiltert"
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Inventory,Nettoveränderung in der Bestands
DocType: Employee,Passport Number,Passnummer
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,Leiter
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,Von Kaufbeleg
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,Von Kaufbeleg
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,Gleicher Artikel wurde mehrfach eingetragen.
DocType: SMS Settings,Receiver Parameter,Empfängerparameter
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,"""basierend auf"" und ""guppiert nach"" können nicht gleich sein"
@@ -797,7 +799,8 @@ DocType: Payment Tool,Set Payment Amount = Outstanding Amount,"""Zahlungsbetrag
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,Abweichung
,Company Name,Firmenname
DocType: SMS Center,Total Message(s),Summe Nachricht(en)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,Artikel für Übertrag auswählen
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,Artikel für Übertrag auswählen
DocType: Purchase Invoice,Additional Discount Percentage,Zusätzliche Rabatt Prozent
apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,Sehen Sie eine Liste aller Hilfe-Videos
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,"Bezeichnung des Kontos bei der Bank, bei der der Scheck eingereicht wurde, auswählen."
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,"Benutzer erlauben, die Preisliste in Transaktionen zu bearbeiten"
@@ -818,7 +821,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,Weiß
DocType: SMS Center,All Lead (Open),Alle Leads (offen)
DocType: Purchase Invoice,Get Advances Paid,Gezahlte Anzahlungen aufrufen
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,Eigenes Bild anhängen
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,Erstellen
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,Erstellen
DocType: Journal Entry,Total Amount in Words,Gesamtsumme in Worten
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,"Es ist ein Fehler aufgetreten. Ein möglicher Grund könnte sein, dass Sie das Formular nicht gespeichert haben. Bitte kontaktieren Sie support@erpnext.com wenn das Problem weiterhin besteht."
apps/erpnext/erpnext/templates/pages/cart.html +3,My Cart,Mein Warenkorb
@@ -840,10 +843,10 @@ DocType: Packing Slip Item,Packing Slip Item,Position auf dem Packzettel
DocType: POS Profile,Cash/Bank Account,Kassen-/Bankkonto
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +70,Removed items with no change in quantity or value.,Artikel wurden ohne Veränderung der Menge oder des Wertes entfernt.
DocType: Delivery Note,Delivery To,Lieferung an
apps/erpnext/erpnext/stock/doctype/item/item.py +550,Attribute table is mandatory,Attributtabelle ist zwingend erforderlich
apps/erpnext/erpnext/stock/doctype/item/item.py +551,Attribute table is mandatory,Attributtabelle ist zwingend erforderlich
DocType: Production Planning Tool,Get Sales Orders,Kundenaufträge aufrufen
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} kann nicht negativ sein
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,Rabatt
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,Rabatt
DocType: Features Setup,Purchase Discounts,Einkaufsrabatte
DocType: Workstation,Wages,Lohn
DocType: Time Log,Will be updated only if Time Log is 'Billable',"Wird nur dann aktualisiert, wenn das Zeitprotokoll ""abrechenbar"" ist"
@@ -910,6 +913,7 @@ DocType: Company,Company registration numbers for your reference. Tax numbers et
DocType: Sales Partner,Distributor,Lieferant
DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,Warenkorb-Versandregel
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +209,Production Order {0} must be cancelled before cancelling this Sales Order,Fertigungsauftrag {0} muss vor Stornierung dieses Kundenauftages abgebrochen werden
apps/erpnext/erpnext/public/js/controllers/transaction.js +881,Please set 'Apply Additional Discount On',Bitte stellen Sie auf &quot;Übernehmen Zusätzliche Discount On &#39;
,Ordered Items To Be Billed,"Bestellte Artikel, die abgerechnet werden müssen"
apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +24,From Range has to be less than To Range,Von-Bereich muss kleiner sein als Bis-Bereich
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,"Bitte Zeitprotokolle auswählen und übertragen, um eine neue Ausgangsrechnung zu erstellen."
@@ -917,7 +921,7 @@ DocType: Global Defaults,Global Defaults,Allgemeine Voreinstellungen
DocType: Salary Slip,Deductions,Abzüge
DocType: Purchase Invoice,Start date of current invoice's period,Startdatum der laufenden Rechnungsperiode
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +23,This Time Log Batch has been billed.,Dieser Zeitprotokollstapel wurde abgerechnet.
apps/erpnext/erpnext/crm/doctype/lead/lead.js +32,Create Opportunity,Vertriebs-Chance erstellen
apps/erpnext/erpnext/crm/doctype/lead/lead.js +32,Create Opportunity,Opportunity erstellen
DocType: Salary Slip,Leave Without Pay,Unbezahlter Urlaub
DocType: Supplier,Communications,Kommunikationswesen
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +287,Capacity Planning Error,Fehler in der Kapazitätsplanung
@@ -938,7 +942,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +154,Blue,Blau
DocType: Purchase Invoice,Is Return,Ist Rückgabe
DocType: Price List Country,Price List Country,Preisliste Land
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +123,Further nodes can be only created under 'Group' type nodes,"Weitere Knoten können nur unter Knoten vom Typ ""Gruppe"" erstellt werden"
apps/erpnext/erpnext/utilities/doctype/contact/contact.py +67,Please set Email ID,Bitte stellen Sie E-Mail ID
apps/erpnext/erpnext/utilities/doctype/contact/contact.py +67,Please set Email ID,Bitte E-Mail-ID eingeben
DocType: Item,UOMs,Maßeinheiten
apps/erpnext/erpnext/stock/utils.py +171,{0} valid serial nos for Item {1},{0} gültige Seriennummern für Artikel {1}
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +57,Item Code cannot be changed for Serial No.,Artikelnummer kann nicht für Seriennummer geändert werden
@@ -1030,7 +1034,7 @@ apps/erpnext/erpnext/controllers/selling_controller.py +163,Row {0}: Qty is mand
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +8,Agriculture,Landwirtschaft
apps/erpnext/erpnext/public/js/setup_wizard.js +365,Your Products or Services,Ihre Produkte oder Dienstleistungen
DocType: Mode of Payment,Mode of Payment,Zahlungsweise
apps/erpnext/erpnext/stock/doctype/item/item.py +112,Website Image should be a public file or website URL,Website Bild sollte eine öffentliche Datei oder Website-URL sein
apps/erpnext/erpnext/stock/doctype/item/item.py +112,Website Image should be a public file or website URL,Das Webseiten-Bild sollte eine öffentliche Datei oder eine Webseiten-URL sein
apps/erpnext/erpnext/setup/doctype/item_group/item_group.js +31,This is a root item group and cannot be edited.,Dies ist eine Root-Artikelgruppe und kann nicht bearbeitet werden.
DocType: Journal Entry Account,Purchase Order,Lieferantenauftrag
DocType: Warehouse,Warehouse Contact Info,Kontaktinformation des Lager
@@ -1050,7 +1054,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
DocType: Appraisal Goal,Goal,Ziel
DocType: Sales Invoice Item,Edit Description,Beschreibung bearbeiten
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,Voraussichtlicher Liefertermin liegt vor dem geplanten Starttermin.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,Für Lieferant
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,Für Lieferant
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Das Festlegen des Kontotyps hilft bei der Auswahl dieses Kontos bei Transaktionen.
DocType: Purchase Invoice,Grand Total (Company Currency),Gesamtbetrag (Firmenwährung)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Summe Auslieferungen
@@ -1122,6 +1126,7 @@ DocType: Sales Order Item,Planned Quantity,Geplante Menge
DocType: Purchase Invoice Item,Item Tax Amount,Artikelsteuerbetrag
DocType: Item,Maintain Stock,Lager verwalten
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +211,Stock Entries already created for Production Order ,Es wurden bereits Lagerbuchungen zum Fertigungsauftrag erstellt
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Net Change in Fixed Asset,Nettoveränderung Anlagevermögen
DocType: Leave Control Panel,Leave blank if considered for all designations,"Freilassen, wenn für alle Einstufungen gültig"
apps/erpnext/erpnext/controllers/accounts_controller.py +517,Charge of type 'Actual' in row {0} cannot be included in Item Rate,"Kosten für den Typ ""real"" in Zeile {0} können nicht in den Artikelpreis mit eingeschlossen werden"
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +182,Max: {0},Max: {0}
@@ -1133,7 +1138,7 @@ DocType: Sales Invoice,Shipping Address Name,Lieferadresse
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,Kontenplan
DocType: Material Request,Terms and Conditions Content,Allgemeine Geschäftsbedingungen Inhalt
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,Kann nicht größer als 100 sein
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,Artikel {0} ist kein Lagerartikel
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,Artikel {0} ist kein Lagerartikel
DocType: Maintenance Visit,Unscheduled,Außerplanmäßig
DocType: Employee,Owned,Im Besitz von
DocType: Salary Slip Deduction,Depends on Leave Without Pay,Hängt von unbezahltem Urlaub ab
@@ -1181,7 +1186,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,Analytik
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},Zeile {0}: Zugeteilte Menge {1} muss kleiner als oder gleich zu JV Menge {2} sein
DocType: Item,Inventory,Lagerbestand
DocType: Features Setup,"To enable ""Point of Sale"" view","Um die ""Point of Sale""-Ansicht zu aktivieren"
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,Für einen leeren Einkaufswagen kann keine Zahlung getätigt werden
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,Für einen leeren Einkaufswagen kann keine Zahlung getätigt werden
DocType: Item,Sales Details,Verkaufsdetails
DocType: Opportunity,With Items,Mit Artikeln
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,In Menge
@@ -1200,6 +1205,7 @@ apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliat
apps/erpnext/erpnext/public/js/setup_wizard.js +153,Financial Year Start Date,Startdatum des Geschäftsjahres
DocType: Employee External Work History,Total Experience,Gesamterfahrung
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +276,Packing Slip(s) cancelled,Packzettel storniert
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Der Cashflow aus Investitions
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Fracht- und Versandkosten
DocType: Material Request Item,Sales Order No,Kundenauftrags-Nr.
DocType: Item Group,Item Group Name,Name der Artikelgruppe
@@ -1212,7 +1218,7 @@ DocType: Maintenance Schedule,Schedules,Zeitablaufpläne
DocType: Purchase Invoice Item,Net Amount,Nettobetrag
DocType: Purchase Order Item Supplied,BOM Detail No,Stückliste Detailnr.
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Zusätzlicher Rabatt (Firmenwährung)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},Fehler: {0} > {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},Fehler: {0} > {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,Bitte neues Konto aus dem Kontenplan erstellen.
DocType: Maintenance Visit,Maintenance Visit,Wartungsbesuch
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,Kunde > Kundengruppe > Region
@@ -1262,7 +1268,7 @@ DocType: Production Planning Tool,Select Sales Orders,Kundenaufträge auswähle
,Material Requests for which Supplier Quotations are not created,"Materialanfragen, für die keine Lieferantenangebote erstellt werden"
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,"Der Tag/die Tage, für den/die Sie Urlaub beantragen, sind Ferien. Deshalb müssen Sie keinen Urlaub beantragen."
DocType: Features Setup,To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.,"Wird verwendet, um Artikel über den Barcode nachzuverfolgen. Durch das Scannen des Artikel-Barcodes können Artikel in einen Lieferschein und eine Ausgangsrechnung eingegeben werden."
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588,Mark as Delivered,Als geliefert kennzeichnen
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589,Mark as Delivered,Als geliefert kennzeichnen
apps/erpnext/erpnext/crm/doctype/lead/lead.js +34,Make Quotation,Angebot erstellen
DocType: Dependent Task,Dependent Task,Abhängige Aufgabe
apps/erpnext/erpnext/stock/doctype/item/item.py +340,Conversion factor for default Unit of Measure must be 1 in row {0},Umrechnungsfaktor für Standardmaßeinheit muss in Zeile {0} 1 sein
@@ -1272,7 +1278,8 @@ DocType: HR Settings,Stop Birthday Reminders,Geburtstagserinnerungen ausschalten
DocType: SMS Center,Receiver List,Empfängerliste
DocType: Payment Tool Detail,Payment Amount,Zahlungsbetrag
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Verbrauchte Menge
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} anzeigen
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} anzeigen
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +89,Net Change in Cash,Nettoveränderung der flüssigen
DocType: Salary Structure Deduction,Salary Structure Deduction,Gehaltsstruktur-Abzug
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Maßeinheit {0} wurde mehr als einmal in die Umrechnungsfaktor-Tabelle eingetragen
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Aufwendungen für in Umlauf gebrachte Artikel
@@ -1297,7 +1304,7 @@ DocType: Party Account,Party Account,Gruppenkonto
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +74,Human Resources,Personalwesen
DocType: Lead,Upper Income,Gehobenes Einkommen
DocType: Journal Entry Account,Debit in Company Currency,Soll in Unternehmenswährung
apps/erpnext/erpnext/support/doctype/issue/issue.py +58,My Issues,Meine Fragen
apps/erpnext/erpnext/support/doctype/issue/issue.py +58,My Issues,Meine Fälle
DocType: BOM Item,BOM Item,Stücklisten-Artikel
DocType: Appraisal,For Employee,Für Mitarbeiter
DocType: Company,Default Values,Standardwerte
@@ -1309,6 +1316,7 @@ DocType: Payment Reconciliation,Payments,Zahlungen
DocType: Budget Detail,Budget Allocated,Zugewiesenes Budget
DocType: Journal Entry,Entry Type,Buchungstyp
,Customer Credit Balance,Kunden-Kreditlinien
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21,Net Change in Accounts Payable,Nettoänderung in der Kreditorenbuchhaltung
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137,Please verify your email id,Bitte E-Mail-ID überprüfen
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',"Kunde erforderlich für ""Kundenbezogener Rabatt"""
apps/erpnext/erpnext/config/accounts.py +53,Update bank payment dates with journals.,Zahlungstermine anhand der Journale aktualisieren
@@ -1356,7 +1364,7 @@ DocType: Upload Attendance,Get Template,Vorlage aufrufen
DocType: Address,Postal,Post
DocType: Item,Weightage,Gewichtung
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,Eine Kundengruppe mit dem gleichen Namen existiert bereits. Bitte den Kundennamen ändern oder die Kundengruppe umbenennen
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,Bitte zuerst {0} auswählen.
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,Bitte zuerst {0} auswählen.
apps/erpnext/erpnext/templates/pages/order.html +56,text {0},text {0}
DocType: Territory,Parent Territory,Übergeordnete Region
DocType: Quality Inspection Reading,Reading 2,Ablesewert 2
@@ -1390,7 +1398,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,Urlaub eingelöst?
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,"Feld ""Opportunity von"" ist zwingend erforderlich"
DocType: Item,Variants,Varianten
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,Lieferantenauftrag erstellen
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,Lieferantenauftrag erstellen
DocType: SMS Center,Send To,Senden an
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},Es gibt nicht genügend verfügbaren Urlaub für Urlaubstyp {0}
DocType: Payment Reconciliation Payment,Allocated amount,Zugewiesene Menge
@@ -1415,7 +1423,7 @@ DocType: Item,Apply Warehouse-wise Reorder Level,Anwenden des lagerbezogenen Mel
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424,BOM {0} must be submitted,Stückliste {0} muss übertragen werden
DocType: Authorization Control,Authorization Control,Berechtigungskontrolle
apps/erpnext/erpnext/config/projects.py +23,Time Log for tasks.,Zeitprotokoll für Aufgaben
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561,Payment,Bezahlung
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Payment,Bezahlung
DocType: Production Order Operation,Actual Time and Cost,Tatsächliche Laufzeit und Kosten
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},Materialanfrage von maximal {0} kann für Artikel {1} zum Kundenauftrag {2} gemacht werden
DocType: Employee,Salutation,Anrede
@@ -1454,7 +1462,7 @@ DocType: Serial No,Creation Date,Erstellungsdatum
apps/erpnext/erpnext/stock/doctype/item_price/item_price.py +33,Item {0} appears multiple times in Price List {1},Artikel {0} erscheint mehrfach in Preisliste {1}
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +37,"Selling must be checked, if Applicable For is selected as {0}","Vertrieb muss aktiviert werden, wenn ""Anwenden auf"" ausgewählt ist bei {0}"
DocType: Purchase Order Item,Supplier Quotation Item,Lieferantenangebotsposition
DocType: Manufacturing Settings,Disables creation of time logs against Production Orders. Operations shall not be tracked against Production Order,Deaktiviert die Erstellung von Zeitprotokolle gegen Fertigungsaufträge. Operationen werden nicht auf Fertigungsauftrag verfolgt werden
DocType: Manufacturing Settings,Disables creation of time logs against Production Orders. Operations shall not be tracked against Production Order,Deaktiviert die Erstellung von Zeitprotokollen zu Fertigungsaufträgen. Arbeitsgänge werden nicht zu Fertigungsaufträgen nachverfolgt
apps/erpnext/erpnext/hr/doctype/employee/employee.js +27,Make Salary Structure,Gehaltsübersicht erstellen
DocType: Item,Has Variants,Hat Varianten
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +22,Click on 'Make Sales Invoice' button to create a new Sales Invoice.,"Auf ""Ausgangsrechnung erstellen"" klicken, um eine neue Ausgangsrechnung zu erstellen."
@@ -1522,7 +1530,7 @@ DocType: Appraisal,For Employee Name,Für Mitarbeiter-Name
DocType: Holiday List,Clear Table,Tabelle leeren
DocType: Features Setup,Brands,Marken
DocType: C-Form Invoice Detail,Invoice No,Rechnungs-Nr.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,Von Lieferantenauftrag
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,Von Lieferantenauftrag
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +93,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Da der Resturlaub bereits in den zukünftigen Datensatz für Urlaube {1} übertragen wurde, kann der Urlaub nicht vor {0} genehmigt/abgelehnt werden."
DocType: Activity Cost,Costing Rate,Kalkulationsbetrag
,Customer Addresses And Contacts,Kundenadressen und Ansprechpartner
@@ -1762,13 +1770,14 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,Werkzeug zum Umbenennen
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,Kosten aktualisieren
DocType: Item Reorder,Item Reorder,Artikelnachbestellung
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,Material übergeben
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,Material übergeben
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.",Arbeitsgänge und Betriebskosten angeben und eine eindeutige Arbeitsgang-Nr. für diesen Arbeitsgang angeben.
DocType: Purchase Invoice,Price List Currency,Preislistenwährung
DocType: Naming Series,User must always select,Benutzer muss immer auswählen
DocType: Stock Settings,Allow Negative Stock,Negativen Lagerbestand zulassen
DocType: Installation Note,Installation Note,Installationshinweis
apps/erpnext/erpnext/public/js/setup_wizard.js +301,Add Taxes,Steuern hinzufügen
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +38,Cash Flow from Financing,Der Cashflow aus Finanzierungs
,Financial Analytics,Finanzanalyse
DocType: Quality Inspection,Verified By,Geprüft durch
DocType: Address,Subsidiary,Tochtergesellschaft
@@ -1811,6 +1820,7 @@ apps/erpnext/erpnext/config/selling.py +158,Setup incoming server for sales emai
DocType: Warranty Claim,Raised By,Gemeldet von
DocType: Payment Tool,Payment Account,Zahlungskonto
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713,Please specify Company to proceed,Bitte Firma angeben um fortzufahren
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20,Net Change in Accounts Receivable,Net Veränderung der Forderungen
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46,Compensatory Off,Ausgleich für
DocType: Quality Inspection Reading,Accepted,Genehmigt
apps/erpnext/erpnext/setup/doctype/company/company.js +24,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,"Bitte sicher stellen, dass wirklich alle Transaktionen für diese Firma gelöscht werden sollen. Die Stammdaten bleiben bestehen. Diese Aktion kann nicht rückgängig gemacht werden."
@@ -1956,7 +1966,7 @@ DocType: Opportunity,Potential Sales Deal,Möglicher Verkaufsabschluss
DocType: Purchase Invoice,Total Taxes and Charges,Gesamte Steuern und Gebühren
DocType: Employee,Emergency Contact,Notfallkontakt
DocType: Item,Quality Parameters,Qualitätsparameter
apps/erpnext/erpnext/stock/doctype/item/item.js +26,Ledger,Sachkonto
apps/erpnext/erpnext/stock/doctype/item/item.js +26,Ledger,Hauptbuch
DocType: Target Detail,Target Amount,Zielbetrag
DocType: Shopping Cart Settings,Shopping Cart Settings,Warenkorb-Einstellungen
DocType: Journal Entry,Accounting Entries,Buchungen
@@ -2142,7 +2152,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},Eingangslager ist für Zeile {0} zwingend erforderlich
DocType: Quality Inspection,Quality Inspection,Qualitätsprüfung
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,Besonders klein
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,Achtung : Materialanfragemenge ist geringer als die Mindestbestellmenge
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,Achtung : Materialanfragemenge ist geringer als die Mindestbestellmenge
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,Konto {0} ist gesperrt
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,"Juristische Person/Niederlassung mit einem separaten Kontenplan, die zum Unternehmen gehört."
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Lebensmittel, Getränke und Tabak"
@@ -2194,7 +2204,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,In dieser Transaktion sind nur Unterknoten erlaubt
DocType: Expense Claim,Expense Approver,Ausgabenbewilliger
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Kaufbeleg-Artikel geliefert
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,Zahlen
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,Zahlen
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,Bis Datum und Uhrzeit
DocType: SMS Settings,SMS Gateway URL,SMS-Gateway-URL
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,Protokolle über den SMS-Versand
@@ -2241,7 +2251,7 @@ DocType: Target Detail,Target Detail,Zieldetail
DocType: Sales Order,% of materials billed against this Sales Order,% der für diesen Kundenauftrag in Rechnung gestellten Materialien
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,Periodenabschlussbuchung
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,Kostenstelle mit bestehenden Transaktionen kann nicht in eine Gruppe umgewandelt werden
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,Abschreibung
DocType: Account,Depreciation,Abschreibung
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Lieferant(en)
DocType: Customer,Credit Limit,Kreditlimit
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,Bitte Transaktionstyp auswählen
@@ -2266,6 +2276,7 @@ DocType: Quality Inspection,Outgoing,Ausgang
DocType: Material Request,Requested For,Angefordert für
DocType: Quotation Item,Against Doctype,Zu DocType
DocType: Delivery Note,Track this Delivery Note against any Project,Diesen Lieferschein in jedem Projekt nachverfolgen
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28,Net Cash from Investing,Cashflow aus Investitions
apps/erpnext/erpnext/accounts/doctype/account/account.py +176,Root account can not be deleted,Root-Konto kann nicht gelöscht werden
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75,Show Stock Entries,Lagerbuchungen anzeigen
,Is Primary Address,Ist Hauptadresse
@@ -2342,7 +2353,7 @@ DocType: Workstation Working Hour,Start Time,Startzeit
DocType: Item Price,Bulk Import Help,Massen-Import Hilfe
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +200,Select Quantity,Menge wählen
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +34,Approving Role cannot be same as role the rule is Applicable To,"Genehmigende Rolle kann nicht dieselbe Rolle sein wie diejenige, auf die die Regel anzuwenden ist"
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +66,Unsubscribe from this Email Digest,Abmelden von diesem E-Mail-Digest
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +66,Unsubscribe from this Email Digest,Abmelden von diesem E-Mail-Bericht
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +36,Message Sent,Mitteilung gesendet
DocType: Production Plan Sales Order,SO Date,Auftragsdatum
DocType: Sales Invoice,Rate at which Price list currency is converted to customer's base currency,"Kurs, zu dem die Währung der Preisliste in die Basiswährung des Kunden umgerechnet wird"
@@ -2403,9 +2414,9 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,Einstandskosten
DocType: Time Log,Batched for Billing,Für Abrechnung gebündelt
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,Rechnungen von Lieferanten
DocType: POS Profile,Write Off Account,Abschreibungs-Konto
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,Rabattbetrag
DocType: Purchase Invoice,Return Against Purchase Invoice,Zurück zur Einkaufsrechnung
DocType: Item,Warranty Period (in days),Garantiefrist (in Tagen)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +16,Net Cash from Operations,Net Mittelzufluss aus laufender Geschäftstätigkeit
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,z. B. Mehrwertsteuer
apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,Position 4
DocType: Journal Entry Account,Journal Entry Account,Journalbuchungskonto
@@ -2579,7 +2590,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
conflict by assigning priority. Price Rules: {0}",Es existieren mehrere Preisregeln mit denselben Kriterien. Bitte diesen Konflikt durch Vergabe von Vorrangregelungen lösen. Preisregeln: {0}
DocType: Account,Bank,Bank
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Fluggesellschaft
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,Material ausgeben
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,Material ausgeben
DocType: Material Request Item,For Warehouse,Für Lager
DocType: Employee,Offer Date,Angebotsdatum
DocType: Hub Settings,Access Token,Zugriffstoken
@@ -2599,6 +2610,7 @@ DocType: Purchase Invoice Item,Image View,Bildansicht
DocType: Issue,Opening Time,Öffnungszeit
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,Von- und Bis-Daten erforderlich
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,Wertpapier- & Rohstoffbörsen
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',Standard-Maßeinheit für Variant &#39;{0}&#39; ist dieselbe wie in der Vorlage sein &#39;{1}&#39;
DocType: Shipping Rule,Calculate Based On,Berechnen auf Grundlage von
DocType: Delivery Note Item,From Warehouse,Ab Lager
DocType: Purchase Taxes and Charges,Valuation and Total,Bewertung und Summe
@@ -2606,6 +2618,7 @@ DocType: Tax Rule,Shipping City,Zielstadt der Lieferung
apps/erpnext/erpnext/stock/doctype/item/item.js +58,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,"Dieser Artikel ist eine Variante von {0} (Vorlage). Attribute werden von der Vorlage übernommen, ausser es wurde ""Nicht kopieren"" ausgewählt."
DocType: Account,Purchase User,Nutzer Einkauf
DocType: Notification Control,Customize the Notification,Mitteilungstext anpassen
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17,Cash Flow from Operations,Cashflow aus betrieblicher Tätigkeit
apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24,Default Address Template cannot be deleted,Standard-Adressvorlage kann nicht gelöscht werden
DocType: Sales Invoice,Shipping Rule,Versandregel
DocType: Journal Entry,Print Heading,Druckkopf
@@ -2646,7 +2659,7 @@ apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet
apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,Stunde
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation",Serienartikel {0} kann nicht über einen Lagerabgleich aktualisiert werden
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,Material dem Lieferanten übergeben
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,Material dem Lieferanten übergeben
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,"""Neue Seriennummer"" kann keine Lagerangabe enthalten. Lagerangaben müssen durch eine Lagerbuchung oder einen Kaufbeleg erstellt werden"
DocType: Lead,Lead Type,Lead-Typ
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,Angebot erstellen
@@ -2658,7 +2671,7 @@ DocType: BOM Replace Tool,The new BOM after replacement,Die neue Stückliste nac
DocType: Features Setup,Point of Sale,POS (Point of Sale)
DocType: Account,Tax,Steuer
apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +37,Row {0}: {1} is not a valid {2},Zeile {0}: {1} ist keine gültige {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +438,From Product Bundle,Aus Produkt-Bundle
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +439,From Product Bundle,Aus Produkt-Bundle
DocType: Production Planning Tool,Production Planning Tool,Werkzeug zur Fertigungsplanung
DocType: Quality Inspection,Report Date,Berichtsdatum
DocType: C-Form,Invoices,Rechnungen
@@ -2673,6 +2686,7 @@ DocType: Stock Settings,Percentage you are allowed to receive or deliver more ag
DocType: Pricing Rule,Customer Group,Kundengruppe
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168,Expense account is mandatory for item {0},Aufwandskonto ist zwingend für Artikel {0}
DocType: Item,Website Description,Webseiten-Beschreibung
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Net Change in Equity,Net Veränderung des Eigenkapitals
DocType: Serial No,AMC Expiry Date,Verfalldatum des jährlichen Wartungsvertrags
,Sales Register,Übersicht über den Umsatz
DocType: Quotation,Quotation Lost Reason,Grund des verlorenen Angebotes
@@ -2684,7 +2698,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,"Bitte auf ""Übertragen"" klicken, wenn auch die Abwesenheitskonten des vorangegangenen Geschäftsjahrs in dieses Geschäftsjahr einbezogen werden sollen"
DocType: GL Entry,Against Voucher Type,Gegenbeleg-Art
DocType: Item,Attributes,Attribute
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,Artikel aufrufen
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,Artikel aufrufen
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,Bitte Abschreibungskonto eingeben
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,Letztes Bestelldatum
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,Verbrauchssteuerrechnung erstellen
@@ -2734,7 +2748,7 @@ DocType: Quality Inspection,Delivery Note No,Lieferschein-Nummer
DocType: Company,Retail,Einzelhandel
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,Kunde {0} existiert nicht
DocType: Attendance,Absent,Abwesend
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,Produkt-Bundle
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,Produkt-Bundle
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180,Row {0}: Invalid reference {1},Zeile {0}: Ungültige Referenz {1}
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Vorlage für Einkaufssteuern und -abgaben
DocType: Upload Attendance,Download Template,Vorlage herunterladen
@@ -2762,7 +2776,7 @@ DocType: Sales Invoice,Product Bundle Help,Produkt-Bundle-Hilfe
,Monthly Attendance Sheet,Monatliche Anwesenheitsliste
apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16,No record found,Kein Datensatz gefunden
apps/erpnext/erpnext/controllers/stock_controller.py +175,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: Kostenstelle ist zwingend erfoderlich für Artikel {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +467,Get Items from Product Bundle,Artikel aus dem Produkt-Bundle übernehmen
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468,Get Items from Product Bundle,Artikel aus dem Produkt-Bundle übernehmen
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79,Account {0} is inactive,Konto {0} ist inaktiv
DocType: GL Entry,Is Advance,Ist Vorkasse
apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,"""Anwesenheit ab Datum"" und ""Anwesenheit bis Datum"" sind zwingend"
@@ -2952,7 +2966,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),Preis (%)
DocType: Stock Entry Detail,Additional Cost,Zusätzliche Kosten
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,Enddatum des Geschäftsjahres
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","Wenn nach Beleg gruppiert wurde, kann nicht auf Grundlage von Belegen gefiltert werden."
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,Lieferantenangebot erstellen
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,Lieferantenangebot erstellen
DocType: Quality Inspection,Incoming,Eingehend
DocType: BOM,Materials Required (Exploded),Benötigte Materialien (erweitert)
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),Verdienst für unbezahlten Urlaub (LWP) vermindern
@@ -2975,6 +2989,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Piecework,Akkord
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +64,Avg. Buying Rate,Durchschnittlicher Einkaufspreis
DocType: Task,Actual Time (in Hours),Tatsächliche Zeit (in Stunden)
DocType: Employee,History In Company,Historie im Unternehmen
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +128,The total Issue / Transfer quantity {0} in Material Request {1} cannot be greater than requested quantity {2} for Item {3},Die gesamte Ausgabe / Transfer Menge {0} in Material anfordern {1} kann nicht größer als die angeforderte Menge ist {2} für Artikel {3}
apps/erpnext/erpnext/config/crm.py +151,Newsletters,Newsletter
DocType: Address,Shipping,Versand
DocType: Stock Ledger Entry,Stock Ledger Entry,Buchung im Lagerbuch
@@ -2994,7 +3009,6 @@ DocType: Account,Auditor,Prüfer
DocType: Purchase Order,End date of current order's period,Schlußdatum der laufenden Bestellperiode
apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +17,Make Offer Letter,Angebotsschreiben erstellen
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +10,Return,Zurück
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant must be same as Template,Standard-Maßeinheit muss für eine Variante die gleiche wie für eine Vorlage sein
DocType: Production Order Operation,Production Order Operation,Arbeitsgang im Fertigungsauftrag
DocType: Pricing Rule,Disable,Deaktivieren
DocType: Project Task,Pending Review,Wartet auf Überprüfung
@@ -3039,6 +3053,7 @@ apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{
DocType: Opportunity,Next Contact,Nächster Kontakt
DocType: Employee,Employment Type,Art der Beschäftigung
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +40,Fixed Assets,Anlagevermögen
,Cash Flow,Bargeldumlauf
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85,Application period cannot be across two alocation records,Beantragter Zeitraum kann sich nicht über zwei Antragsdatensätze erstrecken
DocType: Item Group,Default Expense Account,Standardaufwandskonto
DocType: Employee,Notice (days),Meldung(s)(-Tage)
@@ -3076,7 +3091,7 @@ DocType: Workstation,per hour,pro stunde
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,Konto für das Lager (Permanente Inventur) wird unter diesem Konto erstellt.
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,"Lager kann nicht gelöscht werden, da es Buchungen im Lagerbuch gibt."
DocType: Company,Distribution,Großhandel
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,Zahlbetrag
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,Zahlbetrag
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,Projektleiter
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,Versand
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,Max erlaubter Rabatt für Artikel: {0} ist {1}%
@@ -3118,7 +3133,7 @@ apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425,Transaction n
apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","Um dieses Geschäftsjahr als Standard festzulegen, auf ""Als Standard festlegen"" anklicken"
apps/erpnext/erpnext/config/support.py +54,Setup incoming server for support email id. (e.g. support@example.com),E-Mail-Adresse für den Support einrichten. (z. B. support@example.com)
apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19,Shortage Qty,Engpassmenge
apps/erpnext/erpnext/stock/doctype/item/item.py +569,Item variant {0} exists with same attributes,Artikelvariante {0} mit denselben Attributen existiert
apps/erpnext/erpnext/stock/doctype/item/item.py +570,Item variant {0} exists with same attributes,Artikelvariante {0} mit denselben Attributen existiert
DocType: Salary Slip,Salary Slip,Gehaltsabrechnung
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48,'To Date' is required,"""Bis-Datum"" ist erforderlich,"
DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","Packzettel für zu liefernde Pakete generieren. Wird verwendet, um Paketnummer, Packungsinhalt und das Gewicht zu dokumentieren."
@@ -3231,7 +3246,7 @@ DocType: Time Log,Hours,Stunden
DocType: Project,Expected Start Date,Voraussichtliches Startdatum
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41,Remove item if charges is not applicable to that item,"Artikel entfernen, wenn keine Gebühren angerechtet werden können"
DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,z. B. smsgateway.com/api/send_sms.cgi
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597,Receive,Empfangen
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598,Receive,Empfangen
DocType: Maintenance Visit,Fully Completed,Vollständig abgeschlossen
apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% abgeschlossen
DocType: Employee,Educational Qualification,Schulische Qualifikation
@@ -3294,7 +3309,7 @@ DocType: Item,Has Serial No,Hat Seriennummer
DocType: Employee,Date of Issue,Ausstellungsdatum
apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +16,{0}: From {0} for {1},{0}: Von {0} für {1}
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +149,Row #{0}: Set Supplier for item {1},Zeile #{0}: Lieferanten für Artikel {1} einstellen
apps/erpnext/erpnext/stock/doctype/item/item.py +105,Website Image {0} attached to Item {1} cannot be found,Website Bild {0} um {1} Artikel angebracht kann nicht gefunden werden
apps/erpnext/erpnext/stock/doctype/item/item.py +105,Website Image {0} attached to Item {1} cannot be found,"Das Webseiten-Bild {0}, das an Artikel {1} angehängt wurde, kann nicht gefunden werden"
DocType: Issue,Content Type,Inhaltstyp
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +17,Computer,Rechner
DocType: Item,List this Item in multiple groups on the website.,Diesen Artikel in mehreren Gruppen auf der Webseite auflisten.
@@ -3324,7 +3339,7 @@ apps/erpnext/erpnext/hr/doctype/employee/employee.py +212,Birthday Reminder for
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +72,Days Since Last Order,Tage seit dem letzten Auftrag
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +300,Debit To account must be a Balance Sheet account,Sollkonto muss ein Bilanzkonto sein
DocType: Buying Settings,Naming Series,Nummernkreis
DocType: Leave Block List,Leave Block List Name,Urlaubssperrenliste Name
DocType: Leave Block List,Leave Block List Name,Name der Urlaubssperrenliste
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +32,Stock Assets,Wertpapiere
apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.js +29,Do you really want to Submit all Salary Slip for month {0} and year {1},Wollen Sie wirklich alle Gehaltsabrechnungen für den Monat {0} und das Jahr {1} übertragen
apps/erpnext/erpnext/crm/doctype/newsletter_list/newsletter_list.js +8,Import Subscribers,Import-Abonnenten
@@ -3335,7 +3350,7 @@ DocType: Notification Control,Sales Invoice Message,Mitteilung zur Ausgangsrechn
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,Abschlußkonto {0} muss vom Typ Verbindlichkeiten/Eigenkapital sein
DocType: Authorization Rule,Based On,Basiert auf
DocType: Sales Order Item,Ordered Qty,Bestellte Menge
apps/erpnext/erpnext/stock/doctype/item/item.py +580,Item {0} is disabled,Artikel {0} ist deaktiviert
apps/erpnext/erpnext/stock/doctype/item/item.py +581,Item {0} is disabled,Artikel {0} ist deaktiviert
DocType: Stock Settings,Stock Frozen Upto,Bestand gesperrt bis
apps/erpnext/erpnext/controllers/recurring_document.py +163,Period From and Period To dates mandatory for recurring {0},Ab-Zeitraum und Bis-Zeitraum sind zwingend erforderlich für wiederkehrende {0}
apps/erpnext/erpnext/config/projects.py +13,Project activity / task.,Projektaktivität/Aufgabe
@@ -3455,7 +3470,7 @@ DocType: Company,Round Off Account,Abschlusskonto
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,Verwaltungskosten
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,Beratung
DocType: Customer Group,Parent Customer Group,Übergeordnete Kundengruppe
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,Ändern
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,Ändern
DocType: Purchase Invoice,Contact Email,Kontakt-E-Mail
DocType: Appraisal Goal,Score Earned,Erreichte Punktzahl
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""","z. B. ""Meine Firma GmbH"""
@@ -3471,7 +3486,7 @@ apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zer
DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,Menge eines Artikels nach der Herstellung/dem Umpacken auf Basis vorgegebener Mengen von Rohmaterial
DocType: Payment Reconciliation,Receivable / Payable Account,Forderungen-/Verbindlichkeiten-Konto
DocType: Delivery Note Item,Against Sales Order Item,Zu Kundenauftrags-Position
apps/erpnext/erpnext/stock/doctype/item/item.py +562,Please specify Attribute Value for attribute {0},Bitte Attributwert für Attribut {0} angeben
apps/erpnext/erpnext/stock/doctype/item/item.py +563,Please specify Attribute Value for attribute {0},Bitte Attributwert für Attribut {0} angeben
DocType: Item,Default Warehouse,Standardlager
DocType: Task,Actual End Date (via Time Logs),Tatsächliches Enddatum (über Zeitprotokoll)
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37,Budget cannot be assigned against Group Account {0},Budget kann nicht einem Gruppenkonto {0} zugeordnet werden
@@ -3537,7 +3552,7 @@ DocType: Account,Parent Account,Übergeordnetes Konto
DocType: Quality Inspection Reading,Reading 3,Ablesewert 3
,Hub,Hub
DocType: GL Entry,Voucher Type,Belegtyp
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,Preisliste nicht gefunden oder deaktiviert
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,Preisliste nicht gefunden oder deaktiviert
DocType: Expense Claim,Approved,Genehmigt
DocType: Pricing Rule,Price,Preis
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',"Freigestellter Angestellter {0} muss als ""entlassen"" gekennzeichnet werden"
@@ -3562,7 +3577,7 @@ apps/erpnext/erpnext/config/stock.py +283,Batch Inventory,Chargenverwaltung
DocType: Employee,Contract End Date,Vertragsende
DocType: Sales Order,Track this Sales Order against any Project,Diesen Kundenauftrag in jedem Projekt nachverfolgen
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,Aufträge (deren Lieferung aussteht) entsprechend der oben genannten Kriterien abrufen
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,Von Lieferantenangebot
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,Von Lieferantenangebot
DocType: Deduction Type,Deduction Type,Abzugsart
DocType: Attendance,Half Day,Halbtags
DocType: Pricing Rule,Min Qty,Mindestmenge
@@ -3649,7 +3664,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,K
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(Halbtags)
DocType: Supplier,Credit Days,Zahlungsziel
DocType: Leave Type,Is Carry Forward,Ist Übertrag
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,Artikel aus der Stückliste holen
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,Artikel aus der Stückliste holen
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Lieferzeittage
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,Stückliste
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Zeile {0}: Gruppen-Typ und Gruppe sind für Forderungen-/Verbindlichkeiten-Konto {1} zwingend erforderlich
1 DocType: Employee Salary Mode Gehaltsmodus
21 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36 Currency is required for Price List {0} Währung für Preisliste {0} erforderlich
22 DocType: Sales Taxes and Charges Template * Will be calculated in the transaction. * Wird in der Transaktion berechnet.
23 DocType: Purchase Order Customer Contact Kundenkontakt
24 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661 From Material Request Von Materialanfrage
25 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37 {0} Tree {0} Baumstruktur
26 DocType: Job Applicant Job Applicant Bewerber
27 apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18 No more results. Keine weiteren Ergebnisse.
52 DocType: Features Setup 1. To maintain the customer wise item code and to make them searchable based on their code use this option Diese Option wird verwendet, um die kundenspezifische Artikelnummer zu erhalten und den Artikel aufgrund der Artikelnummer auffindbar zu machen
53 DocType: Mode of Payment Account Mode of Payment Account Art des Zahlungskontos
54 apps/erpnext/erpnext/stock/doctype/item/item.js +49 Show Variants Varianten anzeigen
55 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479 Quantity Menge
56 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174 Loans (Liabilities) Darlehen/Kredite (Verbindlichkeiten)
57 DocType: Employee Education Year of Passing Jahr des Abgangs
58 apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12 In Stock Auf Lager
63 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31 Health Care Gesundheitswesen
64 DocType: Purchase Invoice Monthly Monatlich
65 apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66 Delay in payment (Days) Zahlungsverzug (Tage)
66 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607 Invoice Rechnung
67 DocType: Maintenance Schedule Item Periodicity Periodizität
68 apps/erpnext/erpnext/public/js/setup_wizard.js +107 Email Address E-Mail-Addresse
69 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21 Defense Verteidigung
72 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193 Row {0}: {1} {2} does not match with {3} Zeile {0}: {1} {2} stimmt nicht mit {3} überein
73 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74 Row # {0}: Zeile # {0}:
74 DocType: Delivery Note Vehicle No Fahrzeug-Nr.
75 apps/erpnext/erpnext/public/js/pos/pos.js +528 apps/erpnext/erpnext/public/js/pos/pos.js +534 Please select Price List Bitte eine Preisliste auswählen
76 DocType: Production Order Operation Work In Progress Laufende Arbeit/-en
77 DocType: Employee Holiday List Urlaubsübersicht
78 DocType: Time Log Time Log Zeitprotokoll
214 Production Orders in Progress Fertigungsaufträge in Arbeit
215 DocType: Lead apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37 Address & Contact Net Cash from Financing Adresse & Kontakt Cashflow aus Finanzierungs
216 DocType: Leave Allocation DocType: Lead Add unused leaves from previous allocations Address & Contact Ungenutzten Urlaub von vorherigen Zuteilungen hinzufügen Adresse & Kontakt
217 DocType: Leave Allocation Add unused leaves from previous allocations Ungenutzten Urlaub von vorherigen Zuteilungen hinzufügen
218 apps/erpnext/erpnext/controllers/recurring_document.py +203 Next Recurring {0} will be created on {1} Nächste Wiederholung {0} wird erstellt am {1}
219 DocType: Newsletter List Total Subscribers Gesamtanzahl der Abonnenten
220 Contact Name Ansprechpartner
233 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398 Leave Blocked Urlaub gesperrt
234 apps/erpnext/erpnext/stock/doctype/item/item.py +576 apps/erpnext/erpnext/stock/doctype/item/item.py +577 Item {0} has reached its end of life on {1} Artikel {0} hat das Ende seiner Lebensdauer erreicht zum Datum {1}
235 apps/erpnext/erpnext/accounts/utils.py +341 Annual Jährlich
236 DocType: Stock Reconciliation Item Stock Reconciliation Item Bestandsabgleich-Artikel
237 DocType: Stock Entry Sales Invoice No Ausgangsrechnungs-Nr.
238 DocType: Material Request Item Min Order Qty Mindestbestellmenge
239 DocType: Lead Do Not Contact Nicht Kontakt aufnehmen
245 Terretory Region
246 apps/erpnext/erpnext/stock/doctype/item/item.py +596 apps/erpnext/erpnext/stock/doctype/item/item.py +597 Item {0} is cancelled Artikel {0} wird storniert
247 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607 Material Request Materialanfrage
248 DocType: Bank Reconciliation Update Clearance Date Abwicklungsdatum aktualisieren
249 DocType: Item Purchase Details Einkaufsdetails
250 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +321 Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1} Artikel {0} in Tabelle "Rohmaterialien geliefert" des Lieferantenauftrags {1} nicht gefunden
251 DocType: Employee Relation Beziehung
270 DocType: Employee The first Leave Approver in the list will be set as the default Leave Approver Der erste Urlaubsgenehmiger auf der Liste wird als standardmäßiger Urlaubsgenehmiger festgesetzt
271 apps/erpnext/erpnext/projects/doctype/activity_type/activity_type.js +3 Activity Cost per Employee Aktivitätskosten je Beschäftigten Aktivitätskosten je Mitarbeiter
272 DocType: Accounts Settings Settings for Accounts Konteneinstellungen
273 apps/erpnext/erpnext/config/crm.py +90 Manage Sales Person Tree. Baumstruktur der Vertriebsmitarbeiter verwalten
274 DocType: Item Synced With Hub Synchronisiert mit Hub
275 apps/erpnext/erpnext/setup/doctype/company/company.js +41 Wrong Password Falsches Passwort
276 DocType: Item Variant Of Variante von
307 DocType: Item Tax Tax Rate Steuersatz
308 apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54 {0} already allocated for Employee {1} for period {2} to {3} {0} bereits für Arbeitnehmer zugeteilt {1} für die Periode {2} auf {3} {0} bereits an Mitarbeiter {1} zugeteilt für die Periode {2} bis {3}
309 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Select Item Artikel auswählen
310 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150 Item: {0} managed batch-wise, can not be reconciled using \ Stock Reconciliation, instead use Stock Entry Der chargenweise verwaltete Artikel: {0} kann nicht mit dem Lager abgeglichen werden. Stattdessen Lagerbuchung verwenden
311 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262 Purchase Invoice {0} is already submitted Eingangsrechnung {0} wurde bereits übertragen
312 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87 Row # {0}: Batch No must be same as {1} {2} Zeile # {0}: Chargennummer muss dieselbe sein wie {1} {2}
313 apps/erpnext/erpnext/accounts/doctype/account/account.js +54 Convert to non-Group In nicht-Gruppe umwandeln
314 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55 Purchase Receipt must be submitted Kaufbeleg muss übertragen werden
381 apps/erpnext/erpnext/stock/doctype/item/item.py +553 apps/erpnext/erpnext/stock/doctype/item/item.py +554 Attribute {0} selected multiple times in Attributes Table Attribut {0} mehrfach in Attributetabelle ausgewäht
382 DocType: HR Settings Employee record is created using selected field. Mitarbeiter-Datensatz wird erstellt anhand des ausgewählten Feldes.
383 DocType: Sales Order Not Applicable Nicht anwenden
384 apps/erpnext/erpnext/config/hr.py +140 Holiday master. Stammdaten zum Urlaub
385 DocType: Material Request Item Required Date Angefragtes Datum
386 DocType: Delivery Note Billing Address Rechnungsadresse
387 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736 Please enter Item Code. Bitte die Artikelnummer eingeben
388 DocType: BOM Costing Kalkulation
389 DocType: Purchase Taxes and Charges If checked, the tax amount will be considered as already included in the Print Rate / Print Amount Wenn aktiviert, wird der Steuerbetrag als bereits in den Druckkosten enthalten erachtet.
390 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48 Total Qty Gesamtmenge
391 DocType: Employee Health Concerns Gesundheitsfragen
392 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15 Unpaid Unbezahlt
393 DocType: Packing Slip From Package No. Von Paket Nr.
489 DocType: Sales Invoice Customer's Vendor Kundenlieferant
490 apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +214 Production Order is Mandatory Fertigungsauftrag ist zwingend erforderlich
491 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +139 Proposal Writing Verfassen von Angeboten
492 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35 Another Sales Person {0} exists with the same Employee id Ein weiterer Vertriebsmitarbeiter {0} existiert bereits mit der gleichen Mitarbeiter ID
493 apps/erpnext/erpnext/stock/stock_ledger.py +336 Negative Stock Error ({6}) for Item {0} in Warehouse {1} on {2} {3} in {4} {5} Fehler aufgrund negativen Lagerbestands ({6}) für Artikel {0} im Lager {1} auf {2} {3} in {4} {5}
494 DocType: Fiscal Year Company Fiscal Year Company Geschäftsjahr Firma
495 DocType: Packing Slip Item DN Detail DN-Detail
517 apps/erpnext/erpnext/controllers/trends.py +39 DocType: SMS Settings 'Based On' and 'Group By' can not be same Receiver Parameter "basierend auf" und "guppiert nach" können nicht gleich sein Empfängerparameter
518 DocType: Sales Person apps/erpnext/erpnext/controllers/trends.py +39 Sales Person Targets 'Based On' and 'Group By' can not be same Ziele für Vertriebsmitarbeiter "basierend auf" und "guppiert nach" können nicht gleich sein
519 DocType: Production Order Operation DocType: Sales Person In minutes Sales Person Targets In Minuten Ziele für Vertriebsmitarbeiter
520 DocType: Production Order Operation In minutes In Minuten
521 DocType: Issue Resolution Date Datum der Entscheidung
522 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 Please set default Cash or Bank account in Mode of Payment {0} Bitte Standardeinstellungen für Kassen- oder Bankkonto in "Zahlungsart" {0} setzen
523 DocType: Selling Settings Customer Naming By Benennung der Kunden nach
524 apps/erpnext/erpnext/accounts/doctype/account/account.js +67 Convert to Group In Gruppe umwandeln
525 DocType: Activity Cost Activity Type Aktivitätsart
526 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47 Delivered Amount Gelieferte Menge
799 apps/erpnext/erpnext/stock/doctype/item/item.py +550 DocType: Delivery Note Attribute table is mandatory Delivery To Attributtabelle ist zwingend erforderlich Lieferung an
800 DocType: Production Planning Tool apps/erpnext/erpnext/stock/doctype/item/item.py +551 Get Sales Orders Attribute table is mandatory Kundenaufträge aufrufen Attributtabelle ist zwingend erforderlich
801 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 DocType: Production Planning Tool {0} can not be negative Get Sales Orders {0} kann nicht negativ sein Kundenaufträge aufrufen
802 apps/erpnext/erpnext/templates/form_grid/item_grid.html +72 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 Discount {0} can not be negative Rabatt {0} kann nicht negativ sein
803 apps/erpnext/erpnext/public/js/pos/pos.html +28 Discount Rabatt
804 DocType: Features Setup Purchase Discounts Einkaufsrabatte
805 DocType: Workstation Wages Lohn
806 DocType: Time Log Will be updated only if Time Log is 'Billable' Wird nur dann aktualisiert, wenn das Zeitprotokoll "abrechenbar" ist
821 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_calendar.js +39 WIP Warehouse Fertigungslager
822 apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +194 Serial No {0} is under maintenance contract upto {1} Seriennummer {0} ist mit Wartungsvertrag versehen bis {1}
823 DocType: BOM Operation Operation Arbeitsgang
824 DocType: Lead Organization Name Firmenname
825 DocType: Tax Rule Shipping State Versandstatus
826 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61 Item must be added using 'Get Items from Purchase Receipts' button Artikel müssen über die Schaltfläche "Artikel von Kaufbeleg übernehmen" hinzugefügt werden
827 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126 Sales Expenses Vertriebskosten
843 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +145 Dr Soll
844 apps/erpnext/erpnext/config/buying.py +23 Quotations received from Suppliers. Angebote von Lieferanten
845 apps/erpnext/erpnext/controllers/selling_controller.py +21 To {0} | {1} {2} An {0} | {1} {2}
846 DocType: Time Log Batch updated via Time Logs Aktualisiert über Zeitprotokolle
847 apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +40 Average Age Durchschnittsalter
848 DocType: Opportunity Your sales person who will contact the customer in future Ihr Vertriebsmitarbeiter, der den Kunden in Zukunft kontaktiert
849 apps/erpnext/erpnext/public/js/setup_wizard.js +344 List a few of your suppliers. They could be organizations or individuals. Bitte ein paar Lieferanten angeben. Diese können Firmen oder Einzelpersonen sein.
850 DocType: Company Default Currency Standardwährung
851 DocType: Contact Enter designation of this Contact Bezeichnung dieses Kontakts eingeben
852 DocType: Expense Claim From Employee Von Mitarbeiter
913 DocType: Account DocType: Email Digest Warehouse Payables Lager Verbindlichkeiten
914 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +93 DocType: Account Row #{0}: Rejected Qty can not be entered in Purchase Return Warehouse Zeile #{0}: Abgelehnte Menge kann nicht in Kaufrückgabe eingegeben werden Lager
915 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +93 Purchase Order Items To Be Billed Row #{0}: Rejected Qty can not be entered in Purchase Return Bei Lieferanten bestellte Artikel, die noch abgerechnet werden müssen Zeile #{0}: Abgelehnte Menge kann nicht in Kaufrückgabe eingegeben werden
916 Purchase Order Items To Be Billed Bei Lieferanten bestellte Artikel, die noch abgerechnet werden müssen
917 DocType: Purchase Invoice Item Net Rate Nettopreis
918 DocType: Purchase Invoice Item Purchase Invoice Item Eingangsrechnungs-Artikel
919 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50 Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts Buchungen auf das Lagerbuch und Hauptbuch-Buchungen werden für die gewählten Kaufbelege umgebucht
921 DocType: Holiday Holiday Urlaub
922 DocType: Leave Control Panel Leave blank if considered for all branches Freilassen, wenn für alle Filialen gültig
923 Daily Time Log Summary Tägliche Zeitprotokollzusammenfassung
924 DocType: Payment Reconciliation Unreconciled Payment Details Nicht abgeglichene Zahlungen
925 DocType: Global Defaults Current Fiscal Year Laufendes Geschäftsjahr
926 DocType: Global Defaults Disable Rounded Total Gerundete Gesamtsumme deaktivieren
927 DocType: Lead Call Anruf
942 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +429 Rest Of The World Rest der Welt
943 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +81 The Item {0} cannot have Batch Der Artikel {0} kann keine Charge haben
944 Budget Variance Report Budget-Abweichungsbericht
945 DocType: Salary Slip Gross Pay Bruttolohn
946 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +186 Dividends Paid Ausgeschüttete Dividenden
947 apps/erpnext/erpnext/public/js/controllers/stock_controller.js +40 Accounting Ledger Hauptbuch
948 DocType: Stock Reconciliation Difference Amount Differenzmenge
1034 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +112 Hardware Hardware
1035 DocType: Attendance HR Manager Leiter der Personalabteilung
1036 apps/erpnext/erpnext/accounts/party.py +171 Please select a Company Bitte wählen Sie ein Unternehmen
1037 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +50 Privilege Leave Bevorzugter Urlaub
1038 DocType: Purchase Invoice Supplier Invoice Date Lieferantenrechnungsdatum
1039 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +79 You need to enable Shopping Cart Sie müssen Ihren Einkaufswagen aktivieren.
1040 DocType: Appraisal Template Goal Appraisal Template Goal Bewertungsvorlage zur Zielorientierung
1054 apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +33 Currency of the Closing Account must be {0} Die Währung des Abschlusskontos muss {0} sein
1055 apps/erpnext/erpnext/hr/doctype/appraisal_template/appraisal_template.py +21 Sum of points for all goals should be 100. It is {0} Summe der Punkte für alle Ziele sollte 100 sein. Aktueller Stand {0}
1056 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +360 Operations cannot be left blank. "Arbeitsvorbereitung" kann nicht leer sein.
1057 Delivered Items To Be Billed Gelieferte Artikel, die abgerechnet werden müssen
1058 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +60 Warehouse cannot be changed for Serial No. Lager kann für Seriennummer nicht geändert werden
1059 DocType: Authorization Rule Average Discount Durchschnittlicher Rabatt
1060 DocType: Address Utilities Dienstprogramme
1126 DocType: Stock Entry DocType: Quality Inspection Total Additional Costs Readings Gesamte Zusatzkosten Ablesungen
1127 apps/erpnext/erpnext/public/js/setup_wizard.js +377 DocType: Stock Entry Sub Assemblies Total Additional Costs Unterbaugruppen Gesamte Zusatzkosten
1128 DocType: Shipping Rule Condition apps/erpnext/erpnext/public/js/setup_wizard.js +377 To Value Sub Assemblies Bis-Wert Unterbaugruppen
1129 DocType: Shipping Rule Condition To Value Bis-Wert
1130 DocType: Supplier Stock Manager Leitung Lager
1131 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +143 Source warehouse is mandatory for row {0} Ausgangslager ist für Zeile {0} zwingend erforderlich
1132 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +581 Packing Slip Packzettel
1138 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83 Analyst Analytiker
1139 apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149 Row {0}: Allocated amount {1} must be less than or equals to JV amount {2} Zeile {0}: Zugeteilte Menge {1} muss kleiner als oder gleich zu JV Menge {2} sein
1140 DocType: Item Inventory Lagerbestand
1141 DocType: Features Setup To enable "Point of Sale" view Um die "Point of Sale"-Ansicht zu aktivieren
1142 apps/erpnext/erpnext/public/js/pos/pos.js +402 apps/erpnext/erpnext/public/js/pos/pos.js +408 Payment cannot be made for empty cart Für einen leeren Einkaufswagen kann keine Zahlung getätigt werden
1143 DocType: Item Sales Details Verkaufsdetails
1144 DocType: Opportunity With Items Mit Artikeln
1186 DocType: Delivery Note DocType: Stock Reconciliation In Words will be visible once you save the Delivery Note. This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses. "In Worten" wird sichtbar, sobald Sie den Lieferschein speichern. Dieses Werkzeug hilft Ihnen dabei, die Menge und die Bewertung von Bestand im System zu aktualisieren oder zu ändern. Es wird in der Regel verwendet, um die Systemwerte und den aktuellen Bestand Ihrer Lager zu synchronisieren.
1187 apps/erpnext/erpnext/config/stock.py +115 DocType: Delivery Note Brand master. In Words will be visible once you save the Delivery Note. Stammdaten zur Marke "In Worten" wird sichtbar, sobald Sie den Lieferschein speichern.
1188 DocType: Sales Invoice Item apps/erpnext/erpnext/config/stock.py +115 Brand Name Brand master. Bezeichnung der Marke Stammdaten zur Marke
1189 DocType: Purchase Receipt DocType: Sales Invoice Item Transporter Details Brand Name Informationen zum Transporteur Bezeichnung der Marke
1190 apps/erpnext/erpnext/public/js/setup_wizard.js +380 DocType: Purchase Receipt Box Transporter Details Kiste Informationen zum Transporteur
1191 apps/erpnext/erpnext/public/js/setup_wizard.js +137 apps/erpnext/erpnext/public/js/setup_wizard.js +380 The Organization Box Die Firma Kiste
1192 DocType: Monthly Distribution apps/erpnext/erpnext/public/js/setup_wizard.js +137 Monthly Distribution The Organization Monatsbezogene Verteilung Die Firma
1205 apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +36 apps/erpnext/erpnext/config/stock.py +268 {0} must appear only once Opening Stock Balance {0} darf nur einmal vorkommen Eröffnungsbestände
1206 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +332 apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +36 Not allowed to tranfer more {0} than {1} against Purchase Order {2} {0} must appear only once Übertragung von mehr {0} als {1} mit Lieferantenauftrag {2} nicht erlaubt {0} darf nur einmal vorkommen
1207 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +332 Leaves Allocated Successfully for {0} Not allowed to tranfer more {0} than {1} against Purchase Order {2} Erfolgreich zugewiesene Abwesenheiten für {0} Übertragung von mehr {0} als {1} mit Lieferantenauftrag {2} nicht erlaubt
1208 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Erfolgreich zugewiesene Abwesenheiten für {0}
1209 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Keine Artikel zum Verpacken
1210 DocType: Shipping Rule Condition From Value Von-Wert
1211 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +550 Manufacturing Quantity is mandatory Eingabe einer Fertigungsmenge ist erforderlich
1218 DocType: Opportunity Contact Mobile No Kontakt-Mobiltelefonnummer
1219 DocType: Production Planning Tool Select Sales Orders Kundenaufträge auswählen
1220 Material Requests for which Supplier Quotations are not created Materialanfragen, für die keine Lieferantenangebote erstellt werden
1221 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118 The day(s) on which you are applying for leave are holidays. You need not apply for leave. Der Tag/die Tage, für den/die Sie Urlaub beantragen, sind Ferien. Deshalb müssen Sie keinen Urlaub beantragen.
1222 DocType: Features Setup To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item. Wird verwendet, um Artikel über den Barcode nachzuverfolgen. Durch das Scannen des Artikel-Barcodes können Artikel in einen Lieferschein und eine Ausgangsrechnung eingegeben werden.
1223 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589 Mark as Delivered Als geliefert kennzeichnen
1224 apps/erpnext/erpnext/crm/doctype/lead/lead.js +34 Make Quotation Angebot erstellen
1268 DocType: Journal Entry DocType: Budget Detail Entry Type Budget Allocated Buchungstyp Zugewiesenes Budget
1269 DocType: Journal Entry Customer Credit Balance Entry Type Kunden-Kreditlinien Buchungstyp
1270 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137 Please verify your email id Customer Credit Balance Bitte E-Mail-ID überprüfen Kunden-Kreditlinien
1271 apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42 apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21 Customer required for 'Customerwise Discount' Net Change in Accounts Payable Kunde erforderlich für "Kundenbezogener Rabatt" Nettoänderung in der Kreditorenbuchhaltung
1272 apps/erpnext/erpnext/config/accounts.py +53 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137 Update bank payment dates with journals. Please verify your email id Zahlungstermine anhand der Journale aktualisieren Bitte E-Mail-ID überprüfen
1273 DocType: Quotation apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42 Term Details Customer required for 'Customerwise Discount' Details der Geschäftsbedingungen Kunde erforderlich für "Kundenbezogener Rabatt"
1274 DocType: Manufacturing Settings apps/erpnext/erpnext/config/accounts.py +53 Capacity Planning For (Days) Update bank payment dates with journals. Kapazitätsplanung für (Tage) Zahlungstermine anhand der Journale aktualisieren
1278 DocType: Purchase Invoice DocType: Warranty Claim End date of current invoice's period Warranty Claim Schlußdatum der laufenden Eingangsrechnungsperiode Garantieantrag
1279 DocType: Pricing Rule Applicable For Lead Details Anwenden für Einzelheiten zum Lead
1280 DocType: Bank Reconciliation DocType: Purchase Invoice From Date End date of current invoice's period Von-Datum Schlußdatum der laufenden Eingangsrechnungsperiode
1281 DocType: Shipping Rule Country DocType: Pricing Rule Shipping Rule Country Applicable For Versandregel für Land Anwenden für
1282 DocType: Bank Reconciliation From Date Von-Datum
1283 DocType: Maintenance Visit DocType: Shipping Rule Country Partially Completed Shipping Rule Country Teilweise abgeschlossen Versandregel für Land
1284 DocType: Leave Type DocType: Maintenance Visit Include holidays within leaves as leaves Partially Completed Urlaube innerhalb von Abwesenheiten als Abwesenheiten mit einbeziehen Teilweise abgeschlossen
1285 DocType: Sales Invoice DocType: Leave Type Packed Items Include holidays within leaves as leaves Verpackte Artikel Urlaube innerhalb von Abwesenheiten als Abwesenheiten mit einbeziehen
1304 apps/erpnext/erpnext/stock/doctype/item/item.js +200 Weight is mentioned,\nPlease mention "Weight UOM" too Item Shortage Report Gewicht ist angegeben, bitte auch "Gewichts-Maßeinheit" angeben Artikelengpass-Bericht
1305 DocType: Stock Entry Detail apps/erpnext/erpnext/stock/doctype/item/item.js +200 Material Request used to make this Stock Entry Weight is mentioned,\nPlease mention "Weight UOM" too Materialanfrage wurde für die Erstellung dieser Lagerbuchung verwendet Gewicht ist angegeben, bitte auch "Gewichts-Maßeinheit" angeben
1306 apps/erpnext/erpnext/config/support.py +43 DocType: Stock Entry Detail Single unit of an Item. Material Request used to make this Stock Entry Einzelnes Element eines Artikels Materialanfrage wurde für die Erstellung dieser Lagerbuchung verwendet
1307 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +213 apps/erpnext/erpnext/config/support.py +43 Time Log Batch {0} must be 'Submitted' Single unit of an Item. Zeitprotokollstapel {0} muss "übertragen" sein Einzelnes Element eines Artikels
1308 DocType: Accounts Settings apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +213 Make Accounting Entry For Every Stock Movement Time Log Batch {0} must be 'Submitted' Eine Buchung für jede Lagerbewegung erstellen Zeitprotokollstapel {0} muss "übertragen" sein
1309 DocType: Leave Allocation DocType: Accounts Settings Total Leaves Allocated Make Accounting Entry For Every Stock Movement Insgesamt zugewiesene Urlaubstage Eine Buchung für jede Lagerbewegung erstellen
1310 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +387 DocType: Leave Allocation Warehouse required at Row No {0} Total Leaves Allocated Angabe des Lagers ist in Zeile {0} erforderlich Insgesamt zugewiesene Urlaubstage
1316 apps/erpnext/erpnext/selling/doctype/customer/customer.py +91 DocType: Item A Customer Group exists with same name please change the Customer name or rename the Customer Group Weightage Eine Kundengruppe mit dem gleichen Namen existiert bereits. Bitte den Kundennamen ändern oder die Kundengruppe umbenennen Gewichtung
1317 apps/erpnext/erpnext/public/js/pos/pos.js +147 apps/erpnext/erpnext/selling/doctype/customer/customer.py +91 Please select {0} first. A Customer Group exists with same name please change the Customer name or rename the Customer Group Bitte zuerst {0} auswählen. Eine Kundengruppe mit dem gleichen Namen existiert bereits. Bitte den Kundennamen ändern oder die Kundengruppe umbenennen
1318 apps/erpnext/erpnext/templates/pages/order.html +56 apps/erpnext/erpnext/public/js/pos/pos.js +152 text {0} Please select {0} first. text {0} Bitte zuerst {0} auswählen.
1319 apps/erpnext/erpnext/templates/pages/order.html +56 text {0} text {0}
1320 DocType: Territory Parent Territory Übergeordnete Region
1321 DocType: Quality Inspection Reading Reading 2 Ablesewert 2
1322 DocType: Stock Entry Material Receipt Materialannahme
1364 apps/erpnext/erpnext/shopping_cart/utils.py +47 Addresses Adressen
1365 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +137 Against Journal Entry {0} does not have any unmatched {1} entry "Zu Buchungssatz" {0} hat nur abgeglichene {1} Buchungen
1366 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +201 Duplicate Serial No entered for Item {0} Doppelte Seriennummer für Posten {0} eingegeben
1367 DocType: Shipping Rule Condition A condition for a Shipping Rule Bedingung für eine Versandregel
1368 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +326 Item is not allowed to have Production Order. Artikel darf keinen Fertigungsauftrag haben.
1369 DocType: Packing Slip The net weight of this package. (calculated automatically as sum of net weight of items) Das Nettogewicht dieses Pakets. (Automatisch als Summe der einzelnen Nettogewichte berechnet)
1370 DocType: Sales Order To Deliver and Bill Auszuliefern und Abzurechnen
1398 DocType: Purchase Receipt Item Supplied Consumed Qty Verbrauchte Anzahl
1399 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +52 Telecommunications Telekommunikation
1400 DocType: Packing Slip Indicates that the package is a part of this delivery (Only Draft) Zeigt an, dass das Paket ein Teil dieser Lieferung ist (nur Entwurf)
1401 DocType: Payment Tool Make Payment Entry Zahlungsbuchung erstellen
1402 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +119 Quantity for Item {0} must be less than {1} Menge für Artikel {0} muss kleiner sein als {1}
1403 Sales Invoice Trends Trendanalyse Ausgangsrechnungen
1404 DocType: Leave Application Apply / Approve Leaves Urlaub eintragen/genehmigen
1423 DocType: Purchase Invoice Recurring Invoice Wiederkehrende Rechnung
1424 apps/erpnext/erpnext/config/projects.py +79 Managing Projects Projekte verwalten
1425 DocType: Supplier Supplier of Goods or Services. Lieferant von Waren oder Dienstleistungen.
1426 DocType: Budget Detail Fiscal Year Geschäftsjahr
1427 DocType: Cost Center Budget Budget
1428 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +41 Budget cannot be assigned against {0}, as it's not an Income or Expense account Budget kann {0} nicht zugewiesen werden, da es kein Ertrags- oder Aufwandskonto ist
1429 apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +51 Achieved Erreicht
1462 DocType: Account Frozen Gesperrt
1463 Open Production Orders Offene Fertigungsaufträge
1464 DocType: Installation Note Installation Time Installationszeit
1465 DocType: Sales Invoice Accounting Details Buchhaltungs-Details
1466 apps/erpnext/erpnext/setup/doctype/company/company.js +44 Delete all the Transactions for this Company Löschen aller Transaktionen dieser Firma
1467 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +189 Row #{0}: Operation {1} is not completed for {2} qty of finished goods in Production Order # {3}. Please update operation status via Time Logs Zeile #{0}: Arbeitsgang {1} ist für {2} die Menge an Fertigerzeugnissen im Produktionsauftrag # {3} abgeschlossen. Bitte den Status des Arbeitsgangs über die Zeitprotokolle aktualisieren
1468 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +57 Investments Investitionen
1530 DocType: POS Profile Price List Preisliste
1531 apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +20 {0} is now the default Fiscal Year. Please refresh your browser for the change to take effect. {0} ist jetzt das Standardgeschäftsjahr. Bitte aktualisieren Sie Ihren Browser, damit die Änderungen wirksam werden.
1532 apps/erpnext/erpnext/projects/doctype/project/project.js +47 Expense Claims Aufwandsabrechnungen
1533 DocType: Issue Support Support
1534 BOM Search Stücklisten-Suche
1535 apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +176 Closing (Opening + Totals) Schlußstand (Anfangsstand + Summen)
1536 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +26 Please specify currency in Company Bitte die Firmenwährung angeben
1770 DocType: Payment Tool DocType: Warranty Claim Payment Account Raised By Zahlungskonto Gemeldet von
1771 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713 DocType: Payment Tool Please specify Company to proceed Payment Account Bitte Firma angeben um fortzufahren Zahlungskonto
1772 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713 Compensatory Off Please specify Company to proceed Ausgleich für Bitte Firma angeben um fortzufahren
1773 DocType: Quality Inspection Reading apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20 Accepted Net Change in Accounts Receivable Genehmigt Net Veränderung der Forderungen
1774 apps/erpnext/erpnext/setup/doctype/company/company.js +24 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46 Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone. Compensatory Off Bitte sicher stellen, dass wirklich alle Transaktionen für diese Firma gelöscht werden sollen. Die Stammdaten bleiben bestehen. Diese Aktion kann nicht rückgängig gemacht werden. Ausgleich für
1775 apps/erpnext/erpnext/utilities/transaction_base.py +93 DocType: Quality Inspection Reading Invalid reference {0} {1} Accepted Ungültige Referenz {0} {1} Genehmigt
1776 DocType: Payment Tool apps/erpnext/erpnext/setup/doctype/company/company.js +24 Total Payment Amount Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone. Summe Zahlungen Bitte sicher stellen, dass wirklich alle Transaktionen für diese Firma gelöscht werden sollen. Die Stammdaten bleiben bestehen. Diese Aktion kann nicht rückgängig gemacht werden.
1777 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 apps/erpnext/erpnext/utilities/transaction_base.py +93 {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Invalid reference {0} {1} {0} ({1}) kann nicht größer sein als die geplante Menge ({2}) im Fertigungsauftrag {3} Ungültige Referenz {0} {1}
1778 DocType: Shipping Rule DocType: Payment Tool Shipping Rule Label Total Payment Amount Bezeichnung der Versandregel Summe Zahlungen
1779 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 Raw Materials cannot be blank. {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Rohmaterial kann nicht leer sein {0} ({1}) kann nicht größer sein als die geplante Menge ({2}) im Fertigungsauftrag {3}
1780 DocType: Shipping Rule Shipping Rule Label Bezeichnung der Versandregel
1781 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 Could not update stock, invoice contains drop shipping item. Raw Materials cannot be blank. Stock konnte nicht aktualisiert werden, Rechnung enthält Drop Versand Artikel. Rohmaterial kann nicht leer sein
1782 DocType: Newsletter apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 Test Could not update stock, invoice contains drop shipping item. Test Stock konnte nicht aktualisiert werden, Rechnung enthält Drop Versand Artikel.
1783 apps/erpnext/erpnext/stock/doctype/item/item.py +398 DocType: Newsletter As there are existing stock transactions for this item, \ you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method' Test Da es bestehende Lagertransaktionen für diesen Artikel gibt, können die Werte von "Hat Seriennummer", "Hat Losnummer", "Ist Lagerartikel" und "Bewertungsmethode" nicht geändert werden Test
1820 apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +32 DocType: Purchase Invoice Approving User cannot be same as user the rule is Applicable To Advances Genehmigender Benutzer kann nicht derselbe Benutzer sein wie derjenige, auf den die Regel anzuwenden ist Anzahlungen
1821 DocType: Stock Entry Detail apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +32 Basic Rate (as per Stock UOM) Approving User cannot be same as user the rule is Applicable To Grundbetrag (nach Lagermaßeinheit) Genehmigender Benutzer kann nicht derselbe Benutzer sein wie derjenige, auf den die Regel anzuwenden ist
1822 DocType: SMS Log DocType: Stock Entry Detail No of Requested SMS Basic Rate (as per Stock UOM) Anzahl angeforderter SMS Grundbetrag (nach Lagermaßeinheit)
1823 DocType: SMS Log No of Requested SMS Anzahl angeforderter SMS
1824 DocType: Campaign Campaign-.#### Kampagne-.####
1825 apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +21 Next Steps Nächste Schritte
1826 apps/erpnext/erpnext/hr/doctype/employee/employee.py +117 Contract End Date must be greater than Date of Joining Vertragsende muss weiter in der Zukunft liegen als Eintrittsdatum sein
1966 apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +158 Please create Customer from Lead {0} Bitte Kunden aus Lead {0} erstellen
1967 DocType: Price List Applicable for Countries Anwenden für Länder
1968 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +44 Computers Rechner
1969 apps/erpnext/erpnext/setup/doctype/customer_group/customer_group.js +14 This is a root customer group and cannot be edited. Dies ist eine Root-Kundengruppe und kann nicht bearbeitet werden.
1970 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +39 Please setup your chart of accounts before you start Accounting Entries Bitte zunächst Kontenplan einrichten, bevor Buchungen vorgenommen werden
1971 DocType: Purchase Invoice Ignore Pricing Rule Preisregel ignorieren
1972 apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +91 From Date in Salary Structure cannot be lesser than Employee Joining Date. Von-Datum in der Gehaltsstruktur kann nicht vor dem Eintrittsdatum des Mitarbeiters liegen.
2152 DocType: Stock Settings Freeze Stock Entries Lagerbuchungen sperren
2153 DocType: Item Reorder level based on Warehouse Meldebestand auf Basis des Lagers
2154 DocType: Activity Cost Billing Rate Abrechnungsbetrag
2155 Qty to Deliver Zu liefernde Menge
2156 DocType: Monthly Distribution Percentage Month Monat
2157 Stock Analytics Bestandsanalyse
2158 DocType: Installation Note Item Against Document Detail No Zu Dokumentendetail Nr.
2204 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +141 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +243 Purchase Order number required for Item {0} Difference Account must be a Asset/Liability type account, since this Stock Reconciliation is an Opening Entry Lieferantenauftragsnummer ist für den Artikel {0} erforderlich Differenzkonto muss ein Vermögens-/Verbindlichkeiten-Konto sein, da dieser Lagerabgleich eine Eröffnungsbuchung ist
2205 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +18 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +141 'From Date' must be after 'To Date' Purchase Order number required for Item {0} "Von-Datum" muss nach "Bis-Datum" liegen Lieferantenauftragsnummer ist für den Artikel {0} erforderlich
2206 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +18 Stock Projected Qty 'From Date' must be after 'To Date' Projizierter Lagerbestand "Von-Datum" muss nach "Bis-Datum" liegen
2207 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +150 Customer {0} does not belong to project {1} Stock Projected Qty Customer {0} gehört nicht zum Projekt {1} Projizierter Lagerbestand
2208 DocType: Sales Order apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +150 Customer's Purchase Order Customer {0} does not belong to project {1} Kundenauftrag Customer {0} gehört nicht zum Projekt {1}
2209 DocType: Warranty Claim DocType: Sales Order From Company Customer's Purchase Order Von Firma Kundenauftrag
2210 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 DocType: Warranty Claim Value or Qty From Company Wert oder Menge Von Firma
2251 DocType: Project DocType: Purchase Receipt Item Project Type Purchase Order Item No Projekttyp Lieferantenauftrags-Artikel-Nr.
2252 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +16 DocType: Project Either target qty or target amount is mandatory. Project Type Entweder Zielstückzahl oder Zielmenge ist zwingend erforderlich. Projekttyp
2253 apps/erpnext/erpnext/config/projects.py +38 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +16 Cost of various activities Either target qty or target amount is mandatory. Aufwendungen für verschiedene Tätigkeiten Entweder Zielstückzahl oder Zielmenge ist zwingend erforderlich.
2254 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +101 apps/erpnext/erpnext/config/projects.py +38 Not allowed to update stock transactions older than {0} Cost of various activities Aktualisierung von Transaktionen älter als {0} nicht erlaubt Aufwendungen für verschiedene Tätigkeiten
2255 DocType: Item apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +101 Inspection Required Not allowed to update stock transactions older than {0} Prüfung erforderlich Aktualisierung von Transaktionen älter als {0} nicht erlaubt
2256 DocType: Purchase Invoice Item DocType: Item PR Detail Inspection Required PR-Detail Prüfung erforderlich
2257 DocType: Sales Order DocType: Purchase Invoice Item Fully Billed PR Detail Voll berechnet PR-Detail
2276 DocType: Item Group apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +33 Check this if you want to show in website Customer Group / Customer Aktivieren, wenn der Inhalt auf der Webseite angezeigt werden soll Kundengruppe / Kunde
2277 DocType: Item Group Welcome to ERPNext Check this if you want to show in website Willkommen bei ERPNext Aktivieren, wenn der Inhalt auf der Webseite angezeigt werden soll
2278 DocType: Payment Reconciliation Payment Voucher Detail Number Welcome to ERPNext Belegdetail-Nummer Willkommen bei ERPNext
2279 DocType: Payment Reconciliation Payment Voucher Detail Number Belegdetail-Nummer
2280 apps/erpnext/erpnext/config/crm.py +146 Lead to Quotation Vom Lead zum Angebot
2281 DocType: Lead From Customer Von Kunden
2282 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +37 Calls Anrufe
2353 DocType: POS Profile Update Stock Lagerbestand aktualisieren
2354 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +100 Different UOM for items will lead to incorrect (Total) Net Weight value. Make sure that Net Weight of each item is in the same UOM. Unterschiedliche Maßeinheiten für Artikel führen zu falschen Werten für das (Gesamt-)Nettogewicht. Es muss sicher gestellt sein, dass das Nettogewicht jedes einzelnen Artikels in der gleichen Maßeinheit angegeben ist.
2355 apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +39 BOM Rate Stückpreis
2356 apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +85 Please pull items from Delivery Note Bitte Artikel vom Lieferschein nehmen
2357 apps/erpnext/erpnext/accounts/utils.py +270 Journal Entries {0} are un-linked Buchungssätze {0} sind nicht verknüpft
2358 apps/erpnext/erpnext/config/crm.py +37 Record of all communications of type email, phone, chat, visit, etc. Aufzeichnung jeglicher Kommunikation vom Typ Email, Telefon, Chat, Besuch usw.
2359 apps/erpnext/erpnext/accounts/general_ledger.py +134 Please mention Round Off Cost Center in Company Bitte Abschlusskostenstelle in Firma vermerken
2414 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +78 {0} is not a valid Batch Number for Item {1} {0} ist keine gültige Chargennummer für Artikel {1}
2415 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +126 Note: There is not enough leave balance for Leave Type {0} Hinweis: Es gibt nicht genügend Urlaubsguthaben für Abwesenheitstyp {0}
2416 apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +9 Note: If payment is not made against any reference, make Journal Entry manually. Hinweis: Wenn die Zahlung nicht mit einer Referenz abgeglichen werden kann, bitte Buchungssatz manuell erstellen.
DocType: Item Supplier Items Lieferantenartikel
2417 DocType: Opportunity DocType: Item Opportunity Type Supplier Items Opportunity-Typ Lieferantenartikel
2418 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +42 DocType: Opportunity New Company Opportunity Type Neue Firma Opportunity-Typ
2419 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +42 New Company Neue Firma
2420 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +56 Cost Center is required for 'Profit and Loss' account {0} Kostenstelle wird für "Gewinn- und Verlust"-Konto {0} benötigt
2421 apps/erpnext/erpnext/setup/doctype/company/delete_company_transactions.py +17 Transactions can only be deleted by the creator of the Company Transaktionen können nur durch den Ersteller der Firma gelöscht werden
2422 apps/erpnext/erpnext/accounts/general_ledger.py +21 Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction. Falsche Anzahl von Buchungen im Hauptbuch gefunden. Möglicherweise wurde für die Transaktion ein falsches Konto gewählt.
2590 DocType: Purchase Invoice DocType: Serial No Mobile No Creation Document Type Mobilfunknummer Belegerstellungs-Typ
2591 DocType: Payment Tool apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +631 Make Journal Entry Maint. Visit Buchungssatz erstellen Wartungsbesuch
2592 DocType: Leave Allocation DocType: Leave Type New Leaves Allocated Is Encash Neue Urlaubszuordnung Ist Inkasso
2593 apps/erpnext/erpnext/controllers/trends.py +257 DocType: Purchase Invoice Project-wise data is not available for Quotation Mobile No Projektbezogene Daten sind für das Angebot nicht verfügbar Mobilfunknummer
2594 DocType: Project DocType: Payment Tool Expected End Date Make Journal Entry Voraussichtliches Enddatum Buchungssatz erstellen
2595 DocType: Appraisal Template DocType: Leave Allocation Appraisal Template Title New Leaves Allocated Bezeichnung der Bewertungsvorlage Neue Urlaubszuordnung
2596 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +352 apps/erpnext/erpnext/controllers/trends.py +257 Commercial Project-wise data is not available for Quotation Werbung Projektbezogene Daten sind für das Angebot nicht verfügbar
2610 DocType: Leave Allocation DocType: Tax Rule Unused leaves Sales Ungenutzter Urlaub Vertrieb
2611 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +145 DocType: Stock Entry Detail Cr Basic Amount Haben Grundbetrag
2612 DocType: Customer apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +178 Default Receivable Accounts Warehouse required for stock Item {0} Standard-Forderungskonten Angabe des Lagers ist für den Lagerartikel {0} erforderlich
2613 DocType: Leave Allocation Unused leaves Ungenutzter Urlaub
2614 DocType: Tax Rule apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +145 Billing State Cr Verwaltungsbezirk laut Rechnungsadresse Haben
2615 DocType: Item Reorder DocType: Customer Transfer Default Receivable Accounts Übertragung Standard-Forderungskonten
2616 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +636 DocType: Tax Rule Fetch exploded BOM (including sub-assemblies) Billing State Abruf der aufgelösten Stückliste (einschließlich der Unterbaugruppen) Verwaltungsbezirk laut Rechnungsadresse
2618 apps/erpnext/erpnext/controllers/accounts_controller.py +101 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +636 Due Date is mandatory Fetch exploded BOM (including sub-assemblies) Fälligkeitsdatum wird zwingend vorausgesetzt Abruf der aufgelösten Stückliste (einschließlich der Unterbaugruppen)
2619 apps/erpnext/erpnext/controllers/item_variant.py +51 DocType: Authorization Rule Increment for Attribute {0} cannot be 0 Applicable To (Employee) Schrittweite für Attribut {0} kann nicht 0 sein Anwenden auf (Mitarbeiter)
2620 DocType: Journal Entry apps/erpnext/erpnext/controllers/accounts_controller.py +101 Pay To / Recd From Due Date is mandatory Zahlen an/Erhalten von Fälligkeitsdatum wird zwingend vorausgesetzt
2621 apps/erpnext/erpnext/controllers/item_variant.py +51 Increment for Attribute {0} cannot be 0 Schrittweite für Attribut {0} kann nicht 0 sein
2622 DocType: Naming Series DocType: Journal Entry Setup Series Pay To / Recd From Serie bearbeiten Zahlen an/Erhalten von
2623 DocType: Supplier DocType: Naming Series Contact HTML Setup Series Kontakt-HTML Serie bearbeiten
2624 DocType: Landed Cost Voucher DocType: Supplier Purchase Receipts Contact HTML Kaufbelege Kontakt-HTML
2659 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +467 apps/erpnext/erpnext/controllers/stock_controller.py +175 Get Items from Product Bundle {0} {1}: Cost Center is mandatory for Item {2} Artikel aus dem Produkt-Bundle übernehmen {0} {1}: Kostenstelle ist zwingend erfoderlich für Artikel {2}
2660 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468 Account {0} is inactive Get Items from Product Bundle Konto {0} ist inaktiv Artikel aus dem Produkt-Bundle übernehmen
2661 DocType: GL Entry apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79 Is Advance Account {0} is inactive Ist Vorkasse Konto {0} ist inaktiv
2662 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21 DocType: GL Entry Attendance From Date and Attendance To Date is mandatory Is Advance "Anwesenheit ab Datum" und "Anwesenheit bis Datum" sind zwingend Ist Vorkasse
2663 apps/erpnext/erpnext/controllers/buying_controller.py +122 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21 Please enter 'Is Subcontracted' as Yes or No Attendance From Date and Attendance To Date is mandatory Bitte bei "Untervergeben" JA oder NEIN eingeben "Anwesenheit ab Datum" und "Anwesenheit bis Datum" sind zwingend
2664 DocType: Sales Team apps/erpnext/erpnext/controllers/buying_controller.py +122 Contact No. Please enter 'Is Subcontracted' as Yes or No Kontakt-Nr. Bitte bei "Untervergeben" JA oder NEIN eingeben
2665 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +67 DocType: Sales Team 'Profit and Loss' type account {0} not allowed in Opening Entry Contact No. Konto vom Typ "Gewinn und Verlust" {0} ist in einer Eröffnungsbuchung nicht erlaubt Kontakt-Nr.
2671 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10 DocType: Sales Taxes and Charges Template Apparel & Accessories Sales Taxes and Charges Template Kleidung & Zubehör Vorlage für Verkaufssteuern und -abgaben
2672 apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10 Number of Order Apparel & Accessories Nummer der Bestellung Kleidung & Zubehör
2673 DocType: Item Group apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 HTML / Banner that will show on the top of product list. Number of Order HTML/Banner, das oben auf der Produktliste angezeigt wird. Nummer der Bestellung
2674 DocType: Shipping Rule DocType: Item Group Specify conditions to calculate shipping amount HTML / Banner that will show on the top of product list. Bedingungen zur Berechnung der Versandkosten angeben HTML/Banner, das oben auf der Produktliste angezeigt wird.
2675 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +121 DocType: Shipping Rule Add Child Specify conditions to calculate shipping amount Unterpunkt hinzufügen Bedingungen zur Berechnung der Versandkosten angeben
2676 DocType: Accounts Settings apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +121 Role Allowed to Set Frozen Accounts & Edit Frozen Entries Add Child Rolle darf Konten sperren und gesperrte Buchungen bearbeiten Unterpunkt hinzufügen
2677 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +52 DocType: Accounts Settings Cannot convert Cost Center to ledger as it has child nodes Role Allowed to Set Frozen Accounts & Edit Frozen Entries Kostenstelle kann nicht in ein Kontenblatt umgewandelt werden, da sie Unterknoten hat Rolle darf Konten sperren und gesperrte Buchungen bearbeiten
2686 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +190 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +93 Sales Invoice {0} must be cancelled before cancelling this Sales Order Entertainment Expenses Ausgangsrechnung {0} muss vor Stornierung dieses Kundenauftrags abgebrochen werden Bewirtungskosten
2687 apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +61 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +190 Age Sales Invoice {0} must be cancelled before cancelling this Sales Order Alter Ausgangsrechnung {0} muss vor Stornierung dieses Kundenauftrags abgebrochen werden
2688 DocType: Time Log apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +61 Billing Amount Age Rechnungsbetrag Alter
2689 DocType: Time Log Billing Amount Rechnungsbetrag
2690 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +84 Invalid quantity specified for item {0}. Quantity should be greater than 0. Ungültzige Anzahl für Artikel {0} angegeben. Anzahl sollte größer als 0 sein.
2691 apps/erpnext/erpnext/config/hr.py +18 Applications for leave. Urlaubsanträge
2692 apps/erpnext/erpnext/accounts/doctype/account/account.py +179 Account with existing transaction can not be deleted Ein Konto mit bestehenden Transaktionen kann nicht gelöscht werden
2698 DocType: Sales Partner Logo Logo
2699 DocType: Naming Series Check this if you want to force the user to select a series before saving. There will be no default if you check this. Hier aktivieren, wenn der Benutzer gezwungen sein soll, vor dem Speichern eine Serie auszuwählen. Bei Aktivierung gibt es keine Standardvorgabe.
2700 apps/erpnext/erpnext/stock/get_item_details.py +107 No Item with Serial No {0} Kein Artikel mit Seriennummer {0}
2701 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +95 Open Notifications Offene Benachrichtigungen
2702 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +68 Direct Expenses Direkte Aufwendungen
2703 apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +60 New Customer Revenue Neuer Kundenumsatz
2704 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +132 Travel Expenses Reisekosten
2748 apps/erpnext/erpnext/shopping_cart/utils.py +33 Cart Einkaufswagen
2749 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +136 Thank you for your interest in subscribing to our updates Vielen Dank für Ihr Interesse an einem Abonnement unserer Aktualisierungen
2750 Qty to Transfer Zu versendende Menge
2751 apps/erpnext/erpnext/config/selling.py +18 Quotes to Leads or Customers. Angebote an Leads oder Kunden
2752 DocType: Stock Settings Role Allowed to edit frozen stock Rolle darf gesperrten Bestand bearbeiten
2753 Territory Target Variance Item Group-Wise Artikelgruppenbezogene regionale Zielabweichung
2754 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +101 All Customer Groups Alle Kundengruppen
2776 apps/erpnext/erpnext/stock/doctype/item/item.py +386 Barcode {0} already used in Item {1} Barcode {0} wird bereits für Artikel {1} verwendet
2777 DocType: Lead Add to calendar on this date Zu diesem Datum in Kalender einfügen
2778 apps/erpnext/erpnext/config/selling.py +132 Rules for adding shipping costs. Regeln für das Hinzufügen von Versandkosten
2779 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +40 Upcoming Events Kommende Veranstaltungen
2780 apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +20 Customer is required Kunde ist verpflichtet
2781 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +27 Quick Entry Schnelleingabe
2782 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +20 {0} is mandatory for Return {0} ist zwingend für "Zurück"
2966 DocType: Company apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95 Distribution Warehouse can not be deleted as stock ledger entry exists for this warehouse. Großhandel Lager kann nicht gelöscht werden, da es Buchungen im Lagerbuch gibt.
2967 apps/erpnext/erpnext/public/js/pos/pos.html +36 DocType: Company Amount Paid Distribution Zahlbetrag Großhandel
2968 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91 apps/erpnext/erpnext/public/js/pos/pos.js +428 Project Manager Amount Paid Projektleiter Zahlbetrag
2969 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91 Dispatch Project Manager Versand Projektleiter
2970 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72 Max discount allowed for item: {0} is {1}% Dispatch Max erlaubter Rabatt für Artikel: {0} ist {1}% Versand
2971 DocType: Account apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70 Receivable Max discount allowed for item: {0} is {1}% Forderung Max erlaubter Rabatt für Artikel: {0} ist {1}%
2972 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +263 DocType: Account Row #{0}: Not allowed to change Supplier as Purchase Order already exists Receivable Zeile #{0}: Es ist nicht erlaubt den Lieferanten zu wechseln, da bereits ein Lieferantenauftrag vorhanden ist Forderung
2989 apps/erpnext/erpnext/accounts/doctype/accounts_settings/accounts_settings.py +27 apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +21 Company is missing in warehouses {0} Support Analtyics Firma fehlt in Lägern {0} Support-Analyse
2990 DocType: POS Profile apps/erpnext/erpnext/accounts/doctype/accounts_settings/accounts_settings.py +27 Terms and Conditions Company is missing in warehouses {0} Allgemeine Geschäftsbedingungen Firma fehlt in Lägern {0}
2991 apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +43 DocType: POS Profile To Date should be within the Fiscal Year. Assuming To Date = {0} Terms and Conditions Bis-Datum sollte im Geschäftsjahr liegen. Unter der Annahme, dass Bis-Datum = {0} ist Allgemeine Geschäftsbedingungen
2992 apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +43 To Date should be within the Fiscal Year. Assuming To Date = {0} Bis-Datum sollte im Geschäftsjahr liegen. Unter der Annahme, dass Bis-Datum = {0} ist
2993 DocType: Employee Here you can maintain height, weight, allergies, medical concerns etc Hier können Sie Größe, Gewicht, Allergien, medizinische Belange usw. pflegen
2994 DocType: Leave Block List Applies to Company Gilt für Firma
2995 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +175 Cannot cancel because submitted Stock Entry {0} exists Stornierung nicht möglich, weil übertragene Lagerbuchung {0} existiert
3009 apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19 Shortage Qty Engpassmenge
3010 apps/erpnext/erpnext/stock/doctype/item/item.py +569 apps/erpnext/erpnext/stock/doctype/item/item.py +570 Item variant {0} exists with same attributes Artikelvariante {0} mit denselben Attributen existiert
3011 DocType: Salary Slip Salary Slip Gehaltsabrechnung
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48 'To Date' is required "Bis-Datum" ist erforderlich,
3012 DocType: Packing Slip apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48 Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight. 'To Date' is required Packzettel für zu liefernde Pakete generieren. Wird verwendet, um Paketnummer, Packungsinhalt und das Gewicht zu dokumentieren. "Bis-Datum" ist erforderlich,
3013 DocType: Sales Invoice Item DocType: Packing Slip Sales Order Item Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight. Kundenauftrags-Artikel Packzettel für zu liefernde Pakete generieren. Wird verwendet, um Paketnummer, Packungsinhalt und das Gewicht zu dokumentieren.
3014 DocType: Salary Slip DocType: Sales Invoice Item Payment Days Sales Order Item Zahlungsziel Kundenauftrags-Artikel
3053 apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.js +15 General Ledger Period Hauptbuch Periode
3054 apps/erpnext/erpnext/selling/doctype/campaign/campaign.js +10 View Leads General Ledger Leads anzeigen Hauptbuch
3055 DocType: Item Attribute Value apps/erpnext/erpnext/selling/doctype/campaign/campaign.js +10 Attribute Value View Leads Attributwert Leads anzeigen
3056 DocType: Item Attribute Value Attribute Value Attributwert
3057 apps/erpnext/erpnext/crm/doctype/lead/lead.py +65 Email id must be unique, already exists for {0} E-Mail-ID muss einmalig sein; diese E-Mail-ID existiert bereits für {0}
3058 Itemwise Recommended Reorder Level Empfohlener artikelbezogener Meldebestand
3059 apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +264 Please select {0} first Bitte zuerst {0} auswählen
3091 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +139 Click here to verify Hier klicken um die Richtigkeit zu bestätigen
3092 apps/erpnext/erpnext/accounts/doctype/account/account.py +43 Account {0}: You can not assign itself as parent account Konto {0}: Sie können dieses Konto sich selbst nicht als Über-Konto zuweisen
3093 DocType: Purchase Invoice Item Price List Rate Preisliste
3094 DocType: Item Show "In Stock" or "Not in Stock" based on stock available in this warehouse. "Auf Lager" oder "Nicht auf Lager" basierend auf dem in diesem Lager enthaltenen Bestand anzeigen
3095 apps/erpnext/erpnext/config/manufacturing.py +13 Bill of Materials (BOM) Stückliste
3096 DocType: Item Average time taken by the supplier to deliver Durchschnittliche Lieferzeit des Lieferanten
3097 DocType: Time Log Hours Stunden
3133 apps/erpnext/erpnext/setup/doctype/sms_settings/sms_settings.py +25 Please enter valid mobile nos Bitte gültige Mobilnummern eingeben
3134 DocType: Budget Detail Budget Detail Budget-Detail
3135 apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +75 Please enter message before sending Bitte eine Nachricht vor dem Versenden eingeben
3136 apps/erpnext/erpnext/config/accounts.py +127 Point-of-Sale Profile Verkaufsstellen-Profil
3137 apps/erpnext/erpnext/setup/doctype/sms_settings/sms_settings.py +68 Please Update SMS Settings Bitte SMS-Einstellungen aktualisieren
3138 apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.py +37 Time Log {0} already billed Zeitprotokoll {0} bereits abgerechnet
3139 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +176 Unsecured Loans Ungesicherte Kredite
3246 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +90 Please enter default currency in Company Master Bitte die Standardwährung in die Firmenstammdaten eingeben
3247 DocType: Stock Entry Detail Stock Entry Detail Lagerbuchungsdetail
3248 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +101 Daily Reminders Tägliche Erinnerungen
3249 apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +82 Tax Rule Conflicts with {0} Steuer-Regel steht in Konflikt mit {0}
3250 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +210 New Account Name Neuer Kontoname
3251 DocType: Purchase Invoice Item Raw Materials Supplied Cost Kosten gelieferter Rohmaterialien
3252 DocType: Selling Settings Settings for Selling Module Einstellungen für das Vertriebsmodul
3309 DocType: Purchase Order In Words will be visible once you save the Purchase Order. "In Worten" wird sichtbar, sobald Sie den Lieferantenauftrag speichern.
3310 DocType: Period Closing Voucher Period Closing Voucher Periodenabschlussbeleg
3311 apps/erpnext/erpnext/config/stock.py +120 Price List master. Preislisten-Vorlagen
3312 DocType: Task Review Date Überprüfungsdatum
3313 DocType: Purchase Invoice Advance Payments Anzahlungen
3314 DocType: Purchase Taxes and Charges On Net Total Auf Nettosumme
3315 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +160 Target warehouse in row {0} must be same as Production Order Eingangslager in Zeile {0} muss dem Fertigungsauftrag entsprechen
3339 apps/erpnext/erpnext/stock/doctype/item/item.py +562 apps/erpnext/erpnext/stock/doctype/item/item.py +563 Please specify Attribute Value for attribute {0} Bitte Attributwert für Attribut {0} angeben
3340 DocType: Item Default Warehouse Standardlager
3341 DocType: Task Actual End Date (via Time Logs) Tatsächliches Enddatum (über Zeitprotokoll)
3342 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37 Budget cannot be assigned against Group Account {0} Budget kann nicht einem Gruppenkonto {0} zugeordnet werden
3343 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +23 Please enter parent cost center Bitte übergeordnete Kostenstelle eingeben
3344 DocType: Delivery Note Print Without Amount Drucken ohne Betrag
3345 apps/erpnext/erpnext/controllers/buying_controller.py +60 Tax Category can not be 'Valuation' or 'Valuation and Total' as all items are non-stock items Steuerkategorie kann nicht "Wertberichtigung" oder "Wertberichtigung und Gesamtsumme" sein, da keiner der Artikel ein Lagerartikel ist
3350 DocType: Project Total Expense Claim (via Expense Claims) Gesamtbetrag der Aufwandsabrechnung (über Aufwandsabrechnungen)
3351 DocType: Journal Entry Debit Note Lastschrift
3352 DocType: Stock Entry As per Stock UOM Gemäß Lagermaßeinheit
3353 apps/erpnext/erpnext/stock/doctype/batch/batch_list.js +7 Not Expired Nicht ausgelaufen
3354 DocType: Journal Entry Total Debit Gesamt-Soll
3355 DocType: Manufacturing Settings Default Finished Goods Warehouse Standard-Fertigwarenlager
3356 apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +70 Sales Person Vertriebsmitarbeiter
3470 apps/erpnext/erpnext/config/crm.py +48 Send mass SMS to your contacts Massen-SMS an Kontakte versenden
3471 DocType: Purchase Taxes and Charges Consider Tax or Charge for Steuern oder Gebühren berücksichtigen für
3472 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +57 Actual Qty is mandatory Die tatsächliche Menge ist zwingend erforderlich
3473 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +132 Credit Card Kreditkarte
3474 DocType: BOM Item to be manufactured or repacked Zu fertigender oder umzupackender Artikel
3475 apps/erpnext/erpnext/config/stock.py +90 Default settings for stock transactions. Standardeinstellungen für Lagertransaktionen
3476 DocType: Purchase Invoice Next Date Nächster Termin
3486 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +6 You must Save the form before proceeding Sie müssen das Formular speichern um fortzufahren
3487 DocType: Item Attribute Numeric Values Numerische Werte
3488 apps/erpnext/erpnext/public/js/setup_wizard.js +262 Attach Logo Logo anhängen
3489 DocType: Customer Commission Rate Provisionssatz
3490 apps/erpnext/erpnext/stock/doctype/item/item.js +53 Make Variant Variante erstellen
3491 apps/erpnext/erpnext/config/hr.py +145 Block leave applications by department. Urlaubsanträge pro Abteilung sperren
3492 apps/erpnext/erpnext/templates/pages/cart.html +42 Cart is Empty Der Warenkorb ist leer
3552
3553
3554
3555
3556
3557
3558
3577
3578
3579
3580
3581
3582
3583
3664
3665
3666
3667
3668
3669
3670

View File

@@ -21,7 +21,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},Το νόμισμα είναι απαραίτητο για τον τιμοκατάλογο {0}
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Θα υπολογίζεται στη συναλλαγή.
DocType: Purchase Order,Customer Contact,Επικοινωνία Πελατών
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,Από αίτηση υλικού
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,Από αίτηση υλικού
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} Δέντρο
DocType: Job Applicant,Job Applicant,Αιτών εργασία
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,Δεν υπάρχουν άλλα αποτελέσματα.
@@ -52,7 +52,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,Τρ
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,"1. Για να διατηρήσετε τον πελατοκεντρικό κωδικό είδους και να καταστούν προσβάσιμα με βάση τον κωδικό τους, χρησιμοποιήστε αυτή την επιλογή"
DocType: Mode of Payment Account,Mode of Payment Account,Λογαριασμός τρόπου πληρωμής
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,Προβολή παραλλαγών
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,Ποσότητα
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,Ποσότητα
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),Δάνεια (παθητικό )
DocType: Employee Education,Year of Passing,Έτος περάσματος
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,Σε Απόθεμα
@@ -63,7 +63,7 @@ apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,Κ
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Υγειονομική περίθαλψη
DocType: Purchase Invoice,Monthly,Μηνιαίος
apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66,Delay in payment (Days),Καθυστέρηση στην πληρωμή (Ημέρες)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,Τιμολόγιο
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,Τιμολόγιο
DocType: Maintenance Schedule Item,Periodicity,Περιοδικότητα
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,Διεύθυνση ηλεκτρονικού ταχυδρομείου
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Άμυνα
@@ -72,7 +72,7 @@ DocType: Appraisal Goal,Score (0-5),Αποτέλεσμα (0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},Γραμμή {0}: {1} {2} δεν ταιριάζει με το {3}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,Γραμμή # {0}:
DocType: Delivery Note,Vehicle No,Αρ. οχήματος
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,Παρακαλώ επιλέξτε τιμοκατάλογο
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,Παρακαλώ επιλέξτε τιμοκατάλογο
DocType: Production Order Operation,Work In Progress,Εργασία σε εξέλιξη
DocType: Employee,Holiday List,Λίστα αργιών
DocType: Time Log,Time Log,Αρχείο καταγραφής χρονολογίου
@@ -214,6 +214,7 @@ DocType: Sales Partner,Reseller,Μεταπωλητής
apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +41,Please enter Company,Παρακαλώ εισάγετε εταιρεία
DocType: Delivery Note Item,Against Sales Invoice Item,Κατά το είδος στο τιμολόγιο πώλησης
,Production Orders in Progress,Εντολές παραγωγής σε εξέλιξη
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37,Net Cash from Financing,Καθαρές ροές από επενδυτικές
DocType: Lead,Address & Contact,Διεύθυνση & Επαφή
DocType: Leave Allocation,Add unused leaves from previous allocations,Προσθήκη αχρησιμοποίητα φύλλα από προηγούμενες κατανομές
apps/erpnext/erpnext/controllers/recurring_document.py +203,Next Recurring {0} will be created on {1},Το επόμενο επαναλαμβανόμενο {0} θα δημιουργηθεί στις {1}
@@ -232,7 +233,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,Προδιαγραφή ιστότοπου για το είδος
DocType: Payment Tool,Reference No,Αριθμός αναφοράς
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,Η άδεια εμποδίστηκε
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},Το είδος {0} έχει φτάσει στο τέλος της διάρκειας ζωής του στο {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},Το είδος {0} έχει φτάσει στο τέλος της διάρκειας ζωής του στο {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,Ετήσιος
DocType: Stock Reconciliation Item,Stock Reconciliation Item,Είδος συμφωνίας αποθέματος
DocType: Stock Entry,Sales Invoice No,Αρ. Τιμολογίου πώλησης
@@ -244,7 +245,7 @@ DocType: Item,Minimum Order Qty,Ελάχιστη ποσότητα παραγγε
DocType: Pricing Rule,Supplier Type,Τύπος προμηθευτή
DocType: Item,Publish in Hub,Δημοσίευση στο hub
,Terretory,Περιοχή
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,Το είδος {0} είναι ακυρωμένο
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,Το είδος {0} είναι ακυρωμένο
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,Αίτηση υλικού
DocType: Bank Reconciliation,Update Clearance Date,Ενημέρωση ημερομηνίας εκκαθάρισης
DocType: Item,Purchase Details,Λεπτομέρειες αγοράς
@@ -307,7 +308,7 @@ DocType: Sales Invoice,Rate at which Customer Currency is converted to customer'
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","Διαθέσιμο σε Λ.Υ., Δελτίο αποστολής, τιμολόγιο αγοράς, αίτηση παραγωγής, παραγγελία αγοράς, αποδεικτικό παραλαβής αγοράς, τιμολόγιο πωλήσεων, παραγγελίες πώλησης, καταχώρηση αποθέματος, φύλλο κατανομής χρόνου"
DocType: Item Tax,Tax Rate,Φορολογικός συντελεστής
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},{0} έχει ήδη διατεθεί υπάλληλου {1} για χρονικό διάστημα {2} σε {3}
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,Επιλέξτε Προϊόν
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,Επιλέξτε Προϊόν
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry","Το είδος: {0} όσον αφορά παρτίδες, δεν μπορεί να συμφωνηθεί με τη χρήση \ συμφωνιών αποθέματος, χρησιμοποιήστε καταχωρήσεις αποθέματος"""
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262,Purchase Invoice {0} is already submitted,Το τιμολογίου αγοράς {0} έχει ήδη υποβληθεί
@@ -380,13 +381,13 @@ DocType: Sales Taxes and Charges Template,Sales Master Manager,Διαχειρι
apps/erpnext/erpnext/config/manufacturing.py +74,Global settings for all manufacturing processes.,Παγκόσμια ρυθμίσεις για όλες τις διαδικασίες κατασκευής.
DocType: Accounts Settings,Accounts Frozen Upto,Παγωμένοι λογαριασμοί μέχρι
DocType: SMS Log,Sent On,Εστάλη στις
apps/erpnext/erpnext/stock/doctype/item/item.py +553,Attribute {0} selected multiple times in Attributes Table,Χαρακτηριστικό {0} πολλές φορές σε πίνακα Χαρακτηριστικά
apps/erpnext/erpnext/stock/doctype/item/item.py +554,Attribute {0} selected multiple times in Attributes Table,Χαρακτηριστικό {0} πολλές φορές σε πίνακα Χαρακτηριστικά
DocType: HR Settings,Employee record is created using selected field. ,Η Εγγραφή υπαλλήλου δημιουργείται χρησιμοποιώντας το επιλεγμένο πεδίο.
DocType: Sales Order,Not Applicable,Μη εφαρμόσιμο
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,Κύρια εγγραφή αργιών.
DocType: Material Request Item,Required Date,Απαιτούμενη ημερομηνία
DocType: Delivery Note,Billing Address,Διεύθυνση χρέωσης
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,Παρακαλώ εισάγετε κωδικό είδους.
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,Παρακαλώ εισάγετε κωδικό είδους.
DocType: BOM,Costing,Κοστολόγηση
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","Εάν είναι επιλεγμένο, το ποσό του φόρου θα πρέπει να θεωρείται ότι έχει ήδη συμπεριληφθεί στην τιμή / ποσό εκτύπωσης"
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Συνολική ποσότητα
@@ -488,7 +489,7 @@ apps/erpnext/erpnext/config/crm.py +17,Customer database.,Βάση δεδομέ
DocType: Quotation,Quotation To,Προσφορά προς
DocType: Lead,Middle Income,Μέσα έσοδα
apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +58,Opening (Cr),Άνοιγμα ( cr )
apps/erpnext/erpnext/stock/doctype/item/item.py +702,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Προεπιλεγμένη μονάδα μέτρησης για τη θέση {0} δεν μπορεί να αλλάξει άμεσα, επειδή έχετε ήδη κάνει κάποια συναλλαγή (ες) με μια άλλη UOM. Θα χρειαστεί να δημιουργήσετε ένα νέο σημείο για να χρησιμοποιήσετε ένα διαφορετικό Προεπιλογή UOM."
apps/erpnext/erpnext/stock/doctype/item/item.py +703,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Προεπιλεγμένη μονάδα μέτρησης για τη θέση {0} δεν μπορεί να αλλάξει άμεσα, επειδή έχετε ήδη κάνει κάποια συναλλαγή (ες) με μια άλλη UOM. Θα χρειαστεί να δημιουργήσετε ένα νέο σημείο για να χρησιμοποιήσετε ένα διαφορετικό Προεπιλογή UOM."
apps/erpnext/erpnext/accounts/utils.py +195,Allocated amount can not be negative,Το χορηγούμενο ποσό δεν μπορεί να είναι αρνητικό
DocType: Purchase Order Item,Billed Amt,Χρεωμένο ποσό
DocType: Warehouse,A logical Warehouse against which stock entries are made.,Μια λογική αποθήκη στην οποία θα γίνονται οι καταχωρήσεις αποθέματος
@@ -516,9 +517,10 @@ DocType: Buying Settings,Supplier Naming By,Ονοματοδοσία προμη
DocType: Activity Type,Default Costing Rate,Προεπιλογή Κοστολόγηση Τιμή
DocType: Maintenance Schedule,Maintenance Schedule,Χρονοδιάγραμμα συντήρησης
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Στη συνέχεια, οι κανόνες τιμολόγησης φιλτράρονται με βάση τους πελάτες, την ομάδα πελατών, την περιοχή, τον προμηθευτής, τον τύπο του προμηθευτή, την εκστρατεία, τον συνεργάτη πωλήσεων κ.λ.π."
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Inventory,Καθαρή Αλλαγή στο Απογραφή
DocType: Employee,Passport Number,Αριθμός διαβατηρίου
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,Προϊστάμενος
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,Από το αποδεικτικό παραλαβής αγοράς
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,Από το αποδεικτικό παραλαβής αγοράς
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,Το ίδιο είδος έχει εισαχθεί πολλές φορές.
DocType: SMS Settings,Receiver Parameter,Παράμετρος παραλήπτη
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,Τα πεδία με βάση και ομαδοποίηση κατά δεν μπορεί να είναι ίδια
@@ -797,7 +799,8 @@ DocType: Payment Tool,Set Payment Amount = Outstanding Amount,Καθορίστε
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,Διακύμανση
,Company Name,Όνομα εταιρείας
DocType: SMS Center,Total Message(s),Σύνολο μηνυμάτων
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,Επιλογή στοιχείου για μεταφορά
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,Επιλογή στοιχείου για μεταφορά
DocType: Purchase Invoice,Additional Discount Percentage,Πρόσθετες ποσοστό έκπτωσης
apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,Δείτε μια λίστα με όλα τα βίντεο βοήθειας
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,Επιλέξτε την κύρια εγγραφή λογαριασμού της τράπεζας όπου κατατέθηκε η επιταγή.
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Επίτρεψε στο χρήστη να επεξεργάζεται τιμές τιμοκατάλογου στις συναλλαγές
@@ -818,7 +821,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,Λευκ
DocType: SMS Center,All Lead (Open),Όλες οι επαφές (ανοιχτές)
DocType: Purchase Invoice,Get Advances Paid,Βρες προκαταβολές που καταβλήθηκαν
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,Επισύναψη της εικόνα σας
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,Δημιούργησε
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,Δημιούργησε
DocType: Journal Entry,Total Amount in Words,Συνολικό ποσό ολογράφως
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,Υπήρξε ένα σφάλμα. Ένας πιθανός λόγος θα μπορούσε να είναι ότι δεν έχετε αποθηκεύσει τη φόρμα. Παρακαλώ επικοινωνήστε με το support@erpnext.Com εάν το πρόβλημα παραμένει.
apps/erpnext/erpnext/templates/pages/cart.html +3,My Cart,Το Καλάθι μου
@@ -840,10 +843,10 @@ DocType: Packing Slip Item,Packing Slip Item,Είδος δελτίου συσκ
DocType: POS Profile,Cash/Bank Account,Λογαριασμός μετρητών/τραπέζης
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +70,Removed items with no change in quantity or value.,Που αφαιρούνται χωρίς καμία αλλαγή στην ποσότητα ή την αξία.
DocType: Delivery Note,Delivery To,Παράδοση προς
apps/erpnext/erpnext/stock/doctype/item/item.py +550,Attribute table is mandatory,Τραπέζι χαρακτηριστικό γνώρισμα είναι υποχρεωτικό
apps/erpnext/erpnext/stock/doctype/item/item.py +551,Attribute table is mandatory,Τραπέζι χαρακτηριστικό γνώρισμα είναι υποχρεωτικό
DocType: Production Planning Tool,Get Sales Orders,Βρες παραγγελίες πώλησης
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,Η {0} δεν μπορεί να είναι αρνητική
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,Έκπτωση
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,Έκπτωση
DocType: Features Setup,Purchase Discounts,Εκπτώσεις αγοράς
DocType: Workstation,Wages,œΜισθοί
DocType: Time Log,Will be updated only if Time Log is 'Billable',Θα πρέπει να ενημερώνεται μόνο αν ο χρόνος καταγραφής είναι «Χρεώσιμη»
@@ -910,6 +913,7 @@ DocType: Company,Company registration numbers for your reference. Tax numbers et
DocType: Sales Partner,Distributor,Διανομέας
DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,Κανόνες αποστολής καλαθιού αγορών
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +209,Production Order {0} must be cancelled before cancelling this Sales Order,Η εντολή παραγωγής {0} πρέπει να ακυρωθεί πριν από την ακύρωση αυτής της παραγγελίας πώλησης
apps/erpnext/erpnext/public/js/controllers/transaction.js +881,Please set 'Apply Additional Discount On',Παρακαλούμε να ορίσετε «Εφαρμόστε επιπλέον έκπτωση On»
,Ordered Items To Be Billed,Παραγγελθέντα είδη για τιμολόγηση
apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +24,From Range has to be less than To Range,"Από το φάσμα πρέπει να είναι μικρότερη από ό, τι στην γκάμα"
apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,Επιλέξτε αρχεία καταγραφής χρονολογίου και πατήστε υποβολή για να δημιουργηθεί ένα νέο τιμολόγιο πώλησης
@@ -1050,7 +1054,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py
DocType: Appraisal Goal,Goal,Στόχος
DocType: Sales Invoice Item,Edit Description,Επεξεργασία Περιγραφή
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,Αναμενόμενη ημερομηνία τοκετού είναι μικρότερο από το προβλεπόμενο Ημερομηνία Έναρξης.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,Για προμηθευτή
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,Για προμηθευτή
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Η ρύθμιση του τύπου λογαριασμού βοηθά στην επιλογή αυτού του λογαριασμού στις συναλλαγές.
DocType: Purchase Invoice,Grand Total (Company Currency),Γενικό σύνολο (νόμισμα της εταιρείας)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Συνολική εξερχόμενη
@@ -1122,6 +1126,7 @@ DocType: Sales Order Item,Planned Quantity,Προγραμματισμένη πο
DocType: Purchase Invoice Item,Item Tax Amount,Ποσό φόρου είδους
DocType: Item,Maintain Stock,Διατηρήστε Χρηματιστήριο
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +211,Stock Entries already created for Production Order ,Έχουν ήδη δημιουργηθεί καταχωρήσεις αποθέματος για την εντολή παραγωγής
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Net Change in Fixed Asset,Καθαρή Αλλαγή στο Παγίων
DocType: Leave Control Panel,Leave blank if considered for all designations,Άφησε το κενό αν ισχύει για όλες τις ονομασίες
apps/erpnext/erpnext/controllers/accounts_controller.py +517,Charge of type 'Actual' in row {0} cannot be included in Item Rate,Η επιβάρυνση του τύπου 'πραγματική' στη γραμμή {0} δεν μπορεί να συμπεριληφθεί στην τιμή είδους
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +182,Max: {0},Μέγιστο: {0}
@@ -1133,7 +1138,7 @@ DocType: Sales Invoice,Shipping Address Name,Όνομα διεύθυνσης α
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,Λογιστικό σχέδιο
DocType: Material Request,Terms and Conditions Content,Περιεχόμενο όρων και προϋποθέσεων
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,Δεν μπορεί να είναι μεγαλύτερη από 100
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,Το είδος {0} δεν είναι ένα αποθηκεύσιμο είδος
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,Το είδος {0} δεν είναι ένα αποθηκεύσιμο είδος
DocType: Maintenance Visit,Unscheduled,Έκτακτες
DocType: Employee,Owned,Ανήκουν
DocType: Salary Slip Deduction,Depends on Leave Without Pay,Εξαρτάται από άδειας άνευ αποδοχών
@@ -1181,7 +1186,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,Αναλ
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},Γραμμή {0}: Το ποσό που διατίθεται {1} πρέπει να είναι μικρότερο ή ίσο με το ποσό κε {2}
DocType: Item,Inventory,Απογραφή
DocType: Features Setup,"To enable ""Point of Sale"" view",Για να ενεργοποιήσετε το &quot;Point of Sale&quot; προβολή
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,Η πληρωμή δεν μπορεί να γίνει για άδειο καλάθι
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,Η πληρωμή δεν μπορεί να γίνει για άδειο καλάθι
DocType: Item,Sales Details,Λεπτομέρειες πωλήσεων
DocType: Opportunity,With Items,Με Αντικείμενα
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,Στην ποσότητα
@@ -1200,6 +1205,7 @@ apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliat
apps/erpnext/erpnext/public/js/setup_wizard.js +153,Financial Year Start Date,Ημερομηνία έναρξης για τη χρήση
DocType: Employee External Work History,Total Experience,Συνολική εμπειρία
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +276,Packing Slip(s) cancelled,Το(α) δελτίο(α) συσκευασίας ακυρώθηκε(αν)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Ταμειακές ροές από επενδυτικές
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Χρεώσεις μεταφοράς και προώθησης
DocType: Material Request Item,Sales Order No,Αρ. παραγγελίας πώλησης
DocType: Item Group,Item Group Name,Όνομα ομάδας ειδών
@@ -1212,7 +1218,7 @@ DocType: Maintenance Schedule,Schedules,Χρονοδιαγράμματα
DocType: Purchase Invoice Item,Net Amount,Καθαρό Ποσό
DocType: Purchase Order Item Supplied,BOM Detail No,Αρ. Λεπτομερειών Λ.Υ.
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Πρόσθετες ποσό έκπτωσης (Εταιρεία νομίσματος)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},Σφάλμα: {0} > {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},Σφάλμα: {0} > {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,Παρακαλώ να δημιουργήσετε νέο λογαριασμό από το λογιστικό σχέδιο.
DocType: Maintenance Visit,Maintenance Visit,Επίσκεψη συντήρησης
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,Πελάτης> ομάδα πελατών > περιοχή
@@ -1262,7 +1268,7 @@ DocType: Production Planning Tool,Select Sales Orders,Επιλέξτε παρα
,Material Requests for which Supplier Quotations are not created,Αιτήσεις υλικού για τις οποίες δεν έχουν δημιουργηθεί προσφορές προμηθευτή
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,Η ημέρα (ες) για την οποία υποβάλλετε αίτηση για άδεια είναι αργίες. Δεν χρειάζεται να ζητήσει άδεια.
DocType: Features Setup,To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.,Παρακολούθηση ειδών με barcode. Είναι δυνατή η εισαγωγή ειδών στο δελτίο αποστολής και στο τιμολόγιο πώλησης με σάρωση του barcode των ειδών.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588,Mark as Delivered,Επισήμανση ως Δημοσιεύθηκε
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589,Mark as Delivered,Επισήμανση ως Δημοσιεύθηκε
apps/erpnext/erpnext/crm/doctype/lead/lead.js +34,Make Quotation,Κάντε Προσφορά
DocType: Dependent Task,Dependent Task,Εξαρτημένη Εργασία
apps/erpnext/erpnext/stock/doctype/item/item.py +340,Conversion factor for default Unit of Measure must be 1 in row {0},Ο συντελεστής μετατροπής για την προεπιλεγμένη μονάδα μέτρησης πρέπει να είναι 1 στη γραμμή {0}
@@ -1272,7 +1278,8 @@ DocType: HR Settings,Stop Birthday Reminders,Διακοπή υπενθυμίσε
DocType: SMS Center,Receiver List,Λίστα παραλήπτη
DocType: Payment Tool Detail,Payment Amount,Ποσό πληρωμής
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Ποσό που καταναλώθηκε
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} Προβολή
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} Προβολή
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +89,Net Change in Cash,Καθαρή Αλλαγή σε μετρητά
DocType: Salary Structure Deduction,Salary Structure Deduction,Παρακρατήσεις στο μισθολόγιο
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Η μονάδα μέτρησης {0} έχει εισαχθεί περισσότερες από μία φορές στον πίνακας παραγόντων μετατροπής
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Κόστος ειδών που εκδόθηκαν
@@ -1309,6 +1316,7 @@ DocType: Payment Reconciliation,Payments,Πληρωμές
DocType: Budget Detail,Budget Allocated,Προϋπολογισμός που διατέθηκε
DocType: Journal Entry,Entry Type,Τύπος εισόδου
,Customer Credit Balance,Υπόλοιπο πίστωσης πελάτη
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21,Net Change in Accounts Payable,Καθαρή Αλλαγή πληρωτέων λογαριασμών
apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137,Please verify your email id,Παρακαλούμε επιβεβαιώστε ταυτότητα ηλεκτρονικού ταχυδρομείου σας
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',Για την έκπτωση με βάση πελάτη είναι απαραίτητο να επιλεγεί πελάτης
apps/erpnext/erpnext/config/accounts.py +53,Update bank payment dates with journals.,Ενημέρωση ημερομηνιών πληρωμών τραπέζης μέσω ημερολογίου.
@@ -1356,7 +1364,7 @@ DocType: Upload Attendance,Get Template,Βρες πρότυπο
DocType: Address,Postal,Ταχυδρομικός
DocType: Item,Weightage,Ζύγισμα
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,Μια ομάδα πελατών υπάρχει με το ίδιο όνομα παρακαλώ να αλλάξετε το όνομα του πελάτη ή να μετονομάσετε την ομάδα πελατών
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,Παρακαλώ επιλέξτε {0} πρώτα
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,Παρακαλώ επιλέξτε {0} πρώτα
apps/erpnext/erpnext/templates/pages/order.html +56,text {0},κειμένου {0}
DocType: Territory,Parent Territory,Έδαφος μητρική
DocType: Quality Inspection Reading,Reading 2,Μέτρηση 2
@@ -1390,7 +1398,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,Η άδεια εισπράχθηκε;
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,Το πεδίο 'ευκαιρία από' είναι υποχρεωτικό
DocType: Item,Variants,Παραλλαγές
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,Δημιούργησε παραγγελία αγοράς
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,Δημιούργησε παραγγελία αγοράς
DocType: SMS Center,Send To,Αποστολή προς
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},Δεν υπάρχει αρκετό υπόλοιπο άδειας για άδειες τύπου {0}
DocType: Payment Reconciliation Payment,Allocated amount,Ποσό που διατέθηκε
@@ -1415,7 +1423,7 @@ DocType: Item,Apply Warehouse-wise Reorder Level,Εφάρμοσε το επίπ
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +424,BOM {0} must be submitted,Η Λ.Υ. {0} πρέπει να υποβληθεί
DocType: Authorization Control,Authorization Control,Έλεγχος εξουσιοδότησης
apps/erpnext/erpnext/config/projects.py +23,Time Log for tasks.,Αρχείο καταγραφής χρονολογίου για εργασίες.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +561,Payment,Πληρωμή
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Payment,Πληρωμή
DocType: Production Order Operation,Actual Time and Cost,Πραγματικός χρόνος και κόστος
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},Αίτηση υλικού με μέγιστο {0} μπορεί να γίνει για το είδος {1} κατά την παραγγελία πώλησης {2}
DocType: Employee,Salutation,Χαιρετισμός
@@ -1522,7 +1530,7 @@ DocType: Appraisal,For Employee Name,Για το όνομα υπαλλήλου
DocType: Holiday List,Clear Table,Καθαρισμός πίνακα
DocType: Features Setup,Brands,Εμπορικά σήματα
DocType: C-Form Invoice Detail,Invoice No,Αρ. Τιμολογίου
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,Από παραγγελία αγοράς
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,Από παραγγελία αγοράς
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +93,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Αφήστε που δεν μπορούν να εφαρμοστούν / ακυρωθεί πριν {0}, η ισορροπία άδεια έχει ήδη μεταφοράς διαβιβάζεται στο μέλλον ρεκόρ χορήγηση άδειας {1}"
DocType: Activity Cost,Costing Rate,Κοστολόγηση Τιμή
,Customer Addresses And Contacts,Διευθύνσεις πελατών και των επαφών
@@ -1762,13 +1770,14 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,Εργαλείο μετονομασίας
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,Ενημέρωση κόστους
DocType: Item Reorder,Item Reorder,Αναδιάταξη είδους
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,Μεταφορά υλικού
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,Μεταφορά υλικού
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","Καθορίστε τις λειτουργίες, το κόστος λειτουργίας και να δώστε ένα μοναδικό αριθμό λειτουργίας στις λειτουργίες σας."
DocType: Purchase Invoice,Price List Currency,Νόμισμα τιμοκαταλόγου
DocType: Naming Series,User must always select,Ο χρήστης πρέπει πάντα να επιλέγει
DocType: Stock Settings,Allow Negative Stock,Επίτρεψε αρνητικό απόθεμα
DocType: Installation Note,Installation Note,Σημείωση εγκατάστασης
apps/erpnext/erpnext/public/js/setup_wizard.js +301,Add Taxes,Προσθήκη φόρων
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +38,Cash Flow from Financing,Ταμειακές ροές από χρηματοδοτικές
,Financial Analytics,Χρηματοοικονομικές αναφορές
DocType: Quality Inspection,Verified By,Πιστοποιημένο από
DocType: Address,Subsidiary,Θυγατρική
@@ -1811,6 +1820,7 @@ apps/erpnext/erpnext/config/selling.py +158,Setup incoming server for sales emai
DocType: Warranty Claim,Raised By,Δημιουργήθηκε από
DocType: Payment Tool,Payment Account,Λογαριασμός πληρωμών
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713,Please specify Company to proceed,Παρακαλώ ορίστε εταιρεία για να προχωρήσετε
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20,Net Change in Accounts Receivable,Καθαρή Αλλαγή σε εισπρακτέους λογαριασμούς
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46,Compensatory Off,Αντισταθμιστικά απενεργοποιημένα
DocType: Quality Inspection Reading,Accepted,Αποδεκτό
apps/erpnext/erpnext/setup/doctype/company/company.js +24,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,Παρακαλώ βεβαιωθείτε ότι έχετε πραγματικά θέλετε να διαγράψετε όλες τις συναλλαγές για την εν λόγω εταιρεία. Τα δεδομένα της κύριας σας θα παραμείνει ως έχει. Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.
@@ -2143,7 +2153,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},Η αποθήκη προορισμού είναι απαραίτητη για τη γραμμή {0}
DocType: Quality Inspection,Quality Inspection,Επιθεώρηση ποιότητας
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,Extra Small
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,Προειδοποίηση : ζητήθηκε ποσότητα υλικού που είναι μικρότερη από την ελάχιστη ποσότητα παραγγελίας
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,Προειδοποίηση : ζητήθηκε ποσότητα υλικού που είναι μικρότερη από την ελάχιστη ποσότητα παραγγελίας
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,Ο λογαριασμός {0} έχει παγώσει
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,Νομικό πρόσωπο / θυγατρικές εταιρείες με ξεχωριστό λογιστικό σχέδιο που ανήκουν στον οργανισμό.
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Τρόφιμα, ποτά και καπνός"
@@ -2195,7 +2205,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,Μόνο οι κόμβοι-φύλλα επιτρέπονται σε μία συναλλαγή
DocType: Expense Claim,Expense Approver,Υπεύθυνος έγκρισης δαπανών
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Το είδος στο αποδεικτικό παραλαβής αγοράς έχει προμηθευτεί
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,Πληρωμή
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,Πληρωμή
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,Έως ημερομηνία και ώρα
DocType: SMS Settings,SMS Gateway URL,SMS gateway URL
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,Logs για τη διατήρηση της κατάστασης παράδοσης sms
@@ -2242,7 +2252,7 @@ DocType: Target Detail,Target Detail,Λεπτομέρειες στόχου
DocType: Sales Order,% of materials billed against this Sales Order,% Των υλικών που χρεώθηκαν σε αυτήν την παραγγελία πώλησης
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,Καταχώρηση κλεισίματος περιόδου
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,Ένα κέντρο κόστους με υπάρχουσες συναλλαγές δεν μπορεί να μετατραπεί σε ομάδα
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,Απόσβεση
DocType: Account,Depreciation,Απόσβεση
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Προμηθευτής(-ές)
DocType: Customer,Credit Limit,Πιστωτικό όριο
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,Επιλέξτε τον τύπο της συναλλαγής
@@ -2267,6 +2277,7 @@ DocType: Quality Inspection,Outgoing,Εξερχόμενος
DocType: Material Request,Requested For,Ζητήθηκαν για
DocType: Quotation Item,Against Doctype,šΚατά τύπο εγγράφου
DocType: Delivery Note,Track this Delivery Note against any Project,Παρακολουθήστε αυτό το δελτίο αποστολής σε οποιουδήποτε έργο
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28,Net Cash from Investing,Καθαρές ταμειακές ροές από επενδυτικές
apps/erpnext/erpnext/accounts/doctype/account/account.py +176,Root account can not be deleted,Ο λογαριασμός ρίζας δεν μπορεί να διαγραφεί
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75,Show Stock Entries,Προβολή καταχωρήσεων αποθέματος
,Is Primary Address,Είναι Πρωτοβάθμια Διεύθυνση
@@ -2404,9 +2415,9 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,Ποσό αποδει
DocType: Time Log,Batched for Billing,Ομαδοποιημένα για χρέωση
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,Λογαριασμοί από τους προμηθευτές.
DocType: POS Profile,Write Off Account,Διαγραφή λογαριασμού
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,Ποσό έκπτωσης
DocType: Purchase Invoice,Return Against Purchase Invoice,Επιστροφή Ενάντια Αγορά Τιμολόγιο
DocType: Item,Warranty Period (in days),Περίοδος εγγύησης (σε ημέρες)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +16,Net Cash from Operations,Καθαρές ροές από λειτουργικές δραστηριότητες
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,Π.Χ. Φπα
apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,Στοιχείο 4
DocType: Journal Entry Account,Journal Entry Account,Λογαριασμός λογιστικής εγγραφής
@@ -2580,7 +2591,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
conflict by assigning priority. Price Rules: {0}","Πολλαπλοί κανόνας τιμής υπάρχουν με τα ίδια κριτήρια, παρακαλώ να επιλύσετε την διένεξη \ σύγκρουση με τον ορισμό προτεραιότητας. Κανόνες τιμής: {0}"""
DocType: Account,Bank,Τράπεζα
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Αερογραμμή
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,Υλικό έκδοσης
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,Υλικό έκδοσης
DocType: Material Request Item,For Warehouse,Για αποθήκη
DocType: Employee,Offer Date,Ημερομηνία προσφοράς
DocType: Hub Settings,Access Token,Η πρόσβαση παραχωρήθηκε
@@ -2600,6 +2611,7 @@ DocType: Purchase Invoice Item,Image View,Προβολή εικόνας
DocType: Issue,Opening Time,Ώρα ανοίγματος
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,Τα πεδία από και έως ημερομηνία είναι απαραίτητα
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,Κινητές αξίες & χρηματιστήρια εμπορευμάτων
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',Προεπιλεγμένη μονάδα μέτρησης για την παραλλαγή &#39;{0}&#39; πρέπει να είναι ίδιο με το πρότυπο &#39;{1}&#39;
DocType: Shipping Rule,Calculate Based On,Υπολογισμός με βάση:
DocType: Delivery Note Item,From Warehouse,Από Αποθήκης
DocType: Purchase Taxes and Charges,Valuation and Total,Αποτίμηση και σύνολο
@@ -2607,6 +2619,7 @@ DocType: Tax Rule,Shipping City,Αποστολές Σίτι
apps/erpnext/erpnext/stock/doctype/item/item.js +58,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,"Αυτό το στοιχείο είναι μια παραλλαγή του {0} (προτύπου). Τα χαρακτηριστικά θα αντιγραφούν από το πρότυπο, εκτός αν έχει οριστεί «όχι αντιγραφή '"
DocType: Account,Purchase User,Χρήστης αγορών
DocType: Notification Control,Customize the Notification,Προσαρμόστε την ενημέρωση
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17,Cash Flow from Operations,Ταμειακές ροές από εργασίες
apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24,Default Address Template cannot be deleted,Το προεπιλεγμένο πρότυπο διεύθυνσης δεν μπορεί να διαγραφεί
DocType: Sales Invoice,Shipping Rule,Κανόνας αποστολής
DocType: Journal Entry,Print Heading,Εκτύπωση κεφαλίδας
@@ -2647,7 +2660,7 @@ apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet
apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,Ώρα
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation","Το είδος σειράς {0} δεν μπορεί να ενημερωθεί \ χρησιμοποιώντας συμφωνία αποθέματος"""
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,Μεταφορά Υλικού Προμηθευτή
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,Μεταφορά Υλικού Προμηθευτή
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,Ένας νέος σειριακός αριθμός δεν μπορεί να έχει αποθήκη. Η αποθήκη πρέπει να ορίζεται από καταχωρήσεις αποθέματος ή από παραλαβές αγορών
DocType: Lead,Lead Type,Τύπος επαφής
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,Δημιουργία προσφοράς
@@ -2659,7 +2672,7 @@ DocType: BOM Replace Tool,The new BOM after replacement,Η νέα Λ.Υ. μετ
DocType: Features Setup,Point of Sale,Point of sale
DocType: Account,Tax,Φόρος
apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +37,Row {0}: {1} is not a valid {2},Γραμμή {0}: {1} δεν είναι έγκυρο {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +438,From Product Bundle,Από Bundle Προϊόν
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +439,From Product Bundle,Από Bundle Προϊόν
DocType: Production Planning Tool,Production Planning Tool,Εργαλείο σχεδιασμού παραγωγής
DocType: Quality Inspection,Report Date,Ημερομηνία έκθεσης
DocType: C-Form,Invoices,Τιμολόγια
@@ -2674,6 +2687,7 @@ DocType: Stock Settings,Percentage you are allowed to receive or deliver more ag
DocType: Pricing Rule,Customer Group,Ομάδα πελατών
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +168,Expense account is mandatory for item {0},Ο λογαριασμός δαπανών είναι υποχρεωτικός για το είδος {0}
DocType: Item,Website Description,Περιγραφή δικτυακού τόπου
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Net Change in Equity,Καθαρή Μεταβολή Ιδίων Κεφαλαίων
DocType: Serial No,AMC Expiry Date,Ε.Σ.Υ. Ημερομηνία λήξης
,Sales Register,Ταμείο πωλήσεων
DocType: Quotation,Quotation Lost Reason,Λόγος απώλειας προσφοράς
@@ -2685,7 +2699,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,Παρακαλώ επιλέξτε μεταφορά εάν θέλετε επίσης να περιλαμβάνεται το ισοζύγιο από το προηγούμενο οικονομικό έτος σε αυτό η χρήση
DocType: GL Entry,Against Voucher Type,Κατά τον τύπο αποδεικτικού
DocType: Item,Attributes,Γνωρίσματα
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,Βρες είδη
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,Βρες είδη
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,Παρακαλώ εισάγετε λογαριασμό διαγραφών
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,Τελευταία ημερομηνία παραγγελίας
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,Δημιούργησε τιμολόγιο έμμεσης εσωτερικής φορολογίας
@@ -2735,7 +2749,7 @@ DocType: Quality Inspection,Delivery Note No,Αρ. δελτίου αποστολ
DocType: Company,Retail,Λιανική πώληση
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,O πελάτης {0} δεν υπάρχει
DocType: Attendance,Absent,Απών
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,Πακέτο προϊόντων
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,Πακέτο προϊόντων
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180,Row {0}: Invalid reference {1},Σειρά {0}: Άκυρη αναφορά {1}
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Αγοράστε φόροι και επιβαρύνσεις Πρότυπο
DocType: Upload Attendance,Download Template,Κατεβάστε πρότυπο
@@ -2763,7 +2777,7 @@ DocType: Sales Invoice,Product Bundle Help,Προϊόν Βοήθεια Bundle
,Monthly Attendance Sheet,Μηνιαίο δελτίο συμμετοχής
apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16,No record found,Δεν βρέθηκαν εγγραφές
apps/erpnext/erpnext/controllers/stock_controller.py +175,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: Tο κέντρο κόστους είναι υποχρεωτικό για το είδος {2}
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +467,Get Items from Product Bundle,Πάρετε τα στοιχεία από Bundle Προϊόν
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468,Get Items from Product Bundle,Πάρετε τα στοιχεία από Bundle Προϊόν
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79,Account {0} is inactive,Ο λογαριασμός {0} είναι ανενεργός
DocType: GL Entry,Is Advance,Είναι προκαταβολή
apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,Η συμμετοχή από και μέχρι είναι απαραίτητη
@@ -2954,7 +2968,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),Ποσοστό ( %
DocType: Stock Entry Detail,Additional Cost,Πρόσθετο κόστος
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,Ημερομηνία λήξης για η χρήση
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","Δεν μπορείτε να φιλτράρετε με βάση αρ. αποδεικτικού, αν είναι ομαδοποιημένες ανά αποδεικτικό"
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,Δημιούργησε προσφορά προμηθευτή
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,Δημιούργησε προσφορά προμηθευτή
DocType: Quality Inspection,Incoming,Εισερχόμενος
DocType: BOM,Materials Required (Exploded),Υλικά που απαιτούνται (αναλυτικά)
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),Μείωση κερδών για άδεια άνευ αποδοχών (Α.Α.Α.)
@@ -2977,6 +2991,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Piecework,Εργ
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +64,Avg. Buying Rate,Μέση τιμή αγοράς
DocType: Task,Actual Time (in Hours),Πραγματικός χρόνος (σε ώρες)
DocType: Employee,History In Company,Ιστορικό στην εταιρεία
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +128,The total Issue / Transfer quantity {0} in Material Request {1} cannot be greater than requested quantity {2} for Item {3},Η ποσότητα συνολικής έκδοσης / Μεταφορά {0} στο Υλικό Αίτημα {1} δεν μπορεί να είναι μεγαλύτερη από την απαιτούμενη ποσότητα {2} για τη θέση {3}
apps/erpnext/erpnext/config/crm.py +151,Newsletters,Ενημερωτικά Δελτία
DocType: Address,Shipping,Αποστολή
DocType: Stock Ledger Entry,Stock Ledger Entry,Καθολική καταχώρηση αποθέματος
@@ -2996,7 +3011,6 @@ DocType: Account,Auditor,Ελεγκτής
DocType: Purchase Order,End date of current order's period,Ημερομηνία λήξης της περιόδου της τρέχουσας παραγγελίας
apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +17,Make Offer Letter,Πραγματοποίηση προσφοράς Επιστολή
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +10,Return,Απόδοση
apps/erpnext/erpnext/stock/doctype/item/item.py +544,Default Unit of Measure for Variant must be same as Template,Προεπιλεγμένη μονάδα μέτρησης για την παραλλαγή πρέπει να είναι ίδιο με το Πρότυπο
DocType: Production Order Operation,Production Order Operation,Λειτουργία παραγγελίας παραγωγής
DocType: Pricing Rule,Disable,Απενεργοποίηση
DocType: Project Task,Pending Review,Εκκρεμής αναθεώρηση
@@ -3041,6 +3055,7 @@ apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{
DocType: Opportunity,Next Contact,Επόμενο Επικοινωνία
DocType: Employee,Employment Type,Τύπος απασχόλησης
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +40,Fixed Assets,Πάγια
,Cash Flow,Κατάσταση Ταμειακών Ροών
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85,Application period cannot be across two alocation records,Περίοδος υποβολής των αιτήσεων δεν μπορεί να είναι σε δύο εγγραφές alocation
DocType: Item Group,Default Expense Account,Προεπιλεγμένος λογαριασμός δαπανών
DocType: Employee,Notice (days),Ειδοποίηση (ημέρες)
@@ -3078,7 +3093,7 @@ DocType: Workstation,per hour,Ανά ώρα
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,Ο λογαριασμός για την αποθήκη (διαρκής απογραφή) θα δημιουργηθεί στο πλαίσιο του παρόντος λογαριασμού.
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,"Η αποθήκη δεν μπορεί να διαγραφεί, γιατί υφίσταται καταχώρηση στα καθολικά αποθέματα για την αποθήκη αυτή."
DocType: Company,Distribution,Διανομή
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,Πληρωμένο Ποσό
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,Πληρωμένο Ποσό
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,Υπεύθυνος έργου
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,Αποστολή
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,Η μέγιστη έκπτωση που επιτρέπεται για το είδος: {0} είναι {1}%
@@ -3120,7 +3135,7 @@ apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +425,Transaction n
apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","Για να ορίσετε την τρέχουσα χρήση ως προεπιλογή, κάντε κλικ στο 'ορισμός ως προεπιλογή'"
apps/erpnext/erpnext/config/support.py +54,Setup incoming server for support email id. (e.g. support@example.com),Ρύθμιση διακομιστή εισερχομένων για το email ID υποστήριξης. ( Π.Χ. Support@example.Com )
apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19,Shortage Qty,Έλλειψη ποσότητας
apps/erpnext/erpnext/stock/doctype/item/item.py +569,Item variant {0} exists with same attributes,Παραλλαγή Θέση {0} υπάρχει με ίδια χαρακτηριστικά
apps/erpnext/erpnext/stock/doctype/item/item.py +570,Item variant {0} exists with same attributes,Παραλλαγή Θέση {0} υπάρχει με ίδια χαρακτηριστικά
DocType: Salary Slip,Salary Slip,Βεβαίωση αποδοχών
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48,'To Date' is required,Το πεδίο 'έως ημερομηνία' είναι απαραίτητο.
DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","Δημιουργία δελτίων συσκευασίας για τα πακέτα που είναι να παραδοθούν. Χρησιμοποιείται για να ενημερώσει τον αριθμό πακέτου, το περιεχόμενο του πακέτου και το βάρος του."
@@ -3233,7 +3248,7 @@ DocType: Time Log,Hours,Ώρες
DocType: Project,Expected Start Date,Αναμενόμενη ημερομηνία έναρξης
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41,Remove item if charges is not applicable to that item,Αφαιρέστε το είδος εάν οι επιβαρύνσεις δεν ισχύουν για αυτό το είδος
DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,Π.Χ. SMSgateway.Com / api / send_SMS.Cgi
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +597,Receive,Λήψη
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +598,Receive,Λήψη
DocType: Maintenance Visit,Fully Completed,Πλήρως ολοκληρωμένο
apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% ολοκληρωμένο
DocType: Employee,Educational Qualification,Εκπαιδευτικά προσόντα
@@ -3337,7 +3352,7 @@ DocType: Notification Control,Sales Invoice Message,Μήνυμα τιμολογ
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,Κλείσιμο του λογαριασμού {0} πρέπει να είναι τύπου Ευθύνης / Ίδια Κεφάλαια
DocType: Authorization Rule,Based On,Με βάση την
DocType: Sales Order Item,Ordered Qty,Παραγγελθείσα ποσότητα
apps/erpnext/erpnext/stock/doctype/item/item.py +580,Item {0} is disabled,Θέση {0} είναι απενεργοποιημένη
apps/erpnext/erpnext/stock/doctype/item/item.py +581,Item {0} is disabled,Θέση {0} είναι απενεργοποιημένη
DocType: Stock Settings,Stock Frozen Upto,Παγωμένο απόθεμα μέχρι
apps/erpnext/erpnext/controllers/recurring_document.py +163,Period From and Period To dates mandatory for recurring {0},Περίοδος Από και χρονική περίοδος ημερομηνίες υποχρεωτική για τις επαναλαμβανόμενες {0}
apps/erpnext/erpnext/config/projects.py +13,Project activity / task.,Δραστηριότητες / εργασίες έργου
@@ -3456,7 +3471,7 @@ DocType: Company,Round Off Account,Στρογγυλεύουν Λογαριασμ
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,Δαπάνες διοικήσεως
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,Συμβουλή
DocType: Customer Group,Parent Customer Group,Γονική ομάδα πελατών
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,Αλλαγή
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,Αλλαγή
DocType: Purchase Invoice,Contact Email,Email επαφής
DocType: Appraisal Goal,Score Earned,Αποτέλεσμα
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""","Π.Χ. "" Η εταιρεία μου llc """
@@ -3472,7 +3487,7 @@ apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zer
DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,Ποσότητα του είδους που αποκτήθηκε μετά την παραγωγή / ανασυσκευασία από συγκεκριμένες ποσότητες πρώτων υλών
DocType: Payment Reconciliation,Receivable / Payable Account,Εισπρακτέοι / πληρωτέοι λογαριασμού
DocType: Delivery Note Item,Against Sales Order Item,Κατά το είδος στην παραγγελία πώλησης
apps/erpnext/erpnext/stock/doctype/item/item.py +562,Please specify Attribute Value for attribute {0},Παρακαλείστε να αναφέρετε Χαρακτηριστικό γνώρισμα Σχέση {0}
apps/erpnext/erpnext/stock/doctype/item/item.py +563,Please specify Attribute Value for attribute {0},Παρακαλείστε να αναφέρετε Χαρακτηριστικό γνώρισμα Σχέση {0}
DocType: Item,Default Warehouse,Προεπιλεγμένη αποθήκη
DocType: Task,Actual End Date (via Time Logs),Πραγματική Ημερομηνία λήξης (μέσω χρόνος Καταγράφει)
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37,Budget cannot be assigned against Group Account {0},Ο προϋπολογισμός δεν μπορεί να αποδοθεί κατά του λογαριασμού του Ομίλου {0}
@@ -3538,7 +3553,7 @@ DocType: Account,Parent Account,Γονικός λογαριασμός
DocType: Quality Inspection Reading,Reading 3,Μέτρηση 3
,Hub,Hub
DocType: GL Entry,Voucher Type,Τύπος αποδεικτικού
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,Τιμοκατάλογος δεν βρέθηκε ή άτομα με ειδικές ανάγκες
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,Τιμοκατάλογος δεν βρέθηκε ή άτομα με ειδικές ανάγκες
DocType: Expense Claim,Approved,Εγκρίθηκε
DocType: Pricing Rule,Price,Τιμή
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',Υπάλληλος ελεύθερος για {0} πρέπει να οριστεί ως έχει φύγει
@@ -3563,7 +3578,7 @@ apps/erpnext/erpnext/config/stock.py +283,Batch Inventory,Παρτίδα Απο
DocType: Employee,Contract End Date,Ημερομηνία λήξης συμβολαίου
DocType: Sales Order,Track this Sales Order against any Project,Παρακολουθήστε αυτές τις πωλήσεις παραγγελίας σε οποιουδήποτε έργο
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,Εμφάνισε παραγγελίες πώλησης (εκκρεμεί παράδοση) με βάση τα ανωτέρω κριτήρια
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,Από προσφορά προμηθευτή
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,Από προσφορά προμηθευτή
DocType: Deduction Type,Deduction Type,Τύπος κράτησης
DocType: Attendance,Half Day,Μισή ημέρα
DocType: Pricing Rule,Min Qty,Ελάχιστη ποσότητα
@@ -3650,7 +3665,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(Μισή ημέρα)
DocType: Supplier,Credit Days,Ημέρες πίστωσης
DocType: Leave Type,Is Carry Forward,Είναι μεταφορά σε άλλη χρήση
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,Λήψη ειδών από Λ.Υ.
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,Λήψη ειδών από Λ.Υ.
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Ημέρες ανοχής
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,Bill Υλικών
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Σειρά {0}: Τύπος Πάρτυ και το Κόμμα απαιτείται για εισπρακτέοι / πληρωτέοι λογαριασμό {1}
1 DocType: Employee Salary Mode Λειτουργία Μισθός
21 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36 Currency is required for Price List {0} Το νόμισμα είναι απαραίτητο για τον τιμοκατάλογο {0}
22 DocType: Sales Taxes and Charges Template * Will be calculated in the transaction. * Θα υπολογίζεται στη συναλλαγή.
23 DocType: Purchase Order Customer Contact Επικοινωνία Πελατών
24 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661 From Material Request Από αίτηση υλικού
25 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37 {0} Tree {0} Δέντρο
26 DocType: Job Applicant Job Applicant Αιτών εργασία
27 apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18 No more results. Δεν υπάρχουν άλλα αποτελέσματα.
52 DocType: Features Setup 1. To maintain the customer wise item code and to make them searchable based on their code use this option 1. Για να διατηρήσετε τον πελατοκεντρικό κωδικό είδους και να καταστούν προσβάσιμα με βάση τον κωδικό τους, χρησιμοποιήστε αυτή την επιλογή
53 DocType: Mode of Payment Account Mode of Payment Account Λογαριασμός τρόπου πληρωμής
54 apps/erpnext/erpnext/stock/doctype/item/item.js +49 Show Variants Προβολή παραλλαγών
55 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479 Quantity Ποσότητα
56 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174 Loans (Liabilities) Δάνεια (παθητικό )
57 DocType: Employee Education Year of Passing Έτος περάσματος
58 apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12 In Stock Σε Απόθεμα
63 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31 Health Care Υγειονομική περίθαλψη
64 DocType: Purchase Invoice Monthly Μηνιαίος
65 apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66 Delay in payment (Days) Καθυστέρηση στην πληρωμή (Ημέρες)
66 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607 Invoice Τιμολόγιο
67 DocType: Maintenance Schedule Item Periodicity Περιοδικότητα
68 apps/erpnext/erpnext/public/js/setup_wizard.js +107 Email Address Διεύθυνση ηλεκτρονικού ταχυδρομείου
69 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21 Defense Άμυνα
72 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193 Row {0}: {1} {2} does not match with {3} Γραμμή {0}: {1} {2} δεν ταιριάζει με το {3}
73 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74 Row # {0}: Γραμμή # {0}:
74 DocType: Delivery Note Vehicle No Αρ. οχήματος
75 apps/erpnext/erpnext/public/js/pos/pos.js +528 apps/erpnext/erpnext/public/js/pos/pos.js +534 Please select Price List Παρακαλώ επιλέξτε τιμοκατάλογο
76 DocType: Production Order Operation Work In Progress Εργασία σε εξέλιξη
77 DocType: Employee Holiday List Λίστα αργιών
78 DocType: Time Log Time Log Αρχείο καταγραφής χρονολογίου
214 Production Orders in Progress Εντολές παραγωγής σε εξέλιξη
215 DocType: Lead apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37 Address & Contact Net Cash from Financing Διεύθυνση & Επαφή Καθαρές ροές από επενδυτικές
216 DocType: Leave Allocation DocType: Lead Add unused leaves from previous allocations Address & Contact Προσθήκη αχρησιμοποίητα φύλλα από προηγούμενες κατανομές Διεύθυνση & Επαφή
217 DocType: Leave Allocation Add unused leaves from previous allocations Προσθήκη αχρησιμοποίητα φύλλα από προηγούμενες κατανομές
218 apps/erpnext/erpnext/controllers/recurring_document.py +203 Next Recurring {0} will be created on {1} Το επόμενο επαναλαμβανόμενο {0} θα δημιουργηθεί στις {1}
219 DocType: Newsletter List Total Subscribers Σύνολο Συνδρομητές
220 Contact Name Όνομα επαφής
233 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398 Leave Blocked Η άδεια εμποδίστηκε
234 apps/erpnext/erpnext/stock/doctype/item/item.py +576 apps/erpnext/erpnext/stock/doctype/item/item.py +577 Item {0} has reached its end of life on {1} Το είδος {0} έχει φτάσει στο τέλος της διάρκειας ζωής του στο {1}
235 apps/erpnext/erpnext/accounts/utils.py +341 Annual Ετήσιος
236 DocType: Stock Reconciliation Item Stock Reconciliation Item Είδος συμφωνίας αποθέματος
237 DocType: Stock Entry Sales Invoice No Αρ. Τιμολογίου πώλησης
238 DocType: Material Request Item Min Order Qty Ελάχιστη ποσότητα παραγγελίας
239 DocType: Lead Do Not Contact Μην επικοινωνείτε
245 Terretory Περιοχή
246 apps/erpnext/erpnext/stock/doctype/item/item.py +596 apps/erpnext/erpnext/stock/doctype/item/item.py +597 Item {0} is cancelled Το είδος {0} είναι ακυρωμένο
247 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607 Material Request Αίτηση υλικού
248 DocType: Bank Reconciliation Update Clearance Date Ενημέρωση ημερομηνίας εκκαθάρισης
249 DocType: Item Purchase Details Λεπτομέρειες αγοράς
250 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +321 Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1} Θέση {0} δεν βρέθηκε στο «πρώτες ύλες που προμηθεύεται« πίνακα Εντολή Αγοράς {1}
251 DocType: Employee Relation Σχέση
308 apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54 {0} already allocated for Employee {1} for period {2} to {3} {0} έχει ήδη διατεθεί υπάλληλου {1} για χρονικό διάστημα {2} σε {3}
309 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Select Item Επιλέξτε Προϊόν
310 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150 Item: {0} managed batch-wise, can not be reconciled using \ Stock Reconciliation, instead use Stock Entry Το είδος: {0} όσον αφορά παρτίδες, δεν μπορεί να συμφωνηθεί με τη χρήση \ συμφωνιών αποθέματος, χρησιμοποιήστε καταχωρήσεις αποθέματος"
311 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262 Purchase Invoice {0} is already submitted Το τιμολογίου αγοράς {0} έχει ήδη υποβληθεί
312 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87 Row # {0}: Batch No must be same as {1} {2} Σειρά # {0}: Παρτίδα Δεν πρέπει να είναι ίδιο με το {1} {2}
313 apps/erpnext/erpnext/accounts/doctype/account/account.js +54 Convert to non-Group Μετατροπή σε μη-Group
314 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55 Purchase Receipt must be submitted Το αποδεικτικό παραλαβής αγοράς πρέπει να υποβληθεί
381 apps/erpnext/erpnext/stock/doctype/item/item.py +553 apps/erpnext/erpnext/stock/doctype/item/item.py +554 Attribute {0} selected multiple times in Attributes Table Χαρακτηριστικό {0} πολλές φορές σε πίνακα Χαρακτηριστικά
382 DocType: HR Settings Employee record is created using selected field. Η Εγγραφή υπαλλήλου δημιουργείται χρησιμοποιώντας το επιλεγμένο πεδίο.
383 DocType: Sales Order Not Applicable Μη εφαρμόσιμο
384 apps/erpnext/erpnext/config/hr.py +140 Holiday master. Κύρια εγγραφή αργιών.
385 DocType: Material Request Item Required Date Απαιτούμενη ημερομηνία
386 DocType: Delivery Note Billing Address Διεύθυνση χρέωσης
387 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736 Please enter Item Code. Παρακαλώ εισάγετε κωδικό είδους.
388 DocType: BOM Costing Κοστολόγηση
389 DocType: Purchase Taxes and Charges If checked, the tax amount will be considered as already included in the Print Rate / Print Amount Εάν είναι επιλεγμένο, το ποσό του φόρου θα πρέπει να θεωρείται ότι έχει ήδη συμπεριληφθεί στην τιμή / ποσό εκτύπωσης
390 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48 Total Qty Συνολική ποσότητα
391 DocType: Employee Health Concerns Ανησυχίες για την υγεία
392 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15 Unpaid Απλήρωτα
393 DocType: Packing Slip From Package No. Από αρ. συσκευασίας
489 DocType: Sales Invoice Customer's Vendor Πωλητής πελάτη
490 apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +214 Production Order is Mandatory Η εντολή παραγωγής είναι υποχρεωτική
491 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +139 Proposal Writing Συγγραφή πρότασης
492 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35 Another Sales Person {0} exists with the same Employee id Ένα άλλο πρόσωπο Πωλήσεις {0} υπάρχει με την ίδια ταυτότητα υπαλλήλου
493 apps/erpnext/erpnext/stock/stock_ledger.py +336 Negative Stock Error ({6}) for Item {0} in Warehouse {1} on {2} {3} in {4} {5} Σφάλμα αρνητικού αποθέματος ({6}) για το είδος {0} στην αποθήκη {1} στο {2} {3} σε {4} {5}
494 DocType: Fiscal Year Company Fiscal Year Company Εταιρεία χρήσης
495 DocType: Packing Slip Item DN Detail Λεπτομέρεια dn
517 apps/erpnext/erpnext/controllers/trends.py +39 DocType: SMS Settings 'Based On' and 'Group By' can not be same Receiver Parameter Τα πεδία με βάση και ομαδοποίηση κατά δεν μπορεί να είναι ίδια Παράμετρος παραλήπτη
518 DocType: Sales Person apps/erpnext/erpnext/controllers/trends.py +39 Sales Person Targets 'Based On' and 'Group By' can not be same Στόχοι πωλητή Τα πεδία με βάση και ομαδοποίηση κατά δεν μπορεί να είναι ίδια
519 DocType: Production Order Operation DocType: Sales Person In minutes Sales Person Targets Σε λεπτά Στόχοι πωλητή
520 DocType: Production Order Operation In minutes Σε λεπτά
521 DocType: Issue Resolution Date Ημερομηνία επίλυσης
522 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 Please set default Cash or Bank account in Mode of Payment {0} Παρακαλώ ορίστε τον προεπιλεγμένο λογιαριασμό μετρητών ή τραπέζης στον τρόπο πληρωμής {0}
523 DocType: Selling Settings Customer Naming By Ονομασία πελάτη από
524 apps/erpnext/erpnext/accounts/doctype/account/account.js +67 Convert to Group Μετατροπή σε ομάδα
525 DocType: Activity Cost Activity Type Τύπος δραστηριότητας
526 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47 Delivered Amount Ποσό που παραδόθηκε
799 apps/erpnext/erpnext/stock/doctype/item/item.py +550 DocType: Delivery Note Attribute table is mandatory Delivery To Τραπέζι χαρακτηριστικό γνώρισμα είναι υποχρεωτικό Παράδοση προς
800 DocType: Production Planning Tool apps/erpnext/erpnext/stock/doctype/item/item.py +551 Get Sales Orders Attribute table is mandatory Βρες παραγγελίες πώλησης Τραπέζι χαρακτηριστικό γνώρισμα είναι υποχρεωτικό
801 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 DocType: Production Planning Tool {0} can not be negative Get Sales Orders Η {0} δεν μπορεί να είναι αρνητική Βρες παραγγελίες πώλησης
802 apps/erpnext/erpnext/templates/form_grid/item_grid.html +72 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 Discount {0} can not be negative Έκπτωση Η {0} δεν μπορεί να είναι αρνητική
803 apps/erpnext/erpnext/public/js/pos/pos.html +28 Discount Έκπτωση
804 DocType: Features Setup Purchase Discounts Εκπτώσεις αγοράς
805 DocType: Workstation Wages œΜισθοί
806 DocType: Time Log Will be updated only if Time Log is 'Billable' Θα πρέπει να ενημερώνεται μόνο αν ο χρόνος καταγραφής είναι «Χρεώσιμη»
821 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_calendar.js +39 WIP Warehouse Αποθήκη εργασιών σε εξέλιξη
822 apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +194 Serial No {0} is under maintenance contract upto {1} Ο σειριακός αριθμός {0} έχει σύμβαση συντήρησης σε ισχύ μέχρι {1}
823 DocType: BOM Operation Operation Λειτουργία
824 DocType: Lead Organization Name Όνομα οργανισμού
825 DocType: Tax Rule Shipping State Μέλος αποστολής
826 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61 Item must be added using 'Get Items from Purchase Receipts' button Το στοιχείο πρέπει να προστεθεί με τη χρήση του κουμπιού 'Λήψη ειδών από αποδεικτικά παραλαβής'
827 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126 Sales Expenses Έξοδα πωλήσεων
843 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +145 Dr Dr
844 apps/erpnext/erpnext/config/buying.py +23 Quotations received from Suppliers. Προσφορές που λήφθηκαν από προμηθευτές.
845 apps/erpnext/erpnext/controllers/selling_controller.py +21 To {0} | {1} {2} Έως {0} | {1} {2}
846 DocType: Time Log Batch updated via Time Logs ενημερώνεται μέσω χρόνος Καταγράφει
847 apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +40 Average Age Μέσος όρος ηλικίας
848 DocType: Opportunity Your sales person who will contact the customer in future Ο πωλητής σας που θα επικοινωνήσει με τον πελάτη στο μέλλον
849 apps/erpnext/erpnext/public/js/setup_wizard.js +344 List a few of your suppliers. They could be organizations or individuals. Απαριθμήστε μερικούς από τους προμηθευτές σας. Θα μπορούσαν να είναι φορείς ή ιδιώτες.
850 DocType: Company Default Currency Προεπιλεγμένο νόμισμα
851 DocType: Contact Enter designation of this Contact Εισάγετε ονομασία αυτής της επαφής
852 DocType: Expense Claim From Employee Από υπάλληλο
913 DocType: Account DocType: Email Digest Warehouse Payables Αποθήκη Υποχρεώσεις
914 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +93 DocType: Account Row #{0}: Rejected Qty can not be entered in Purchase Return Warehouse Σειρά # {0}: Απορρίφθηκε Ποσότητα δεν μπορούν να εισαχθούν στην Αγορά Επιστροφή Αποθήκη
915 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +93 Purchase Order Items To Be Billed Row #{0}: Rejected Qty can not be entered in Purchase Return Είδη παραγγελίας αγοράς προς χρέωση Σειρά # {0}: Απορρίφθηκε Ποσότητα δεν μπορούν να εισαχθούν στην Αγορά Επιστροφή
916 Purchase Order Items To Be Billed Είδη παραγγελίας αγοράς προς χρέωση
917 DocType: Purchase Invoice Item Net Rate Καθαρή Τιμή
918 DocType: Purchase Invoice Item Purchase Invoice Item Είδος τιμολογίου αγοράς
919 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50 Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts Οι καταχωρήσεις του καθολικού αποθέματος και οι καταχωρήσεις GL θα επαναδημοσιευτούν για τα επιλεγμένα αποδεικτικά παραλαβής αγορών
1054 apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +33 Currency of the Closing Account must be {0} Νόμισμα του Λογαριασμού κλεισίματος πρέπει να είναι {0}
1055 apps/erpnext/erpnext/hr/doctype/appraisal_template/appraisal_template.py +21 Sum of points for all goals should be 100. It is {0} Άθροισμα των βαθμών για όλους τους στόχους πρέπει να είναι 100. Πρόκειται για {0}
1056 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +360 Operations cannot be left blank. Οι λειτουργίες δεν μπορεί να είναι κενές.
1057 Delivered Items To Be Billed Είδη για χρέωση που έχουν παραδοθεί
1058 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +60 Warehouse cannot be changed for Serial No. Η αποθήκη δεν μπορεί να αλλάξει για τον σειριακό αριθμό
1059 DocType: Authorization Rule Average Discount Μέση έκπτωση
1060 DocType: Address Utilities Επιχειρήσεις κοινής ωφέλειας
1126 DocType: Stock Entry DocType: Quality Inspection Total Additional Costs Readings Συνολικό πρόσθετο κόστος Μετρήσεις
1127 apps/erpnext/erpnext/public/js/setup_wizard.js +377 DocType: Stock Entry Sub Assemblies Total Additional Costs Υποσυστήματα Συνολικό πρόσθετο κόστος
1128 DocType: Shipping Rule Condition apps/erpnext/erpnext/public/js/setup_wizard.js +377 To Value Sub Assemblies ˆΈως αξία Υποσυστήματα
1129 DocType: Shipping Rule Condition To Value ˆΈως αξία
1130 DocType: Supplier Stock Manager Διευθυντής Χρηματιστήριο
1131 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +143 Source warehouse is mandatory for row {0} Η αποθήκη προέλευσης είναι απαραίτητη για τη σειρά {0}
1132 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +581 Packing Slip Δελτίο συσκευασίας
1138 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83 Analyst Αναλυτής
1139 apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149 Row {0}: Allocated amount {1} must be less than or equals to JV amount {2} Γραμμή {0}: Το ποσό που διατίθεται {1} πρέπει να είναι μικρότερο ή ίσο με το ποσό κε {2}
1140 DocType: Item Inventory Απογραφή
1141 DocType: Features Setup To enable "Point of Sale" view Για να ενεργοποιήσετε το &quot;Point of Sale&quot; προβολή
1142 apps/erpnext/erpnext/public/js/pos/pos.js +402 apps/erpnext/erpnext/public/js/pos/pos.js +408 Payment cannot be made for empty cart Η πληρωμή δεν μπορεί να γίνει για άδειο καλάθι
1143 DocType: Item Sales Details Λεπτομέρειες πωλήσεων
1144 DocType: Opportunity With Items Με Αντικείμενα
1186 DocType: Delivery Note DocType: Stock Reconciliation In Words will be visible once you save the Delivery Note. This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses. Με λόγια θα είναι ορατά αφού αποθηκεύσετε το δελτίο αποστολής. Αυτό το εργαλείο σας βοηθά να ενημερώσετε ή να διορθώσετε την ποσότητα και την αποτίμηση των αποθεμάτων στο σύστημα. Συνήθως χρησιμοποιείται για να συγχρονίσει τις τιμές του συστήματος και του τι πραγματικά υπάρχει στις αποθήκες σας.
1187 apps/erpnext/erpnext/config/stock.py +115 DocType: Delivery Note Brand master. In Words will be visible once you save the Delivery Note. Κύρια εγγραφή εμπορικού σήματος Με λόγια θα είναι ορατά αφού αποθηκεύσετε το δελτίο αποστολής.
1188 DocType: Sales Invoice Item apps/erpnext/erpnext/config/stock.py +115 Brand Name Brand master. Εμπορική επωνυμία Κύρια εγγραφή εμπορικού σήματος
1189 DocType: Purchase Receipt DocType: Sales Invoice Item Transporter Details Brand Name Λεπτομέρειες Transporter Εμπορική επωνυμία
1190 apps/erpnext/erpnext/public/js/setup_wizard.js +380 DocType: Purchase Receipt Box Transporter Details Κουτί Λεπτομέρειες Transporter
1191 apps/erpnext/erpnext/public/js/setup_wizard.js +137 apps/erpnext/erpnext/public/js/setup_wizard.js +380 The Organization Box Ο οργανισμός Κουτί
1192 DocType: Monthly Distribution apps/erpnext/erpnext/public/js/setup_wizard.js +137 Monthly Distribution The Organization Μηνιαία διανομή Ο οργανισμός
1205 apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +36 apps/erpnext/erpnext/config/stock.py +268 {0} must appear only once Opening Stock Balance {0} Πρέπει να εμφανίζεται μόνο μία φορά Άνοιγμα Χρηματιστήριο Υπόλοιπο
1206 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +332 apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +36 Not allowed to tranfer more {0} than {1} against Purchase Order {2} {0} must appear only once Δεν επιτρέπεται να μεταφέρουμε περισσότερο {0} από {1} εναντίον παραγγελίας {2} {0} Πρέπει να εμφανίζεται μόνο μία φορά
1207 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +332 Leaves Allocated Successfully for {0} Not allowed to tranfer more {0} than {1} against Purchase Order {2} Οι άδειες κατανεμήθηκαν επιτυχώς για {0} Δεν επιτρέπεται να μεταφέρουμε περισσότερο {0} από {1} εναντίον παραγγελίας {2}
1208 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Οι άδειες κατανεμήθηκαν επιτυχώς για {0}
1209 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Δεν βρέθηκαν είδη για συσκευασία
1210 DocType: Shipping Rule Condition From Value Από τιμή
1211 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +550 Manufacturing Quantity is mandatory Η παραγόμενη ποσότητα είναι απαραίτητη
1218 DocType: Opportunity Contact Mobile No Αριθμός κινητού επαφής
1219 DocType: Production Planning Tool Select Sales Orders Επιλέξτε παραγγελίες πώλησης
1220 Material Requests for which Supplier Quotations are not created Αιτήσεις υλικού για τις οποίες δεν έχουν δημιουργηθεί προσφορές προμηθευτή
1221 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118 The day(s) on which you are applying for leave are holidays. You need not apply for leave. Η ημέρα (ες) για την οποία υποβάλλετε αίτηση για άδεια είναι αργίες. Δεν χρειάζεται να ζητήσει άδεια.
1222 DocType: Features Setup To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item. Παρακολούθηση ειδών με barcode. Είναι δυνατή η εισαγωγή ειδών στο δελτίο αποστολής και στο τιμολόγιο πώλησης με σάρωση του barcode των ειδών.
1223 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +588 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +589 Mark as Delivered Επισήμανση ως Δημοσιεύθηκε
1224 apps/erpnext/erpnext/crm/doctype/lead/lead.js +34 Make Quotation Κάντε Προσφορά
1268 DocType: Journal Entry DocType: Budget Detail Entry Type Budget Allocated Τύπος εισόδου Προϋπολογισμός που διατέθηκε
1269 DocType: Journal Entry Customer Credit Balance Entry Type Υπόλοιπο πίστωσης πελάτη Τύπος εισόδου
1270 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137 Please verify your email id Customer Credit Balance Παρακαλούμε επιβεβαιώστε ταυτότητα ηλεκτρονικού ταχυδρομείου σας Υπόλοιπο πίστωσης πελάτη
1271 apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42 apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21 Customer required for 'Customerwise Discount' Net Change in Accounts Payable Για την έκπτωση με βάση πελάτη είναι απαραίτητο να επιλεγεί πελάτης Καθαρή Αλλαγή πληρωτέων λογαριασμών
1272 apps/erpnext/erpnext/config/accounts.py +53 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137 Update bank payment dates with journals. Please verify your email id Ενημέρωση ημερομηνιών πληρωμών τραπέζης μέσω ημερολογίου. Παρακαλούμε επιβεβαιώστε ταυτότητα ηλεκτρονικού ταχυδρομείου σας
1273 DocType: Quotation apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42 Term Details Customer required for 'Customerwise Discount' Λεπτομέρειες όρων Για την έκπτωση με βάση πελάτη είναι απαραίτητο να επιλεγεί πελάτης
1274 DocType: Manufacturing Settings apps/erpnext/erpnext/config/accounts.py +53 Capacity Planning For (Days) Update bank payment dates with journals. Ο προγραμματισμός της δυναμικότητας Για (Ημέρες) Ενημέρωση ημερομηνιών πληρωμών τραπέζης μέσω ημερολογίου.
1278 DocType: Purchase Invoice DocType: Warranty Claim End date of current invoice's period Warranty Claim Ημερομηνία λήξης της περιόδου του τρέχοντος τιμολογίου Αξίωση εγγύησης
1279 DocType: Pricing Rule Applicable For Lead Details Εφαρμοστέο για Λεπτομέρειες επαφής
1280 DocType: Bank Reconciliation DocType: Purchase Invoice From Date End date of current invoice's period Από ημερομηνία Ημερομηνία λήξης της περιόδου του τρέχοντος τιμολογίου
1281 DocType: Shipping Rule Country DocType: Pricing Rule Shipping Rule Country Applicable For Αποστολές κανόνα της χώρας Εφαρμοστέο για
1282 DocType: Bank Reconciliation From Date Από ημερομηνία
1283 DocType: Maintenance Visit DocType: Shipping Rule Country Partially Completed Shipping Rule Country Ημιτελής Αποστολές κανόνα της χώρας
1284 DocType: Leave Type DocType: Maintenance Visit Include holidays within leaves as leaves Partially Completed Περιλαμβάνουν διακοπές σε φύλλα, όπως τα φύλλα Ημιτελής
1285 DocType: Sales Invoice DocType: Leave Type Packed Items Include holidays within leaves as leaves Συσκευασμένα είδη Περιλαμβάνουν διακοπές σε φύλλα, όπως τα φύλλα
1316 apps/erpnext/erpnext/selling/doctype/customer/customer.py +91 DocType: Item A Customer Group exists with same name please change the Customer name or rename the Customer Group Weightage Μια ομάδα πελατών υπάρχει με το ίδιο όνομα παρακαλώ να αλλάξετε το όνομα του πελάτη ή να μετονομάσετε την ομάδα πελατών Ζύγισμα
1317 apps/erpnext/erpnext/public/js/pos/pos.js +147 apps/erpnext/erpnext/selling/doctype/customer/customer.py +91 Please select {0} first. A Customer Group exists with same name please change the Customer name or rename the Customer Group Παρακαλώ επιλέξτε {0} πρώτα Μια ομάδα πελατών υπάρχει με το ίδιο όνομα παρακαλώ να αλλάξετε το όνομα του πελάτη ή να μετονομάσετε την ομάδα πελατών
1318 apps/erpnext/erpnext/templates/pages/order.html +56 apps/erpnext/erpnext/public/js/pos/pos.js +152 text {0} Please select {0} first. κειμένου {0} Παρακαλώ επιλέξτε {0} πρώτα
1319 apps/erpnext/erpnext/templates/pages/order.html +56 text {0} κειμένου {0}
1320 DocType: Territory Parent Territory Έδαφος μητρική
1321 DocType: Quality Inspection Reading Reading 2 Μέτρηση 2
1322 DocType: Stock Entry Material Receipt Παραλαβή υλικού
1364 apps/erpnext/erpnext/shopping_cart/utils.py +47 Addresses Διευθύνσεις
1365 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +137 Against Journal Entry {0} does not have any unmatched {1} entry Κατά την ημερολογιακή εγγραφή {0} δεν έχει καμία αταίριαστη {1} καταχώρηση
1366 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +201 Duplicate Serial No entered for Item {0} Διπλότυπος σειριακός αριθμός για το είδος {0}
1367 DocType: Shipping Rule Condition A condition for a Shipping Rule Μια συνθήκη για έναν κανόνα αποστολής
1368 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +326 Item is not allowed to have Production Order. Το στοιχείο δεν επιτρέπεται να έχει εντολή παραγωγής.
1369 DocType: Packing Slip The net weight of this package. (calculated automatically as sum of net weight of items) Το καθαρό βάρος της εν λόγω συσκευασίας. (Υπολογίζεται αυτόματα ως το άθροισμα του καθαρού βάρους των ειδών)
1370 DocType: Sales Order To Deliver and Bill Για να παρέχουν και να τιμολογούν
1398 DocType: Purchase Receipt Item Supplied Consumed Qty Ποσότητα που καταναλώθηκε
1399 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +52 Telecommunications Τηλεπικοινωνίες
1400 DocType: Packing Slip Indicates that the package is a part of this delivery (Only Draft) Δηλώνει ότι το συσκευασία είναι ένα μέρος αυτής της παράδοσης (μόνο πρόχειρο)
1401 DocType: Payment Tool Make Payment Entry Δημιούργησε καταχώηρση πληρωμής
1402 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +119 Quantity for Item {0} must be less than {1} Η ποσότητα για το είδος {0} πρέπει να είναι λιγότερη από {1}
1403 Sales Invoice Trends Τάσεις τιμολογίου πώλησης
1404 DocType: Leave Application Apply / Approve Leaves Εφαρμογή / έγκριση αδειών
1423 DocType: Purchase Invoice Recurring Invoice Επαναλαμβανόμενο τιμολόγιο
1424 apps/erpnext/erpnext/config/projects.py +79 Managing Projects Διαχείριση έργων
1425 DocType: Supplier Supplier of Goods or Services. Προμηθευτής αγαθών ή υπηρεσιών.
1426 DocType: Budget Detail Fiscal Year Χρήση
1427 DocType: Cost Center Budget Προϋπολογισμός
1428 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +41 Budget cannot be assigned against {0}, as it's not an Income or Expense account Ο προϋπολογισμός δεν μπορεί να αποδοθεί κατά {0}, δεδομένου ότι δεν είναι ένας λογαριασμός έσοδα ή έξοδα
1429 apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +51 Achieved Επιτεύχθηκε
1530 DocType: POS Profile Price List Τιμοκατάλογος
1531 apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +20 {0} is now the default Fiscal Year. Please refresh your browser for the change to take effect. {0} Είναι τώρα η προεπιλεγμένη χρήση. Παρακαλώ ανανεώστε το πρόγραμμα περιήγησής σας για να τεθεί σε ισχύ η αλλαγή.
1532 apps/erpnext/erpnext/projects/doctype/project/project.js +47 Expense Claims Απαιτήσεις Εξόδων
1533 DocType: Issue Support Υποστήριξη
1534 BOM Search BOM Αναζήτηση
1535 apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +176 Closing (Opening + Totals) Κλείσιμο (Άνοιγμα + Σύνολα)
1536 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +26 Please specify currency in Company Παρακαλώ ορίστε το νόμισμα στην εταιρεία
1770 DocType: Payment Tool DocType: Warranty Claim Payment Account Raised By Λογαριασμός πληρωμών Δημιουργήθηκε από
1771 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713 DocType: Payment Tool Please specify Company to proceed Payment Account Παρακαλώ ορίστε εταιρεία για να προχωρήσετε Λογαριασμός πληρωμών
1772 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713 Compensatory Off Please specify Company to proceed Αντισταθμιστικά απενεργοποιημένα Παρακαλώ ορίστε εταιρεία για να προχωρήσετε
1773 DocType: Quality Inspection Reading apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20 Accepted Net Change in Accounts Receivable Αποδεκτό Καθαρή Αλλαγή σε εισπρακτέους λογαριασμούς
1774 apps/erpnext/erpnext/setup/doctype/company/company.js +24 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46 Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone. Compensatory Off Παρακαλώ βεβαιωθείτε ότι έχετε πραγματικά θέλετε να διαγράψετε όλες τις συναλλαγές για την εν λόγω εταιρεία. Τα δεδομένα της κύριας σας θα παραμείνει ως έχει. Αυτή η ενέργεια δεν μπορεί να αναιρεθεί. Αντισταθμιστικά απενεργοποιημένα
1775 apps/erpnext/erpnext/utilities/transaction_base.py +93 DocType: Quality Inspection Reading Invalid reference {0} {1} Accepted Άκυρη αναφορά {0} {1} Αποδεκτό
1776 DocType: Payment Tool apps/erpnext/erpnext/setup/doctype/company/company.js +24 Total Payment Amount Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone. Συνολικό ποσό πληρωμής Παρακαλώ βεβαιωθείτε ότι έχετε πραγματικά θέλετε να διαγράψετε όλες τις συναλλαγές για την εν λόγω εταιρεία. Τα δεδομένα της κύριας σας θα παραμείνει ως έχει. Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.
1777 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 apps/erpnext/erpnext/utilities/transaction_base.py +93 {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Invalid reference {0} {1} {0} ({1}) Δεν μπορεί να είναι μεγαλύτερο από το προβλεπόμενο ποσότητα ({2}) στην εντολή παραγωγή {3} Άκυρη αναφορά {0} {1}
1778 DocType: Shipping Rule DocType: Payment Tool Shipping Rule Label Total Payment Amount Ετικέτα κανόνα αποστολής Συνολικό ποσό πληρωμής
1779 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 Raw Materials cannot be blank. {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} Το πεδίο πρώτων ύλών δεν μπορεί να είναι κενό. {0} ({1}) Δεν μπορεί να είναι μεγαλύτερο από το προβλεπόμενο ποσότητα ({2}) στην εντολή παραγωγή {3}
1780 DocType: Shipping Rule Shipping Rule Label Ετικέτα κανόνα αποστολής
1781 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204 Could not update stock, invoice contains drop shipping item. Raw Materials cannot be blank. Δεν ήταν δυνατή η ενημέρωση των αποθεμάτων, τιμολόγιο περιέχει πτώση στέλνοντας στοιχείο. Το πεδίο πρώτων ύλών δεν μπορεί να είναι κενό.
1782 DocType: Newsletter apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418 Test Could not update stock, invoice contains drop shipping item. Δοκιμή Δεν ήταν δυνατή η ενημέρωση των αποθεμάτων, τιμολόγιο περιέχει πτώση στέλνοντας στοιχείο.
1783 apps/erpnext/erpnext/stock/doctype/item/item.py +398 DocType: Newsletter As there are existing stock transactions for this item, \ you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method' Test Δεδομένου ότι υπάρχουν χρηματιστηριακές συναλλαγές για αυτό το προϊόν, \ δεν μπορείτε να αλλάξετε τις τιμές των «Έχει Αύξων αριθμός», «Έχει Παρτίδα No», «Είναι αναντικατάστατο» και «Μέθοδος αποτίμησης» Δοκιμή
1820 apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +32 DocType: Purchase Invoice Approving User cannot be same as user the rule is Applicable To Advances Ο εγκρίνων χρήστης δεν μπορεί να είναι ίδιος με το χρήστη για τον οποίο ο κανόνας είναι εφαρμοστέος. Προκαταβολές
1821 DocType: Stock Entry Detail apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +32 Basic Rate (as per Stock UOM) Approving User cannot be same as user the rule is Applicable To Βασική Τιμή (σύμφωνα Χρηματιστήριο UOM) Ο εγκρίνων χρήστης δεν μπορεί να είναι ίδιος με το χρήστη για τον οποίο ο κανόνας είναι εφαρμοστέος.
1822 DocType: SMS Log DocType: Stock Entry Detail No of Requested SMS Basic Rate (as per Stock UOM) Αρ. SMS που ζητήθηκαν Βασική Τιμή (σύμφωνα Χρηματιστήριο UOM)
1823 DocType: SMS Log No of Requested SMS Αρ. SMS που ζητήθηκαν
1824 DocType: Campaign Campaign-.#### Εκστρατεία-.####
1825 apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +21 Next Steps Επόμενα βήματα
1826 apps/erpnext/erpnext/hr/doctype/employee/employee.py +117 Contract End Date must be greater than Date of Joining Η ημερομηνία λήξης της σύμβασης πρέπει να είναι μεγαλύτερη από ό, τι ημερομηνία ενώνουμε
2153 DocType: Item Reorder level based on Warehouse Αναδιάταξη επίπεδο με βάση Αποθήκης
2154 DocType: Activity Cost Billing Rate Χρέωση Τιμή
2155 Qty to Deliver Ποσότητα για παράδοση
2156 DocType: Monthly Distribution Percentage Month Μήνας
2157 Stock Analytics Ανάλυση αποθέματος
2158 DocType: Installation Note Item Against Document Detail No Κατά λεπτομέρειες εγγράφου αρ.
2159 DocType: Quality Inspection Outgoing Εξερχόμενος
2205 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +18 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +141 'From Date' must be after 'To Date' Purchase Order number required for Item {0} Το πεδίο "από ημερομηνία" πρέπει να είναι μεταγενέστερο του πεδίο "έως ημερομηνία" Ο αριθμός παραγγελίας για το είδος {0} είναι απαραίτητος
2206 apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +18 Stock Projected Qty 'From Date' must be after 'To Date' Προβλεπόμενη ποσότητα αποθέματος Το πεδίο "από ημερομηνία" πρέπει να είναι μεταγενέστερο του πεδίο "έως ημερομηνία"
2207 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +150 Customer {0} does not belong to project {1} Stock Projected Qty Ο πελάτης {0} δεν ανήκει στο έργο {1} Προβλεπόμενη ποσότητα αποθέματος
2208 DocType: Sales Order apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +150 Customer's Purchase Order Customer {0} does not belong to project {1} Εντολή Αγοράς του Πελάτη Ο πελάτης {0} δεν ανήκει στο έργο {1}
2209 DocType: Warranty Claim DocType: Sales Order From Company Customer's Purchase Order Από την εταιρεία Εντολή Αγοράς του Πελάτη
2210 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 DocType: Warranty Claim Value or Qty From Company Αξία ή ποσ Από την εταιρεία
2211 apps/erpnext/erpnext/public/js/setup_wizard.js +381 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95 Minute Value or Qty Λεπτό Αξία ή ποσ
2252 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +16 DocType: Project Either target qty or target amount is mandatory. Project Type Είτε ποσότητα-στόχος ή ποσό-στόχος είναι απαραίτητα. Τύπος έργου
2253 apps/erpnext/erpnext/config/projects.py +38 apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +16 Cost of various activities Either target qty or target amount is mandatory. Το κόστος των διαφόρων δραστηριοτήτων Είτε ποσότητα-στόχος ή ποσό-στόχος είναι απαραίτητα.
2254 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +101 apps/erpnext/erpnext/config/projects.py +38 Not allowed to update stock transactions older than {0} Cost of various activities Δεν επιτρέπεται να ενημερώσετε συναλλαγές αποθέματος παλαιότερες από {0} Το κόστος των διαφόρων δραστηριοτήτων
2255 DocType: Item apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +101 Inspection Required Not allowed to update stock transactions older than {0} Απαιτείται έλεγχος Δεν επιτρέπεται να ενημερώσετε συναλλαγές αποθέματος παλαιότερες από {0}
2256 DocType: Purchase Invoice Item DocType: Item PR Detail Inspection Required Λεπτομέρειες PR Απαιτείται έλεγχος
2257 DocType: Sales Order DocType: Purchase Invoice Item Fully Billed PR Detail Πλήρως χρεωμένο Λεπτομέρειες PR
2258 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20 DocType: Sales Order Cash In Hand Fully Billed Μετρητά στο χέρι Πλήρως χρεωμένο
2277 DocType: Item Group Welcome to ERPNext Check this if you want to show in website Καλώς ήλθατε στο erpnext Ελέγξτε αυτό, αν θέλετε να εμφανίζεται στην ιστοσελίδα
2278 DocType: Payment Reconciliation Payment Voucher Detail Number Welcome to ERPNext Αριθμός λεπτομερειών αποδεικτικού Καλώς ήλθατε στο erpnext
2279 apps/erpnext/erpnext/config/crm.py +146 DocType: Payment Reconciliation Payment Lead to Quotation Voucher Detail Number Να οδηγήσει σε εισαγωγικά Αριθμός λεπτομερειών αποδεικτικού
2280 apps/erpnext/erpnext/config/crm.py +146 Lead to Quotation Να οδηγήσει σε εισαγωγικά
2281 DocType: Lead From Customer Από πελάτη
2282 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +37 Calls šΚλήσεις
2283 DocType: Project Total Costing Amount (via Time Logs) Σύνολο Κοστολόγηση Ποσό (μέσω χρόνος Καταγράφει)
2415 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +126 Note: There is not enough leave balance for Leave Type {0} Σημείωση : δεν υπάρχει αρκετό υπόλοιπο άδειας για τον τύπο άδειας {0}
2416 apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +9 Note: If payment is not made against any reference, make Journal Entry manually. Σημείωση: εάν η πληρωμή δεν γίνεται κατά οποιαδήποτε αναφορά, δημιουργήστε την λογιστική εγγραφή χειροκίνητα.
2417 DocType: Item Supplier Items Είδη προμηθευτή
DocType: Opportunity Opportunity Type Τύπος ευκαιρίας
2418 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +42 DocType: Opportunity New Company Opportunity Type Νέα εταιρεία Τύπος ευκαιρίας
2419 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +56 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +42 Cost Center is required for 'Profit and Loss' account {0} New Company Το κέντρο κόστους απαιτείται για το λογαριασμό 'αποτελέσματα χρήσεως' {0} Νέα εταιρεία
2420 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +56 Cost Center is required for 'Profit and Loss' account {0} Το κέντρο κόστους απαιτείται για το λογαριασμό 'αποτελέσματα χρήσεως' {0}
2421 apps/erpnext/erpnext/setup/doctype/company/delete_company_transactions.py +17 Transactions can only be deleted by the creator of the Company Οι συναλλαγές μπορούν να διαγραφούν μόνο από το δημιουργό της Εταιρείας
2422 apps/erpnext/erpnext/accounts/general_ledger.py +21 Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction. Λάθος αριθμός των εγγραφών γενικής λογιστικής βρέθηκε. Μπορεί να έχετε επιλέξει λάθος λογαριασμό στη συναλλαγή.
2423 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31 To create a Bank Account Για να δημιουργήσετε ένα τραπεζικό λογαριασμό
2591 DocType: Payment Tool apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +631 Make Journal Entry Maint. Visit Δημιούργησε λογιστική εγγραφή Συντήρηση. Επίσκεψη
2592 DocType: Leave Allocation DocType: Leave Type New Leaves Allocated Is Encash Νέες άδειες που κατανεμήθηκαν Είναι είσπραξη
2593 apps/erpnext/erpnext/controllers/trends.py +257 DocType: Purchase Invoice Project-wise data is not available for Quotation Mobile No Τα στοιχεία με βάση το έργο δεν είναι διαθέσιμα στοιχεία για προσφορά Αρ. Κινητού
2594 DocType: Project DocType: Payment Tool Expected End Date Make Journal Entry Αναμενόμενη ημερομηνία λήξης Δημιούργησε λογιστική εγγραφή
2595 DocType: Appraisal Template DocType: Leave Allocation Appraisal Template Title New Leaves Allocated Τίτλος προτύπου αξιολόγησης Νέες άδειες που κατανεμήθηκαν
2596 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +352 apps/erpnext/erpnext/controllers/trends.py +257 Commercial Project-wise data is not available for Quotation Εμπορικός Τα στοιχεία με βάση το έργο δεν είναι διαθέσιμα στοιχεία για προσφορά
2597 apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +23 DocType: Project Parent Item {0} must not be a Stock Item Expected End Date Μητρική Θέση {0} δεν πρέπει να είναι ένα αναντικατάστατο Αναμενόμενη ημερομηνία λήξης
2611 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +145 DocType: Stock Entry Detail Cr Basic Amount Cr Βασικό Ποσό
2612 DocType: Customer apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +178 Default Receivable Accounts Warehouse required for stock Item {0} Προεπιλεγμένοι λογαριασμοί εισπρακτέων Απαιτείται αποθήκη για το είδος αποθέματος {0}
2613 DocType: Tax Rule DocType: Leave Allocation Billing State Unused leaves Μέλος χρέωσης Αχρησιμοποίητα φύλλα
2614 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +145 Cr Cr
2615 DocType: Item Reorder DocType: Customer Transfer Default Receivable Accounts Μεταφορά Προεπιλεγμένοι λογαριασμοί εισπρακτέων
2616 apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +636 DocType: Tax Rule Fetch exploded BOM (including sub-assemblies) Billing State Φέρε αναλυτική Λ.Υ. ( Συμπεριλαμβανομένων των υποσυνόλων ) Μέλος χρέωσης
2617 DocType: Authorization Rule DocType: Item Reorder Applicable To (Employee) Transfer Εφαρμοστέα σε (υπάλληλος) Μεταφορά
2619 apps/erpnext/erpnext/controllers/item_variant.py +51 DocType: Authorization Rule Increment for Attribute {0} cannot be 0 Applicable To (Employee) Προσαύξηση για Χαρακτηριστικό {0} δεν μπορεί να είναι 0 Εφαρμοστέα σε (υπάλληλος)
2620 DocType: Journal Entry apps/erpnext/erpnext/controllers/accounts_controller.py +101 Pay To / Recd From Due Date is mandatory Πληρωτέο προς / λήψη από Due Date είναι υποχρεωτική
2621 DocType: Naming Series apps/erpnext/erpnext/controllers/item_variant.py +51 Setup Series Increment for Attribute {0} cannot be 0 Εγκατάσταση σειρών Προσαύξηση για Χαρακτηριστικό {0} δεν μπορεί να είναι 0
2622 DocType: Journal Entry Pay To / Recd From Πληρωτέο προς / λήψη από
2623 DocType: Supplier DocType: Naming Series Contact HTML Setup Series Επαφή ΗΤΜΛ Εγκατάσταση σειρών
2624 DocType: Landed Cost Voucher DocType: Supplier Purchase Receipts Contact HTML Αποδεικτικά παραλαβής αγορών Επαφή ΗΤΜΛ
2625 DocType: Payment Reconciliation DocType: Landed Cost Voucher Maximum Amount Purchase Receipts Μέγιστο ποσό Αποδεικτικά παραλαβής αγορών
2660 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468 Account {0} is inactive Get Items from Product Bundle Ο λογαριασμός {0} είναι ανενεργός Πάρετε τα στοιχεία από Bundle Προϊόν
2661 DocType: GL Entry apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79 Is Advance Account {0} is inactive Είναι προκαταβολή Ο λογαριασμός {0} είναι ανενεργός
2662 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21 DocType: GL Entry Attendance From Date and Attendance To Date is mandatory Is Advance Η συμμετοχή από και μέχρι είναι απαραίτητη Είναι προκαταβολή
2663 apps/erpnext/erpnext/controllers/buying_controller.py +122 apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21 Please enter 'Is Subcontracted' as Yes or No Attendance From Date and Attendance To Date is mandatory Παρακαλώ εισάγετε τιμή στο πεδίο 'υπεργολαβία' ναι ή όχι Η συμμετοχή από και μέχρι είναι απαραίτητη
2664 DocType: Sales Team apps/erpnext/erpnext/controllers/buying_controller.py +122 Contact No. Please enter 'Is Subcontracted' as Yes or No Αριθμός επαφής Παρακαλώ εισάγετε τιμή στο πεδίο 'υπεργολαβία' ναι ή όχι
2665 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +67 DocType: Sales Team 'Profit and Loss' type account {0} not allowed in Opening Entry Contact No. Ο τύπος λογαριασμού "κέρδη και ζημίες" {0} δεν επιτρέπετεαι στην αρχική καταχώρηση λογαριασμών Αριθμός επαφής
2666 DocType: Features Setup apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +67 Sales Discounts 'Profit and Loss' type account {0} not allowed in Opening Entry Εκπτώσεις πωλήσεων Ο τύπος λογαριασμού "κέρδη και ζημίες" {0} δεν επιτρέπετεαι στην αρχική καταχώρηση λογαριασμών
2672 apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10 Number of Order Apparel & Accessories Αριθμός παραγγελίας Ένδυση & αξεσουάρ
2673 DocType: Item Group apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67 HTML / Banner that will show on the top of product list. Number of Order ΗΤΜΛ / banner που θα εμφανιστούν στην κορυφή της λίστας των προϊόντων. Αριθμός παραγγελίας
2674 DocType: Shipping Rule DocType: Item Group Specify conditions to calculate shipping amount HTML / Banner that will show on the top of product list. Καθορίστε τις συνθήκες για τον υπολογισμό του κόστους αποστολής ΗΤΜΛ / banner που θα εμφανιστούν στην κορυφή της λίστας των προϊόντων.
2675 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +121 DocType: Shipping Rule Add Child Specify conditions to calculate shipping amount Προσθήκη παιδιού Καθορίστε τις συνθήκες για τον υπολογισμό του κόστους αποστολής
2676 DocType: Accounts Settings apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +121 Role Allowed to Set Frozen Accounts & Edit Frozen Entries Add Child Ο ρόλος επιτρέπεται να καθορίζει παγωμένους λογαριασμούς & να επεξεργάζετε παγωμένες καταχωρήσεις Προσθήκη παιδιού
2677 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +52 DocType: Accounts Settings Cannot convert Cost Center to ledger as it has child nodes Role Allowed to Set Frozen Accounts & Edit Frozen Entries Δεν είναι δυνατή η μετατροπή του κέντρου κόστους σε καθολικό, όπως έχει κόμβους-παιδιά Ο ρόλος επιτρέπεται να καθορίζει παγωμένους λογαριασμούς & να επεξεργάζετε παγωμένες καταχωρήσεις
2678 apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +37 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +52 Serial # Cannot convert Cost Center to ledger as it has child nodes Σειριακός αριθμός # Δεν είναι δυνατή η μετατροπή του κέντρου κόστους σε καθολικό, όπως έχει κόμβους-παιδιά
2687 apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +61 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +190 Age Sales Invoice {0} must be cancelled before cancelling this Sales Order Ηλικία Το τιμολόγιο πώλησης {0} πρέπει να ακυρωθεί πριν από την ακύρωση αυτής της παραγγελίας πώλησης
2688 DocType: Time Log apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +61 Billing Amount Age Ποσό Χρέωσης Ηλικία
2689 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +84 DocType: Time Log Invalid quantity specified for item {0}. Quantity should be greater than 0. Billing Amount Ορίστηκε μη έγκυρη ποσότητα για το είδος {0}. Η ποσότητα αυτή θα πρέπει να είναι μεγαλύτερη από 0. Ποσό Χρέωσης
2690 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +84 Invalid quantity specified for item {0}. Quantity should be greater than 0. Ορίστηκε μη έγκυρη ποσότητα για το είδος {0}. Η ποσότητα αυτή θα πρέπει να είναι μεγαλύτερη από 0.
2691 apps/erpnext/erpnext/config/hr.py +18 Applications for leave. Αιτήσεις για χορήγηση άδειας.
2692 apps/erpnext/erpnext/accounts/doctype/account/account.py +179 Account with existing transaction can not be deleted Ο λογαριασμός με υπάρχουσα συναλλαγή δεν μπορεί να διαγραφεί
2693 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +99 Legal Expenses Νομικές δαπάνες
2699 DocType: Naming Series Check this if you want to force the user to select a series before saving. There will be no default if you check this. Ελέγξτε αυτό, αν θέλετε να αναγκάσει τον χρήστη να επιλέξει μια σειρά πριν από την αποθήκευση. Δεν θα υπάρξει καμία προεπιλογή αν επιλέξετε αυτό.
2700 apps/erpnext/erpnext/stock/get_item_details.py +107 No Item with Serial No {0} Δεν βρέθηκε είδος με σειριακός αριθμός {0}
2701 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +95 Open Notifications Ανοίξτε Ειδοποιήσεις
2702 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +68 Direct Expenses Άμεσες δαπάνες
2703 apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +60 New Customer Revenue Νέα έσοδα πελατών
2704 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +132 Travel Expenses Έξοδα μετακίνησης
2705 DocType: Maintenance Visit Breakdown Ανάλυση
2749 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +136 Thank you for your interest in subscribing to our updates Σας ευχαριστούμε για το ενδιαφέρον σας για την εγγραφή στις ενημερώσεις μας
2750 Qty to Transfer Ποσότητα για μεταφορά
2751 apps/erpnext/erpnext/config/selling.py +18 Quotes to Leads or Customers. Προσφορές σε επαφές ή πελάτες.
2752 DocType: Stock Settings Role Allowed to edit frozen stock Ο ρόλος έχει τη δυνατότητα επεξεργασίας παγωμένου απόθεματος
2753 Territory Target Variance Item Group-Wise Εύρος στόχων περιοχής ανά ομάδα ειδών
2754 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +101 All Customer Groups Όλες οι ομάδες πελατών
2755 apps/erpnext/erpnext/controllers/accounts_controller.py +492 {0} is mandatory. Maybe Currency Exchange record is not created for {1} to {2}. Η {0} είναι απαραίτητη. Ίσως δεν έχει δημιουργηθεί εγγραφή ισοτιμίας συναλλάγματος από {1} έως {2}.
2777 DocType: Lead Add to calendar on this date Προσθήκη στο ημερολόγιο την ημερομηνία αυτή
2778 apps/erpnext/erpnext/config/selling.py +132 Rules for adding shipping costs. Κανόνες για την προσθήκη εξόδων αποστολής.
2779 apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +40 Upcoming Events Ανερχόμενες εκδηλώσεις
2780 apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +20 Customer is required Ο πελάτης είναι απαραίτητος
2781 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +27 Quick Entry Γρήγορη Έναρξη
2782 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +20 {0} is mandatory for Return {0} είναι υποχρεωτική για την Επιστροφή
2783 DocType: Purchase Order To Receive Να Λάβω
2968 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91 apps/erpnext/erpnext/public/js/pos/pos.js +428 Project Manager Amount Paid Υπεύθυνος έργου Πληρωμένο Ποσό
2969 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91 Dispatch Project Manager Αποστολή Υπεύθυνος έργου
2970 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72 Max discount allowed for item: {0} is {1}% Dispatch Η μέγιστη έκπτωση που επιτρέπεται για το είδος: {0} είναι {1}% Αποστολή
2971 DocType: Account apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70 Receivable Max discount allowed for item: {0} is {1}% Εισπρακτέος Η μέγιστη έκπτωση που επιτρέπεται για το είδος: {0} είναι {1}%
2972 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +263 DocType: Account Row #{0}: Not allowed to change Supplier as Purchase Order already exists Receivable Σειρά # {0}: Δεν επιτρέπεται να αλλάξουν προμηθευτή, όπως υπάρχει ήδη παραγγελίας Εισπρακτέος
2973 DocType: Accounts Settings apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +263 Role that is allowed to submit transactions that exceed credit limits set. Row #{0}: Not allowed to change Supplier as Purchase Order already exists Ρόλος που έχει τη δυνατότητα να υποβάλει τις συναλλαγές που υπερβαίνουν τα όρια πίστωσης. Σειρά # {0}: Δεν επιτρέπεται να αλλάξουν προμηθευτή, όπως υπάρχει ήδη παραγγελίας
2974 DocType: Sales Invoice DocType: Accounts Settings Supplier Reference Role that is allowed to submit transactions that exceed credit limits set. Σύσταση προμηθευτή Ρόλος που έχει τη δυνατότητα να υποβάλει τις συναλλαγές που υπερβαίνουν τα όρια πίστωσης.
2991 apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +43 DocType: POS Profile To Date should be within the Fiscal Year. Assuming To Date = {0} Terms and Conditions Η 'εώς ημερομηνία' πρέπει να είναι εντός της χρήσης. Υποθέτοντας 'έως ημερομηνία' = {0} Όροι και προϋποθέσεις
2992 DocType: Employee apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +43 Here you can maintain height, weight, allergies, medical concerns etc To Date should be within the Fiscal Year. Assuming To Date = {0} Εδώ μπορείτε να διατηρήσετε το ύψος, το βάρος, τις αλλεργίες, ιατροφαρμακευτική περίθαλψη, κλπ. Ανησυχίες Η 'εώς ημερομηνία' πρέπει να είναι εντός της χρήσης. Υποθέτοντας 'έως ημερομηνία' = {0}
2993 DocType: Leave Block List DocType: Employee Applies to Company Here you can maintain height, weight, allergies, medical concerns etc Ισχύει για την εταιρεία Εδώ μπορείτε να διατηρήσετε το ύψος, το βάρος, τις αλλεργίες, ιατροφαρμακευτική περίθαλψη, κλπ. Ανησυχίες
2994 DocType: Leave Block List Applies to Company Ισχύει για την εταιρεία
2995 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +175 Cannot cancel because submitted Stock Entry {0} exists Δεν μπορεί να γίνει ακύρωση, διότι υπάρχει καταχώρηση αποθέματος {0}
2996 DocType: Purchase Invoice In Words Με λόγια
2997 apps/erpnext/erpnext/hr/doctype/employee/employee.py +213 Today is {0}'s birthday! Σήμερα είναι τα γενέθλια του {0}
3011 DocType: Salary Slip Salary Slip Βεβαίωση αποδοχών
3012 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48 'To Date' is required Το πεδίο 'έως ημερομηνία' είναι απαραίτητο.
3013 DocType: Packing Slip Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight. Δημιουργία δελτίων συσκευασίας για τα πακέτα που είναι να παραδοθούν. Χρησιμοποιείται για να ενημερώσει τον αριθμό πακέτου, το περιεχόμενο του πακέτου και το βάρος του.
DocType: Sales Invoice Item Sales Order Item Είδος παραγγελίας πώλησης
3014 DocType: Salary Slip DocType: Sales Invoice Item Payment Days Sales Order Item Ημέρες πληρωμής Είδος παραγγελίας πώλησης
3015 DocType: BOM DocType: Salary Slip Manage cost of operations Payment Days Διαχειριστείτε το κόστος των εργασιών Ημέρες πληρωμής
3016 DocType: Features Setup DocType: BOM Item Advanced Manage cost of operations Στοιχεία είδους για προχωρημένους Διαχειριστείτε το κόστος των εργασιών
3055 DocType: Item Attribute Value apps/erpnext/erpnext/selling/doctype/campaign/campaign.js +10 Attribute Value View Leads Χαρακτηριστικό αξία Δείτε τις απαγωγές
3056 apps/erpnext/erpnext/crm/doctype/lead/lead.py +65 DocType: Item Attribute Value Email id must be unique, already exists for {0} Attribute Value Email ID, όπου ένας υποψήφιος θα αποστείλει email π.Χ. 'jobs@example.Com' Χαρακτηριστικό αξία
3057 apps/erpnext/erpnext/crm/doctype/lead/lead.py +65 Itemwise Recommended Reorder Level Email id must be unique, already exists for {0} Προτεινόμενο επίπεδο επαναπαραγγελίας ανά είδος Email ID, όπου ένας υποψήφιος θα αποστείλει email π.Χ. 'jobs@example.Com'
3058 Itemwise Recommended Reorder Level Προτεινόμενο επίπεδο επαναπαραγγελίας ανά είδος
3059 apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +264 Please select {0} first Παρακαλώ επιλέξτε {0} πρώτα
3060 DocType: Features Setup To get Item Group in details table Για λήψη της oμάδας ειδών σε πίνακα λεπτομερειών
3061 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +112 Batch {0} of Item {1} has expired. Παρτίδα {0} του σημείου {1} έχει λήξει.
3093 DocType: Purchase Invoice Item Price List Rate Τιμή τιμοκαταλόγου
3094 DocType: Item Show "In Stock" or "Not in Stock" based on stock available in this warehouse. Εμφάνισε 'διαθέσιμο' ή 'μη διαθέσιμο' με βάση το απόθεμα που είναιι διαθέσιμο στην αποθήκη αυτή.
3095 apps/erpnext/erpnext/config/manufacturing.py +13 Bill of Materials (BOM) Λίστα υλικών (Λ.Υ.)
3096 DocType: Item Average time taken by the supplier to deliver Μέσος χρόνος που απαιτείται από τον προμηθευτή να παραδώσει
3097 DocType: Time Log Hours Ώρες
3098 DocType: Project Expected Start Date Αναμενόμενη ημερομηνία έναρξης
3099 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41 Remove item if charges is not applicable to that item Αφαιρέστε το είδος εάν οι επιβαρύνσεις δεν ισχύουν για αυτό το είδος
3135 apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +75 Please enter message before sending Παρακαλώ εισάγετε το μήνυμα πριν από την αποστολή
3136 apps/erpnext/erpnext/config/accounts.py +127 Point-of-Sale Profile Point-of-Sale Προφίλ
3137 apps/erpnext/erpnext/setup/doctype/sms_settings/sms_settings.py +68 Please Update SMS Settings Παρακαλώ ενημερώστε τις ρυθμίσεις SMS
3138 apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.py +37 Time Log {0} already billed Χρόνος καταγραφής {0} έχει ήδη χρεωθεί
3139 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +176 Unsecured Loans Ακάλυπτά δάνεια
3140 DocType: Cost Center Cost Center Name Όνομα κέντρου κόστους
3141 DocType: Maintenance Schedule Detail Scheduled Date Προγραμματισμένη ημερομηνία
3248 apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +101 Daily Reminders Καθημερινές υπενθυμίσεις
3249 apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +82 Tax Rule Conflicts with {0} Φορολογικές Κανόνας Συγκρούσεις με {0}
3250 apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +210 New Account Name Νέο όνομα λογαριασμού
3251 DocType: Purchase Invoice Item Raw Materials Supplied Cost Κόστος πρώτων υλών που προμηθεύτηκαν
3252 DocType: Selling Settings Settings for Selling Module Ρυθμίσεις για τη λειτουργική μονάδα πωλήσεων
3253 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +73 Customer Service Εξυπηρέτηση πελατών
3254 DocType: Item Thumbnail Μικρογραφία
3352 DocType: Stock Entry As per Stock UOM Ανά Μ.Μ. Αποθέματος
3353 apps/erpnext/erpnext/stock/doctype/batch/batch_list.js +7 Not Expired Δεν έχει λήξει
3354 DocType: Journal Entry Total Debit Συνολική χρέωση
3355 DocType: Manufacturing Settings Default Finished Goods Warehouse Προεπιλογή Έτοιμα προϊόντα Αποθήκη
3356 apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +70 Sales Person Πωλητής
3357 DocType: Sales Invoice Cold Calling Cold calling
3358 DocType: SMS Parameter SMS Parameter Παράμετροι SMS
3471 DocType: Purchase Taxes and Charges Consider Tax or Charge for Σκεφτείτε φόρο ή επιβάρυνση για
3472 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +57 Actual Qty is mandatory Η πραγματική ποσότητα είναι υποχρεωτική
3473 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +132 Credit Card Πιστωτική κάρτα
3474 DocType: BOM Item to be manufactured or repacked Είδος που θα κατασκευαστεί ή θα ανασυσκευαστεί
3475 apps/erpnext/erpnext/config/stock.py +90 Default settings for stock transactions. Προεπιλεγμένες ρυθμίσεις για συναλλαγές αποθέματος.
3476 DocType: Purchase Invoice Next Date Επόμενη ημερομηνία
3477 DocType: Employee Education Major/Optional Subjects Σημαντικές / προαιρετικά θέματα
3487 DocType: Item Attribute Numeric Values Αριθμητικές τιμές
3488 apps/erpnext/erpnext/public/js/setup_wizard.js +262 Attach Logo Επισύναψη logo
3489 DocType: Customer Commission Rate Ποσό προμήθειας
3490 apps/erpnext/erpnext/stock/doctype/item/item.js +53 Make Variant Κάντε Παραλλαγή
3491 apps/erpnext/erpnext/config/hr.py +145 Block leave applications by department. Αποκλεισμός αιτήσεων άδειας από το τμήμα
3492 apps/erpnext/erpnext/templates/pages/cart.html +42 Cart is Empty Το καλάθι είναι άδειο
3493 DocType: Production Order Actual Operating Cost Πραγματικό κόστος λειτουργίας
3553
3554
3555
3556
3557
3558
3559
3578
3579
3580
3581
3582
3583
3584
3665
3666
3667
3668
3669
3670
3671

View File

@@ -17,7 +17,7 @@ DocType: Sales Partner,Dealer,Distribuidor
DocType: Employee,Rented,Alquilado
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},Se requiere de divisas para Lista de precios {0}
DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Será calculado en la transacción.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660,From Material Request,Desde solicitud de material
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661,From Material Request,Desde solicitud de material
apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} Árbol
DocType: Job Applicant,Job Applicant,Solicitante de empleo
apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,No hay más resultados.
@@ -48,7 +48,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,Giro
DocType: Features Setup,1. To maintain the customer wise item code and to make them searchable based on their code use this option,1 . Para mantener el código de artículo del cliente y para efectuar búsquedas en ellos en función de ese código use esta opción
DocType: Mode of Payment Account,Mode of Payment Account,Modo de pago a cuenta
apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,Mostrar variantes
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478,Quantity,Cantidad
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,Cantidad
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),Préstamos (pasivos)
DocType: Employee Education,Year of Passing,Año de Fallecimiento
apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,En inventario
@@ -58,7 +58,7 @@ apps/erpnext/erpnext/hr/doctype/employee/employee.py +141,User {0} is already as
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,Crear un nuevo perfil de POS
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Cuidado de la Salud
DocType: Purchase Invoice,Monthly,Mensual
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Invoice,Factura
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Invoice,Factura
DocType: Maintenance Schedule Item,Periodicity,Periodicidad
apps/erpnext/erpnext/public/js/setup_wizard.js +107,Email Address,Dirección De Correo Electrónico
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Defensa
@@ -67,7 +67,7 @@ DocType: Appraisal Goal,Score (0-5),Puntuación ( 0-5)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193,Row {0}: {1} {2} does not match with {3},Fila {0}: {1} {2} no coincide con {3}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,Fila # {0}:
DocType: Delivery Note,Vehicle No,Vehículo No
apps/erpnext/erpnext/public/js/pos/pos.js +528,Please select Price List,"Por favor, seleccione la lista de precios"
apps/erpnext/erpnext/public/js/pos/pos.js +534,Please select Price List,"Por favor, seleccione la lista de precios"
DocType: Production Order Operation,Work In Progress,Trabajos en Curso
DocType: Employee,Holiday List,Lista de Feriados
DocType: Time Log,Time Log,Hora de registro
@@ -216,7 +216,7 @@ apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to compan
DocType: Item Website Specification,Item Website Specification,Especificación del producto en la WEB
DocType: Payment Tool,Reference No,Referencia No.
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398,Leave Blocked,Vacaciones Bloqueadas
apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} has reached its end of life on {1},El producto {0} ha llegado al fin de la vida útil el {1}
apps/erpnext/erpnext/stock/doctype/item/item.py +577,Item {0} has reached its end of life on {1},El producto {0} ha llegado al fin de la vida útil el {1}
apps/erpnext/erpnext/accounts/utils.py +341,Annual,Anual
DocType: Stock Reconciliation Item,Stock Reconciliation Item,Articulo de Reconciliación de Inventario
DocType: Stock Entry,Sales Invoice No,Factura de Venta No
@@ -228,7 +228,7 @@ DocType: Item,Minimum Order Qty,Cantidad mínima de la orden
DocType: Pricing Rule,Supplier Type,Tipo de proveedor
DocType: Item,Publish in Hub,Publicar en el Hub
,Terretory,Territorios
apps/erpnext/erpnext/stock/doctype/item/item.py +596,Item {0} is cancelled,El producto {0} esta cancelado
apps/erpnext/erpnext/stock/doctype/item/item.py +597,Item {0} is cancelled,El producto {0} esta cancelado
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607,Material Request,Solicitud de Materiales
DocType: Bank Reconciliation,Update Clearance Date,Actualizar fecha de liquidación
DocType: Item,Purchase Details,Detalles de Compra
@@ -283,7 +283,7 @@ apps/erpnext/erpnext/controllers/recurring_document.py +196,Please enter 'Repeat
DocType: Sales Invoice,Rate at which Customer Currency is converted to customer's base currency,Tasa a la cual la Moneda del Cliente se convierte a la moneda base del cliente
DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","Disponible en la Solicitud de Materiales , Albarán, Factura de Compra , Orden de Produccuón , Orden de Compra , Fecibo de Compra , Factura de Venta Pedidos de Venta , Inventario de Entrada, Control de Horas"
DocType: Item Tax,Tax Rate,Tasa de Impuesto
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Select Item,Seleccione Producto
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Select Item,Seleccione Producto
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Stock Reconciliation, instead use Stock Entry","El Producto: {0} gestionado por lotes, no se puede conciliar usando\ Reconciliación de Stock, se debe usar Entrada de Stock"
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262,Purchase Invoice {0} is already submitted,Factura de Compra {0} ya existe
@@ -354,7 +354,7 @@ DocType: Sales Order,Not Applicable,No aplicable
apps/erpnext/erpnext/config/hr.py +140,Holiday master.,Master de vacaciones .
DocType: Material Request Item,Required Date,Fecha Requerida
DocType: Delivery Note,Billing Address,Dirección de Facturación
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735,Please enter Item Code.,"Por favor, introduzca el código del producto."
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736,Please enter Item Code.,"Por favor, introduzca el código del producto."
DocType: BOM,Costing,Costeo
DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","Si se selecciona, el importe del impuesto se considerará como ya incluido en el Monto a Imprimir"
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Cantidad Total
@@ -471,7 +471,7 @@ DocType: Maintenance Schedule,Maintenance Schedule,Calendario de Mantenimiento
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Luego las reglas de precios son filtradas en base a Cliente, Categoría de cliente, Territorio, Proveedor, Tipo de Proveedor, Campaña, Socio de Ventas, etc"
DocType: Employee,Passport Number,Número de pasaporte
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,Gerente
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +581,From Purchase Receipt,Desde recibo de compra
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +582,From Purchase Receipt,Desde recibo de compra
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +214,Same item has been entered multiple times.,El mismo artículo se ha introducido varias veces.
DocType: SMS Settings,Receiver Parameter,Configuración de receptor(es)
apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,"""Basado en"" y ""Agrupar por"" no pueden ser el mismo"
@@ -738,7 +738,7 @@ apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standar
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,Variación
,Company Name,Nombre de Compañía
DocType: SMS Center,Total Message(s),Total Mensage(s)
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +626,Select Item for Transfer,Seleccionar elemento de Transferencia
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +627,Select Item for Transfer,Seleccionar elemento de Transferencia
DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,Seleccione la cuenta principal de banco donde los cheques fueron depositados.
DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Permitir al usuario editar Precio de Lista en las transacciones
DocType: Pricing Rule,Max Qty,Cantidad Máxima
@@ -758,7 +758,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,Blanco
DocType: SMS Center,All Lead (Open),Todas las Oportunidades (Abiertas)
DocType: Purchase Invoice,Get Advances Paid,Obtener anticipos pagados
apps/erpnext/erpnext/public/js/setup_wizard.js +112,Attach Your Picture,Adjunte su Fotografía
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628,Make ,Hacer
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629,Make ,Hacer
DocType: Journal Entry,Total Amount in Words,Importe total en letras
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,"Ha ocurrido un error . Una razón probable podría ser que usted no ha guardado el formulario. Por favor, póngase en contacto con support@erpnext.com si el problema persiste."
apps/erpnext/erpnext/controllers/selling_controller.py +150,Order Type must be one of {0},Tipo de orden debe ser uno de {0}
@@ -780,7 +780,7 @@ apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
DocType: Delivery Note,Delivery To,Entregar a
DocType: Production Planning Tool,Get Sales Orders,Recibe Órdenes de Venta
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} no puede ser negativo
apps/erpnext/erpnext/templates/form_grid/item_grid.html +72,Discount,Descuento
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,Descuento
DocType: Features Setup,Purchase Discounts,Descuentos sobre Compra
DocType: Workstation,Wages,Salario
DocType: Time Log,Will be updated only if Time Log is 'Billable',Se actualiza sólo si Hora de registro es &quot;facturable&quot;
@@ -969,7 +969,7 @@ apps/erpnext/erpnext/controllers/selling_controller.py +143,Total allocated perc
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +111,Production Order status is {0},El estado de la orden de producción es {0}
DocType: Appraisal Goal,Goal,Meta/Objetivo
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +318,Expected Delivery Date is lesser than Planned Start Date.,La fecha prevista de entrega es menor que la fecha de inicio prevista.
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +690,For Supplier,Por proveedor
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,For Supplier,Por proveedor
DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Ajuste del tipo de cuenta le ayuda en la selección de esta cuenta en las transacciones.
DocType: Purchase Invoice,Grand Total (Company Currency),Suma total (Moneda Local)
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Total Saliente
@@ -1047,7 +1047,7 @@ DocType: Sales Invoice,Shipping Address Name,Dirección de envío Nombre
apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,Plan de cuentas
DocType: Material Request,Terms and Conditions Content,Términos y Condiciones Contenido
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +471,cannot be greater than 100,No puede ser mayor que 100
apps/erpnext/erpnext/stock/doctype/item/item.py +587,Item {0} is not a stock Item,El producto {0} no es un producto de stock
apps/erpnext/erpnext/stock/doctype/item/item.py +588,Item {0} is not a stock Item,El producto {0} no es un producto de stock
DocType: Maintenance Visit,Unscheduled,No Programada
DocType: Employee,Owned,Propiedad
DocType: Salary Slip Deduction,Depends on Leave Without Pay,Depende de ausencia sin pago
@@ -1090,7 +1090,7 @@ DocType: Workstation Working Hour,Workstation Working Hour,Horario de la Estaci
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,Analista
apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +149,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},Fila {0}: cantidad asignada {1} debe ser menor o igual al importe en Comprobante de Diario {2}
DocType: Item,Inventory,inventario
apps/erpnext/erpnext/public/js/pos/pos.js +402,Payment cannot be made for empty cart,No se puede realizar un pago con el carrito de compras vacío
apps/erpnext/erpnext/public/js/pos/pos.js +408,Payment cannot be made for empty cart,No se puede realizar un pago con el carrito de compras vacío
DocType: Item,Sales Details,Detalles de Ventas
DocType: Opportunity,With Items,Con artículos
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,En Cantidad
@@ -1121,7 +1121,7 @@ DocType: Maintenance Schedule,Schedules,Horarios
DocType: Purchase Invoice Item,Net Amount,Importe Neto
DocType: Purchase Order Item Supplied,BOM Detail No,Detalles de Lista de materiales (LdM) No.
DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Monto adicional de descuento (Moneda de la compañía)
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +628,Error: {0} > {1},Error: {0} > {1}
apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +629,Error: {0} > {1},Error: {0} > {1}
apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,"Por favor, cree una nueva cuenta en el Plan General de Contabilidad."
DocType: Maintenance Visit,Maintenance Visit,Visita de Mantenimiento
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,Cliente> Categoría de cliente> Territorio
@@ -1177,7 +1177,7 @@ DocType: HR Settings,Stop Birthday Reminders,Detener recordatorios de cumpleaño
DocType: SMS Center,Receiver List,Lista de receptores
DocType: Payment Tool Detail,Payment Amount,Pago recibido
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Cantidad Consumida
apps/erpnext/erpnext/public/js/pos/pos.js +491,{0} View,{0} Ver
apps/erpnext/erpnext/public/js/pos/pos.js +497,{0} View,{0} Ver
DocType: Salary Structure Deduction,Salary Structure Deduction,Estructura Salarial Deducción
apps/erpnext/erpnext/stock/doctype/item/item.py +335,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Unidad de Medida {0} se ha introducido más de una vez en la Tabla de Factores de Conversión
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Costo de Artículos Emitidas
@@ -1250,7 +1250,7 @@ DocType: Upload Attendance,Get Template,Verificar Plantilla
DocType: Address,Postal,Postal
DocType: Item,Weightage,Coeficiente de Ponderación
apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,"Existe una categoría de cliente con el mismo nombre, por favor cambie el nombre del cliente o cambie el nombre de la categoría"
apps/erpnext/erpnext/public/js/pos/pos.js +147,Please select {0} first.,"Por favor, seleccione primero {0}"
apps/erpnext/erpnext/public/js/pos/pos.js +152,Please select {0} first.,"Por favor, seleccione primero {0}"
DocType: Territory,Parent Territory,Territorio Principal
DocType: Quality Inspection Reading,Reading 2,Lectura 2
DocType: Stock Entry,Material Receipt,Recepción de Materiales
@@ -1281,7 +1281,7 @@ apps/erpnext/erpnext/stock/doctype/item/item.py +357,Default BOM ({0}) must be a
DocType: Employee,Leave Encashed?,Vacaciones Descansadas?
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,El campo 'Oportunidad de' es obligatorio
DocType: Item,Variants,Variantes
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +545,Make Purchase Order,Crear órden de Compra
apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +546,Make Purchase Order,Crear órden de Compra
DocType: SMS Center,Send To,Enviar a
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},No hay suficiente saldo para Tipo de Vacaciones {0}
DocType: Payment Reconciliation Payment,Allocated amount,Monto asignado
@@ -1407,7 +1407,7 @@ DocType: Appraisal,For Employee Name,Por nombre de empleado
DocType: Holiday List,Clear Table,Borrar tabla
DocType: Features Setup,Brands,Marcas
DocType: C-Form Invoice Detail,Invoice No,Factura No
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +567,From Purchase Order,Desde órden de compra
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,From Purchase Order,Desde órden de compra
DocType: Activity Cost,Costing Rate,Costo calculado
,Customer Addresses And Contacts,Las direcciones de clientes y contactos
DocType: Employee,Resignation Letter Date,Fecha de Carta de Renuncia
@@ -1630,7 +1630,7 @@ DocType: Cost Center,Track separate Income and Expense for product verticals or
DocType: Rename Tool,Rename Tool,Herramienta para renombrar
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,Actualización de Costos
DocType: Item Reorder,Item Reorder,Reordenar productos
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +576,Transfer Material,Transferencia de Material
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +578,Transfer Material,Transferencia de Material
DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","Especifique la operación , el costo de operación y dar una operación única que no a sus operaciones."
DocType: Purchase Invoice,Price List Currency,Divisa de la lista de precios
DocType: Naming Series,User must always select,Usuario elegirá siempre
@@ -1990,7 +1990,7 @@ DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Curre
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +149,Target warehouse is mandatory for row {0},Almacenes de destino es obligatorio para la fila {0}
DocType: Quality Inspection,Quality Inspection,Inspección de Calidad
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,Extra Pequeño
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +545,Warning: Material Requested Qty is less than Minimum Order Qty,Advertencia: Cantidad de Material Solicitado es menor que Cantidad Mínima Establecida
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,Advertencia: Cantidad de Material Solicitado es menor que Cantidad Mínima Establecida
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +191,Account {0} is frozen,Cuenta {0} está congelada
DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,Entidad Legal / Subsidiario con un Catalogo de Cuentas separado que pertenece a la Organización.
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Alimentos, Bebidas y Tabaco"
@@ -2039,7 +2039,7 @@ apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Pe
DocType: Customer Group,Only leaf nodes are allowed in transaction,Sólo las Cuentas de Detalle se permiten en una transacción
DocType: Expense Claim,Expense Approver,Supervisor de Gastos
DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Recibo de Compra del Artículo Adquirido
apps/erpnext/erpnext/public/js/pos/pos.js +343,Pay,Pagar
apps/erpnext/erpnext/public/js/pos/pos.js +349,Pay,Pagar
apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,Para Fecha y Hora
DocType: SMS Settings,SMS Gateway URL,URL de pasarela SMS
apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,Estatus de mensajes SMS entregados
@@ -2083,7 +2083,7 @@ DocType: Target Detail,Target Detail,Objetivo Detalle
DocType: Sales Order,% of materials billed against this Sales Order,% de materiales facturados contra la orden de venta
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,Entradas de cierre de período
apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,Centro de Costos de las transacciones existentes no se puede convertir al grupo
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +90,Depreciation,Depreciación
DocType: Account,Depreciation,Depreciación
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Proveedor (s)
DocType: Customer,Credit Limit,Límite de Crédito
apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,Seleccione el tipo de transacción
@@ -2233,7 +2233,6 @@ DocType: Purchase Receipt Item,Landed Cost Voucher Amount,Monto de costos de des
DocType: Time Log,Batched for Billing,Lotes para facturar
apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,Listado de facturas emitidas por los proveedores.
DocType: POS Profile,Write Off Account,Cuenta de desajuste
apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount Amount,Descuento
DocType: Purchase Invoice,Return Against Purchase Invoice,Devolución contra factura de compra
DocType: Item,Warranty Period (in days),Período de garantía ( en días)
apps/erpnext/erpnext/public/js/setup_wizard.js +310,e.g. VAT,por ejemplo IVA
@@ -2398,7 +2397,7 @@ apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +246,"Multipl
conflicto mediante la asignación de prioridad. Reglas de Precio: {0}"
DocType: Account,Bank,Banco
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Línea Aérea
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +580,Issue Material,Distribuir materiales
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +582,Issue Material,Distribuir materiales
DocType: Material Request Item,For Warehouse,Por almacén
DocType: Employee,Offer Date,Fecha de Oferta
DocType: Hub Settings,Access Token,Token de acceso
@@ -2462,7 +2461,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +381,Hour,Hora
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
using Stock Reconciliation","Serializado artículo {0} no se puede actualizar utilizando \
Stock Reconciliación"
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +600,Transfer Material to Supplier,Transferencia de material a proveedor
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +601,Transfer Material to Supplier,Transferencia de material a proveedor
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,El numero de serie no tiene almacén. el almacén debe establecerse por entradas de stock o recibos de compra
DocType: Lead,Lead Type,Tipo de Iniciativa
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +82,Create Quotation,Crear Cotización
@@ -2495,7 +2494,7 @@ apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +411,Please
DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,"Por favor seleccione trasladar, si usted desea incluir los saldos del año fiscal anterior a este año"
DocType: GL Entry,Against Voucher Type,Tipo de comprobante
DocType: Item,Attributes,Atributos
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +485,Get Items,Obtener Artículos
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,Obtener Artículos
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +191,Please enter Write Off Account,"Por favor, ingrese la cuenta de desajuste"
apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,Fecha del último pedido
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Make Excise Invoice,Hacer Impuestos Especiales de la Factura
@@ -2538,7 +2537,7 @@ DocType: Quality Inspection,Delivery Note No,No. de Nota de Entrega
DocType: Company,Retail,venta al por menor
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,{0} no existe Cliente
DocType: Attendance,Absent,Ausente
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +471,Product Bundle,Conjunto/Paquete de productos
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +472,Product Bundle,Conjunto/Paquete de productos
DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Plantillas de Cargos e Impuestos
DocType: Upload Attendance,Download Template,Descargar Plantilla
DocType: GL Entry,Remarks,Observaciones
@@ -2739,7 +2738,7 @@ apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_cal
apps/erpnext/erpnext/public/js/setup_wizard.js +312,Rate (%),Procentaje (% )
apps/erpnext/erpnext/public/js/setup_wizard.js +155,Financial Year End Date,Fin del ejercicio contable
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","No se puede filtrar en función al 'No. de comprobante', si esta agrupado por 'nombre'"
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +571,Make Supplier Quotation,Crear cotización de proveedor
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +572,Make Supplier Quotation,Crear cotización de proveedor
DocType: Quality Inspection,Incoming,Entrante
DocType: BOM,Materials Required (Exploded),Materiales necesarios ( despiece )
DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),Reduzca la Ganancia por Licencia sin Sueldo ( LWP )
@@ -2852,7 +2851,7 @@ DocType: Workstation,per hour,por horas
DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,Cuenta para el almacén ( Inventario Permanente ) se creará en esta Cuenta.
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,Almacén no se puede suprimir porque hay una entrada en registro de inventario para este almacén.
DocType: Company,Distribution,Distribución
apps/erpnext/erpnext/public/js/pos/pos.html +36,Amount Paid,Total Pagado
apps/erpnext/erpnext/public/js/pos/pos.js +428,Amount Paid,Total Pagado
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,Gerente de Proyectos
apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,Despacho
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,Descuento máximo permitido para cada elemento: {0} es {1}%
@@ -3199,7 +3198,7 @@ DocType: Company,Round Off Account,Cuenta de redondeo por defecto
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,Gastos de Administración
apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,Consuloría
DocType: Customer Group,Parent Customer Group,Categoría de cliente principal
apps/erpnext/erpnext/public/js/pos/pos.js +429,Change,Cambio
apps/erpnext/erpnext/public/js/pos/pos.js +435,Change,Cambio
DocType: Purchase Invoice,Contact Email,Correo electrónico de contacto
DocType: Appraisal Goal,Score Earned,Puntuación Obtenida
apps/erpnext/erpnext/public/js/setup_wizard.js +141,"e.g. ""My Company LLC""","por ejemplo ""Mi Company LLC """
@@ -3271,7 +3270,7 @@ DocType: Account,Parent Account,Cuenta Primaria
DocType: Quality Inspection Reading,Reading 3,Lectura 3
,Hub,Centro de actividades
DocType: GL Entry,Voucher Type,Tipo de comprobante
apps/erpnext/erpnext/public/js/pos/pos.js +91,Price List not found or disabled,La lista de precios no existe o está deshabilitada.
apps/erpnext/erpnext/public/js/pos/pos.js +96,Price List not found or disabled,La lista de precios no existe o está deshabilitada.
DocType: Expense Claim,Approved,Aprobado
DocType: Pricing Rule,Price,Precio
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',"Empleado relevado en {0} debe definirse como ""izquierda"""
@@ -3292,7 +3291,7 @@ DocType: Serial No,Purchase / Manufacture Details,Detalles de Compra / Fábricas
DocType: Employee,Contract End Date,Fecha Fin de Contrato
DocType: Sales Order,Track this Sales Order against any Project,Seguir este de órdenes de venta en contra de cualquier proyecto
DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,Obtener Ordenes de venta (pendientes de entrega) basados en los criterios anteriores
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,From Supplier Quotation,Desde cotización del proveedor
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +677,From Supplier Quotation,Desde cotización del proveedor
DocType: Deduction Type,Deduction Type,Tipo de Deducción
DocType: Attendance,Half Day,Medio Día
DocType: Pricing Rule,Min Qty,Cantidad Mínima
@@ -3372,7 +3371,7 @@ DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,N
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +380, (Half Day),(Medio día)
DocType: Supplier,Credit Days,Días de Crédito
DocType: Leave Type,Is Carry Forward,Es llevar adelante
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +565,Get Items from BOM,Obtener elementos de la Solicitud de Materiales
apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,Obtener elementos de la Solicitud de Materiales
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Tiempo de Entrega en Días
apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,Lista de materiales (LdM)
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Fila {0}: el tipo de entidad se requiere para las cuentas por cobrar/pagar {1}
1 DocType: Employee Salary Mode Modo de Salario
17 DocType: Employee Rented Alquilado
18 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36 Currency is required for Price List {0} Se requiere de divisas para Lista de precios {0}
19 DocType: Sales Taxes and Charges Template * Will be calculated in the transaction. * Será calculado en la transacción.
20 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +660 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +661 From Material Request Desde solicitud de material
21 apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37 {0} Tree {0} Árbol
22 DocType: Job Applicant Job Applicant Solicitante de empleo
23 apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18 No more results. No hay más resultados.
48 DocType: Features Setup 1. To maintain the customer wise item code and to make them searchable based on their code use this option 1 . Para mantener el código de artículo del cliente y para efectuar búsquedas en ellos en función de ese código use esta opción
49 DocType: Mode of Payment Account Mode of Payment Account Modo de pago a cuenta
50 apps/erpnext/erpnext/stock/doctype/item/item.js +49 Show Variants Mostrar variantes
51 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +478 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479 Quantity Cantidad
52 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174 Loans (Liabilities) Préstamos (pasivos)
53 DocType: Employee Education Year of Passing Año de Fallecimiento
54 apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12 In Stock En inventario
58 apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13 Make new POS Profile Crear un nuevo perfil de POS
59 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31 Health Care Cuidado de la Salud
60 DocType: Purchase Invoice Monthly Mensual
61 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607 Invoice Factura
62 DocType: Maintenance Schedule Item Periodicity Periodicidad
63 apps/erpnext/erpnext/public/js/setup_wizard.js +107 Email Address Dirección De Correo Electrónico
64 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21 Defense Defensa
67 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +193 Row {0}: {1} {2} does not match with {3} Fila {0}: {1} {2} no coincide con {3}
68 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74 Row # {0}: Fila # {0}:
69 DocType: Delivery Note Vehicle No Vehículo No
70 apps/erpnext/erpnext/public/js/pos/pos.js +528 apps/erpnext/erpnext/public/js/pos/pos.js +534 Please select Price List Por favor, seleccione la lista de precios
71 DocType: Production Order Operation Work In Progress Trabajos en Curso
72 DocType: Employee Holiday List Lista de Feriados
73 DocType: Time Log Time Log Hora de registro
216 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +398 Leave Blocked Vacaciones Bloqueadas
217 apps/erpnext/erpnext/stock/doctype/item/item.py +576 apps/erpnext/erpnext/stock/doctype/item/item.py +577 Item {0} has reached its end of life on {1} El producto {0} ha llegado al fin de la vida útil el {1}
218 apps/erpnext/erpnext/accounts/utils.py +341 Annual Anual
219 DocType: Stock Reconciliation Item Stock Reconciliation Item Articulo de Reconciliación de Inventario
220 DocType: Stock Entry Sales Invoice No Factura de Venta No
221 DocType: Material Request Item Min Order Qty Cantidad mínima de Pedido (MOQ)
222 DocType: Lead Do Not Contact No contactar
228 Terretory Territorios
229 apps/erpnext/erpnext/stock/doctype/item/item.py +596 apps/erpnext/erpnext/stock/doctype/item/item.py +597 Item {0} is cancelled El producto {0} esta cancelado
230 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +607 Material Request Solicitud de Materiales
231 DocType: Bank Reconciliation Update Clearance Date Actualizar fecha de liquidación
232 DocType: Item Purchase Details Detalles de Compra
233 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +321 Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1} El elemento {0} no se encuentra en 'Materias Primas Suministradas' en la tabla de la órden de compra {1}
234 DocType: Employee Relation Relación
283 DocType: Item Tax Tax Rate Tasa de Impuesto
284 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +628 apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +629 Select Item Seleccione Producto
285 apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150 Item: {0} managed batch-wise, can not be reconciled using \ Stock Reconciliation, instead use Stock Entry El Producto: {0} gestionado por lotes, no se puede conciliar usando\ Reconciliación de Stock, se debe usar Entrada de Stock
286 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +262 Purchase Invoice {0} is already submitted Factura de Compra {0} ya existe
287 apps/erpnext/erpnext/accounts/doctype/account/account.js +54 Convert to non-Group Convertir a 'Sin-Grupo'
288 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55 Purchase Receipt must be submitted El recibo de compra debe presentarse
289 apps/erpnext/erpnext/config/stock.py +53 Batch (lot) of an Item. Listados de los lotes de los productos
354 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +735 apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +736 Please enter Item Code. Por favor, introduzca el código del producto.
355 DocType: BOM Costing Costeo
356 DocType: Purchase Taxes and Charges If checked, the tax amount will be considered as already included in the Print Rate / Print Amount Si se selecciona, el importe del impuesto se considerará como ya incluido en el Monto a Imprimir
357 apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48 Total Qty Cantidad Total
358 DocType: Employee Health Concerns Preocupaciones de salud
359 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15 Unpaid No pagado
360 DocType: Packing Slip From Package No. Del Paquete N º
471 apps/erpnext/erpnext/controllers/trends.py +39 'Based On' and 'Group By' can not be same "Basado en" y "Agrupar por" no pueden ser el mismo
472 DocType: Sales Person Sales Person Targets Metas de Vendedor
473 DocType: Production Order Operation In minutes En minutos
474 DocType: Issue Resolution Date Fecha de Resolución
475 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +644 Please set default Cash or Bank account in Mode of Payment {0} Por favor, defina la cuenta de bancos o caja predeterminados en el método de pago {0}
476 DocType: Selling Settings Customer Naming By Naming Cliente Por
477 apps/erpnext/erpnext/accounts/doctype/account/account.js +67 Convert to Group Convertir al Grupo
738 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64 {0} can not be negative {0} no puede ser negativo
739 apps/erpnext/erpnext/templates/form_grid/item_grid.html +72 apps/erpnext/erpnext/public/js/pos/pos.html +28 Discount Descuento
740 DocType: Features Setup Purchase Discounts Descuentos sobre Compra
741 DocType: Workstation Wages Salario
742 DocType: Time Log Will be updated only if Time Log is 'Billable' Se actualiza sólo si Hora de registro es &quot;facturable&quot;
743 DocType: Project Internal Interno
744 DocType: Task Urgent Urgente
758 DocType: Lead Organization Name Nombre de la Organización
759 apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61 Item must be added using 'Get Items from Purchase Receipts' button El producto debe ser agregado utilizando el botón 'Obtener productos desde recibos de compra'
760 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126 Sales Expenses Gastos de Ventas
761 apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +113 Standard Buying Compra estándar
762 DocType: GL Entry Against Contra
763 DocType: Item Default Selling Cost Center Centros de coste por defecto
764 DocType: Sales Partner Implementation Partner Socio de implementación
780 apps/erpnext/erpnext/public/js/setup_wizard.js +344 List a few of your suppliers. They could be organizations or individuals. Enumere algunos de sus proveedores. Pueden ser organizaciones o individuos.
781 DocType: Company Default Currency Moneda Predeterminada
782 DocType: Contact Enter designation of this Contact Introduzca designación de este contacto
783 DocType: Expense Claim From Employee Desde Empleado
784 apps/erpnext/erpnext/controllers/accounts_controller.py +356 Warning: System will not check overbilling since amount for Item {0} in {1} is zero Advertencia : El sistema no comprobará sobrefacturación desde monto para el punto {0} en {1} es cero
785 DocType: Journal Entry Make Difference Entry Hacer Entrada de Diferencia
786 DocType: Upload Attendance Attendance From Date Asistencia De Fecha
969 apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +360 Operations cannot be left blank. Las operaciones no se pueden dejar en blanco.
970 Delivered Items To Be Billed Envios por facturar
971 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +60 Warehouse cannot be changed for Serial No. Almacén no se puede cambiar para el N º de serie
972 DocType: Authorization Rule Average Discount Descuento Promedio
973 DocType: Address Utilities Utilidades
974 DocType: Purchase Invoice Item Accounting Contabilidad
975 DocType: Features Setup Features Setup Características del programa de instalación
1047 apps/erpnext/erpnext/public/js/pos/pos.js +402 apps/erpnext/erpnext/public/js/pos/pos.js +408 Payment cannot be made for empty cart No se puede realizar un pago con el carrito de compras vacío
1048 DocType: Item Sales Details Detalles de Ventas
1049 DocType: Opportunity With Items Con artículos
1050 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 In Qty En Cantidad
1051 DocType: Notification Control Expense Claim Rejected Reembolso de gastos rechazado
1052 DocType: Sales Invoice The date on which next invoice will be generated. It is generated on submit. La fecha en que se generará próxima factura. Se genera en enviar.
1053 DocType: Item Attribute Item Attribute Atributos del producto
1090 DocType: Stock Reconciliation This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses. Esta herramienta le ayuda a actualizar o corregir la cantidad y la valoración de los valores en el sistema. Normalmente se utiliza para sincronizar los valores del sistema y lo que realmente existe en sus almacenes.
1091 DocType: Delivery Note In Words will be visible once you save the Delivery Note. En palabras serán visibles una vez que se guarda la nota de entrega.
1092 apps/erpnext/erpnext/config/stock.py +115 Brand master. Marca principal
1093 DocType: Sales Invoice Item Brand Name Marca
1094 apps/erpnext/erpnext/public/js/setup_wizard.js +380 Box Caja
1095 apps/erpnext/erpnext/public/js/setup_wizard.js +137 The Organization La Organización
1096 DocType: Monthly Distribution Monthly Distribution Distribución Mensual
1121 DocType: Production Planning Tool Select Sales Orders Selección de órdenes de venta
1122 Material Requests for which Supplier Quotations are not created Solicitudes de Productos sin Cotizaciones Creadas
1123 DocType: Features Setup To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item. Para realizar un seguimiento de elementos mediante código de barras. Usted será capaz de entrar en los elementos de la nota de entrega y la factura de venta mediante el escaneo de código de barras del artículo.
1124 apps/erpnext/erpnext/crm/doctype/lead/lead.js +34 Make Quotation Crear una cotización
1125 DocType: Dependent Task Dependent Task Tarea dependiente
1126 apps/erpnext/erpnext/stock/doctype/item/item.py +340 Conversion factor for default Unit of Measure must be 1 in row {0} El factor de conversión de la unidad de medida (UdM) en la linea {0} debe ser 1
1127 apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +157 Leave of type {0} cannot be longer than {1} Permiso de tipo {0} no puede tener más de {1}
1177 DocType: Maintenance Visit Partially Completed Parcialmente Completado
1178 DocType: Leave Type Include holidays within leaves as leaves Incluir las vacaciones con ausencias, únicamente como ausencias
1179 DocType: Sales Invoice Packed Items Productos Empacados
1180 apps/erpnext/erpnext/config/support.py +18 Warranty Claim against Serial No. Reclamación de garantía por numero de serie
1181 DocType: BOM Replace Tool Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate "BOM Explosion Item" table as per new BOM Reemplazar una Solicitud de Materiales en particular en todas las demás Solicitudes de Materiales donde se utiliza. Sustituirá el antiguo enlace a la Solicitud de Materiales, actualizara el costo y regenerar una tabla para la nueva Solicitud de Materiales
1182 DocType: Shopping Cart Settings Enable Shopping Cart Habilitar Carrito de Compras
1183 DocType: Employee Permanent Address Dirección Permanente
1250 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +137 Against Journal Entry {0} does not have any unmatched {1} entry Contra la Entrada de Diario {0} no tiene ninguna {1} entrada que vincular
1251 apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +201 Duplicate Serial No entered for Item {0} Duplicar Serie No existe para la partida {0}
1252 DocType: Shipping Rule Condition A condition for a Shipping Rule Una condición para una regla de envío
1253 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +326 Item is not allowed to have Production Order. A este producto no se le permite tener orden de producción.
1254 DocType: Packing Slip The net weight of this package. (calculated automatically as sum of net weight of items) El peso neto de este paquete . ( calculados automáticamente como la suma del peso neto del material)
1255 DocType: Sales Order To Deliver and Bill Para Entregar y Bill
1256 apps/erpnext/erpnext/config/manufacturing.py +24 Time Logs for manufacturing. Registros de tiempo para su fabricación.
1281 DocType: Packing Slip Indicates that the package is a part of this delivery (Only Draft) Indica que el paquete es una parte de esta entrega (Sólo borradores)
1282 DocType: Payment Tool Make Payment Entry Registrar pago
1283 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +119 Quantity for Item {0} must be less than {1} Cantidad de elemento {0} debe ser menor de {1}
1284 Sales Invoice Trends Tendencias de Ventas
1285 DocType: Leave Application Apply / Approve Leaves Aplicar / Aprobar Vacaciones
1286 apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +90 Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total' Puede referirse a la linea, sólo si el tipo de importe es 'previo al importe' o 'previo al total'
1287 DocType: Sales Order Item Delivery Warehouse Almacén de entrega
1407 apps/erpnext/erpnext/projects/doctype/project/project.js +47 Expense Claims Reembolsos de gastos
1408 DocType: Issue Support Soporte
1409 BOM Search Buscar listas de materiales (LdM)
1410 apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +176 Closing (Opening + Totals) Cierre (Apertura + Totales)
1411 apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +26 Please specify currency in Company Por favor, especifique la moneda en la compañía
1412 DocType: Workstation Wages per hour Salarios por Hora
1413 apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +47 Stock balance in Batch {0} will become negative {1} for Item {2} at Warehouse {3} Balance de Inventario en Lote {0} se convertirá en negativa {1} para la partida {2} en Almacén {3}
1630 apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +713 Please specify Company to proceed Por favor, especifique la compañía para continuar
1631 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46 Compensatory Off Compensatorio
1632 DocType: Quality Inspection Reading Accepted Aceptado
1633 apps/erpnext/erpnext/setup/doctype/company/company.js +24 Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone. Por favor, asegúrese que realmente desea borrar todas las transacciones de esta compañía. Sus datos maestros permanecerán intactos. Esta acción no se puede deshacer.
1634 DocType: Payment Tool Total Payment Amount Importe total a pagar
1635 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145 {0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3} {0} ({1}) no puede ser mayor que cantidad planificada ({2}) en la Orden de Producción {3}
1636 DocType: Shipping Rule Shipping Rule Label Regla Etiqueta de envío
1990 DocType: Delivery Note Track this Delivery Note against any Project Seguir este albarán en contra de cualquier proyecto
1991 apps/erpnext/erpnext/accounts/doctype/account/account.py +176 Root account can not be deleted Cuenta root no se puede borrar
1992 apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +75 Show Stock Entries Mostrar Imagenes de entradas
1993 DocType: Production Order Work-in-Progress Warehouse Almacén de Trabajos en Proceso
1994 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +310 Reference #{0} dated {1} Referencia # {0} de fecha {1}
1995 DocType: Pricing Rule Item Code Código del producto
1996 DocType: Production Planning Tool Create Production Orders Crear Órdenes de Producción
2039 apps/erpnext/erpnext/public/js/setup_wizard.js +108 You will use it to Login Lo utilizará para iniciar sesión
2040 DocType: Sales Partner Retailer Detallista
2041 apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +128 All Supplier Types Todos los proveedores
2042 apps/erpnext/erpnext/stock/doctype/item/item.py +37 Item Code is mandatory because Item is not automatically numbered El código del artículo es obligatorio porque el producto no se enumera automáticamente
2043 apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +93 Quotation {0} not of type {1} Cotización {0} no es de tipo {1}
2044 DocType: Maintenance Schedule Item Maintenance Schedule Item Programa de mantenimiento de artículos
2045 DocType: Sales Order % Delivered % Entregado
2083 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +286 My Shipments Mis envíos
2084 DocType: Journal Entry Bill Date Fecha de factura
2085 apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +43 Even if there are multiple Pricing Rules with highest priority, then following internal priorities are applied: Incluso si hay varias reglas de precios con mayor prioridad, se aplican entonces siguientes prioridades internas:
2086 DocType: Supplier Supplier Details Detalles del Proveedor
2087 DocType: Expense Claim Approval Status Estado de Aprobación
2088 DocType: Hub Settings Publish Items to Hub Publicar artículos al Hub
2089 apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +44 From value must be less than to value in row {0} El valor debe ser menor que el valor de la linea {0}
2233 DocType: Hub Settings apps/erpnext/erpnext/hr/doctype/employee/employee.py +105 Publish Availability Date of Birth cannot be greater than today. Publicar disponibilidad La fecha de creación no puede ser mayor a la fecha de hoy.
2234 apps/erpnext/erpnext/hr/doctype/employee/employee.py +105 Date of Birth cannot be greater than today. Stock Ageing La fecha de creación no puede ser mayor a la fecha de hoy. Antigüedad de existencias
2235 apps/erpnext/erpnext/controllers/accounts_controller.py +218 Stock Ageing {0} '{1}' is disabled Antigüedad de existencias {0} '{1}' está deshabilitado
apps/erpnext/erpnext/controllers/accounts_controller.py +218 {0} '{1}' is disabled {0} '{1}' está deshabilitado
2236 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +13 Set as Open Establecer como abierto
2237 DocType: Notification Control Send automatic emails to Contacts on Submitting transactions. Enviar correos electrónicos automáticos a Contactos en transacciones SOMETER.
2238 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +230 Row {0}: Qty not avalable in warehouse {1} on {2} {3}. Available Qty: {4}, Transfer Qty: {5} Fila {0}: Cantidad no esta disponible en almacén {1} del {2} {3}. Disponible Cantidad: {4}, Transferir Cantidad: {5}
2397 apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36 Out Qty Salir Cant.
2398 apps/erpnext/erpnext/config/accounts.py +128 Rules to calculate shipping amount for a sale Reglas para calcular el importe de envío en una venta
2399 apps/erpnext/erpnext/selling/doctype/customer/customer.py +29 Series is mandatory Serie es obligatorio
2400 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +28 Financial Services Servicios Financieros
2401 DocType: Tax Rule Sales Venta
2402 apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +178 Warehouse required for stock Item {0} Almacén requerido para la acción del artículo {0}
2403 apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +145 Cr Cred
2461 DocType: Accounts Settings Role Allowed to Set Frozen Accounts & Edit Frozen Entries Función Permitida para Establecer Cuentas Congeladas y Editar Entradas Congeladas
2462 apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +52 Cannot convert Cost Center to ledger as it has child nodes No se puede convertir de 'Centros de Costos' a una cuenta del libro mayor, ya que tiene cuentas secundarias
2463 apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +37 Serial # Serial #
2464 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +87 Commission on Sales Comisión de Ventas
2465 DocType: Offer Letter Term Value / Description Valor / Descripción
2466 Customers Not Buying Since Long Time Clientes Ausentes
2467 DocType: Production Order Expected Delivery Date Fecha Esperada de Envio
2494 apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +173 Payment of salary for the month {0} and year {1} Pago del salario correspondiente al mes {0} y {1} años
2495 apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +25 Total Paid Amount Importe total pagado
2496 Transferred Qty Cantidad Transferida
2497 apps/erpnext/erpnext/config/learn.py +11 Navigating Navegación
2498 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +137 Planning Planificación
2499 apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +9 Make Time Log Batch Haga Registro de Tiempo de Lotes
2500 apps/erpnext/erpnext/stock/doctype/material_request/material_request_list.js +14 Issued Emitido
2537 DocType: Address Preferred Billing Address Dirección de facturación preferida
2538 DocType: Monthly Distribution Percentage Percentage Allocation Porcentaje de asignación de
2539 apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +86 Secretary Secretario
2540 DocType: Serial No Distinct unit of an Item Unidad distinta del producto
2541 DocType: Pricing Rule Buying Compras
2542 DocType: HR Settings Employee Records to be created by Registros de empleados a ser creados por
2543 apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +24 This Time Log Batch has been cancelled. Este Grupo de Horas Registradas se ha facturado.
2738 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +48 Soap & Detergent Jabón y Detergente
2739 apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +36 Motion Picture & Video Imagén en Movimiento y Vídeo
2740 apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation_list.js +5 Ordered Ordenado
2741 DocType: Warehouse Warehouse Name Nombre del Almacén
2742 DocType: Naming Series Select Transaction Seleccione el tipo de transacción
2743 apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +30 Please enter Approving Role or Approving User Por favor, introduzca 'Función para aprobar' o 'Usuario de aprobación'---
2744 DocType: Journal Entry Write Off Entry Diferencia de desajuste
2851 DocType: Employee Educational Qualification Capacitación Académica
2852 DocType: Workstation Operating Costs Costos Operativos
2853 DocType: Employee Leave Approver Employee Leave Approver Supervisor de Vacaciones del Empleado
2854 apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +166 {0} has been successfully added to our Newsletter list. {0} ha sido agregado con éxito a nuestra lista de Newsletter.
2855 apps/erpnext/erpnext/stock/doctype/item/item.py +424 Row {0}: An Reorder entry already exists for this warehouse {1} Fila {0}: Una entrada para reordenar ya existe para este almacén {1}
2856 apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +67 Cannot declare as lost, because Quotation has been made. No se puede declarar como perdido , porque la cotización ha sido hecha.
2857 DocType: Purchase Taxes and Charges Template Purchase Master Manager Director de compras
3198 apps/erpnext/erpnext/config/hr.py +145 Block leave applications by department. Bloquee solicitud de ausencias por departamento.
3199 DocType: Production Order Actual Operating Cost Costo de operación actual
3200 apps/erpnext/erpnext/accounts/doctype/account/account.py +77 Root cannot be edited. Root no se puede editar .
3201 apps/erpnext/erpnext/accounts/utils.py +197 Allocated amount can not greater than unadusted amount Monto asignado no puede superar el importe no ajustado
3202 DocType: Manufacturing Settings Allow Production on Holidays Permitir Producción en Vacaciones
3203 DocType: Sales Order Customer's Purchase Order Date Fecha de Pedido de Compra del Cliente
3204 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +183 Capital Stock Capital Social
3270
3271
3272
3273
3274
3275
3276
3291
3292
3293
3294
3295
3296
3297
3371
3372
3373
3374
3375
3376
3377

Some files were not shown because too many files have changed in this diff Show More