Rename sales_order_no to sales_order in Material Request Item

This commit is contained in:
Neil Trini Lasrado 2016-02-03 18:33:43 +05:30
parent 0b40ccc43c
commit abd9248ba6
63 changed files with 492 additions and 72 deletions

View File

@ -0,0 +1,407 @@
<!-- title: Material Request Item -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/stock/doctype/material_request_item"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<span class="label label-info">Child Table</span>
<p><b>Table Name:</b> <code>tabMaterial Request Item</code></p>
<h3>Fields</h3>
<table class="table table-bordered">
<thead>
<tr>
<th style="width: 5%">Sr</th>
<th style="width: 25%">Fieldname</th>
<th style="width: 20%">Type</th>
<th style="width: 25%">Label</th>
<th style="width: 25%">Options</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td class="danger" title="Mandatory"><code>item_code</code></td>
<td >
Link</td>
<td >
Item Code
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/stock/item">Item</a>
</td>
</tr>
<tr >
<td>2</td>
<td ><code>col_break1</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>3</td>
<td ><code>item_name</code></td>
<td >
Data</td>
<td >
Item Name
</td>
<td></td>
</tr>
<tr class="info">
<td>4</td>
<td ><code>section_break_4</code></td>
<td >
Section Break</td>
<td >
Description
</td>
<td></td>
</tr>
<tr >
<td>5</td>
<td class="danger" title="Mandatory"><code>description</code></td>
<td >
Text Editor</td>
<td >
Description
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td ><code>column_break_6</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>7</td>
<td ><code>image</code></td>
<td >
Attach</td>
<td class="text-muted" title="Hidden">
Image
</td>
<td></td>
</tr>
<tr >
<td>8</td>
<td ><code>image_view</code></td>
<td >
Image</td>
<td >
Image View
</td>
<td>
<pre>image</pre>
</td>
</tr>
<tr class="info">
<td>9</td>
<td ><code>quantity_and_warehouse</code></td>
<td >
Section Break</td>
<td >
Quantity and Warehouse
</td>
<td></td>
</tr>
<tr >
<td>10</td>
<td class="danger" title="Mandatory"><code>qty</code></td>
<td >
Float</td>
<td >
Quantity
</td>
<td></td>
</tr>
<tr >
<td>11</td>
<td class="danger" title="Mandatory"><code>uom</code></td>
<td >
Link</td>
<td >
Stock UOM
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/uom">UOM</a>
</td>
</tr>
<tr >
<td>12</td>
<td ><code>warehouse</code></td>
<td >
Link</td>
<td >
For Warehouse
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/stock/warehouse">Warehouse</a>
</td>
</tr>
<tr >
<td>13</td>
<td ><code>col_break2</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>14</td>
<td class="danger" title="Mandatory"><code>schedule_date</code></td>
<td >
Date</td>
<td >
Required Date
</td>
<td></td>
</tr>
<tr class="info">
<td>15</td>
<td ><code>more_info</code></td>
<td >
Section Break</td>
<td >
More Information
</td>
<td></td>
</tr>
<tr >
<td>16</td>
<td ><code>item_group</code></td>
<td >
Link</td>
<td >
Item Group
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/item_group">Item Group</a>
</td>
</tr>
<tr >
<td>17</td>
<td ><code>brand</code></td>
<td >
Link</td>
<td >
Brand
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/brand">Brand</a>
</td>
</tr>
<tr >
<td>18</td>
<td ><code>lead_time_date</code></td>
<td >
Date</td>
<td >
Lead Time Date
</td>
<td></td>
</tr>
<tr >
<td>19</td>
<td ><code>sales_order</code></td>
<td >
Link</td>
<td >
Sales Order
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/selling/sales_order">Sales Order</a>
</td>
</tr>
<tr >
<td>20</td>
<td ><code>col_break3</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>21</td>
<td ><code>min_order_qty</code></td>
<td >
Float</td>
<td >
Min Order Qty
</td>
<td></td>
</tr>
<tr >
<td>22</td>
<td ><code>projected_qty</code></td>
<td >
Float</td>
<td >
Projected Qty
</td>
<td></td>
</tr>
<tr >
<td>23</td>
<td ><code>ordered_qty</code></td>
<td >
Float</td>
<td >
Completed Qty
</td>
<td></td>
</tr>
<tr >
<td>24</td>
<td ><code>page_break</code></td>
<td >
Check</td>
<td >
Page Break
</td>
<td></td>
</tr>
</tbody>
</table>
<h4>Child Table Of</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/stock/material_request">Material Request</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->

View File

@ -383,7 +383,7 @@ class ProductionPlanningTool(Document):
"qty": requested_qty,
"schedule_date": add_days(nowdate(), cint(item_wrapper.lead_time_days)),
"warehouse": self.purchase_request_for_warehouse,
"sales_order_no": sales_order if sales_order!="No Sales Order" else None
"sales_order": sales_order if sales_order!="No Sales Order" else None
})
pr_doc.flags.ignore_permissions = 1

View File

