Advertisement
Guest User

Untitled

a guest
Mar 5th, 2020
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.92 KB | None | 0 0
  1. 4.2 Domains
  2.  
  3. As of version 10.x of ERPNext, these are the available domains:
  4.  
  5. Agriculture (beta)
  6. Distribution
  7. Education
  8. Healthcare (beta)
  9. Manufacturing
  10. Non Profit (beta)
  11. Retail
  12. Services
  13.  
  14. 4.2.1 Agriculture
  15.  
  16. The agriculture domain is used for businesses that operate as agricultural companies such as farms, ranches, etc. This is a very new domain to the ERPNext platform and has not been documented very well to date.
  17.  
  18. Please see ERPNext documentation on this domain: https://erpnext.org/docs/user/manual/en/agriculture
  19.  
  20. The setup wizard will add the following desktop icons:
  21.  
  22. Agriculture Task
  23. Crop
  24. Crop Cycle
  25. Fertilizer
  26. Item
  27. Land Unit
  28. Disease
  29. Plant Analysis
  30. Soil Analysis
  31. Soil Texture
  32. Task
  33. Water Analysis
  34. Weather
  35.  
  36. The setup wizard will add the following user roles:
  37.  
  38. Agriculture Manager
  39. Agriculture User
  40.  
  41. The setup wizard will enable the following modules:
  42.  
  43. Agriculture
  44.  
  45. 4.2.2 Distribution Domain
  46.  
  47. The distribution domain is for companies and move product in some manner. This can be a retail establishment, but there is a dedicated domain for that. Distribution companies are often operate in a wholesale environment and don’t need point of sale (POS) type functionality, but do need to maintain stock and track sales and customers.
  48.  
  49. The setup wizard will add the following desktop icons:
  50.  
  51. Item
  52. Customer
  53. Supplier
  54. Lead
  55. Sales Order
  56. Purchase Order
  57. Task
  58. Sales Invoice
  59. CRM
  60. ToDo
  61.  
  62. The setup wizard will add the following user roles:
  63.  
  64. None other than the standard out of box ones
  65.  
  66. The setup wizard will enable the following modules:
  67.  
  68. None other than the standard out of box ones
  69.  
  70. 4.2.3 Education Domain
  71.  
  72. The education domain is for organizations that operate some kind of school or need to track students and other things for “classes”. This domain was recently renamed from Schools to Education.
  73.  
  74. Please see ERPNext documentation on this domain: https://erpnext.org/docs/user/manual/en/education
  75.  
  76. The setup wizard will add the following desktop icons:
  77.  
  78. Student
  79. Program
  80. Course
  81. Student Group
  82. Instructor
  83. Fees
  84. Task
  85. ToDo
  86. Education
  87. Student Attendance Tool
  88. Student Applicant
  89.  
  90. The setup wizard will add the following user roles:
  91.  
  92. Student
  93. Instructor
  94. Academics User
  95. Education Manager
  96.  
  97. The setup wizard will enable the following modules:
  98.  
  99. Education
  100.  
  101. 4.2.4 Healthcare Domain
  102.  
  103. The healthcare domain is for companies that run clinics or other healthcare facilities that need a electronic medical record (EMR) system. This is a very new domain to the ERPNext platform and has not been documented very well to date.
  104.  
  105. Please see ERPNext documentation on this domain: https://erpnext.org/docs/user/manual/en/healthcare
  106.  
  107. The setup wizard will add the following desktop icons:
  108.  
  109. Patient
  110. Patient Appointment
  111. Consultation
  112. Lab Test
  113. Healthcare
  114. Accounts
  115. Buying
  116. Stock
  117. HR
  118. ToDo
  119.  
  120. The setup wizard will add the following user roles:
  121.  
  122. Healthcare Administrator
  123. LabTest Approver
  124. Laboratory User
  125. Nursing User
  126. Physician
  127. Patient
  128.  
  129. The setup wizard will enable the following modules:
  130.  
  131. None other than the standard out of box ones
  132.  
  133. The setup wizard does customize the Sales Invoice DocType with a link to the Patient Appointment DocType to track the billing to the appointment for a patient.
  134. 4.2.5 Manufacturing Domain
  135.  
  136. The manufacturing domain is for companies that “make” things. There is a huge list of potential manufacturing companies out there, so the Admin guide is not going to attempt to give an exhaustive list. As as administrator for your organization or client, you will know if you need the manufacturing domain.
  137.  
  138. Please see ERPNext documentation on this domain: https://erpnext.org/docs/user/manual/en/manufacturing
  139.  
  140. The setup wizard will add the following desktop icons:
  141.  
  142. Item
  143. BOM (Bill of Materials)
  144. Customer
  145. Supplier
  146. Sales Order
  147. Purchase Order
  148. Production Order
  149. Task
  150. Accounts
  151. HR
  152. ToDo
  153.  
  154. The setup wizard will add the following user roles:
  155.  
  156. None other than the standard out of the box ones
  157.  
  158. The setup wizard will enable the following modules:
  159.  
  160. None other than the standard out of the box ones
  161.  
  162. The setup wizard does customize the Item DocType with a field named “manufacturing” that is collapsible and depends on the value for the “is_stock_item” field. In the manufacturing domain, maintaining the supply chain is one of the most important aspects of the business. Understanding the difference between what is “in stock” and available for shipping or fulfillment and what is and assembly component are very important. This field helps with that differentiation.
  163.  
  164. The setup wizard also adjusts the default stock settings so that “show barcode” is always shown on Items in the database.
  165.  
  166. Lastly, the setup wizard sets the default portal role to “Customer”.
  167. 4.2.6 Non-Profit Domain
  168.  
  169. The non-profit domain is for organizations that operate as a special jurisdiction specific non-profit (non-taxable) entity. These are very special organizations that have much different needs that typical for-profit companies. The biggest difference is the need to track members, donors, volunteers, grants and other accounting specifics.
  170.  
  171. Please see ERPNext documentation on this domain: https://erpnext.org/docs/user/manual/en/non_profit
  172.  
  173. The setup wizard will add the following desktop icons:
  174.  
  175. Non Profit
  176. Member
  177. Donor
  178. Volunteer
  179. Grant Application
  180. Accounts
  181. Buying
  182. HR
  183. ToDO
  184.  
  185. The setup wizard will add the following user roles:
  186.  
  187. Non Profit Manager
  188. Non Profit Member
  189. Non Profit Portal User
  190.  
  191. The setup wizard will enable the following modules:
  192.  
  193. Non Profit
  194.  
  195. The setup wizard sets the default portal role to “Non Profit Manager”.
  196. 4.2.7 Retail Domain
  197.  
  198. The retail domain is for companies that sell things at “retail”. This is different than organizations the operate in the manufacturing or distribution domains. These companies operate in the “pre-retail” phase of production. Non-Profit organization quite often sell items “at retail” as part of their operations.
  199.  
  200. The setup wizard will add the following desktop icons:
  201.  
  202. POS (Point of Sale)
  203. Item
  204. Customer
  205. Sales Invoice
  206. Purchase Order
  207. Accounts
  208. Task
  209. ToDo
  210.  
  211. The setup wizard will add the following user roles:
  212.  
  213. None other than the standard out of the box ones
  214.  
  215. The setup wizard will enable the following modules:
  216.  
  217. None other than the standard out of the box ones
  218.  
  219. The setup wizard adjusts the default stock settings so that “show barcode” is always shown on Items in the database.
  220.  
  221. The setup wizard sets the default portal role to “Customer”.
  222. 4.2.8 Service Domain
  223.  
  224. The services domain is for organizations that conduct professional services (i.e. Lawyers, Consultants). A lot of organizations, especially retail companies also have a services arm. This domain is often combined with retail, but not always.
  225.  
  226. The setup wizard will add the following desktop icons:
  227.  
  228. Project
  229. Timesheet
  230. Customer
  231. Sales Order
  232. Sales Invoice
  233. CRM (Customer Relationship Management)
  234. Task
  235. Expense Claim
  236. Employee
  237. HR
  238. ToDo
  239.  
  240. The setup wizard will add the following user roles:
  241.  
  242. None other than the standard out of the box ones
  243.  
  244. The setup wizard will enable the following modules:
  245.  
  246. None other than the standard out of the box ones
  247.  
  248. The setup wizard adjusts the default stock settings so that “show barcode” is not always shown on Items in the database.
  249.  
  250. The setup wizard sets the default portal role to “Customer”.
  251.  
  252. Home: Table of Contents Previous: 4.1 Setup Next: 5 Explore > Setup
  253. erpnext_admin_guide is maintained by jwrober. This page was generated by GitHub Pages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement