forked from git-avc/Frappe-installation-Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherpnextAr.csv
We can't make this file beautiful and searchable because it's too large.
7533 lines (7520 loc) · 848 KB
/
erpnextAr.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py,Pension Funds,صناديق التقاعد
DocType: Supplier Quotation,Rounding Adjustment (Company Currency,التقريب التكيف (عملة الشركة
apps/erpnext/erpnext/education/doctype/student_group_creation_tool/student_group_creation_tool.py,Course is mandatory in row {0},الدورة إلزامية في الصف {0}
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js,Credit Account,حساب الائتمان
DocType: Employee Tax Exemption Proof Submission,Submission Date,تاريخ التقديم
apps/erpnext/erpnext/healthcare/doctype/clinical_procedure_template/clinical_procedure_template.js,Change Template Code,تغيير رمز القالب
DocType: Expense Claim,Total Sanctioned Amount,المبلغ الإجمالي المعاقب عليه
DocType: Email Digest,New Expenses,مصاريف جديدة
apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py,Healthcare Practitioner not available on {0},ممارس الرعاية الصحية غير متوفر في {0}
DocType: Delivery Note,Transport Receipt No,إيصال النقل رقم
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Administrative Officer,موظف إداري
DocType: Opportunity,Probability (%),احتمالا (٪)
DocType: Soil Texture,Silty Clay Loam,الطين الغريني
apps/erpnext/erpnext/erpnext_integrations/doctype/woocommerce_settings/woocommerce_settings.py,WooCommerce Products,منتجات WooCommerce
apps/erpnext/erpnext/accounts/doctype/cheque_print_template/cheque_print_template.js,Account Pay Only,حساب الدفع فقط
apps/erpnext/erpnext/regional/doctype/gstr_3b_report/gstr_3b_report.html,Cess,سيس
apps/erpnext/erpnext/config/settings.py,"Set Default Values like Company, Currency, Current Fiscal Year, etc.",قم بتعيين القيم الافتراضية مثل الشركة والعملة والسنة المالية الحالية ، إلخ.
apps/erpnext/erpnext/config/projects.py,Time Tracking,تتبع الوقت
DocType: Employee Education,Under Graduate,تحت الدراسات العليا
DocType: Request for Quotation Item,Supplier Part No,رقم الجزء الخاص بالمورد
DocType: Journal Entry Account,Party Balance,ميزان الحزب
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Source of Funds (Liabilities),مصدر الأموال (الخصوم)
DocType: Payroll Period,Taxable Salary Slabs,ألواح الرواتب الخاضعة للضريبة
DocType: Support Settings,Support Settings,إعدادات الدعم
apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js,Please enter Production Item first,الرجاء إدخال عنصر الإنتاج أولاً
DocType: Quiz,Grading Basis,أساس الدرجات
DocType: Stock Entry Detail,Basic Amount,المبلغ الأساسي
DocType: Journal Entry,Pay To / Recd From,دفع إلى / Recd من
DocType: BOM,Scrap Material Cost,تكلفة المواد الخردة
DocType: Material Request Item,Received Quantity,الكمية المستلمة
,Sales Person-wise Transaction Summary,مبيعات الشخصية الحكيمة ملخص
DocType: Work Order,Actual Operating Cost,تكلفة التشغيل الفعلية
apps/erpnext/erpnext/selling/doctype/pos_closing_voucher/closing_voucher_details.html,Mode of Payments,طريقة المدفوعات
DocType: Stock Entry,Send to Subcontractor,إرسال إلى المقاول من الباطن
DocType: Purchase Invoice,Select Shipping Address,حدد عنوان الشحن
DocType: Student,AB-,AB-
apps/erpnext/erpnext/projects/doctype/project/project.py,Project Summary for {0},ملخص المشروع لـ {0}
apps/erpnext/erpnext/regional/india/bank_remittance.py,"{0} is mandatory for generating remittance payments, set the field and try again",{0} إلزامي لإنشاء مدفوعات الحوالات المالية ، وتعيين الحقل وإعادة المحاولة
apps/erpnext/erpnext/public/js/hub/marketplace.js,Some emails are invalid,بعض رسائل البريد الإلكتروني غير صالحة
DocType: Asset,Calculate Depreciation,حساب الاستهلاك
DocType: Academic Term,Term Name,اسم المصطلح
DocType: Question,Question,سؤال
DocType: Employee Tax Exemption Declaration Category,Exemption Sub Category,فئة الإعفاء الفرعية
apps/erpnext/erpnext/www/all-products/item_row.html,More Details,المزيد من التفاصيل
DocType: Salary Component,Earning,كسب
DocType: Restaurant Order Entry,Click Enter To Add,انقر فوق Enter للإضافة
DocType: Employee Group,Employee Group,مجموعة الموظفين
DocType: Currency Exchange,Specify Exchange Rate to convert one currency into another,حدد سعر الصرف لتحويل عملة إلى عملة أخرى
apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js,Ageing Range 4,الشيخوخة المدى 4
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py,Warehouse required for stock Item {0},المستودع المطلوب للسهم Item {0}
apps/erpnext/erpnext/buying/doctype/supplier_scorecard_period/supplier_scorecard_period.py,Could not solve criteria score function for {0}. Make sure the formula is valid.,لا يمكن حل دالة نقاط المعيار لـ {0}. تأكد من أن الصيغة صالحة.
DocType: Bank Reconciliation,Include Reconciled Entries,تضمين الإدخالات المتصالحة
DocType: Purchase Invoice Item,Allow Zero Valuation Rate,السماح معدل التقييم صفر
apps/erpnext/erpnext/templates/includes/product_list.js,Nothing more to show.,لا شيء أكثر لإظهار.
apps/erpnext/erpnext/controllers/buying_controller.py,"Tax Category has been changed to ""Total"" because all the Items are non-stock items",تم تغيير فئة الضريبة إلى "الإجمالي" لأن جميع العناصر هي عناصر غير متعلقة بالمخزون
DocType: Salary Detail,Tax on flexible benefit,ضريبة على فائدة مرنة
apps/erpnext/erpnext/projects/doctype/project/project_dashboard.py,This is based on the Time Sheets created against this project,يستند هذا إلى "أوراق الوقت" التي تم إنشاؤها مقابل هذا المشروع
apps/erpnext/erpnext/stock/report/item_price_stock/item_price_stock.py,Buying Rate,معدل شراء
DocType: Water Analysis,Type of Sample,نوع العينة
DocType: Budget,Budget Accounts,حسابات الميزانية
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py,Serial No {0} quantity {1} cannot be a fraction,لا يمكن أن تكون الكمية التسلسلية {0} {1} جزءًا
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Stock In Hand,الأسهم في اليد
DocType: Workstation,Wages,أجور
apps/erpnext/erpnext/hr/doctype/attendance/attendance.py,No leave record found for employee {0} for {1},لم يتم العثور على سجل إجازات للموظف {0} لـ {1}
DocType: Invoice Discounting,Accounts Receivable Unpaid Account,حسابات القبض غير المدفوعة
DocType: GST Account,SGST Account,حساب SGST
apps/erpnext/erpnext/hr/doctype/compensatory_leave_request/compensatory_leave_request.py,Half Day Date should be in between Work From Date and Work End Date,يجب أن يكون تاريخ نصف يوم بين العمل من التاريخ وتاريخ انتهاء العمل
DocType: Employee Boarding Activity,Applicable in the case of Employee Onboarding,قابل للتطبيق في حالة الموظف Onboarding
apps/erpnext/erpnext/controllers/buying_controller.py,Specified BOM {0} does not exist for Item {1},BOM {0} المحدد غير موجود للعنصر {1}
apps/erpnext/erpnext/config/accounting.py,Company (not Customer or Supplier) master.,شركة (وليس العميل أو المورد) سيد.
DocType: Shopify Settings,Sales Invoice Series,سلسلة فاتورة المبيعات
apps/erpnext/erpnext/assets/doctype/asset/asset.py,Asset Movement record {0} created,سجل حركة الأصول {0} تم إنشاؤه
DocType: Lab Prescription,Test Created,اختبار تم إنشاؤه
DocType: Academic Term,Term Start Date,تاريخ بدء المصطلح
apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py,Appointment {0} and Sales Invoice {1} cancelled,تم إلغاء الموعد {0} وفاتورة المبيعات {1}
DocType: Purchase Receipt,Vehicle Number,عدد المركبات
apps/erpnext/erpnext/templates/includes/footer/footer_extension.html,Your email address...,عنوان بريدك الإلكتروني...
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js,Include Default Book Entries,تضمين إدخالات دفتر افتراضي
DocType: Activity Cost,Activity Type,نوع النشاط
DocType: Purchase Invoice,Get Advances Paid,الحصول على السلف المدفوعة
DocType: Company,Gain/Loss Account on Asset Disposal,حساب الربح / الخسارة عند التخلص من الأصول
DocType: GL Entry,Voucher No,رقم القسيمة
DocType: Item,Reorder level based on Warehouse,إعادة ترتيب مستوى بناء على مستودع
apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py,"Stopped Work Order cannot be cancelled, Unstop it first to cancel",لا يمكن إلغاء أمر العمل المتوقف ، قم بإلغاء الأمر أولاً للإلغاء
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py,{0} Serial Numbers required for Item {1}. You have provided {2}.,{0} الأرقام التسلسلية المطلوبة للعنصر {1}. لقد قدمت {2}.
DocType: Customer,Customer Primary Contact,الاتصال الأساسي للعملاء
DocType: Purchase Order Item Supplied,BOM Detail No,BOM التفاصيل لا
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Cash In Hand,نقد في اليد
apps/erpnext/erpnext/hr/doctype/holiday_list/holiday_list.py,The holiday on {0} is not between From Date and To Date,العطلة في {0} ليست بين تاريخ و تاريخ
apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py,Lead must be set if Opportunity is made from Lead,يجب تعيين العميل المتوقع إذا كانت الفرصة مصنوعة من العميل المتوقع
apps/erpnext/erpnext/accounts/doctype/account/account.py,Account with existing transaction can not be converted to group.,لا يمكن تحويل الحساب بالمعاملات الحالية إلى مجموعة.
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py,Timesheet {0} is already completed or cancelled,الجدول الزمني {0} اكتمل بالفعل أو تم إلغاؤه
DocType: Terms and Conditions,"Standard Terms and Conditions that can be added to Sales and Purchases.
Examples:
1. Validity of the offer.
1. Payment Terms (In Advance, On Credit, part advance etc).
1. What is extra (or payable by the Customer).
1. Safety / usage warning.
1. Warranty if any.
1. Returns Policy.
1. Terms of shipping, if applicable.
1. Ways of addressing disputes, indemnity, liability, etc.
1. Address and Contact of your Company.",الشروط والأحكام القياسية التي يمكن إضافتها إلى المبيعات والمشتريات. أمثلة: 1. صلاحية العرض. 1. شروط الدفع (مقدما ، على الائتمان ، جزء مقدما الخ). 1. ما هو إضافي (أو مستحق الدفع من قبل العميل). 1. السلامة / تحذير الاستخدام. 1. الضمان إن وجدت. 1. سياسة الإرجاع. 1. شروط الشحن ، إن وجدت. 1. طرق معالجة النزاعات والتعويضات والمسؤولية ، إلخ. 1. عنوان شركتك والاتصال بها.
apps/erpnext/erpnext/patches/v11_0/add_default_email_template_for_leave.py,Leave Status Notification,ترك إشعار الحالة
DocType: Designation Skill,Designation Skill,مهارة التعيين
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py,Quantity required for Item {0} in row {1},الكمية المطلوبة للبند {0} في الصف {1}
apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py,"To filter based on Party, select Party Type first",للتصفية حسب الحزب ، حدد نوع الحزب أولاً
apps/erpnext/erpnext/hr/doctype/leave_encashment/leave_encashment.py,No Salary Structure assigned for Employee {0} on given date {1},لم يتم تعيين هيكل راتب للموظف {0} في تاريخ معين {1}
DocType: Prescription Duration,Number,رقم
DocType: Student Group Creation Tool,Separate course based Group for every Batch,مجموعة منفصلة مقرها بالطبع لكل دفعة
DocType: Healthcare Settings,Require Lab Test Approval,تتطلب موافقة اختبار المختبر
DocType: Bank Reconciliation,Update Clearance Date,تحديث تاريخ التخليص
DocType: Chart of Accounts Importer,Import Chart of Accounts from a csv file,استيراد مخطط الحسابات من ملف CSV
apps/erpnext/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py,"Support for public app is deprecated. Please setup private app, for more details refer user manual",تم إهمال دعم التطبيق العام. يرجى إعداد التطبيق الخاص ، لمزيد من التفاصيل الرجوع دليل المستخدم
DocType: Contract,Signed,وقعت
DocType: Purchase Invoice,Terms and Conditions1,الشروط والأحكام 1
apps/erpnext/erpnext/hr/doctype/department_approver/department_approver.py,Please select Employee Record first.,يرجى اختيار سجل الموظف أولاً.
apps/erpnext/erpnext/hr/doctype/hr_settings/hr_settings.py,Password policy for Salary Slips is not set,لم يتم تعيين سياسة كلمة المرور لمرتبات الراتب
DocType: Assessment Result Tool,Result HTML,نتيجة HTML
DocType: Agriculture Task,Ignore holidays,تجاهل العطلات
DocType: Linked Soil Texture,Linked Soil Texture,ربط نسيج التربة
apps/erpnext/erpnext/hr/doctype/vehicle/vehicle_dashboard.py,This is based on logs against this Vehicle. See timeline below for details,ويستند هذا على سجلات ضد هذه السيارة. انظر الجدول الزمني أدناه للحصول على التفاصيل
DocType: Payment Entry,ACC-PAY-.YYYY.-,ACC-PAY-.YYYY.-
DocType: Employee,Emergency Contact,اتصال الطارئ
DocType: QuickBooks Migrator,Authorization URL,عنوان URL التخويل
DocType: Attendance,On Leave,عند المغادرة
DocType: Item,Show a slideshow at the top of the page,إظهار عرض شرائح في أعلى الصفحة
DocType: Cheque Print Template,Payer Settings,إعدادات الدافع
apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py,Set Tax Rule for shopping cart,تعيين القاعدة الضريبية لعربة التسوق
apps/erpnext/erpnext/stock/report/item_variant_details/item_variant_details.py,In Production,في الانتاج
DocType: Payment Entry,Payment References,مراجع الدفع
DocType: Fee Validity,Valid Till,صالح حتى
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py,{0}: From {0} of type {1},{0}: من {0} من النوع {1}
DocType: Request for Quotation Item,Project Name,اسم المشروع
DocType: Purchase Invoice Item,Stock Qty,الكمية
apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py,Child Item should not be a Product Bundle. Please remove item `{0}` and save,يجب ألا يكون العنصر الفرعي حزمة منتجات. يرجى إزالة العنصر `{0}` وحفظه
DocType: Support Search Source,Response Result Key Path,استجابة النتيجة مفتاح المسار
DocType: Travel Request,Fully Sponsored,برعاية كاملة
apps/erpnext/erpnext/healthcare/doctype/healthcare_service_unit_type/healthcare_service_unit_type.py,Not permitted. Please disable the Service Unit Type,غير مسموح به. يرجى تعطيل نوع وحدة الخدمة
DocType: POS Profile,Offline POS Settings,إعدادات نقاط البيع غير المتصلة
DocType: Supplier Scorecard Period,Calculations,العمليات الحسابية
DocType: Production Plan,Material Requested,المواد المطلوبة
DocType: Payment Reconciliation Payment,Reference Row,مرجع الصف
DocType: Leave Policy Detail,Annual Allocation,التخصيص السنوي
DocType: Buying Settings,Subcontract,قام بمقاولة فرعية
apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js,Valuation type charges can not marked as Inclusive,لا يمكن تحديد رسوم نوع التقييم على أنها شاملة
apps/erpnext/erpnext/accounts/doctype/account/account.py,Account {0}: Parent account {1} does not belong to company: {2},الحساب {0}: الحساب الرئيسي {1} لا ينتمي إلى شركة: {2}
apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py,Failed to login,فشل في تسجيل الدخول
apps/erpnext/erpnext/config/buying.py,Items and Pricing,البنود والتسعير
DocType: Payment Terms Template,Payment Terms Template,قالب شروط الدفع
DocType: Employee,Previous Work Experience,خبرة العمل السابق
DocType: Assessment Plan,Program,برنامج
DocType: Antibiotic,Healthcare,الرعاىة الصحية
DocType: Complaint,Complaint,شكوى
DocType: Shipping Rule,Restrict to Countries,يقتصر على البلدان
DocType: Hub Tracked Item,Item Manager,مدير البند
apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py,Currency of the Closing Account must be {0},يجب أن تكون عملة الحساب الختامي {0}
apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py,Opening Invoice Item,فتح فاتورة البند
DocType: Work Order,Plan material for sub-assemblies,خطة المواد للتجمعات الفرعية
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Hardware,المعدات
DocType: Budget,Action if Annual Budget Exceeded on MR,الإجراء إذا تم تجاوز الميزانية السنوية على MR
DocType: Sales Invoice Advance,Advance Amount,المبلغ مقدما
DocType: Delivery Note Item,Against Sales Invoice Item,مقابل بند فاتورة المبيعات
DocType: Expense Claim,HR-EXP-.YYYY.-,HR-EXP-.YYYY.-
DocType: BOM Explosion Item,Include Item In Manufacturing,تشمل البند في التصنيع
DocType: Item Reorder,Check in (group),تحقق في (مجموعة)
DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,لا تظهر أي رمز مثل $ إلخ بجانب العملات.
DocType: Additional Salary,Salary Component Type,نوع مكون الراتب
apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py,The shareholder does not belong to this company,المساهم لا ينتمي لهذه الشركة
DocType: Payment Term,Day(s) after the end of the invoice month,يوم (أيام) بعد نهاية شهر الفاتورة
apps/erpnext/erpnext/regional/report/eway_bill/eway_bill.py,Vehicle Type,نوع السيارة
DocType: Antibiotic,Healthcare Administrator,مدير الرعاية الصحية
DocType: Tax Withholding Rate,Single Transaction Threshold,عتبة معاملة واحدة
apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py,Broadcasting,إذاعة
DocType: Support Search Source,Post Title Key,مفتاح عنوان البريد
DocType: Customer,Customer Primary Address,عنوان العميل الأساسي
apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js,Please select batches for batched item ,يرجى تحديد دفعات للعنصر الدفعي
DocType: Pricing Rule,Min Qty,مين الكمية
DocType: Payment Entry,Payment Deductions or Loss,خصومات الدفع أو الخسارة
DocType: Purchase Taxes and Charges,On Item Quantity,على كمية البند
apps/erpnext/erpnext/config/manufacturing.py,Replace BOM and update latest price in all BOMs,استبدال BOM وتحديث أحدث الأسعار في جميع BOMs
apps/erpnext/erpnext/accounts/doctype/subscription/subscription.py,Both Trial Period Start Date and Trial Period End Date must be set,يجب تعيين كل من تاريخ بدء الفترة التجريبية وتاريخ انتهاء الفترة التجريبية
apps/erpnext/erpnext/templates/pages/projects.html,No time sheets,لا جداول زمنية
DocType: Bank Statement Settings,Statement Header Mapping,تعيين رأس البيان
apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js,Mark Half Day,حاضر نصف يوم
DocType: Stock Entry,Material Transfer for Manufacture,نقل المواد للتصنيع
DocType: Supplier,Block Supplier,مورد كتلة
apps/erpnext/erpnext/erpnext_integrations/doctype/woocommerce_settings/woocommerce_settings.py,Please enter Woocommerce Server URL,الرجاء إدخال عنوان URL لخادم Woocommerce Server
apps/erpnext/erpnext/regional/report/eway_bill/eway_bill.py,From Place,من المكان
apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.py,No contacts with email IDs found.,لم يتم العثور على جهات اتصال مع معرفات البريد الإلكتروني.
DocType: Clinical Procedure,Consumption Invoiced,استهلاك فواتير
DocType: Bin,Requested Quantity,الكمية المطلوبة
DocType: Student,Exit,ىخرج
DocType: Delivery Stop,Dispatch Information,إرسال المعلومات
DocType: BOM Scrap Item,Basic Amount (Company Currency),المبلغ الأساسي (عملة الشركة)
DocType: Selling Settings,Selling Settings,إعدادات البيع
apps/erpnext/erpnext/education/doctype/question/question.py,A question must have more than one options,يجب أن يكون للسؤال أكثر من خيار
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py,Please set the Date Of Joining for employee {0},يرجى تحديد تاريخ الانضمام للموظف {0}
apps/erpnext/erpnext/public/js/hub/components/profile_dialog.js,About your company,عن شركتك
apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py,Fiscal Year {0} does not exist,السنة المالية {0} غير موجودة
DocType: Attendance,Leave Application,طلب إجازة
apps/erpnext/erpnext/assets/doctype/asset_maintenance/asset_maintenance.js,Maintenance Log,سجل الصيانة
apps/erpnext/erpnext/utilities/transaction_base.py,Invalid Posting Time,وقت النشر غير صالح
apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js,Discount,خصم
DocType: Sales Invoice,Redeem Loyalty Points,استبدال نقاط الولاء
DocType: Shopping Cart Settings,Quotation Series,سلسلة الاقتباس
DocType: Guardian,Occupation,الاحتلال
DocType: Item,Opening Stock,افتتاح الأسهم
DocType: Supplier Scorecard,Supplier Score,نقاط المورد
DocType: POS Profile,Only show Items from these Item Groups,فقط عرض العناصر من مجموعات العناصر هذه
DocType: Job Card Time Log,Time In Mins,الوقت بالدقائق
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py,Item {0} does not exist in the system or has expired,العنصر {0} غير موجود في النظام أو منتهي الصلاحية
DocType: Pricing Rule,Price Discount Scheme,مخطط سعر الخصم
DocType: Vital Signs,Hyper,فرط
apps/erpnext/erpnext/public/js/setup_wizard.js,What does it do?,ماذا تعمل، أو ماذا تفعل؟
,Sales Invoice Trends,اتجاه فاتورةالمبيعات
DocType: Bank Reconciliation,Payment Entries,إدخالات الدفع
DocType: Employee Education,Class / Percentage,الطبقة / النسبة المئوية
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js,Item Code > Item Group > Brand,كود الصنف> مجموعة الصنف> العلامة التجارية
,Electronic Invoice Register,تسجيل الفاتورة الإلكترونية
DocType: Sales Invoice,Is Return (Credit Note),هو العائد (ملاحظة الائتمان)
DocType: Lab Test Sample,Lab Test Sample,عينة اختبار مختبر
DocType: Shopify Settings,status html,الوضع أتش تي أم أل
DocType: Fiscal Year,"For e.g. 2012, 2012-13",على سبيل المثال 2012 ، 2012-13
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js,disabled user,مستخدم معطل
DocType: Amazon MWS Settings,ES,ES
DocType: Warehouse,Warehouse Type,نوع المستودع
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js,Quick Journal Entry,مجلة سريعة الدخول
apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py,Consumed Amount,الكمية المستهلكة
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py,Already completed,تمت مسبقا
apps/erpnext/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.py,Pending Amount,المبلغ المعلق
DocType: Supplier,Warn RFQs,تحذير RFQs
DocType: Lab Prescription,Lab Prescription,وصفة مختبر
apps/erpnext/erpnext/assets/doctype/asset/asset.py,Depreciation Row {0}: Next Depreciation Date cannot be before Available-for-use Date,صف الإهلاك {0}: لا يمكن أن يكون تاريخ الإهلاك التالي قبل تاريخ الاستخدام المتاح
DocType: Certification Application,USD,دولار أمريكي
apps/erpnext/erpnext/assets/doctype/asset/depreciation.py,"Asset {0} cannot be scrapped, as it is already {1}",لا يمكن إلغاء الأصل {0} ، حيث إنه {1} بالفعل
DocType: Delivery Trip,Departure Time,وقت المغادرة
DocType: Donor,Donor Type,نوع المانح
DocType: Company,Monthly Sales Target,المبيعات الشهرية المستهدفة
DocType: Loyalty Point Entry Redemption,Redemption Date,تاريخ الفداء
apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py,Approving User cannot be same as user the rule is Applicable To,لا يمكن أن يوافق المستخدم على أنه المستخدم الذي تنطبق عليه القاعدة
DocType: Fee Schedule Student Group,Fee Schedule Student Group,جدول رسوم مجموعة الطلاب
apps/erpnext/erpnext/projects/report/billing_summary.py, From Date can not be greater than To Date,من تاريخ لا يمكن أن يكون أكبر من إلى تاريخ
apps/erpnext/erpnext/public/js/queries.js,Please specify a {0},يرجى تحديد {0}
apps/erpnext/erpnext/regional/report/eway_bill/eway_bill.py,To GSTIN,إلى غستن
apps/erpnext/erpnext/education/doctype/academic_term/academic_term.py,The Term End Date cannot be earlier than the Term Start Date. Please correct the dates and try again.,لا يمكن أن يكون تاريخ انتهاء المدة أقدم من تاريخ بدء الفصل. يرجى تصحيح التواريخ والمحاولة مرة أخرى.
apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py,No Employee Found,لم يتم العثور على موظف
DocType: Employee Tax Exemption Declaration Category,Exemption Category,فئة الإعفاء
apps/erpnext/erpnext/hr/doctype/loan/loan.js,Create Disbursement Entry,إنشاء إدخال الصرف
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py,Purpose must be one of {0},يجب أن يكون الغرض واحدًا من {0}
DocType: Content Activity,Last Activity ,النشاط الاخير
DocType: Crop Cycle,A link to all the Locations in which the Crop is growing,رابط لجميع المواقع التي ينمو فيها المحاصيل
apps/erpnext/erpnext/education/doctype/course_activity/course_activity.py,Course Enrollment {0} does not exists,تسجيل الدورة التدريبية {0} غير موجود
apps/erpnext/erpnext/hr/doctype/leave_policy/leave_policy.py,Maximum leave allowed in the leave type {0} is {1},الحد الأقصى للإجازة المسموح بها في نوع الإجازة {0} هو {1}
,Qty to Transfer,الكمية لنقل
apps/erpnext/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py,Please identify/create Account (Group) for type - {0},يرجى تحديد / إنشاء حساب (مجموعة) للنوع - {0}
apps/erpnext/erpnext/healthcare/doctype/patient/patient.py,Please set default customer group and territory in Selling Settings,يرجى تعيين مجموعة العملاء الافتراضية والمنطقة في إعدادات البيع
apps/erpnext/erpnext/stock/report/item_variant_details/item_variant_details.py,There isn't any item variant for the selected item,لا يوجد أي عنصر متغير للعنصر المحدد
DocType: Contract,Contract Details,تفاصيل العقد
DocType: Customer,"Select, to make the customer searchable with these fields",حدد ، لجعل العميل قابل للبحث في هذه الحقول
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py,Total Actual,المجموع الفعلي
apps/erpnext/erpnext/healthcare/doctype/clinical_procedure_template/clinical_procedure_template.js,Change Code,تغيير الرمز
DocType: Crop,Planting Area,منطقة زراعة
DocType: Leave Control Panel,Employee Grade (optional),درجة الموظف (اختياري)
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js,Cost Center For Item with Item Code ',مركز التكلفة للعنصر مع رمز البند '
DocType: Stock Settings,Default Stock UOM,الأسهم الافتراضية UOM
DocType: Workstation,Rent Cost,تكلفة الايجار
apps/erpnext/erpnext/hr/doctype/training_event/training_event.js,Training Result,نتيجة التدريب
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js,Work Order not created,لم يتم إنشاء أمر العمل
apps/erpnext/erpnext/utilities/user_progress.py,Meter,متر
DocType: Course,Hero Image,صورة البطل
apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py,No Items to pack,لا توجد عناصر لحزم
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py,Delivery warehouse required for stock item {0},مستودع التسليم مطلوب لبند المخزون {0}
apps/erpnext/erpnext/controllers/buying_controller.py,Reserved Warehouse is mandatory for Item {0} in Raw Materials supplied,المستودع المحجوز إلزامي للبند {0} في المواد الخام المتوفرة
apps/erpnext/erpnext/assets/doctype/asset_movement/asset_movement.py,Target Location is required for the asset {0},الموقع المستهدف مطلوب للأصل {0}
apps/erpnext/erpnext/regional/report/eway_bill/eway_bill.py,SGST Amount,SGST المبلغ
apps/erpnext/erpnext/accounts/doctype/account/account.py,"Account balance already in Credit, you are not allowed to set 'Balance Must Be' as 'Debit'",رصيد الحساب موجود بالفعل في الرصيد ، لا يُسمح لك بتعيين "الرصيد يجب أن يكون" على أنه "مدين"
DocType: GSTR 3B Report,GSTR 3B Report,تقرير GSTR 3B
DocType: BOM Item,Rate & Amount,معدل ومبلغ
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py,Debit To is required,الخصم إلى مطلوب
apps/erpnext/erpnext/buying/report/subcontracted_item_to_be_received/subcontracted_item_to_be_received.py,Item Name,اسم العنصر
apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py,Cost of New Purchase,تكلفة الشراء الجديد
DocType: Customer,Additional information regarding the customer.,معلومات إضافية بخصوص العميل.
DocType: Quiz Result,Wrong,خطأ
apps/erpnext/erpnext/config/help.py,Batch Inventory,دفعة المخزون
DocType: HR Settings,"The salary slip emailed to the employee will be password protected, the password will be generated based on the password policy.",سيتم حماية كلمة مرور المرسل بالبريد الإلكتروني للموظف ، وسيتم إنشاء كلمة المرور بناءً على سياسة كلمة المرور.
DocType: Payment Entry,Received Amount,المبلغ الذي تسلمه
DocType: Item,Is Sales Item,هو البند المبيعات
apps/erpnext/erpnext/accounts/doctype/payment_order/regional/india.js,Generate Text File,توليد ملف نصي
DocType: Item,Variants,المتغيرات
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js,"Charges will be distributed proportionately based on item qty or amount, as per your selection",سيتم توزيع الرسوم على أساس الكمية الكمية أو المبلغ ، حسب اختيارك
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py,Pending activities for today,الأنشطة المعلقة لهذا اليوم
DocType: Fee Schedule Program,Student Batch,دفعة الطالب
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py,Valuation Rate required for Item in row {0},معدل التقييم مطلوب للبند في الصف {0}
DocType: BOM Operation,Base Hour Rate(Company Currency),سعر الساعة الأساسي (عملة الشركة)
DocType: Job Offer,Printing Details,تفاصيل الطباعة
DocType: Asset Repair,Manufacturing Manager,مدير التصنيع
DocType: BOM,Job Card,بطاقة عمل
DocType: Subscription Settings,Prorate,بنسبة كذا
DocType: Employee,"System User (login) ID. If set, it will become default for all HR forms.",معرف مستخدم النظام (تسجيل الدخول). إذا تم التعيين ، فسيصبح افتراضيًا لجميع أشكال الموارد البشرية.
apps/erpnext/erpnext/public/js/pos/pos.html,All Item Groups,كل مجموعات العناصر
apps/erpnext/erpnext/healthcare/page/appointment_analytic/appointment_analytic.js,Select Status,اختر الحالة
DocType: Subscription Plan,Fixed rate,سعر الصرف الثابت
apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py,Airline,شركة طيران
DocType: Quotation,Term Details,تفاصيل المصطلح
DocType: Vehicle,Acquisition Date,تاريخ الاقتناء
DocType: SMS Center,Send To,ارسل إلى
apps/erpnext/erpnext/accounts/report/share_balance/share_balance.py,Average Rate,المعدل المتوسط
DocType: Stock Settings,Set Qty in Transactions based on Serial No Input,قم بتعيين الكمية في المعاملات بناءً على المسلسل بلا إدخال
apps/erpnext/erpnext/hr/doctype/employee_advance/employee_advance.py,Advance account currency should be same as company currency {0},يجب أن تكون عملة الحساب المسبق هي نفس عملة الشركة {0}
apps/erpnext/erpnext/portal/doctype/homepage/homepage.js,Customize Homepage Sections,تخصيص أقسام الصفحة الرئيسية
DocType: Quality Goal,October,شهر اكتوبر
DocType: Selling Settings,Hide Customer's Tax Id from Sales Transactions,إخفاء معرف العميل الضريبي من معاملات المبيعات
apps/erpnext/erpnext/regional/india/utils.py,Invalid GSTIN! A GSTIN must have 15 characters.,GSTIN غير صالح! يجب أن يحتوي GSTIN على 15 حرفًا.
apps/erpnext/erpnext/accounts/doctype/promotional_scheme/promotional_scheme.py,Pricing Rule {0} is updated,يتم تحديث قاعدة التسعير {0}
DocType: Contract Fulfilment Checklist,Contract Fulfilment Checklist,قائمة التحقق من وفاء العقد
apps/erpnext/erpnext/setup/doctype/item_group/item_group.py,All Products,جميع المنتجات
apps/erpnext/erpnext/www/all-products/index.html,Product Search,بحث منتوج
DocType: Salary Slip,Net Pay,صافي الأجر
apps/erpnext/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.py,Total Invoiced Amt,إجمالي الفاتورة Amt
DocType: Clinical Procedure,Consumables Invoice Separately,مستهلكات الفاتورة بشكل منفصل
DocType: Appraisal,HR-APR-.YY.-.MM.,HR-APR-.YY.-.MM.
apps/erpnext/erpnext/accounts/doctype/budget/budget.py,Budget cannot be assigned against Group Account {0},لا يمكن تخصيص الميزانية مقابل حساب المجموعة {0}
DocType: Purchase Receipt Item,Rate and Amount,معدل ومبلغ
DocType: Patient Appointment,Check availability,التحقق من الصلاحية
apps/erpnext/erpnext/public/js/controllers/transaction.js,Cannot find Item with this barcode,لا يمكن العثور على العنصر مع هذا الرمز الشريطي
DocType: Hotel Settings,Default Invoice Naming Series,سلسلة تسمية الفاتورة الافتراضية
apps/erpnext/erpnext/accounts/doctype/pricing_rule/utils.py,"If you {0} {1} quantities of the item <b>{2}</b>, the scheme <b>{3}</b>
will be applied on the item.",إذا قمت {0} {1} بكميات العنصر <b>{2}</b> ، فسيتم تطبيق المخطط <b>{3}</b> على العنصر.
DocType: Student Siblings,Student Siblings,الإخوة الطلاب
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py,Journal Entry {0} does not have account {1} or already matched against other voucher,إدخال دفتر اليومية {0} ليس له حساب {1} أو تمت مطابقته بالفعل مع قسيمة أخرى
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Legal Expenses,نفقات قانونية
apps/erpnext/erpnext/templates/includes/cart/cart_dropdown.html,Checkout,الدفع
apps/erpnext/erpnext/non_profit/doctype/member/member_dashboard.py,Membership Details,تفاصيل العضوية
apps/erpnext/erpnext/regional/italy/utils.py,Please set the Customer Address,يرجى ضبط عنوان العميل
apps/erpnext/erpnext/utilities/user_progress.py,List your products or services that you buy or sell.,اذكر منتجاتك أو خدماتك التي تشتريها أو تبيعها.
DocType: Account,Income,الإيرادات
DocType: Account,Rate at which this tax is applied,معدل تطبيق هذه الضريبة
apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html,Payment Receipt Note,إشعار استلام الدفع
DocType: Asset Finance Book,In Percentage,في المئة
apps/erpnext/erpnext/config/buying.py,Quotations received from Suppliers.,عروض الأسعار الواردة من الموردين.
DocType: Journal Entry Account,Reference Due Date,تاريخ الاستحقاق المرجعي
apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py,Lead Time Days,ايام القيادة
DocType: Quality Goal,Revision and Revised On,مراجعة وتنقيح
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py,{0} against Purchase Order {1},{0} مقابل أمر الشراء {1}
apps/erpnext/erpnext/education/doctype/program_enrollment/program_enrollment.py,Fee Records Created - {0},تم إنشاء سجلات الرسوم - {0}
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py,Note: {0},ملاحظة: {0}
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py,Serial No {0} has already been received,تسلسل رقم {0} تم استلامه بالفعل
DocType: HR Settings,Leave Settings,ترك الإعدادات
DocType: Delivery Note,Issue Credit Note,إصدار ملاحظة الائتمان
,Batch Item Expiry Status,حالة انتهاء صلاحية العنصر الدفعي
apps/erpnext/erpnext/config/stock.py,Stock Transactions,الأسهم المعاملات
apps/erpnext/erpnext/hr/notification/training_scheduled/training_scheduled.html,Event Location,موقع الحدث
apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py,Motion Picture & Video,الصور المتحركة والفيديو
DocType: Crop,Row Spacing,المسافة بين السطور
apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py,Account number for account {0} is not available.<br> Please setup your Chart of Accounts correctly.,رقم الحساب للحساب {0} غير متاح. <br> يرجى إعداد مخطط الحسابات الخاص بك بشكل صحيح.
DocType: Cheque Print Template,Starting location from left edge,موقع البدء من الحافة اليسرى
DocType: HR Settings,HR Settings,إعدادات الموارد البشرية
DocType: Healthcare Practitioner,Appointments,تعيينات
apps/erpnext/erpnext/controllers/buying_controller.py,Asset {0} created,تم إنشاء الأصل {0}
apps/erpnext/erpnext/manufacturing/doctype/production_plan/production_plan.py,Please enter Planned Qty for Item {0} at row {1},الرجاء إدخال الكمية المخططة للعنصر {0} في الصف {1}
apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js,Select Batch,اختر دفعة
DocType: BOM,Item Description,وصف السلعة
DocType: Account,Account Name,أسم الحساب
apps/erpnext/erpnext/erpnext_integrations/doctype/woocommerce_settings/woocommerce_settings.py,Please enter API Consumer Key,الرجاء إدخال مفتاح عميل API
DocType: Products Settings,Products per Page,المنتجات لكل صفحة
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py,Duplicate {0} found in the table,مكرر {0} موجود في الجدول
DocType: Global Defaults,Default Distance Unit,وحدة المسافة الافتراضية
DocType: Clinical Procedure,Consume Stock,تستهلك الأسهم
DocType: Appraisal Template Goal,Key Performance Area,مجال الأداء الرئيسي
apps/erpnext/erpnext/selling/report/pending_so_items_for_purchase_request/pending_so_items_for_purchase_request.py,S.O. No.,رقم SO
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py,{0} not found for item {1},{0} لم يتم العثور على العنصر {1}
DocType: Sales Invoice,Set Source Warehouse,تعيين مستودع المصدر
DocType: Healthcare Settings,Out Patient Settings,خارج إعدادات المريض
DocType: Asset,Insurance End Date,تاريخ انتهاء التأمين
DocType: Bank Account,Branch Code,رمز الفرع
apps/erpnext/erpnext/support/doctype/issue/issue.js,Time To Respond,وقت الاستجابة
apps/erpnext/erpnext/public/js/conf.js,User Forum,منتدى المستخدم
DocType: Landed Cost Item,Landed Cost Item,بند تكلفة الهبوط
apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py,The seller and the buyer cannot be the same,البائع والمشتري لا يمكن أن يكون هو نفسه
DocType: Project,Copied From,نسخ من
apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js,Available,متاح
DocType: Sales Person,Sales Person Targets,أهداف شخص المبيعات
DocType: BOM Operation,BOM Operation,عملية BOM
DocType: Student,O-,O-
DocType: Repayment Schedule,Interest Amount,مبلغ الفائدة
DocType: Water Analysis,Origin,الأصل
apps/erpnext/erpnext/templates/includes/cart/cart_address.html,Add a new address,أضف عنوانا جديدا
DocType: POS Profile,Write Off Account,شطب الحساب
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Proposal/Price Quote,اقتراح / اقتباس السعر
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Associate,مساعد
apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.js,Please input all required Result Value(s),يرجى إدخال جميع النتائج المطلوبة القيمة (القيم)
DocType: Purchase Order Item Supplied,Purchase Order Item Supplied,تم توفير عنصر أمر الشراء
apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py,Item {0} is not a serialized Item,العنصر {0} ليس عنصرًا مسلسلاً
DocType: GoCardless Mandate,GoCardless Customer,جوكاردلس العملاء
DocType: Leave Encashment,Leave Balance,رصيد الاجازات
apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py,Maintenance Schedule {0} exists against {1},جدول الصيانة {0} موجود مقابل {1}
DocType: Assessment Plan,Supervisor Name,اسم المشرف
DocType: Selling Settings,Campaign Naming By,تسمية الحملة بواسطة
DocType: Course,Course Code,رمز المقرر
apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py,Aerospace,الفضاء
DocType: Landed Cost Voucher,Distribute Charges Based On,توزيع الرسوم بناء على
DocType: Supplier Scorecard Scoring Criteria,Supplier Scorecard Scoring Criteria,المورد سجل النتائج القياسية
DocType: Account,Stock,مخزون
DocType: Landed Cost Item,Receipt Document Type,نوع مستند الإيصال
DocType: Territory,Classification of Customers by region,تصنيف العملاء حسب المنطقة
DocType: Hotel Room Amenity,Billable,فوترة
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Government,الحكومي
apps/erpnext/erpnext/utilities/activation.py,"Create Employee records to manage leaves, expense claims and payroll",إنشاء سجلات الموظف لإدارة الأوراق والمطالبات حساب والرواتب
apps/erpnext/erpnext/config/help.py,Point-of-Sale,نقطة البيع
apps/erpnext/erpnext/healthcare/doctype/healthcare_practitioner/healthcare_practitioner.py,User {0} is already assigned to Healthcare Practitioner {1},تم تعيين المستخدم {0} بالفعل لممارس الرعاية الصحية {1}
apps/erpnext/erpnext/patches/v4_0/create_price_list_if_missing.py,Standard Buying,شراء قياسي
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Apprentice,صبى يتعلم حرفة ما
apps/erpnext/erpnext/utilities/activation.py,Add Timesheets,إضافة الجداول الزمنية
apps/erpnext/erpnext/accounts/doctype/account/account_tree.js,"Number of new Account, it will be included in the account name as a prefix",رقم الحساب الجديد ، سيتم تضمينه في اسم الحساب كبادئة
apps/erpnext/erpnext/controllers/buying_controller.py,Supplier Warehouse mandatory for sub-contracted Purchase Receipt,مستودع المورد إلزامي لإيصال الشراء المتعاقد عليه من الباطن
apps/erpnext/erpnext/hr/doctype/employee/employee.js,Please enter Preferred Contact Email,الرجاء إدخال البريد الإلكتروني المفضل للاتصال
DocType: Vital Signs,Normal,عادي
DocType: Customer,Customer POS Id,معرف نقاط البيع للعميل
DocType: Purchase Invoice Item,Weight Per Unit,الوزن لكل وحدة
apps/erpnext/erpnext/stock/doctype/warehouse/warehouse_tree.js,Child nodes can be only created under 'Group' type nodes,يمكن إنشاء العقد الفرعية فقط تحت العقد "Group"
DocType: Share Transfer,(including),(بما فيها)
,Requested,طلب
apps/erpnext/erpnext/stock/doctype/item/item.py,Item {0} is not a stock Item,العنصر {0} ليس عنصر مخزون
DocType: Journal Entry,Multi Currency,متعدد العملات
DocType: Payment Entry,Write Off Difference Amount,شطب الفرق المبلغ
apps/erpnext/erpnext/stock/doctype/item/item.py,Item {0} is disabled,العنصر {0} معطل
DocType: Asset Maintenance Task,Last Completion Date,تاريخ الانتهاء الأخير
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order_dashboard.py,Fulfillment,تحقيق
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py,"The task has been enqueued as a background job. In case there is any issue on processing in background, the system will add a comment about the error on this Stock Reconciliation and revert to the Draft stage",وقد تم إرساء المهمة كعمل خلفية. في حالة وجود أي مشكلة في المعالجة في الخلفية ، سيقوم النظام بإضافة تعليق حول الخطأ في تسوية المخزون هذا والعودة إلى مرحلة المسودة
apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py,Total Order Considered,ترتيب إجمالي النظر
DocType: Delivery Trip,Optimize Route,تحسين الطريق
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js,Discount Percentage can be applied either against a Price List or for all Price List.,يمكن تطبيق النسبة المئوية للخصم على قائمة الأسعار أو لجميع قائمة الأسعار.
DocType: Training Event,Trainer Email,بريد المدرب
apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.js,Get from Patient Encounter,الحصول عليها من لقاء المريض
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Software Developer,مطور برامج
DocType: Clinical Procedure Template,Sample Collection,جمع العينات
apps/erpnext/erpnext/hr/notification/training_feedback/training_feedback.html,Please share your feedback to the training by clicking on 'Training Feedback' and then 'New',يرجى مشاركة ملاحظاتك في التدريب من خلال النقر فوق "ملاحظات التدريب" ثم "جديد"
DocType: QuickBooks Migrator,Connecting to QuickBooks,الاتصال بـ QuickBooks
apps/erpnext/erpnext/education/doctype/student_applicant/student_applicant.js,Enrolling student,تسجيل الطالب
DocType: Employee Advance,Claimed,ادعى
apps/erpnext/erpnext/config/hr.py,Leaves,إجازات
DocType: Salary Structure,Salary breakup based on Earning and Deduction.,تقسيم الراتب على أساس الكسب والخصم.
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py,Salary Structure Missing,هيكل الرواتب مفقود
DocType: Setup Progress Action,Action Field,مجال العمل
,Quotation Trends,اتجاهات الاقتباس
apps/erpnext/erpnext/config/integrations.py,Connect Amazon with ERPNext,ربط الأمازون مع ERPNext
DocType: Service Level Agreement,Response and Resolution Time,زمن الاستجابة والقرار
DocType: Loyalty Program,Collection Tier,جمع الطبقة
DocType: Guardian,Guardian Of ,الوصي
DocType: Payment Request,Payment Gateway Details,تفاصيل بوابة الدفع
apps/erpnext/erpnext/hr/doctype/staffing_plan/staffing_plan.py,Staffing Plan {0} already exist for designation {1},خطة التوظيف {0} موجودة بالفعل للتعيين {1}
DocType: Item,Website Warehouse,مستودع الموقع
DocType: Sales Invoice Item,Rate With Margin,معدل مع الهامش
apps/erpnext/erpnext/regional/india/utils.py,Salary Structure must be submitted before submission of Tax Ememption Declaration,يجب تقديم هيكل الرواتب قبل تقديم بيان الإعفاء الضريبي
apps/erpnext/erpnext/public/js/event.js,Add Leads,إضافة العروض
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js,Reserve Warehouse,مستودع الاحتياطي
DocType: Payment Term,Payment Term Name,اسم مصطلح الدفع
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py,No Permission,لا يوجد إذن
apps/erpnext/erpnext/public/js/account_tree_grid.js,Select Company...,اختر شركة ...
DocType: Stock Settings,Use Naming Series,استخدام سلسلة التسمية
DocType: Salary Component,Formula,معادلة
DocType: Budget,Action if Accumulated Monthly Budget Exceeded on Actual,الإجراء إذا تم تجاوز الميزانية الشهرية المتراكمة على أرض الواقع
DocType: Leave Type,Allow Encashment,السماح Encashment
apps/erpnext/erpnext/config/projects.py,Project activity / task.,نشاط / مهمة المشروع.
DocType: Bank Statement Transaction Invoice Item,Bank Statement Transaction Invoice Item,عنصر فاتورة معاملة كشف حساب بنكي
DocType: Work Order,Total Operating Cost,إجمالي تكلفة التشغيل
DocType: Employee Onboarding,Employee Onboarding Template,قالب تأهيل الموظف
DocType: Pricing Rule,Same Item,نفس البند
apps/erpnext/erpnext/regional/india/bank_remittance.py,"Amount for a single transaction exceeds maximum allowed amount, create a separate payment order by splitting the transactions",يتجاوز مبلغ المعاملة الواحدة الحد الأقصى المسموح به ، وقم بإنشاء أمر دفع منفصل عن طريق تقسيم المعاملات
DocType: Payroll Entry,Salary Slips Created,تم إنشاء قسائم الرواتب
apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.py,Lab Test(s) ,فحوصات مخبرية)
DocType: Payment Request,Party Details,تفاصيل الحزب
apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py,Cost of Purchased Items,تكلفة العناصر المشتراة
apps/erpnext/erpnext/support/doctype/issue/issue.js,All communications including and above this shall be moved into the new Issue,سيتم نقل جميع الاتصالات بما في ذلك وفوق ذلك إلى الإصدار الجديد
DocType: Stock Entry,Material Consumption for Manufacture,استهلاك المواد للتصنيع
DocType: Item Website Specification,Table for Item that will be shown in Web Site,جدول للعنصر الذي سيتم عرضه في موقع الويب
DocType: Restaurant Menu,Restaurant Menu,قائمة المطاعم
DocType: Asset Movement,Purpose,غرض
apps/erpnext/erpnext/hr/doctype/salary_structure_assignment/salary_structure_assignment.py,Salary Structure Assignment for Employee already exists,تعيين هيكل الراتب للموظف موجود بالفعل
DocType: Clinical Procedure,Service Unit,وحدة الخدمة
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js,Customer > Customer Group > Territory,العملاء> مجموعة العملاء> الإقليم
DocType: Travel Request,Identification Document Number,رقم وثيقة الهوية
DocType: Stock Entry,Additional Costs,تكاليف اضافية
DocType: Course,"Parent Course (Leave blank, if this isn't part of Parent Course)",دورة الوالدين (اتركها فارغة ، إذا لم يكن ذلك جزءًا من دورة الوالدين)
DocType: Employee Education,Employee Education,تعليم الموظف
apps/erpnext/erpnext/hr/doctype/staffing_plan/staffing_plan.js,Number of positions cannot be less then current count of employees,لا يمكن أن يكون عدد الوظائف أقل من عدد الموظفين الحالي
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,All Customer Groups,جميع مجموعات العملاء
apps/erpnext/erpnext/stock/report/item_price_stock/item_price_stock.py,Buying Price List,شراء قائمة الأسعار
apps/erpnext/erpnext/buying/report/subcontracted_item_to_be_received/subcontracted_item_to_be_received.py,Finished Good Item Code,انتهى رمز السلعة جيدة
apps/erpnext/erpnext/controllers/accounts_controller.py,Multiple fiscal years exist for the date {0}. Please set company in Fiscal Year,توجد سنوات مالية متعددة للتاريخ {0}. يرجى تعيين الشركة في السنة المالية
apps/erpnext/erpnext/assets/doctype/asset/asset.py,Available for use date is required,متاح للاستخدام تاريخ مطلوب
DocType: Employee Training,Training Date,تاريخ التدريب
apps/erpnext/erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py,Reading Uploaded File,قراءة ملف تم الرفع
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js,Material Request,طلب المواد
DocType: Payment Entry,Total Allocated Amount (Company Currency),إجمالي المبلغ المخصص (عملة الشركة)
DocType: Restaurant Order Entry Item,Restaurant Order Entry Item,طلب دخول مطعم البند
DocType: Delivery Stop,Distance,مسافه: بعد
DocType: Amazon MWS Settings,Get financial breakup of Taxes and charges data by Amazon ,الحصول على انهيار مالي للضرائب ورسوم البيانات من قبل الأمازون
DocType: Vehicle Service,Mileage,عدد الأميال
apps/erpnext/erpnext/controllers/status_updater.py,"For an item {0}, quantity must be positive number",بالنسبة لعنصر {0} ، يجب أن تكون الكمية عددًا موجبًا
apps/erpnext/erpnext/public/js/pos/pos.html,Item Cart,البند السلة
apps/erpnext/erpnext/accounts/utils.py,Payment Entries {0} are un-linked,إدخالات الدفع {0} غير مرتبطة
DocType: Email Digest,Open Notifications,إعلامات مفتوحة
apps/erpnext/erpnext/accounts/doctype/bank_statement_transaction_entry/bank_statement_transaction_entry.py,Successfully created payment entries,تم إنشاء إدخالات الدفع بنجاح
DocType: Soil Analysis,Mg/K,ملغ / K
DocType: Item,Has Serial No,لديه المسلسل لا
DocType: Asset Maintenance,Manufacturing User,مستخدم التصنيع
apps/erpnext/erpnext/accounts/doctype/account/account.js,Ledger,موازنه
DocType: Journal Entry Account,Loan,قرض
DocType: Vehicle,Fuel UOM,الوقود UOM
DocType: Issue,Support,الدعم
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py,Invalid Company for Inter Company Transaction.,شركة غير صالحة للمعاملات بين الشركات.
DocType: Company,Fixed Asset Depreciation Settings,إعدادات استهلاك الأصول الثابتة
DocType: Employee,Department and Grade,قسم والدرجة
apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html,Cheques Required,الشيكات المطلوبة
DocType: Lead,Do Not Contact,لا تتصل
DocType: Sales Invoice,Update Billed Amount in Sales Order,تحديث مبلغ الفاتورة في أمر المبيعات
DocType: Travel Itinerary,Meal Preference,تفضيل الوجبة
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js,"Even if there are multiple Pricing Rules with highest priority, then following internal priorities are applied:",حتى إذا كانت هناك قواعد تسعير متعددة لها أولوية قصوى ، يتم تطبيق الأولويات الداخلية التالية:
apps/erpnext/erpnext/hr/doctype/attendance/attendance.py,Employee {0} is not active or does not exist,الموظف {0} غير نشط أو غير موجود
apps/erpnext/erpnext/config/accounting.py,List of all share transactions,قائمة بجميع معاملات الأسهم
DocType: Item Default,Sales Defaults,المبيعات الافتراضية
apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py,Overlap in scoring between {0} and {1},تداخل في التسجيل بين {0} و {1}
DocType: Course Assessment Criteria,Weightage,الترجيح
DocType: Bank Statement Transaction Entry,Create New Payment/Journal Entry,إنشاء دفعة جديدة / إدخال دفتر اليومية
DocType: Attendance,HR-ATT-.YYYY.-,HR-ATT-.YYYY.-
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js,"If two or more Pricing Rules are found based on the above conditions, Priority is applied. Priority is a number between 0 to 20 while default value is zero (blank). Higher number means it will take precedence if there are multiple Pricing Rules with same conditions.",إذا تم العثور على اثنين أو أكثر من قواعد التسعير على أساس الشروط المذكورة أعلاه ، يتم تطبيق الأولوية. الأولوية هي رقم يتراوح بين 0 و 20 بينما القيمة الافتراضية هي صفر (فارغة). يعني الرقم الأعلى أنه سيكون له الأسبقية إذا كانت هناك قواعد تسعير متعددة لها نفس الشروط.
apps/erpnext/erpnext/controllers/selling_controller.py,Row {0}: Qty is mandatory,الصف {0}: الكمية إلزامية
DocType: Sales Invoice,Against Income Account,ضد حساب الدخل
apps/erpnext/erpnext/controllers/accounts_controller.py,Row #{0}: Purchase Invoice cannot be made against an existing asset {1},الصف # {0}: لا يمكن إجراء فاتورة الشراء مقابل أصل موجود {1}
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py,UOM coversion factor required for UOM: {0} in Item: {1},عامل تشفير UOM مطلوب لـ UOM: {0} في العنصر: {1}
apps/erpnext/erpnext/buying/utils.py,Please enter quantity for Item {0},الرجاء إدخال الكمية للعنصر {0}
DocType: Workstation,Electricity Cost,تكلفة الكهرباء
DocType: Vehicle Service,Vehicle Service,خدمة المركبات
apps/erpnext/erpnext/config/help.py,Making Stock Entries,جعل إدخالات الأسهم
DocType: Bank Guarantee,Fixed Deposit Number,رقم الوديعة الثابتة
DocType: Vital Signs,Very Coated,المغلفة جدا
DocType: Delivery Trip,Initial Email Notification Sent,تم إرسال إشعار البريد الإلكتروني الأولي
DocType: Production Plan,For Warehouse,للمستودع
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py,"{0}: Employee email not found, hence email not sent",{0}: لم يتم العثور على البريد الإلكتروني للموظف ، وبالتالي لم يتم إرسال البريد الإلكتروني
DocType: Currency Exchange,From Currency,من العملة
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js,Return / Debit Note,عودة / المدين ملاحظة
DocType: Homepage Section,"Order in which sections should appear. 0 is first, 1 is second and so on.",الترتيب الذي يجب أن تظهر الأقسام. 0 هي الأولى ، 1 الثانية وما إلى ذلك.
apps/erpnext/erpnext/utilities/activation.py,Create Sales Orders to help you plan your work and deliver on-time,قم بإنشاء أوامر المبيعات لمساعدتك في تخطيط عملك وتقديمه في الوقت المحدد
apps/erpnext/erpnext/templates/includes/cart.js,Something went wrong!,هناك خطأ ما!
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js,Please select Healthcare Service,يرجى اختيار خدمة الرعاية الصحية
DocType: Leave Application,Apply / Approve Leaves,تطبيق / الموافقة الأوراق
DocType: Leave Block List,Applies to Company,ينطبق على الشركة
apps/erpnext/erpnext/stock/doctype/material_request/material_request.py,Row {0}: Bill of Materials not found for the Item {1},الصف {0}: جدول المواد غير موجود للعنصر {1}
DocType: Loan,Account Info,معلومات الحساب
DocType: Item Attribute Value,Abbreviation,الاختصار
DocType: Email Digest,Purchase Orders to Bill,أوامر الشراء لفاتورة
DocType: Purchase Invoice,Total Net Weight,مجموع الوزن الصافي
DocType: Authorization Rule,Approving Role (above authorized value),دور الموافقة (أعلى من القيمة المصرح بها)
DocType: Employee Advance,HR-EAD-.YYYY.-,HR-EAD-.YYYY.-
DocType: Job Applicant,Resume Attachment,السيرة الذاتية مرفق
DocType: Agriculture Analysis Criteria,Agriculture Manager,مدير الزراعة
apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js,Batch Entries,إدخالات دفعة
apps/erpnext/erpnext/accounts/doctype/budget/budget.py,Please enable Applicable on Purchase Order and Applicable on Booking Actual Expenses,يرجى تمكين المعمول بها على طلب الشراء والمطبقة على الحجز النفقات الفعلية
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Gain/Loss on Asset Disposal,الربح / الخسارة الناتجة عن التصرف في الأصول
DocType: Loan,Total Payment,المبلغ الإجمالي
DocType: Asset,Total Number of Depreciations,إجمالي عدد الاستهلاك
DocType: Asset,Fully Depreciated,مستهلكة بالكامل
apps/erpnext/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.js,Creating Accounts,إنشاء الحسابات
apps/erpnext/erpnext/stock/doctype/item/item.js,Item Variant Settings,إعدادات متغير العنصر
DocType: Supplier Group,Supplier Group Name,اسم مجموعة الموردين
apps/erpnext/erpnext/stock/report/item_prices/item_prices.py,Sales Price List,قائمة أسعار المبيعات
DocType: Email Digest,How frequently?,عدد المرات؟
DocType: Purchase Invoice,Supplier Warehouse,مستودع المورد
DocType: Salary Component,Only Tax Impact (Cannot Claim But Part of Taxable Income),التأثير الضريبي فقط (لا يمكن المطالبة بل جزء من الدخل الخاضع للضريبة)
DocType: Item Default,Purchase Defaults,شراء الافتراضيات
DocType: Contract,Contract Template,قالب العقد
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py,Serial No {0} does not belong to Batch {1},الرقم التسلسلي {0} لا ينتمي إلى Batch {1}
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application_dashboard.html,Pending Leaves,أوراق معلقة
DocType: Student Applicant,Applied,مستعمل
DocType: Clinical Procedure,Consumption Details,تفاصيل الاستهلاك
apps/erpnext/erpnext/templates/pages/integrations/gocardless_checkout.html,Loading Payment System,تحميل نظام الدفع
DocType: Assessment Plan,Maximum Assessment Score,درجة التقييم القصوى
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py,Please set default template for Leave Status Notification in HR Settings.,يرجى تعيين القالب الافتراضي لإعلام حالة المغادرة في إعدادات الموارد البشرية.
apps/erpnext/erpnext/education/doctype/student_report_generation_tool/student_report_generation_tool.html,Student Report Card,بطاقة تقرير الطالب
apps/erpnext/erpnext/regional/doctype/gstr_3b_report/gstr_3b_report.html,Nature Of Supplies,طبيعة الامدادات
DocType: Shopify Settings,Last Sync Datetime,تاريخ آخر مزامنة
apps/erpnext/erpnext/healthcare/doctype/lab_test_template/lab_test_template.py,Code {0} already exist,الكود {0} موجود بالفعل
apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.js,Based On Payment Terms,بناء على شروط الدفع
DocType: Lab Test Template,This value is updated in the Default Sales Price List.,يتم تحديث هذه القيمة في قائمة أسعار المبيعات الافتراضية.
DocType: Special Test Template,Special Test Template,قالب اختبار خاص
apps/erpnext/erpnext/stock/doctype/item/item.js,Create Variants,إنشاء المتغيرات
DocType: Item Default,Default Expense Account,حساب المصروفات الافتراضي
apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule.py,Please setup Students under Student Groups,يرجى إعداد الطلاب تحت مجموعات الطلاب
apps/erpnext/erpnext/regional/india/utils.py,Taxable Amount,المبلغ الخاضع للضريبة
DocType: Lead,Lead Owner,المالك الرئيسي
DocType: Share Transfer,Transfer,نقل
apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js,Search Item (Ctrl + i),بحث عن عنصر (Ctrl + i)
apps/erpnext/erpnext/education/doctype/assessment_result_tool/assessment_result_tool.js,{0} Result submittted,{0} النتيجة المقدمة
DocType: Supplier,Supplier of Goods or Services.,المورد من السلع أو الخدمات.
apps/erpnext/erpnext/accounts/doctype/account/account_tree.js,Name of new Account. Note: Please don't create accounts for Customers and Suppliers,اسم الحساب الجديد. ملاحظة: يرجى عدم إنشاء حسابات للعملاء والموردين
apps/erpnext/erpnext/education/doctype/student_attendance/student_attendance.py,Student Group or Course Schedule is mandatory,مجموعة الطلاب أو الجدول الدراسي إلزامي
DocType: Tax Rule,Sales Tax Template,قالب ضريبة المبيعات
DocType: BOM,Routing,التوجيه
DocType: Payment Reconciliation,Payment Reconciliation,تسوية المدفوعات
apps/erpnext/erpnext/config/accounting.py,Match non-linked Invoices and Payments.,مطابقة الفواتير والدفعات غير المرتبطة.
apps/erpnext/erpnext/utilities/user_progress.py,Opening Balances,فتح الأرصدة
DocType: Supplier,PAN,مقلاة
DocType: Work Order,Operation Cost,تكلفة العملية
DocType: Bank Guarantee,Name of Beneficiary,اسم المستفيد
apps/erpnext/erpnext/public/js/templates/address_list.html,New Address,عنوان جديد
apps/erpnext/erpnext/hr/doctype/staffing_plan/staffing_plan.py,"Subsidiary companies have already planned for {1} vacancies at a budget of {2}. \
Staffing Plan for {0} should allocate more vacancies and budget for {3} than planned for its subsidiary companies",خططت الشركات التابعة بالفعل لـ {1} من الوظائف الشاغرة بميزانية {2}. \ يجب أن تخصص خطة التوظيف لـ {0} عددًا أكبر من الوظائف الشاغرة والميزانية لـ {3} أكثر من المخطط لها للشركات التابعة لها
DocType: Stock Entry,From BOM,من BOM
DocType: Program Enrollment Tool,Student Applicant,طالب طالب
DocType: Leave Application,Leave Balance Before Application,اترك الرصيد قبل التطبيق
apps/erpnext/erpnext/stock/doctype/batch/batch.py,Expiry date is mandatory for selected item,تاريخ انتهاء الصلاحية إلزامي للبند المحدد
DocType: Stock Entry,Default Target Warehouse,المستهدف الافتراضي
apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js,Show Salary Slip,عرض قسيمة الراتب
apps/erpnext/erpnext/accounts/doctype/monthly_distribution/monthly_distribution.py,Percentage Allocation should be equal to 100%,يجب أن يكون تخصيص النسبة المئوية مساوياً لـ 100٪
DocType: Purchase Invoice Item,UOM Conversion Factor,عامل تحويل UOM
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py,Stock cannot be updated against Purchase Receipt {0},لا يمكن تحديث المخزون مقابل إيصال الشراء {0}
apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py,Item Row {0}: {1} {2} does not exist in above '{1}' table,صف العنصر {0}: {1} {2} غير موجود في الجدول '{1}' أعلاه
DocType: Asset Maintenance Task,2 Yearly,2 سنوي
DocType: Guardian Student,Guardian Student,طالب الوصي
apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py,Please add a Temporary Opening account in Chart of Accounts,الرجاء إضافة حساب فتح مؤقت في مخطط الحسابات
DocType: Account,Include in gross,تدرج في الإجمالي
apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js,Select Serial Numbers,حدد الأرقام التسلسلية
DocType: Tally Migration,UOMs,UOMs
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py,Row {0}: Party / Account does not match with {1} / {2} in {3} {4},الصف {0}: الحزب / الحساب لا يتطابق مع {1} / {2} في {3} {4}
apps/erpnext/erpnext/utilities/transaction_base.py,Invalid reference {0} {1},مرجع غير صالح {0} {1}
DocType: Quality Action,Corrective/Preventive,التصحيحية / الوقائية
DocType: Work Order Operation,Work In Progress,أعمال جارية
DocType: Bank Reconciliation,Account Currency,عملة الحساب
apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html,credit_note_amt,credit_note_amt
DocType: Setup Progress Action,Action Name,اسم العمل
DocType: Employee,Health Insurance,تأمين صحي
DocType: Student Group,Max Strength,ماكس القوة
apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py,Duplicate customer group found in the cutomer group table,مجموعة عملاء مكررة موجودة في جدول مجموعة cutomer
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}",لا يمكن تطبيق / إلغاء الإجازة قبل {0} ، حيث تم بالفعل ترحيل رصيد الإجازة في سجل تخصيص الإجازات المستقبلية {1}
DocType: Promotional Scheme Price Discount,Min Amount,الحد الأدنى للمبلغ
DocType: Sales Invoice Item,Rate With Margin (Company Currency),معدل الهامش (عملة الشركة)
DocType: Lead,Follow Up,متابعة
DocType: Tax Rule,Shipping Country,بلد الشحن
DocType: Delivery Note,Track this Delivery Note against any Project,تتبع مذكرة التسليم هذه مقابل أي مشروع
DocType: Company,Default Payroll Payable Account,حساب الرواتب الافتراضي المستحق
DocType: Drug Prescription,Update Schedule,تحديث الجدول
apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.js,Updating estimated arrival times.,تحديث أوقات الوصول المقدرة.
DocType: Asset Category,Finance Book Detail,كتاب المالية التفاصيل
apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py,Serial No {0} does not belong to Delivery Note {1},الرقم التسلسلي {0} لا ينتمي إلى ملاحظة التسليم {1}
apps/erpnext/erpnext/regional/italy/utils.py,Please set Tax ID for the customer '%s',يرجى تعيين معرف الضريبة للعميل '٪ s'
DocType: Sales Partner,Logo,شعار
DocType: Leave Type,Include holidays within leaves as leaves,تشمل العطلات داخل أوراق الشجر
DocType: Shift Assignment,Shift Request,طلب نوبة عمل
apps/erpnext/erpnext/healthcare/doctype/inpatient_record/inpatient_record.py,"Can not mark Inpatient Record Discharged, there are Unbilled Invoices {0}",لا يمكن تعليم تفريغ سجل المرضى الداخليين ، فهناك فواتير غير مدفوعة {0}
DocType: QuickBooks Migrator,Scope,نطاق
DocType: Purchase Invoice Item,Service Stop Date,تاريخ توقف الخدمة
DocType: Article,Publish Date,تاريخ النشر
DocType: Student,O+,O +
DocType: BOM,Work Order,ترتيب العمل
DocType: Bank Statement Transaction Settings Item,Transaction,عملية تجارية
DocType: Workstation,per hour,في الساعة
apps/erpnext/erpnext/accounts/doctype/subscription/subscription.js,This action will stop future billing. Are you sure you want to cancel this subscription?,سيؤدي هذا الإجراء إلى إيقاف الفواتير المستقبلية. هل أنت متأكد من أنك تريد إلغاء هذا الاشتراك؟
apps/erpnext/erpnext/regional/doctype/gstr_3b_report/gstr_3b_report.html,State/UT Tax,الدولة / ضريبة UT
apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard_dashboard.py,Scorecards,بطاقات الأداء
,Projected Quantity as Source,الكمية المتوقعة كمصدر
DocType: Supplier Group,Parent Supplier Group,مجموعة المورد الرئيسي
apps/erpnext/erpnext/controllers/accounts_controller.py,Rows with duplicate due dates in other rows were found: {0},تم العثور على صفوف ذات تواريخ استحقاق مكررة في صفوف أخرى: {0}
DocType: Fees,EDU-FEE-.YYYY.-,EDU-FEE-.YYYY.-
apps/erpnext/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py,Chart Of Accounts Template,قالب الرسم البياني للحسابات
DocType: Lead,Lead,قيادة
DocType: Appraisal Template Goal,KRA,كرا
apps/erpnext/erpnext/utilities/user_progress.py,Setup Institution,مؤسسة الإعداد
,Salary Register,سجل الراتب
apps/erpnext/erpnext/accounts/doctype/loyalty_program/loyalty_program.js,"In the case of multi-tier program, Customers will be auto assigned to the concerned tier as per their spent",في حالة البرنامج متعدد المستويات ، سيتم تعيين العملاء تلقائيًا إلى الفئة المعنية وفقًا لما أنفقوه
DocType: Bank Reconciliation Detail,Posting Date,تاريخ النشر
DocType: Upload Attendance,Attendance From Date,الحضور من التاريخ
apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule.py,Program in the Fee Structure and Student Group {0} are different.,يختلف البرنامج في هيكل الرسوم ومجموعة الطلاب {0}.
DocType: GST Settings,GST Summary,ملخص ضريبة السلع والخدمات
DocType: Education Settings,Make Academic Term Mandatory,جعل الفصل الدراسي إلزاميًا
DocType: Vehicle,Odometer Value (Last),قيمة عداد المسافات (الأخير)
apps/erpnext/erpnext/config/assets.py,Transfer an asset from one warehouse to another,نقل أصل من مستودع إلى آخر
DocType: Room,Seating Capacity,سعة المقاعد
DocType: Employee Benefit Application Detail,Employee Benefit Application Detail,الموظف تطبيق تفاصيل الطلب
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py,Employee {0} has already applied for {1} between {2} and {3} : ,قام الموظف {0} بتقديم طلب بالفعل لـ {1} بين {2} و {3}:
DocType: Asset Category Account,Capital Work In Progress Account,حساب رأس المال قيد التنفيذ
DocType: Employee Benefit Claim,Benefit Type and Amount,نوع المنافع والمبلغ
apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py,Please set default payable account for the company {0},يرجى تعيين حساب الدفع الافتراضي للشركة {0}
DocType: Daily Work Summary Group,Holiday List,قائمة العطلات
DocType: Job Card,Total Time in Mins,إجمالي الوقت بالدقائق
DocType: Shipping Rule,Shipping Amount,كمية الشحن
apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py,Total Absent,مجموع الغائبين
DocType: Fee Validity,Reference Inv,مرجع المرجع
apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py,Row {0}: {1} is required to create the Opening {2} Invoices,الصف {0}: {1} مطلوب لإنشاء فواتير فتح {2}
DocType: Bank Account,Is Company Account,هو حساب الشركة
apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.js,Do you want to notify all the customers by email?,هل ترغب في إخطار جميع العملاء عن طريق البريد الإلكتروني؟
DocType: Opening Invoice Creation Tool,Sales,مبيعات
DocType: Vital Signs,Tongue,لسان
DocType: Journal Entry,Excise Entry,المكوس الدخول
apps/erpnext/erpnext/www/all-products/index.html,Clear filters,مرشحات واضحة
DocType: Delivery Trip,In Transit,في مرحلة انتقالية
apps/erpnext/erpnext/stock/doctype/item/item.py,Barcode {0} is not a valid {1} code,الباركود {0} ليس رمز {1} صالحًا
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py,Balance for Account {0} must always be {1},يجب أن يكون رصيد الحساب {0} دائمًا {1}
apps/erpnext/erpnext/public/js/controllers/transaction.js,Invalid Blanket Order for the selected Customer and Item,طلب بطانية غير صالح للعميل والبند المحدد
DocType: Production Plan Item,"If enabled, system will create the work order for the exploded items against which BOM is available.",في حالة التمكين ، سيقوم النظام بإنشاء ترتيب العمل للعناصر المنفجرة التي يتوفر عليها BOM.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js,Product Bundle,حزمة المنتج
DocType: Exchange Rate Revaluation Account,New Exchange Rate,سعر صرف جديد
apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html,Open To Do,فتح المهام
apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py,Receiver List is empty. Please create Receiver List,قائمة الاستقبال فارغة. يرجى إنشاء قائمة الاستقبال
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Current Liabilities,المطلوبات المتداولة
apps/erpnext/erpnext/templates/pages/demo.html,ERPNext Demo,عرض ERPNext
DocType: Patient,Other Risk Factors,عوامل الخطر الأخرى
DocType: Item Attribute,To Range,إلي مدى
apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py,{0} applicable after {1} working days,{0} ينطبق بعد {1} أيام عمل
DocType: Task,Task Description,وصف المهمة
DocType: Bank Account,SWIFT Number,سويفت رقم
DocType: Accounts Settings,Show Payment Schedule in Print,عرض جدول الدفع في الطباعة
DocType: Purchase Invoice,Apply Tax Withholding Amount,تطبيق الضريبة المستقطعة
DocType: Supplier Scorecard Standing,Supplier Scorecard Standing,المورد بطاقة الأداء الدائمة
DocType: Quality Inspection Reading,Quality Inspection Reading,فحص جودة القراءة
DocType: Healthcare Settings,Valid number of days,صالح عدد الأيام
DocType: Production Plan Item,material_request_item,material_request_item
DocType: Installation Note,MAT-INS-.YYYY.-,MAT-INS-.YYYY.-
DocType: Healthcare Settings,Custom Signature in Print,توقيع مخصص في الطباعة
DocType: Patient Encounter,Procedures,الإجراءات
apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html,Open Issues,القضايا المفتوحة
DocType: Company,Series for Asset Depreciation Entry (Journal Entry),سلسلة إدخال استهلاك الأصول (إدخال دفتر اليومية)
DocType: Healthcare Service Unit,Occupancy Status,حالة الإشغال
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Privilege Leave,إجازة الامتياز
DocType: Subscription,Current Invoice End Date,تاريخ نهاية الفاتورة الحالية
DocType: Sample Collection,Collected Time,الوقت الذي تم جمعه
apps/erpnext/erpnext/manufacturing/doctype/production_plan/production_plan.py,Please select BOM for Item in Row {0},يرجى اختيار BOM للعنصر في الصف {0}
DocType: Department,Expense Approver,الموافقة على النفقات
DocType: Bank Statement Transaction Entry,New Transactions,المعاملات الجديدة
apps/erpnext/erpnext/hr/report/loan_repayment/loan_repayment.py,Payable Amount,المبلغ المستحق
DocType: SMS Center,All Supplier Contact,جميع الموردين الاتصال
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py,Quotation {0} not of type {1},الاقتباس {0} ليس من النوع {1}
apps/erpnext/erpnext/hr/doctype/leave_encashment/leave_encashment.py,Leave Type {0} is not encashable,اترك النوع {0} غير قابل للتغليف
DocType: Contract,Fulfilment Status,حالة وفاء
apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py,Unsubscribe from this Email Digest,إلغاء الاشتراك من ملخص البريد الإلكتروني هذا
apps/erpnext/erpnext/accounts/doctype/payment_order/payment_order.py,{0} {1} created,تم إنشاء {0} {1}
DocType: Water Analysis,Person Responsible,الشخص المسؤول
DocType: Asset,Asset Category,فئة الأصول
DocType: Stock Settings,Limit Percent,الحد في المئة
DocType: Cash Flow Mapping Accounts,Cash Flow Mapping Accounts,حسابات رسم التدفقات النقدية
apps/erpnext/erpnext/assets/doctype/asset/asset.js,Select Serial No,حدد الرقم التسلسلي
apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js,Sales Return,عائد المبيعات
apps/erpnext/erpnext/hr/report/employee_advance_summary/employee_advance_summary.py,No record found,لا يوجد سجلات
DocType: Department,Expense Approvers,مصاريف الخلاف
DocType: Purchase Invoice,Group same items,مجموعة نفس العناصر
DocType: Company,Parent Company,الشركة الام
DocType: Daily Work Summary Group,Reminder,تذكير
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Bank Overdraft Account,حساب السحب على المكشوف من البنك
DocType: Journal Entry,Difference (Dr - Cr),الفرق (د - الكروم)
apps/erpnext/erpnext/stock/doctype/item/item.py,"An Item Group exists with same name, please change the item name or rename the item group",توجد مجموعة عناصر بنفس الاسم ، يرجى تغيير اسم العنصر أو إعادة تسمية مجموعة العنصر
DocType: Student,B+,B +
apps/erpnext/erpnext/controllers/buying_controller.py,Following item {0} is not marked as {1} item. You can enable them as {1} item from its Item master,لم يتم وضع علامة على العنصر التالي {0} كعنصر {1}. يمكنك تمكينهم كبند {1} من العنصر الرئيسي للعنصر
DocType: Healthcare Service Unit,Allow Overlap,السماح بالتداخل
apps/erpnext/erpnext/controllers/item_variant.py,Value for Attribute {0} must be within the range of {1} to {2} in the increments of {3} for Item {4},يجب أن تكون قيمة السمة {0} ضمن نطاق {1} إلى {2} في زيادات {3} للعنصر {4}
DocType: Timesheet,Billing Details,تفاصيل الفاتورة
DocType: Quality Procedure Table,Quality Procedure Table,جدول إجراءات الجودة
apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py,Serial No {0} created,تم إنشاء الرقم التسلسلي {0}
DocType: Warehouse,Warehouse Detail,مستودع التفاصيل
DocType: Sales Order,To Deliver and Bill,لتسليم وبيل
apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.js,Added to details,تمت الإضافة إلى التفاصيل
apps/erpnext/erpnext/public/js/hub/marketplace.js,Add Users to Marketplace,إضافة مستخدمين إلى Marketplace
DocType: Healthcare Settings,Remind Before,تذكير من قبل
DocType: Healthcare Settings,Manage Customer,إدارة العملاء
DocType: Loyalty Program Collection,Tier Name,اسم المستوى
DocType: Manufacturing Settings,Manufacturing Settings,إعدادات التصنيع
apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py,Taken,تؤخذ
apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py,Please select Start Date and End Date for Item {0},يرجى تحديد تاريخ البدء وتاريخ الانتهاء للعنصر {0}
DocType: Education Settings,Education Settings,إعدادات التعليم
DocType: Student Admission,Admission End Date,تاريخ انتهاء القبول
apps/erpnext/erpnext/accounts/doctype/pricing_rule/utils.py,"If you {0} {1} worth item <b>{2}</b>, the scheme <b>{3}</b> will be applied on the item.
",إذا كنت {0} {1} يستحق العنصر <b>{2}</b> ، فسيتم تطبيق المخطط <b>{3}</b> على العنصر.
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js,Please specify Company to proceed,يرجى تحديد الشركة للمتابعة
DocType: Asset Maintenance Team,Asset Maintenance Team,فريق صيانة الأصول
DocType: Production Plan Material Request,Material Request Date,تاريخ طلب المواد
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Responsibilities,المسؤوليات
DocType: Project,Total Costing Amount (via Timesheets),إجمالي تكلفة التكلفة (عبر الجداول الزمنية)
apps/erpnext/erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py,Importing Items and UOMs,استيراد العناصر و UOMs
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Leaves per Year,يترك في السنة
DocType: Student,Date of Leaving,تاريخ مغادرة
apps/erpnext/erpnext/regional/report/electronic_invoice_register/electronic_invoice_register.js,Export E-Invoices,تصدير الفواتير الإلكترونية
DocType: Healthcare Settings,Laboratory SMS Alerts,تنبيهات الرسائل القصيرة المخبرية
DocType: Program,Is Published,يتم نشر
DocType: Clinical Procedure,Healthcare Practitioner,طبيب الرعاية الصحية
apps/erpnext/erpnext/stock/get_item_details.py,Item Price updated for {0} in Price List {1},تم تحديث سعر السلعة لـ {0} في قائمة الأسعار {1}
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py,"Batched Item {0} cannot be updated using Stock Reconciliation, instead use Stock Entry",لا يمكن تحديث العنصر الدفعي {0} باستخدام Stock Reconciliation ، بدلاً من ذلك استخدم Stock Entry
DocType: Employee External Work History,Total Experience,عدد سنوات الخبرة
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js,Material to Supplier,المواد إلى المورد
apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py,{0} {1}: Customer is required against Receivable account {2},{0} {1}: العميل مطلوب مقابل حساب المدينين {2}
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js,Healthcare Services,خدمات الرعاية الصحية
DocType: Grading Scale Interval,Grade Code,كود الصف
apps/erpnext/erpnext/healthcare/doctype/healthcare_practitioner/healthcare_practitioner_dashboard.py,Appointments and Patient Encounters,المواعيد واجتماعات المرضى
,TDS Computation Summary,ملخص حساب TDS
DocType: Shipping Rule,Shipping Rule Label,تسمية قاعدة الشحن
DocType: Buying Settings,Supplier Naming By,تسمية المورد بواسطة
apps/erpnext/erpnext/education/doctype/student_admission/student_admission.py,Admissions for {0},القبول في {0}
DocType: Loan,Loan Details,تفاصيل القرض
apps/erpnext/erpnext/hr/doctype/attendance/attendance.py,Employee {0} on Half day on {1},الموظف {0} في نصف يوم في {1}
apps/erpnext/erpnext/hr/doctype/employee_tax_exemption_sub_category/employee_tax_exemption_sub_category.py,Max Exemption Amount cannot be greater than maximum exemption amount {0} of Tax Exemption Category {1},لا يمكن أن يكون أقصى مبلغ للإعفاء أكبر من الحد الأقصى لمبلغ الإعفاء {0} من فئة الإعفاء الضريبي {1}
apps/erpnext/erpnext/hr/utils.py,Please set leave policy for employee {0} in Employee / Grade record,يرجى تعيين سياسة الإجازة للموظف {0} في سجل الموظف / التقدير
DocType: Bank Reconciliation Detail,Cheque Number,رقم الشيك
,Prospects Engaged But Not Converted,آفاق تشارك ولكن لم يتم تحويلها
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Stock Liabilities,مطلوبات الأسهم
apps/erpnext/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.py,-Above,-في الاعلى
DocType: Item Website Specification,Item Website Specification,البند مواصفات الموقع
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py,"Item {0} (Serial No: {1}) cannot be consumed as is reserverd\
to fullfill Sales Order {2}.",لا يمكن استهلاك العنصر {0} (الرقم التسلسلي: {1}) كما هو reserverd \ إلى ملء طلب المبيعات {2}.
DocType: Vehicle,Electric,كهربائي
apps/erpnext/erpnext/stock/doctype/item_price/item_price.py,"Item Price appears multiple times based on Price List, Supplier/Customer, Currency, Item, UOM, Qty and Dates.",يظهر سعر السلعة عدة مرات بناءً على قائمة الأسعار ، والمورد / العميل ، والعملة ، والبند ، UOM ، الكمية والتواريخ.
DocType: Stock Ledger Entry,Stock Ledger Entry,دخول دفتر الأستاذ
DocType: HR Settings,Email Salary Slip to Employee,إرسال الراتب إلى الموظف
DocType: Stock Entry,Delivery Note No,تسليم مذكرة لا
apps/erpnext/erpnext/healthcare/doctype/practitioner_schedule/practitioner_schedule.js,Add Timeslots,إضافة الجداول الزمنية
DocType: Packing Slip Item,Packing Slip Item,التعبئة زلة البند
DocType: Payroll Period,Standard Tax Exemption Amount,معيار الإعفاء الضريبي
apps/erpnext/erpnext/config/help.py,Serialized Inventory,جرد مسلسل
DocType: Contract,Requires Fulfilment,يتطلب وفاء
DocType: Quality Inspection,MAT-QA-.YYYY.-,MAT-QA-.YYYY.-
DocType: Bank Statement Transaction Entry,Receivable Account,حساب مستحق
DocType: Website Attribute,Website Attribute,سمة الموقع
apps/erpnext/erpnext/public/js/templates/address_list.html,No address added yet.,لم تتم إضافة عنوان بعد.
DocType: Sales Order,Partly Billed,فاتورة جزئيا
apps/erpnext/erpnext/accounts/doctype/loyalty_program/loyalty_program.py,Customer isn't enrolled in any Loyalty Program,العميل غير مسجل في أي برنامج ولاء
apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py,Jobs,وظائف
DocType: Expense Claim,Approval Status,حالة القبول
apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py,Opening Qty,الكمية الافتتاحية
apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py,"Skipping Salary Structure Assignment for the following employees, as Salary Structure Assignment records already exists against them. {0}",تخطي تعيين هيكل الرواتب للموظفين التاليين ، لأن سجلات تعيين هيكل الرواتب موجودة بالفعل ضدهم. {0}
apps/erpnext/erpnext/education/doctype/academic_term/academic_term.py,The Term End Date cannot be later than the Year End Date of the Academic Year to which the term is linked (Academic Year {}). Please correct the dates and try again.,لا يمكن أن يكون تاريخ انتهاء الفصل بعد تاريخ نهاية السنة في السنة الأكاديمية التي يرتبط بها الفصل الدراسي (السنة الأكاديمية {}). يرجى تصحيح التواريخ والمحاولة مرة أخرى.
DocType: Purchase Order,% Billed,٪ فاتورة
apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py,Total Variance,التباين الكلي
apps/erpnext/erpnext/support/doctype/issue/issue.js,Split Issue,انقسام القضية
DocType: Item Default,Default Supplier,المورد الافتراضي
apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js,Base,قاعدة
apps/erpnext/erpnext/config/accounting.py,Share Management,إدارة حصة
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py,Sales Order {0} is not valid,أمر المبيعات {0} غير صالح
DocType: Leave Control Panel,Branch (optional),فرع (اختياري)
DocType: Bank Reconciliation Detail,Clearance Date,تاريخ التخليص
DocType: Supplier Scorecard Period,Criteria,المعايير
DocType: Stock Settings,Raise Material Request when stock reaches re-order level,رفع طلب المواد عندما يصل المخزون إلى مستوى إعادة الطلب
,Campaign Efficiency,كفاءة الحملة
apps/erpnext/erpnext/utilities/activation.py,Create Timesheet,إنشاء الجدول الزمني
DocType: Employee,Internal Work History,تاريخ العمل الداخلي
apps/erpnext/erpnext/stock/doctype/batch/batch.js,Select Target Warehouse,حدد الهدف المستودع
DocType: Subscription Settings,Grace Period,فترة سماح
DocType: Patient,Married,زوجت
DocType: Work Order Item,Available Qty at Source Warehouse,الكمية المتاحة في مستودع المصدر
DocType: Shipping Rule Country,Shipping Rule Country,قاعدة الشحن البلد
DocType: Delivery Stop,Email Sent To,تم إرسال البريد الإلكتروني إلى
apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js,Material Consumption,استهلاك المواد
apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.js,Nothing to change,لا شيء للتغيير
apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.py,No Lab Test created,لم يتم إنشاء اختبار معملي
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py,Maximum Samples - {0} have already been retained for Batch {1} and Item {2} in Batch {3}.,تم الاحتفاظ بالحد الأقصى للعينات - {0} بالفعل للدُفعة {1} والعنصر {2} في الدُفعة {3}.
apps/erpnext/erpnext/setup/doctype/company/company.py,"Cannot change company's default currency, because there are existing transactions. Transactions must be cancelled to change the default currency.",لا يمكن تغيير عملة الشركة الافتراضية ، لأن هناك معاملات حالية. يجب إلغاء المعاملات لتغيير العملة الافتراضية.
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Office Maintenance Expenses,مصاريف صيانة المكتب
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py,Total allocated leaves are more days than maximum allocation of {0} leave type for employee {1} in the period,إجمالي الإجازات المخصصة هي أيام أكثر من الحد الأقصى المخصص لنوع الإجازة {0} للموظف {1} في الفترة
DocType: Stock Entry,Update Rate and Availability,تحديث معدل وتوافر
DocType: Item Variant Attribute,Item Variant Attribute,سمة متغير العنصر
DocType: Delivery Note Item,Available Batch Qty at From Warehouse,الكمية المتاحة في من مستودع
DocType: Sales Invoice Item,Discount (%) on Price List Rate with Margin,خصم (٪) على سعر قائمة الأسعار مع الهامش
DocType: Asset,Check if Asset requires Preventive Maintenance or Calibration,تحقق مما إذا كانت الأصول تتطلب الصيانة الوقائية أو المعايرة
DocType: Lab Test,Technician Name,اسم فني
DocType: Lab Test Groups,Normal Range,المعدل الطبيعي
DocType: Item,Total Projected Qty,مجموع الكمية المتوقعة
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py,Boms,Boms
DocType: Work Order,Actual Start Date,تاريخ البدء الفعلي
apps/erpnext/erpnext/hr/doctype/compensatory_leave_request/compensatory_leave_request.py,You are not present all day(s) between compensatory leave request days,أنت غير موجود طوال اليوم (أيام) بين أيام طلب الإجازة التعويضية
DocType: Company,About the Company,عن الشركة
apps/erpnext/erpnext/config/accounting.py,Tree of financial accounts.,تفرع الحسابات المالية.
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Indirect Income,الدخل غير المباشر
DocType: Hotel Room Reservation Item,Hotel Room Reservation Item,حجز غرفة فندق البند
DocType: Course Scheduling Tool,Course Start Date,تاريخ بدء الدورة
apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py,Sell,يبيع
DocType: Support Search Source,Post Route String,بعد سلسلة الطريق
apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py,Electrical,الكهرباء
DocType: Journal Entry,Total Debit,مجموع الخصم
DocType: Guardian,Guardian,وصي
DocType: Share Transfer,Transfer Type,نقل نوع
apps/erpnext/erpnext/config/crm.py,Database of potential customers.,قاعدة بيانات العملاء المحتملين.
DocType: Skill,Skill Name,اسم المهارة
apps/erpnext/erpnext/education/doctype/student_report_generation_tool/student_report_generation_tool.js,Print Report Card,طباعة بطاقة تقرير
DocType: Soil Texture,Ternary Plot,مؤامرة ثلاثية
apps/erpnext/erpnext/crm/report/lead_conversion_time/lead_conversion_time.py,Support Tickets,تذاكر الدعم الفني
DocType: Asset Category Account,Fixed Asset Account,حساب الأصول الثابتة
apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py,Latest,آخر
apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.js,Submit Salary Slip,إرسال قسيمة الراتب
DocType: Vital Signs,Adults' pulse rate is anywhere between 50 and 80 beats per minute.,يتراوح معدل نبض البالغين بين 50 و 80 نبضة في الدقيقة.
DocType: Program Enrollment Course,Program Enrollment Course,دورة التحاق البرنامج
,IRS 1099,مصلحة الضرائب 1099
apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py,Please set the series to be used.,يرجى ضبط السلسلة لاستخدامها.
DocType: Delivery Trip,Distance UOM,المسافة UOM
DocType: Payment Entry,Total Allocated Amount,المبلغ الإجمالي المخصص
DocType: Sales Invoice,Get Advances Received,الحصول على السلف المستلمة
DocType: Student,B-,ب-
DocType: Purchase Invoice Item,Item Tax Amount Included in Value,البند ضريبة المبلغ المدرجة في القيمة
apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py,"Row {0}: Invoice {1} is invalid, it might be cancelled / does not exist. \
Please enter a valid Invoice",الصف {0}: الفاتورة {1} غير صالحة ، فقد يتم إلغاؤها / غير موجودة. \ الرجاء إدخال فاتورة صالحة
DocType: Subscription Plan,Subscription Plan,خطة الاشتراك
DocType: Student,Blood Group,فصيلة الدم
apps/erpnext/erpnext/config/healthcare.py,Masters,سادة
DocType: Crop,Crop Spacing UOM,تباعد المحاصيل UOM
apps/erpnext/erpnext/templates/pages/home.html,Explore,يكتشف
apps/erpnext/erpnext/hr/doctype/staffing_plan/staffing_plan.py,"{0} vacancies and {1} budget for {2} already planned for subsidiary companies of {3}. \
You can only plan for upto {4} vacancies and and budget {5} as per staffing plan {6} for parent company {3}.",{0} الوظائف الشاغرة و {1} ميزانية {2} المخطط لها بالفعل للشركات التابعة لـ {3}. \ يمكنك فقط التخطيط حتى {4} للوظائف الشاغرة والميزانية {5} وفقًا لخطة التوظيف {6} للشركة الأم {3}.
DocType: Promotional Scheme,Product Discount Slabs,ألواح خصم المنتج
DocType: Hotel Room Package,Amenities,وسائل الراحة
DocType: Lab Test Groups,Add Test,إضافة اختبار
apps/erpnext/erpnext/controllers/sales_and_purchase_return.py,Row # {0}: Cannot return more than {1} for Item {2},الصف # {0}: لا يمكن إرجاع أكثر من {1} للعنصر {2}
DocType: Student Leave Application,Student Leave Application,تطبيق إجازة الطالب
apps/erpnext/erpnext/hr/doctype/employee_loan_application/employee_loan_application.py,Repayment amount {} should be greater than monthly interest amount {},يجب أن يكون مبلغ السداد {} أكبر من مبلغ الفائدة الشهري {}
DocType: Maintenance Schedule Item,Maintenance Schedule Item,جدول الصيانة البند
apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py,POS Profile required to make POS Entry,مطلوب POS الشخصي لجعل POS Entry
DocType: Education Settings,Enable LMS,تمكين LMS
DocType: POS Closing Voucher,Sales Invoices Summary,ملخص فواتير المبيعات
apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py,Credit To account must be a Balance Sheet account,يجب أن يكون رصيد الحساب حسابًا للميزانية العمومية
DocType: Video,Duration,المدة الزمنية
DocType: Lab Test Template,Descriptive,وصفي
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py,Please select Price List,يرجى اختيار قائمة الأسعار
DocType: Payment Reconciliation,From Invoice Date,من تاريخ الفاتورة
DocType: Education Settings,Validate Batch for Students in Student Group,التحقق من الدفعة للطلاب في مجموعة الطلاب
DocType: Leave Policy,Leave Allocations,اترك المخصصات
apps/erpnext/erpnext/education/doctype/assessment_result/assessment_result.js,Score cannot be greater than Maximum Score,لا يمكن أن تكون النتيجة أكبر من الحد الأقصى للنقاط
apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py,BOM is not specified for subcontracting item {0} at row {1},لم يتم تحديد BOM لعقد التعاقد من الباطن مع البند {0} في الصف {1}
DocType: Item,Automatically Create New Batch,إنشاء دفعة جديدة تلقائيًا
DocType: Restaurant Menu,Price List (Auto created),قائمة الأسعار (تم الإنشاء تلقائيًا)
DocType: Customer,Credit Limit and Payment Terms,حد الائتمان وشروط الدفع
apps/erpnext/erpnext/stock/doctype/item/item.js,Show Variants,عرض المتغيرات
apps/erpnext/erpnext/assets/doctype/asset/depreciation.py,Please set 'Gain/Loss Account on Asset Disposal' in Company {0},يرجى تعيين "حساب الربح / الخسارة على التخلص من الأصول" في الشركة {0}
apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py,Salary Slip of employee {0} already created for time sheet {1},قسيمة راتب الموظف {0} تم إنشاؤها بالفعل للصفحة الزمنية {1}
apps/erpnext/erpnext/config/projects.py,Timesheet for tasks.,الجدول الزمني للمهام.
DocType: Purchase Invoice,Rounded Total (Company Currency),إجمالي مدور (عملة الشركة)
apps/erpnext/erpnext/config/website.py,Settings for website product listing,إعدادات قائمة منتجات الموقع
apps/erpnext/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js,Successfully Set Supplier,تعيين المورد بنجاح
apps/erpnext/erpnext/support/doctype/service_level_agreement/service_level_agreement.py,Start Date of Agreement can't be greater than or equal to End Date.,لا يمكن أن يكون تاريخ بدء الاتفاقية أكبر من أو يساوي تاريخ الانتهاء.
,Item Prices,أسعار البند
DocType: Products Settings,Product Page,صفحة المنتج
DocType: Amazon MWS Settings,Market Place ID,معرف مكان السوق
apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py,Production Order has been {0},أمر الإنتاج كان {0}
DocType: Employee Benefit Application,Employee Benefit Application,طلب إعانة الموظف
DocType: BOM Item,Item operation,عملية البند
apps/erpnext/erpnext/stock/doctype/material_request/material_request_list.js,Partially Received,تلقى جزئيا
DocType: Landed Cost Voucher,MAT-LCV-.YYYY.-,MAT-LCV-.YYYY.-
DocType: Employee Advance,Due Advance Amount,المبلغ المستحق مقدما
apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py,Total allocated leaves {0} cannot be less than already approved leaves {1} for the period,إجمالي الأوراق المخصصة {0} لا يمكن أن يكون أقل من الأوراق المعتمدة بالفعل {1} للفترة
DocType: Email Digest,New Purchase Orders,أوامر شراء جديدة
apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py,Item: {0} does not exist in the system,العنصر: {0} غير موجود في النظام
DocType: Loan Application,Loan Info,معلومات القرض
DocType: Manufacturing Settings,Try planning operations for X days in advance.,جرب تخطيط العمليات لمدة X يومًا مقدمًا.
DocType: Serial No,Is Cancelled,تم إلغاء
DocType: Request for Quotation,For individual supplier,للمورد الفردية
apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py,Min Qty can not be greater than Max Qty,مين الكمية لا يمكن أن يكون أكبر من ماكس الكمية
DocType: Soil Texture,Loamy Sand,التربة الطميية
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py,Row {0}: Payment against Sales/Purchase Order should always be marked as advance,الصف {0}: يجب دائمًا تحديد الدفع مقابل أمر المبيعات / الشراء مقدمًا
DocType: Item,"Example: ABCD.#####. If series is set and Batch No is not mentioned in transactions, then automatic batch number will be created based on this series. If you always want to explicitly mention Batch No for this item, leave this blank. Note: this setting will take priority over the Naming Series Prefix in Stock Settings.",مثال: ABCD. #####. إذا تم تعيين السلسلة ولم يتم ذكر الدُفعة رقم في المعاملات ، فسيتم إنشاء رقم الدُفعات التلقائي بناءً على هذه السلسلة. إذا كنت تريد دائمًا الإشارة صراحة إلى الدُفعة رقم لهذا العنصر ، فاترك هذا الحقل فارغًا. ملاحظة: سيحظى هذا الإعداد بالأولوية على بادئة سلسلة التسمية في إعدادات الأسهم.
apps/erpnext/erpnext/config/healthcare.py,Consultation,تشاور
DocType: Item,Item Defaults,افتراضيات العنصر
DocType: Sales Invoice,Total Commission,مجموع العمولة
DocType: Hotel Room,Hotel Room,غرفة الفندق
apps/erpnext/erpnext/projects/doctype/project/project_dashboard.html,{0} hours,{0} ساعات
apps/erpnext/erpnext/controllers/buying_controller.py,Serial no is mandatory for the item {0},الرقم التسلسلي إلزامي للعنصر {0}
DocType: Company,Standard Template,قالب قياسي
apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py,The number of shares and the share numbers are inconsistent,عدد المشاركات وأرقام المشاركة غير متناسقة
DocType: Project,Start and End Dates,بداية ونهاية التواريخ
DocType: Supplier Scorecard,Notify Employee,إخطار الموظف
apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py,Software,البرمجيات
apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py,Stock Expenses,مصاريف الأسهم
apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py,Reference No is mandatory if you entered Reference Date,المرجع رقم إلزامي إذا أدخلت تاريخ المرجع
DocType: Training Event,Workshop,ورشة عمل
DocType: Stock Settings,Auto insert Price List rate if missing,إدراج سعر تلقائي في قائمة الأسعار
DocType: Course Content,Course Content,محتوى الدورة
DocType: Purchase Order Item,Material Request Item,مادة طلب البند
DocType: Maintenance Visit Purpose,Maintenance Visit Purpose,صيانة زيارة الغرض
DocType: Designation,Skills,مهارات
DocType: Asset,Out of Order,خارج عن السيطرة
apps/erpnext/erpnext/stock/dashboard/item_dashboard.js,Available {0},متاح {0}
apps/erpnext/erpnext/restaurant/doctype/restaurant_order_entry/restaurant_order_entry.js,Select Customer,اختيار العملاء
DocType: Projects Settings,Ignore Workstation Time Overlap,تجاهل وقت محطة العمل التداخل
DocType: Shareholder,Hidden list maintaining the list of contacts linked to Shareholder,قائمة مخفية تحافظ على قائمة جهات الاتصال المرتبطة بالمساهم
apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py,Same item has been entered multiple times,تم إدخال العنصر نفسه عدة مرات
apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py,Serial No {0} is under maintenance contract upto {1},الرقم التسلسلي {0} تحت عقد الصيانة حتى {1}
DocType: Bin,FCFS Rate,معدل FCFS
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py,Negative Quantity is not allowed,الكمية السالبة غير مسموح بها
DocType: Quotation Item,Planning,تخطيط
DocType: Marketplace Settings,Marketplace URL (to hide and update label),عنوان URL الخاص بالسوق (لإخفاء وتحديث التصنيف)
DocType: Item Group,Parent Item Group,مجموعة البند الرئيسي
apps/erpnext/erpnext/stock/report/item_variant_details/item_variant_details.py,Avg. Buying Price List Rate,متوسط سعر شراء قائمة الأسعار
,Fichier des Ecritures Comptables [FEC],Fichier des Ecritures Comptables [FEC]
apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py,Row #{0}: Timings conflicts with row {1},الصف # {0}: يتعارض التوقيت مع الصف {1}
apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py,Repeat Customers,العملاء تكرار
DocType: Fee Schedule,Fee Schedule,جدول الرسوم
DocType: Quality Inspection Reading,Reading 10,قراءة 10
apps/erpnext/erpnext/config/hr.py,Setting up Employees,إعداد الموظفين
DocType: Selling Settings,Settings for Selling Module,إعدادات للبيع وحدة
DocType: Payment Reconciliation,Reconcile,التصالح
apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py,"Difference Account must be a Asset/Liability type account, since this Stock Entry is an Opening Entry",يجب أن يكون حساب الفرق حسابًا لنوع الأصول / الخصوم ، نظرًا لأن إدخال الأسهم هذا هو إدخال فتح
apps/erpnext/erpnext/accounts/report/financial_statements.py,End Year cannot be before Start Year,لا يمكن أن تكون نهاية السنة قبل سنة البدء
DocType: Task,Parent Task,المهمة الأم
DocType: Attendance,Attendance Request,طلب الحضور
DocType: Item,Moving Average,المتوسط المتحرك