@ -248,3 +248,4 @@ execute:frappe.db.sql("update `tabPricing Rule` set title=name where title='' or
erpnext.patches.v6_20.set_party_account_currency_in_orders
erpnext.patches.v6_19.comment_feed_communication
erpnext.patches.v6_21.fix_reorder_level
erpnext.patches.v6_21.rename_material_request_fields

View File

@ -0,0 +1 @@
from __future__ import unicode_literals

View File

@ -0,0 +1,11 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
import frappe
from frappe.model.utils.rename_field import rename_field
def execute():
frappe.reload_doc('Stock', 'doctype', 'material_request_item')
rename_field("Material Request Item", "sales_order", "sales_order")

View File

@ -353,7 +353,7 @@ def make_material_request(source_name, target_doc=None):
item_table: {
"doctype": "Material Request Item",
"field_map": {
"parent": "sales_order_no",
"parent": "sales_order",
"stock_uom": "uom"
}
}
@ -471,7 +471,7 @@ def make_maintenance_schedule(source_name, target_doc=None):
"Sales Order": {
"doctype": "Maintenance Schedule",
"field_map": {
"name": "sales_order_no"
"name": "sales_order"
},
"validation": {
"docstatus": ["=", 1]
@ -500,7 +500,7 @@ def make_maintenance_visit(source_name, target_doc=None):
"Sales Order": {
"doctype": "Maintenance Visit",
"field_map": {
"name": "sales_order_no"
"name": "sales_order"
},
"validation": {
"docstatus": ["=", 1]

View File

@ -12,7 +12,7 @@
"module": "Selling",
"name": "Pending SO Items For Purchase Request",
"owner": "Administrator",
"query": "select so_item.item_code as \"Item Code:Link/Item:120\",\n so_item.item_name as \"Item Name::120\",\n so_item.description as \"Description::120\",\n so.`name` as \"S.O. No.:Link/Sales Order:120\",\n so.`transaction_date` as \"Date:Date:120\",\n mr.name as \"Material Request:Link/Material Request:120\",\n so.customer as \"Customer:Link/Customer:120\",\n so.territory as \"Terretory:Link/Territory:120\",\n sum(so_item.qty) as \"SO Qty:Float:100 \",\n sum(mr_item.qty) as \"Requested Qty:Float:100\",\n sum(so_item.qty) - sum(mr_item.qty) as \"Pending Qty:Float:100 \", \n so.company as \"Company:Link/Company:\"\nfrom\n `tabSales Order` so, `tabSales Order Item` so_item, \n `tabMaterial Request` mr, `tabMaterial Request Item` mr_item\nwhere \n so_item.`parent` = so.`name` \n and mr_item.parent = mr.name\n and mr_item.sales_order_no = so.name\n and mr_item.item_code = so_item.item_code\n and so.docstatus = 1 and so.status != \"Stopped\" \n and mr.docstatus = 1 and mr.status != \"Stopped\"\ngroup by so.name, so_item.item_code\nhaving sum(so_item.qty) > sum(mr_item.qty)\norder by so.name desc, so_item.item_code asc",
"query": "select so_item.item_code as \"Item Code:Link/Item:120\",\n so_item.item_name as \"Item Name::120\",\n so_item.description as \"Description::120\",\n so.`name` as \"S.O. No.:Link/Sales Order:120\",\n so.`transaction_date` as \"Date:Date:120\",\n mr.name as \"Material Request:Link/Material Request:120\",\n so.customer as \"Customer:Link/Customer:120\",\n so.territory as \"Terretory:Link/Territory:120\",\n sum(so_item.qty) as \"SO Qty:Float:100 \",\n sum(mr_item.qty) as \"Requested Qty:Float:100\",\n sum(so_item.qty) - sum(mr_item.qty) as \"Pending Qty:Float:100 \", \n so.company as \"Company:Link/Company:\"\nfrom\n `tabSales Order` so, `tabSales Order Item` so_item, \n `tabMaterial Request` mr, `tabMaterial Request Item` mr_item\nwhere \n so_item.`parent` = so.`name` \n and mr_item.parent = mr.name\n and mr_item.sales_order = so.name\n and mr_item.item_code = so_item.item_code\n and so.docstatus = 1 and so.status != \"Stopped\" \n and mr.docstatus = 1 and mr.status != \"Stopped\"\ngroup by so.name, so_item.item_code\nhaving sum(so_item.qty) > sum(mr_item.qty)\norder by so.name desc, so_item.item_code asc",
"ref_doctype": "Sales Order",
"report_name": "Pending SO Items For Purchase Request",
"report_type": "Query Report"

View File

@ -29,20 +29,20 @@ class MaterialRequest(BuyingController):
def validate_qty_against_so(self):
so_items = {} # Format --> {'SO/00001': {'Item/001': 120, 'Item/002': 24}}
for d in self.get('items'):
if d.sales_order_no:
if not so_items.has_key(d.sales_order_no):
so_items[d.sales_order_no] = {d.item_code: flt(d.qty)}
if d.sales_order:
if not so_items.has_key(d.sales_order):
so_items[d.sales_order] = {d.item_code: flt(d.qty)}
else:
if not so_items[d.sales_order_no].has_key(d.item_code):
so_items[d.sales_order_no][d.item_code] = flt(d.qty)
if not so_items[d.sales_order].has_key(d.item_code):
so_items[d.sales_order][d.item_code] = flt(d.qty)
else:
so_items[d.sales_order_no][d.item_code] += flt(d.qty)
so_items[d.sales_order][d.item_code] += flt(d.qty)
for so_no in so_items.keys():
for item in so_items[so_no].keys():
already_indented = frappe.db.sql("""select sum(qty)
from `tabMaterial Request Item`
where item_code = %s and sales_order_no = %s and
where item_code = %s and sales_order = %s and
docstatus = 1 and parent != %s""", (item, so_no, self.name))
already_indented = already_indented and flt(already_indented[0][0]) or 0
@ -347,7 +347,7 @@ def make_production_order(source_name, item_code):
prod_order.description = d.description
prod_order.stock_uom = d.uom
prod_order.expected_delivery_date = d.schedule_date
prod_order.sales_order = d.sales_order_no
prod_order.sales_order = d.sales_order
prod_order.bom_no = get_item_details(item_code).bom_no
prod_order.material_request = material_request.name
return prod_order

View File

@ -445,13 +445,13 @@
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "sales_order_no",
"fieldname": "sales_order",
"fieldtype": "Link",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Sales Order No",
"label": "Sales Order",
"length": 0,
"no_copy": 0,
"options": "Sales Order",
@ -601,7 +601,7 @@
"issingle": 0,
"istable": 1,
"max_attachments": 0,
"modified": "2016-01-29 06:03:41.424851",
"modified": "2016-01-30 06:03:41.424851",
"modified_by": "Administrator",
"module": "Stock",
"name": "Material Request Item",

View File

@ -1224,7 +1224,7 @@ DocType: Employee External Work History,Total Experience,مجموع الخبرة
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,ترتيب المبيعات لا
DocType: Item Group,Item Group Name,البند اسم المجموعة
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,مأخوذ
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,المواد نقل لصناعة

1 DocType: Employee Salary Mode وضع الراتب
1224 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} الأوراق المخصصة بنجاح ل {0}
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack لا توجد عناصر لحزمة
1226 DocType: Shipping Rule Condition From Value من القيمة
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory تصنيع الكمية إلزامي
1228 DocType: Quality Inspection Reading Reading 4 قراءة 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. مطالبات لحساب الشركة.
1230 DocType: Company Default Holiday List افتراضي قائمة عطلة

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Общо Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,Продажбите Заповед №
DocType: Item Group,Item Group Name,Име на артикул Group
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Взети
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Прехвърляне Материали за Производство

1 DocType: Employee Salary Mode Mode Заплата
1201 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. Този инструмент ви помага да се актуализира, или да определи количеството и остойностяването на склад в системата. Той обикновено се използва за синхронизиране на ценностите на системата и какво всъщност съществува във вашите складове.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. По думите ще бъде видим след като запазите бележката за доставката.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Brand майстор.
1204 DocType: Sales Invoice Item Brand Name Марка Име
1205 DocType: Purchase Receipt Transporter Details Transporter Детайли
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Кутия
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Организацията

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,মোট অভিজ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,বিক্রয় আদেশ কোন
DocType: Item Group,Item Group Name,আইটেমটি গ্রুপ নাম
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,ধরা
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,প্রস্তুত জন্য স্থানান্তর সামগ্রী

Can't render this file because it is too large.

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,Ukupno Iskustvo
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,Narudžba kupca br
DocType: Item Group,Item Group Name,Naziv grupe artikla
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Taken
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Transfer Materijali za Proizvodnja

1 DocType: Employee Salary Mode Plaća način
1226 DocType: Shipping Rule Condition From Value Od Vrijednost
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Proizvodnja Količina je obvezno
1228 DocType: Quality Inspection Reading Reading 4 Čitanje 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Potraživanja za tvrtke trošak.
1230 DocType: Company Default Holiday List Uobičajeno Holiday List
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities Stock Obveze
1232 DocType: Purchase Receipt Supplier Warehouse Dobavljač galerija

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,Experiència total
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,Ordre de Venda No
DocType: Item Group,Item Group Name,Nom del Grup d'Articles
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Pres
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Materials de transferència per Fabricació

1 DocType: Employee Salary Mode Salary Mode
1226 DocType: Shipping Rule Condition From Value De Valor
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Quantitat de fabricació és obligatori
1228 DocType: Quality Inspection Reading Reading 4 Reading 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Les reclamacions per compte de l'empresa.
1230 DocType: Company Default Holiday List Per defecte Llista de vacances
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities Stock Liabilities
1232 DocType: Purchase Receipt Supplier Warehouse Magatzem Proveïdor

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,Celková zkušenost
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,Prodejní objednávky No
DocType: Item Group,Item Group Name,Položka Název skupiny
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Zaujatý
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Přenos Materiály pro výrobu

1 DocType: Employee Salary Mode Mode Plat
1226 DocType: Shipping Rule Condition From Value Od hodnoty
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Výrobní množství je povinné
1228 DocType: Quality Inspection Reading Reading 4 Čtení 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Nároky na náklady firmy.
1230 DocType: Company Default Holiday List Výchozí Holiday Seznam
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities Stock Závazky
1232 DocType: Purchase Receipt Supplier Warehouse Dodavatel Warehouse

View File

@ -1076,7 +1076,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +65,Financial Year Start Date,Reg
DocType: Employee External Work History,Total Experience,Total Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Packing Slip (r) annulleret
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: Material Request Item,Sales Order,Salg bekendtgørelse nr
DocType: Item Group,Item Group Name,Item Group Name
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Taget
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Overfør Materialer til Fremstilling

1 DocType: Employee Salary Mode Løn-tilstand
1076 DocType: Sales Invoice Shipping Address Forsendelse Adresse
1077 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. 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.
1078 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.
1079 apps/erpnext/erpnext/config/stock.py +115 Brand master. Brand mester.
1080 DocType: Sales Invoice Item Brand Name Brandnavn
1081 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Kasse
1082 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Organisationen

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Total Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,Salg bekendtgørelse nr
DocType: Item Group,Item Group Name,Item Group Name
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Taget
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Overfør Materialer til Fremstilling

1 DocType: Employee Salary Mode Løn-tilstand
1201 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. 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.
1202 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.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Brand mester.
1204 DocType: Sales Invoice Item Brand Name Brandnavn
1205 DocType: Purchase Receipt Transporter Details Transporter Detaljer
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Kasse
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Organisationen

View File

@ -1222,7 +1222,7 @@ DocType: Employee External Work History,Total Experience,Gesamterfahrung
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Packzettel storniert
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Cashflow aus Investitionen
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: Material Request Item,Sales Order,Kundenauftrags-Nr.
DocType: Item Group,Item Group Name,Name der Artikelgruppe
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Genommen
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Material der Fertigung übergeben

1 DocType: Employee Salary Mode Gehaltsmodus
1222 apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +36 {0} must appear only once {0} darf nur einmal vorkommen
1223 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +336 Not allowed to tranfer more {0} than {1} against Purchase Order {2} Übertragung von mehr {0} als {1} mit Lieferantenauftrag {2} nicht erlaubt
1224 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Erfolgreich zugewiesene Abwesenheiten für {0}
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Keine Artikel zum Verpacken
1226 DocType: Shipping Rule Condition From Value Von-Wert
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Eingabe einer Fertigungsmenge ist erforderlich
1228 DocType: Quality Inspection Reading Reading 4 Ablesewert 4

View File

@ -1222,7 +1222,7 @@ DocType: Employee External Work History,Total Experience,Συνολική εμπ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,Αρ. παραγγελίας πώλησης
DocType: Item Group,Item Group Name,Όνομα ομάδας ειδών
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Πάρθηκε
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Μεταφορά υλικών για μεταποίηση

1 DocType: Employee Salary Mode Λειτουργία Μισθός
1222 apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +36 {0} must appear only once {0} Πρέπει να εμφανίζεται μόνο μία φορά
1223 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +336 Not allowed to tranfer more {0} than {1} against Purchase Order {2} Δεν επιτρέπεται να μεταφέρουμε περισσότερο {0} από {1} εναντίον παραγγελίας {2}
1224 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Οι άδειες κατανεμήθηκαν επιτυχώς για {0}
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Δεν βρέθηκαν είδη για συσκευασία
1226 DocType: Shipping Rule Condition From Value Από τιμή
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Η παραγόμενη ποσότητα είναι απαραίτητη
1228 DocType: Quality Inspection Reading Reading 4 Μέτρηση 4

View File

@ -1099,7 +1099,7 @@ apps/erpnext/erpnext/public/js/setup_wizard.js +65,Financial Year Start Date,Ini
DocType: Employee External Work History,Total Experience,Experiencia Total
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Lista(s) de embalaje cancelada(s)
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Cargos por transporte de mercancías y transito
DocType: Material Request Item,Sales Order No,Orden de Venta No
DocType: Material Request Item,Sales Order,Orden de Venta No
DocType: Item Group,Item Group Name,Nombre del grupo de artículos
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Tomado
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Transferenca de Materiales para Fabricación

1 DocType: Employee Salary Mode Modo de Salario
1099 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Vacaciones Distribuidas Satisfactoriamente para {0}
1100 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack No hay productos para empacar
1101 DocType: Shipping Rule Condition From Value Desde Valor
1102 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Cantidad de Fabricación es obligatoria
1103 DocType: Quality Inspection Reading Reading 4 Lectura 4
1104 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Peticiones para gastos de compañía
1105 DocType: Company Default Holiday List Listado de vacaciones / feriados predeterminados

View File

@ -1221,7 +1221,7 @@ DocType: Employee External Work History,Total Experience,Experiencia total
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Lista(s) de embalaje cancelada(s)
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Flujo de efectivo de inversión
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,CARGOS DE TRANSITO Y TRANSPORTE
DocType: Material Request Item,Sales Order No,Orden de venta No.
DocType: Material Request Item,Sales Order,Orden de venta No.
DocType: Item Group,Item Group Name,Nombre del grupo de productos
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Tomado
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Transferir materiales para producción

1 DocType: Employee Salary Mode Modo de pago
1221 apps/erpnext/erpnext/config/stock.py +268 Opening Stock Balance Saldo inicial de Stock
1222 apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +36 {0} must appear only once {0} debe aparecer sólo una vez
1223 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +336 Not allowed to tranfer more {0} than {1} against Purchase Order {2} No se permite transferir más {0} de {1} para la órden de compra {2}
1224 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Vacaciones Distribuidas Satisfactoriamente para {0}
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack No hay productos para empacar
1226 DocType: Shipping Rule Condition From Value Desde Valor
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory La cantidad a producir es obligatoria

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Kokku Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Pakkesedel (s) tühistati
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Rahavood investeerimistegevusest
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Kaubavedu ja Edasitoimetuskulude
DocType: Material Request Item,Sales Order No,Müük korraldusega nr
DocType: Material Request Item,Sales Order,Müük korraldusega nr
DocType: Item Group,Item Group Name,Punkt Group Nimi
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Võtnud
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Transfer Materjalid Tootmine

1 DocType: Employee Salary Mode Palk režiim
1201 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. See tööriist aitab teil värskendada või määrata koguse ja väärtuse hindamine varude süsteemi. See on tavaliselt kasutatakse sünkroonida süsteemi väärtused ja mida tegelikult olemas oma laod.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. Sõnades on nähtav, kui salvestate saateleht.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Brand kapten.
1204 DocType: Sales Invoice Item Brand Name Brändi nimi
1205 DocType: Purchase Receipt Transporter Details Transporter Üksikasjad
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Box
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Organisatsioon

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,تجربه ها
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,سفارش فروش بدون
DocType: Item Group,Item Group Name,مورد نام گروه
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,گرفته
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,انتقال مواد برای تولید

1 DocType: Employee Salary Mode حالت حقوق و دستمزد
1201 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. این ابزار کمک می کند تا شما را به روز رسانی و یا تعمیر کمیت و ارزیابی سهام در سیستم. این است که به طور معمول برای همزمان سازی مقادیر سیستم و آنچه که واقعا در انبارها شما وجود دارد استفاده می شود.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. به عبارت قابل مشاهده خواهد بود یک بار شما را تحویل توجه را نجات دهد.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. استاد با نام تجاری.
1204 DocType: Sales Invoice Item Brand Name نام تجاری
1205 DocType: Purchase Receipt Transporter Details اطلاعات حمل و نقل
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box جعبه
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization سازمان

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,kustannukset yhteensä
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,pakkauslaput peruttu
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Investointien rahavirta
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,rahdin ja huolinnan maksut
DocType: Material Request Item,Sales Order No,"myyntitilaus, numero"
DocType: Material Request Item,Sales Order,"myyntitilaus, numero"
DocType: Item Group,Item Group Name,"tuoteryhmä, nimi"
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,otettu
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,materiaalisiirto tuotantoon

1 DocType: Employee Salary Mode palkan tila
1201 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. tämä työkalu auttaa sinua päivittämään tai korjaamaan varastomäärän ja -arvon järjestelmään, sitä käytetään yleensä synkronoitaessa järjestelmän arvoja ja varaston todellisia fyysisiä arvoja
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. sanat näkyvät, kun tallennat lähetteen
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. brändin valvonta
1204 DocType: Sales Invoice Item Brand Name brändin nimi
1205 DocType: Purchase Receipt Transporter Details Transporter Lisätiedot
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box pl
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization organisaatio

View File

@ -1225,7 +1225,7 @@ DocType: Employee External Work History,Total Experience,Total Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Bordereau(x) annulé
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Flux de trésorerie d&#39;investissement
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Fret et d'envoi en sus
DocType: Material Request Item,Sales Order No,Ordonnance n ° de vente
DocType: Material Request Item,Sales Order,Ordonnance n ° de vente
DocType: Item Group,Item Group Name,Nom du groupe d&#39;article
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Pris
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Matériaux de transfert pour la fabrication

1 DocType: Employee Salary Mode Mode de rémunération
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Pas d'éléments à emballer
1226 DocType: Shipping Rule Condition From Value De la valeur
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Fabrication Quantité est obligatoire
1228 DocType: Quality Inspection Reading Reading 4 Reading 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Notes de frais de la société
1230 DocType: Company Default Holiday List Liste de vacances par défaut
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities Passif stock

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,કુલ અનુભ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,વેચાણ ઓર્ડર કોઈ
DocType: Item Group,Item Group Name,વસ્તુ ગ્રુપ નામ
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,લેવામાં
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,ઉત્પાદન માટે ટ્રાન્સફર સામગ્રી

Can't render this file because it is too large.

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,"ניסיון סה""כ"
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Slip אריזה (ים) בוטל
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: Material Request Item,Sales Order,להזמין ללא מכירות
DocType: Item Group,Item Group Name,שם קבוצת פריט
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,לקחתי
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,העברת חומרים לייצור

1 DocType: Employee Salary Mode שכר Mode
1201 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. כלי זה עוזר לך לעדכן או לתקן את הכמות והערכת שווי של המניה במערכת. הוא משמש בדרך כלל כדי לסנכרן את ערכי המערכת ומה בעצם קיים במחסנים שלך.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. במילים יהיו גלוי לאחר שתשמרו את תעודת המשלוח.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. אדון מותג.
1204 DocType: Sales Invoice Item Brand Name שם מותג
1205 DocType: Purchase Receipt Transporter Details פרטי Transporter
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box תיבה
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization הארגון

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,कुल अनुभ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,बिक्री आदेश नहीं
DocType: Item Group,Item Group Name,आइटम समूह का नाम
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,में ले ली
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,निर्माण के लिए हस्तांतरण सामग्री

Can't render this file because it is too large.

View File

@ -1224,7 +1224,7 @@ DocType: Employee External Work History,Total Experience,Ukupno Iskustvo
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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 tijek iz investicijskih
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,Broj narudžbe kupca
DocType: Material Request Item,Sales Order,Broj narudžbe kupca
DocType: Item Group,Item Group Name,Proizvod - naziv grupe
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Taken
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Prijenos Materijali za izradu

1 DocType: Employee Salary Mode Plaća način
1224 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Odsustvo uspješno dodijeljeno za {0}
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Nema proizvoda za pakiranje
1226 DocType: Shipping Rule Condition From Value Od Vrijednost
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Proizvedena količina je obvezna
1228 DocType: Quality Inspection Reading Reading 4 Čitanje 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Potraživanja za tvrtke trošak.
1230 DocType: Company Default Holiday List Default odmor List

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Összesen Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Csomagjegy(ek) törölve
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Cash Flow Befektetési
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Freight Forwarding és díjak
DocType: Material Request Item,Sales Order No,Sales Order No
DocType: Material Request Item,Sales Order,Sales Order
DocType: Item Group,Item Group Name,Anyagcsoport neve
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Taken
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Transfer anyagok gyártása

1 DocType: Employee Salary Mode Fizetés Mode
1201 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. Ez az eszköz segít frissíteni vagy kijavítani a mennyiséget és értékelési raktáron a rendszerben. Ez tipikusan szinkronizálja a rendszer értékei és mi valóban létezik a raktárakban.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. A szavak lesz látható, ha menteni a szállítólevélen.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Márka mester.
1204 DocType: Sales Invoice Item Brand Name Márkanév
1205 DocType: Purchase Receipt Transporter Details Transporter Részletek
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Doboz
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization A Szervezet

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,Jumlah Pengalaman
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Packing slip (s) dibatalkan
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Arus Kas dari Investasi
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Pengangkutan dan Forwarding Biaya
DocType: Material Request Item,Sales Order No,No Order Penjualan
DocType: Material Request Item,Sales Order,Sales Order
DocType: Item Group,Item Group Name,Nama Item Grup
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Diambil
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Transfer Material untuk Produksi

1 DocType: Employee Salary Mode Mode Gaji
1226 DocType: Shipping Rule Condition From Value Dari Nilai
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Qty Manufaktur wajib diisi
1228 DocType: Quality Inspection Reading Reading 4 Membaca 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Klaim untuk biaya perusahaan.
1230 DocType: Company Default Holiday List Standar Daftar Hari Libur
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities Hutang Stok
1232 DocType: Purchase Receipt Supplier Warehouse Gudang Supplier

View File

@ -1223,7 +1223,7 @@ DocType: Employee External Work History,Total Experience,Esperienza totale
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Bolla di accompagnamento ( s ) annullato
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Cash Flow da investimenti
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Freight Forwarding e spese
DocType: Material Request Item,Sales Order No,Ordine di vendita No
DocType: Material Request Item,Sales Order,Ordine di vendita No
DocType: Item Group,Item Group Name,Nome Gruppo Articoli
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Preso
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Trasferimento Materiali per Produzione

1 DocType: Employee Salary Mode Modalità di stipendio
1223 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +336 Not allowed to tranfer more {0} than {1} against Purchase Order {2} Non è consentito trasferire più {0} di {1} per Ordine d'Acquisto {2}
1224 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Foglie allocata con successo per {0}
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Non ci sono elementi per il confezionamento
1226 DocType: Shipping Rule Condition From Value Da Valore
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory La quantità da produrre è obbligatoria
1228 DocType: Quality Inspection Reading Reading 4 Lettura 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Reclami per spese dell'azienda.

View File

@ -1234,7 +1234,7 @@ DocType: Employee External Work History,Total Experience,実績合計
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,梱包伝票Sをキャンセル
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: Material Request Item,Sales Order,受注番号
DocType: Item Group,Item Group Name,アイテムグループ名
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,売上高
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,製造用資材配送

1 DocType: Employee Salary Mode 給与モード
1234 DocType: Production Planning Tool Select Sales Orders 受注を選択
1235 Material Requests for which Supplier Quotations are not created サプライヤー見積が作成されていない資材要求
1236 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. あなたは休暇を申請された日(複数可)は祝日です。あなたは休暇を申請する必要はありません。
1237 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. バーコードを使用してアイテムを追跡します。アイテムのバーコードをスキャンすることによって、納品書や請求書にアイテムを入力することができます。
1238 apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.js +20 Resend Payment Email 支払メールを再送信
1239 DocType: Dependent Task Dependent Task 依存タスク
1240 apps/erpnext/erpnext/stock/doctype/item/item.py +344 Conversion factor for default Unit of Measure must be 1 in row {0} デフォルト数量単位は、行{0}の1でなければなりません

View File

@ -1200,7 +1200,7 @@ DocType: Employee External Work History,Total Experience,បទពិសោធ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,គ្រូពេទ្យប្រហែលជាវេចខ្ចប់ (s) បានត្រូវបានលុបចោល
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: Material Request Item,Sales Order,គ្មានការលក់សណ្តាប់ធ្នាប់
DocType: Item Group,Item Group Name,ធាតុឈ្មោះក្រុម
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,គេយក
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,ផ្ទេរសម្រាប់ការផលិតសម្ភារៈ

Can't render this file because it is too large.

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,ಒಟ್ಟು ಅನ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,ಮಾರಾಟದ ಆದೇಶ ಸಂಖ್ಯೆ
DocType: Item Group,Item Group Name,ಐಟಂ ಗುಂಪು ಹೆಸರು
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,ಟೇಕನ್
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,ತಯಾರಿಕೆಗೆ ವರ್ಗಾವಣೆ ಮೆಟೀರಿಯಲ್ಸ್

Can't render this file because it is too large.

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,총 체험
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,판매 주문 번호
DocType: Item Group,Item Group Name,항목 그룹 이름
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,촬영
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,제조에 대한 전송 재료

1 DocType: Employee Salary Mode 급여 모드
1226 DocType: Shipping Rule Condition From Value 값에서
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory 제조 수량이 필수입니다
1228 DocType: Quality Inspection Reading Reading 4 4 읽기
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. 회사 경비 주장한다.
1230 DocType: Company Default Holiday List 휴일 목록 기본
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities 재고 부채
1232 DocType: Purchase Receipt Supplier Warehouse 공급 업체 창고

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Kopā pieredze
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Packing Slip (s) atcelts
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Naudas plūsma no ieguldījumu
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Kravu un Ekspedīcijas maksājumi
DocType: Material Request Item,Sales Order No,Pasūtījumu Nr
DocType: Material Request Item,Sales Order,Pasūtījumu Nr
DocType: Item Group,Item Group Name,Postenis Grupas nosaukums
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Taken
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Transfer Materiāli Ražošana

1 DocType: Employee Salary Mode Alga Mode
1201 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. Šis rīks palīdz jums, lai atjauninātu vai noteikt daudzumu un novērtēšanu krājumu sistēmā. To parasti izmanto, lai sinhronizētu sistēmas vērtības un to, kas patiesībā pastāv jūsu noliktavās.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. Vārdos būs redzami, kad ietaupāt pavadzīmi.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Brand master.
1204 DocType: Sales Invoice Item Brand Name Brand Name
1205 DocType: Purchase Receipt Transporter Details Transporter Details
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Kaste
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Organizācija

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Вкупно Искус
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,Продај Побарувања Не
DocType: Item Group,Item Group Name,Точка име на група
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Земени
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Пренос на материјали за изработка

1 DocType: Employee Salary Mode Режим на плата
1201 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. Оваа алатка ви помага да се ажурира или поправат количина и вреднување на акциите во системот. Тоа обично се користи за да ги синхронизирате вредности на системот и она што навистина постои во вашиот магацини.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. Во Зборови ќе бидат видливи откако ќе се спаси за испорака.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Бренд господар.
1204 DocType: Sales Invoice Item Brand Name Името на брендот
1205 DocType: Purchase Receipt Transporter Details Транспортерот Детали
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Кутија
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Организацијата

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,ആകെ അനുഭ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,സെയിൽസ് ഓർഡർ ഇല്ല
DocType: Item Group,Item Group Name,ഇനം ഗ്രൂപ്പ് പേര്
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,എടുത്ത
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,ഉല്പാദനത്തിനുള്ള മെറ്റീരിയൽസ് കൈമാറുക

Can't render this file because it is too large.

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,एकूण अनु
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,विक्री ऑर्डर नाही
DocType: Item Group,Item Group Name,आयटम गट नाव
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,घेतले
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,उत्पादन हस्तांतरण सामुग्री

1 DocType: Employee Salary Mode पगार मोड
1201 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. हे साधन आपल्याला सुधारीत किंवा प्रणाली मध्ये स्टॉक प्रमाण आणि मूल्यांकन निराकरण करण्यासाठी मदत करते. सामान्यत: प्रणाली मूल्ये आणि काय प्रत्यक्षात आपल्या गोदामे अस्तित्वात समक्रमित करण्यासाठी वापरले जाते.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. आपण डिलिव्हरी टीप जतन एकदा शब्द मध्ये दृश्यमान होईल.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. ब्रँड मास्टर.
1204 DocType: Sales Invoice Item Brand Name ब्रँड नाव
1205 DocType: Purchase Receipt Transporter Details वाहतुक तपशील
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box बॉक्स
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization संघटना

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Jumlah Pengalaman
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Slip pembungkusan (s) dibatalkan
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Aliran tunai daripada Pelaburan
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Freight Forwarding dan Caj
DocType: Material Request Item,Sales Order No,Pesanan Jualan No
DocType: Material Request Item,Sales Order,Pesanan Jualan No
DocType: Item Group,Item Group Name,Perkara Kumpulan Nama
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Diambil
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Bahan Pemindahan bagi Pembuatan

1 DocType: Employee Salary Mode Mod Gaji
1201 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. Alat ini membantu anda untuk mengemas kini atau yang menetapkan kuantiti dan penilaian stok sistem. Ia biasanya digunakan untuk menyegerakkan nilai sistem dan apa yang benar-benar wujud di gudang anda.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. Dalam Perkataan akan dapat dilihat selepas anda menyimpan Nota Penghantaran.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Master Jenama.
1204 DocType: Sales Invoice Item Brand Name Nama jenama
1205 DocType: Purchase Receipt Transporter Details Butiran Transporter
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Box
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Pertubuhan

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,စုစုပေါ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,ထုပ်ပိုးစလစ်ဖြတ်ပိုင်းပုံစံ (s) ဖျက်သိမ်း
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,ကုန်တင်နှင့် Forwarding စွပ်စွဲချက်
DocType: Material Request Item,Sales Order No,အရောင်းအမိန့်မရှိပါ
DocType: Material Request Item,Sales Order,အရောင်းအမိန့်မရှိပါ
DocType: Item Group,Item Group Name,item Group မှအမည်
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,ယူ
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Manufacturing သည်ပစ္စည်းများလွှဲပြောင်း

Can't render this file because it is too large.

View File

@ -1223,7 +1223,7 @@ DocType: Employee External Work History,Total Experience,Total Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Pakbon(en) geannuleerd
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,De kasstroom uit investeringsactiviteiten
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Vracht-en verzendkosten
DocType: Material Request Item,Sales Order No,Verkooporder nr.
DocType: Material Request Item,Sales Order,Verkooporder nr.
DocType: Item Group,Item Group Name,Artikel groepsnaam
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Ingenomen
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Verplaats Materialen voor Productie

1 DocType: Employee Salary Mode Salaris Modus
1223 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +336 Not allowed to tranfer more {0} than {1} against Purchase Order {2} Niet toegestaan om meer tranfer {0} dan {1} tegen Purchase Order {2}
1224 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Verlof succesvol toegewezen aan {0}
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Geen Artikelen om te verpakken
1226 DocType: Shipping Rule Condition From Value Van Waarde
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Productie Aantal is verplicht
1228 DocType: Quality Inspection Reading Reading 4 Meting 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Claims voor bedrijfsonkosten

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Total Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Pakking Slip (s) kansellert
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Kontantstrøm fra investerings
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Spedisjons- og Kostnader
DocType: Material Request Item,Sales Order No,Salgsordre Nei
DocType: Material Request Item,Sales Order,Salgsordre Nei
DocType: Item Group,Item Group Name,Sak Gruppenavn
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Tatt
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Transfer Materialer for produksjon

1 DocType: Employee Salary Mode Lønn Mode
1201 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. Dette verktøyet hjelper deg til å oppdatere eller fikse mengde og verdsetting av aksjer i systemet. Det er vanligvis brukes til å synkronisere systemverdier og hva som faktisk eksisterer i ditt varehus.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. I Ord vil være synlig når du lagrer følgeseddel.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Brand mester.
1204 DocType: Sales Invoice Item Brand Name Merkenavn
1205 DocType: Purchase Receipt Transporter Details Transporter Detaljer
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Eske
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Organisasjonen

View File

@ -1225,8 +1225,8 @@ DocType: Employee External Work History,Total Experience,
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,List(y) przewozowe anulowane
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Przepływy środków pieniężnych z Inwestowanie
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Koszty dostaw i przesyłek
DocType: Material Request Item,Sales Order No,Nr Zlecenia Sprzedaży
DocType: Item Group,Item Group Name,Element Nazwa grupy
DocType: Material Request Item,Sales Order,Nr Zlecenia Sprzedaży
DocType: Item Group,Item Group Name,
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Wzięty
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Materiały transferowe dla Produkcja
DocType: Pricing Rule,For Price List,Dla Listy Cen

1 DocType: Employee Salary Mode
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Brak Przedmiotów do pakowania
1226 DocType: Shipping Rule Condition From Value Od wartości
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory
1228 DocType: Quality Inspection Reading Reading 4 Odczyt 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Zwrot wydatków
1230 DocType: Company Default Holiday List Domyślnie lista urlopowa
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities
1232 DocType: Purchase Receipt Supplier Warehouse Magazyn dostawcy

View File

@ -1223,7 +1223,7 @@ DocType: Employee External Work History,Total Experience,Experiência total
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Deslizamento (s) de embalagem cancelado
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Fluxo de Caixa de Investimentos
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Freight Forwarding e Encargos
DocType: Material Request Item,Sales Order No,Nº da Ordem de Venda
DocType: Material Request Item,Sales Order,Nº da Ordem de Venda
DocType: Item Group,Item Group Name,Nome do Grupo de Itens
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Tomado
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Materiais de transferência para Fabricação

1 DocType: Employee Salary Mode Modo de salário
1223 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +336 Not allowed to tranfer more {0} than {1} against Purchase Order {2} Não é permitido o tranfer mais do que {0} {1} contra Pedido de Compra {2}
1224 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Folhas atribuídos com sucesso para {0}
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Nenhum item para embalar
1226 DocType: Shipping Rule Condition From Value De Valor
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Manufacturing Quantidade é obrigatório
1228 DocType: Quality Inspection Reading Reading 4 Leitura 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Os pedidos de despesa da empresa.

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,Experiência total
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Deslizamento (s) de embalagem cancelado
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Fluxo de Caixa de Investimentos
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Freight Forwarding e Encargos
DocType: Material Request Item,Sales Order No,Vendas decreto n º
DocType: Material Request Item,Sales Order,Vendas decreto n º
DocType: Item Group,Item Group Name,Nome do Grupo item
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Tomado
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Materiais de transferência para Fabricação

1 DocType: Employee Salary Mode Modo de salário
1226 DocType: Shipping Rule Condition From Value De Valor
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Manufacturing Kwantiteit is verplicht
1228 DocType: Quality Inspection Reading Reading 4 Reading 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Os pedidos de despesa da empresa.
1230 DocType: Company Default Holiday List Padrão Lista de férias
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities Passivo stock
1232 DocType: Purchase Receipt Supplier Warehouse Armazém fornecedor

View File

@ -1221,7 +1221,7 @@ DocType: Employee External Work History,Total Experience,Experiența totală
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Slip de ambalare (e) anulate
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Cash Flow de la Investiții
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Incarcatura și Taxe de Expediere
DocType: Material Request Item,Sales Order No,Vânzări Ordinul nr
DocType: Material Request Item,Sales Order,Vânzări Ordinul nr
DocType: Item Group,Item Group Name,Denumire Grup Articol
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Luate
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Materiale de transfer de Fabricare

1 DocType: Employee Salary Mode Mod de salariu
1221 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Concedii alocate cu succes pentru {0}
1222 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Nu sunt produse în ambalaj
1223 DocType: Shipping Rule Condition From Value Din Valoare
1224 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Cantitatea de fabricație este obligatorie
1225 DocType: Quality Inspection Reading Reading 4 Reading 4
1226 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Cererile pentru cheltuieli companie.
1227 DocType: Company Default Holiday List Implicit Listă de vacanță

View File

@ -1225,7 +1225,7 @@ DocType: Employee External Work History,Total Experience,Суммарный оп
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,Номер Заказа клиента
DocType: Item Group,Item Group Name,Пункт Название группы
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Взятый
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Передача материалов для производства

1 DocType: Employee Salary Mode Режим Зарплата
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Нет объектов для упаковки
1226 DocType: Shipping Rule Condition From Value От стоимости
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Производство Количество является обязательным
1228 DocType: Quality Inspection Reading Reading 4 Чтение 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Претензии по счет компании.
1230 DocType: Company Default Holiday List По умолчанию Список праздников
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities Акции Обязательства

View File

@ -1224,7 +1224,7 @@ DocType: Employee External Work History,Total Experience,Celková zkušenost
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Balení Slip (y) zrušeno
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Peňaž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: Material Request Item,Sales Order,Prodejní objednávky No
DocType: Item Group,Item Group Name,Položka Název skupiny
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Zaujatý
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Přenos Materiály pro výrobu

1 DocType: Employee Salary Mode Mode Plat
1224 apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62 Leaves Allocated Successfully for {0} Listy Přidělené úspěšně za {0}
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack Žádné položky k balení
1226 DocType: Shipping Rule Condition From Value Od hodnoty
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Výrobní množství je povinné
1228 DocType: Quality Inspection Reading Reading 4 Čtení 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Nároky na náklady firmy.
1230 DocType: Company Default Holiday List Výchozí Holiday Seznam

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Skupaj Izkušnje
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Dobavnico (e) odpovedan
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Denarni tokovi iz naložbenja
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Tovorni in Forwarding Stroški
DocType: Material Request Item,Sales Order No,Prodaja Zaporedna številka
DocType: Material Request Item,Sales Order,Prodaja Zaporedna številka
DocType: Item Group,Item Group Name,Item Name Group
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Taken
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Transferji Materiali za Izdelava

1 DocType: Employee Salary Mode Način plače
1201 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. To orodje vam pomaga posodobiti ali popravite količino in vrednotenje zalog v sistemu. To se ponavadi uporablja za sinhronizacijo sistemske vrednosti in kaj dejansko obstaja v vaših skladiščih.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. V besedi bo viden, ko boste shranite dobavnici.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Brand gospodar.
1204 DocType: Sales Invoice Item Brand Name Blagovna znamka
1205 DocType: Purchase Receipt Transporter Details Transporter Podrobnosti
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Škatla
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Organizacija

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Përvoja Total
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Paketimi Shqip (s) anulluar
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Cash Flow nga Investimi
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Mallrave dhe Forwarding Pagesat
DocType: Material Request Item,Sales Order No,Rendit Sales Asnjë
DocType: Material Request Item,Sales Order,Rendit Sales Asnjë
DocType: Item Group,Item Group Name,Item Emri i Grupit
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Marrë
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Materialet Transferimi për prodhimin e

1 DocType: Employee Salary Mode Mode paga
1201 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. Ky mjet ju ndihmon për të rinovuar ose të rregulluar sasinë dhe vlerësimin e aksioneve në sistemin. Ajo është përdorur zakonisht për të sinkronizuar vlerat e sistemit dhe çfarë në të vërtetë ekziston në depo tuaj.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. Me fjalë do të jetë i dukshëm një herë ju ruani notën shpërndarëse.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Mjeshtër markë.
1204 DocType: Sales Invoice Item Brand Name Brand Name
1205 DocType: Purchase Receipt Transporter Details Detajet Transporter
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Kuti
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Organizata

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,Укупно Искус
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,Продаја Наручите Нема
DocType: Item Group,Item Group Name,Ставка Назив групе
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Такен
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Трансфер материјал за производњу

1 DocType: Employee Salary Mode Плата режим
1226 DocType: Shipping Rule Condition From Value Од вредности
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Производња Количина је обавезно
1228 DocType: Quality Inspection Reading Reading 4 Читање 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Захтеви за рачун предузећа.
1230 DocType: Company Default Holiday List Уобичајено Холидаи Лист
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities Акции Обязательства
1232 DocType: Purchase Receipt Supplier Warehouse Снабдевач Магацин

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Total Experience
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Följesedlar avbryts
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Kassaflöde från investeringsverksamheten
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,"Frakt, spedition Avgifter"
DocType: Material Request Item,Sales Order No,Kundorder Ingen
DocType: Material Request Item,Sales Order,Kundorder Ingen
DocType: Item Group,Item Group Name,Produkt Gruppnamn
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Taken
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Överför Material Tillverkning

1 DocType: Employee Salary Mode Lön Läge
1201 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. Detta verktyg hjälper dig att uppdatera eller rätta mängden och värdering av lager i systemet. Det är oftast används för att synkronisera systemvärden och vad som faktiskt finns i dina lager.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. I Ord kommer att synas när du sparar följesedel.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Huvudmärke
1204 DocType: Sales Invoice Item Brand Name Varumärke
1205 DocType: Purchase Receipt Transporter Details Transporter Detaljer
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Låda
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Organisationen

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,மொத்த அ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,விற்பனை ஆணை இல்லை
DocType: Item Group,Item Group Name,உருப்படியை குழு பெயர்
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,எடுக்கப்பட்ட
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,உற்பத்தி இடமாற்றத் பொருட்கள்

Can't render this file because it is too large.

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,మొత్తం ఎ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,సేల్స్ ఆర్డర్ సంఖ్య
DocType: Item Group,Item Group Name,అంశం గ్రూప్ పేరు
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,తీసుకోబడినది
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,తయారీకి ట్రాన్స్ఫర్ మెటీరియల్స్

Can't render this file because it is too large.

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,ประสบกา
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,บรรจุ สลิป (s) ยกเลิก
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: Material Request Item,Sales Order,สั่งซื้อยอดขาย
DocType: Item Group,Item Group Name,ชื่อกลุ่มสินค้า
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,ยึด
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,วัสดุการโอนเงินสำหรับการผลิต

Can't render this file because it is too large.

View File

@ -1495,8 +1495,8 @@ DocType: Employee External Work History,Total Experience,Toplam Deneyim
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Ambalaj Makbuzları İptal Edildi
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Yatırım Nakit Akışı
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Navlun ve Sevkiyat Ücretleri
DocType: Material Request Item,Sales Order No,Satış Sipariş No
DocType: Material Request Item,Sales Order No,Satış Sipariş No
DocType: Material Request Item,Sales Order,Satış Sipariş No
DocType: Material Request Item,Sales Order,Satış Sipariş No
DocType: Item Group,Item Group Name,Ürün Grup Adı
DocType: Item Group,Item Group Name,Ürün Grup Adı
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Alınmış

1 DocType: Employee Salary Mode Maaş Modu
1495 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +16 Bank Accounts Banka Hesapları
1496 Bank Reconciliation Statement Banka Uzlaşma Bildirimi
1497 Bank Reconciliation Statement Banka Uzlaşma Bildirimi
1498 DocType: Address Lead Name Talep Yaratma Adı
1499 POS POS
1500 apps/erpnext/erpnext/config/stock.py +268 Opening Stock Balance Açılış Stok Dengesi
1501 apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +36 {0} must appear only once {0} sadece bir kez yer almalıdır
1502 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +336 Not allowed to tranfer more {0} than {1} against Purchase Order {2} Daha fazla tranfer izin yok {0} daha {1} Satınalma Siparişi karşı {2}

View File

@ -1201,7 +1201,7 @@ DocType: Employee External Work History,Total Experience,Загальний до
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,Продажі Замовити Немає
DocType: Item Group,Item Group Name,Назва товару Група
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Взятий
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Передача матеріалів для виробництва

1 DocType: Employee Salary Mode Режим Зарплата
1201 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. Цей інструмент допоможе вам оновити або виправити кількість і оцінка запасів у системі. Це, як правило, використовується для синхронізації системних значень і що насправді існує у ваших складах.
1202 DocType: Delivery Note In Words will be visible once you save the Delivery Note. За словами будуть видні, як тільки ви збережете накладну.
1203 apps/erpnext/erpnext/config/stock.py +115 Brand master. Марка майстер.
1204 DocType: Sales Invoice Item Brand Name Бренд
1205 DocType: Purchase Receipt Transporter Details Transporter Деталі
1206 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box Коробка
1207 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization Організація

View File

@ -1199,7 +1199,7 @@ DocType: Employee External Work History,Total Experience,کل تجربہ
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,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: Material Request Item,Sales Order,سیلز آرڈر نہیں
DocType: Item Group,Item Group Name,آئٹم گروپ کا نام
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,لیا
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,تیاری کے لئے کی منتقلی کی معدنیات

1 DocType: Employee Salary Mode تنخواہ موڈ
1199 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. یہ آلہ آپ کو اپ ڈیٹ یا نظام میں اسٹاک کی مقدار اور تشخیص کو حل کرنے میں مدد ملتی ہے. یہ عام طور پر نظام اقدار اور جو اصل میں آپ کے گوداموں میں موجود مطابقت کرنے کے لئے استعمال کیا جاتا ہے.
1200 DocType: Delivery Note In Words will be visible once you save the Delivery Note. آپ ڈلیوری نوٹ بچانے بار الفاظ میں نظر آئے گا.
1201 apps/erpnext/erpnext/config/stock.py +115 Brand master. برانڈ ماسٹر.
1202 DocType: Sales Invoice Item Brand Name برانڈ کا نام
1203 DocType: Purchase Receipt Transporter Details ٹرانسپورٹر تفصیلات
1204 apps/erpnext/erpnext/public/js/setup_wizard.js +292 Box باکس
1205 apps/erpnext/erpnext/public/js/setup_wizard.js +49 The Organization تنظیم

View File

@ -1226,7 +1226,7 @@ DocType: Employee External Work History,Total Experience,Tổng số kinh nghi
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Đóng gói trượt (s) bị hủy bỏ
apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Lưu chuyển tiền tệ từ đầu tư
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Vận tải hàng hóa và chuyển tiếp phí
DocType: Material Request Item,Sales Order No,Không bán hàng đặt hàng
DocType: Material Request Item,Sales Order,Không bán hàng đặt hàng
DocType: Item Group,Item Group Name,Mục Group Name
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Lấy
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Chuyển Vật liệu cho sản xuất

1 DocType: Employee Salary Mode Chế độ tiền lương
1226 DocType: Shipping Rule Condition From Value Từ giá trị gia tăng
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory Số lượng sản xuất là bắt buộc
1228 DocType: Quality Inspection Reading Reading 4 Đọc 4
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. Tuyên bố cho chi phí công ty.
1230 DocType: Company Default Holiday List Mặc định Danh sách khách sạn Holiday
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities Nợ phải trả chứng khoán
1232 DocType: Purchase Receipt Supplier Warehouse Nhà cung cấp kho

View File

@ -1212,7 +1212,7 @@ DocType: Employee External Work History,Total Experience,总经验
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,装箱单( S取消
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: Material Request Item,Sales Order,销售订单编号
DocType: Item Group,Item Group Name,品目群组名称
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,已经过
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,转移制造材料

1 DocType: Employee Salary Mode 薪酬模式
1212 apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +109 Accounting Entry for {0} can only be made in currency: {1} 会计分录为{0}只能在货币进行:{1}
1213 DocType: Pricing Rule Pricing Rule 定价规则
1214 apps/erpnext/erpnext/config/learn.py +202 Material Request to Purchase Order 材料要求采购订单
1215 DocType: Payment Gateway Account Payment Success URL 付款成功URL
1216 apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +74 Row # {0}: Returned Item {1} does not exists in {2} {3} 行#{0}:返回的项目{1}不存在{2} {3}
1217 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +16 Bank Accounts 银行账户
1218 Bank Reconciliation Statement 银行对帐表

View File

@ -1225,7 +1225,7 @@ DocType: Employee External Work History,Total Experience,總經驗
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,包裝單( S已取消
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: Material Request Item,Sales Order,銷售訂單號
DocType: Item Group,Item Group Name,項目群組名稱
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,拍攝
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,轉移製造材料

1 DocType: Employee Salary Mode 薪酬模式
1225 apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40 No Items to pack 無項目包裝
1226 DocType: Shipping Rule Condition From Value 從價值
1227 apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542 Manufacturing Quantity is mandatory 生產數量是必填的
1228 DocType: Quality Inspection Reading Reading 4 4閱讀
1229 apps/erpnext/erpnext/config/hr.py +23 Claims for company expense. 索賠費用由公司負責。
1230 DocType: Company Default Holiday List 預設假日表列
1231 apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165 Stock Liabilities 現貨負債