소스 검색

Initial Commit

master
mb 1 년 전
부모
커밋
31be1e7cc2
100개의 변경된 파일100개의 추가작업 그리고 100개의 파일을 삭제
  1. +1
    -1
      education/education/api.py
  2. +1
    -1
      education/education/doctype/academic_term/academic_term.js
  3. +1
    -1
      education/education/doctype/academic_term/academic_term.py
  4. +1
    -1
      education/education/doctype/academic_term/test_academic_term.py
  5. +1
    -1
      education/education/doctype/academic_year/academic_year.py
  6. +1
    -1
      education/education/doctype/academic_year/test_academic_year.py
  7. +1
    -1
      education/education/doctype/article/article.js
  8. +1
    -1
      education/education/doctype/article/article.py
  9. +1
    -1
      education/education/doctype/article/test_article.py
  10. +1
    -1
      education/education/doctype/assessment_criteria/assessment_criteria.js
  11. +1
    -1
      education/education/doctype/assessment_criteria/assessment_criteria.py
  12. +1
    -1
      education/education/doctype/assessment_criteria/test_assessment_criteria.py
  13. +1
    -1
      education/education/doctype/assessment_criteria_group/assessment_criteria_group.js
  14. +1
    -1
      education/education/doctype/assessment_criteria_group/assessment_criteria_group.py
  15. +1
    -1
      education/education/doctype/assessment_criteria_group/test_assessment_criteria_group.py
  16. +1
    -1
      education/education/doctype/assessment_group/assessment_group.js
  17. +1
    -1
      education/education/doctype/assessment_group/assessment_group.py
  18. +1
    -1
      education/education/doctype/assessment_group/assessment_group_dashboard.py
  19. +1
    -1
      education/education/doctype/assessment_group/test_assessment_group.py
  20. +1
    -1
      education/education/doctype/assessment_plan/assessment_plan.js
  21. +1
    -1
      education/education/doctype/assessment_plan/assessment_plan.py
  22. +1
    -1
      education/education/doctype/assessment_plan/assessment_plan_dashboard.py
  23. +1
    -1
      education/education/doctype/assessment_plan/test_assessment_plan.py
  24. +1
    -1
      education/education/doctype/assessment_plan_criteria/assessment_plan_criteria.py
  25. +1
    -1
      education/education/doctype/assessment_result/assessment_result.js
  26. +1
    -1
      education/education/doctype/assessment_result/assessment_result.py
  27. +1
    -1
      education/education/doctype/assessment_result/assessment_result_dashboard.py
  28. +1
    -1
      education/education/doctype/assessment_result/test_assessment_result.py
  29. +1
    -1
      education/education/doctype/assessment_result_detail/assessment_result_detail.py
  30. +1
    -1
      education/education/doctype/assessment_result_tool/assessment_result_tool.js
  31. +1
    -1
      education/education/doctype/assessment_result_tool/assessment_result_tool.py
  32. +1
    -1
      education/education/doctype/assessment_result_tool/test_assessment_result_tool.py
  33. +1
    -1
      education/education/doctype/course/course.py
  34. +1
    -1
      education/education/doctype/course/course_dashboard.py
  35. +1
    -1
      education/education/doctype/course/test_course.py
  36. +1
    -1
      education/education/doctype/course_activity/course_activity.js
  37. +1
    -1
      education/education/doctype/course_activity/course_activity.py
  38. +1
    -1
      education/education/doctype/course_activity/test_course_activity.py
  39. +1
    -1
      education/education/doctype/course_assessment_criteria/course_assessment_criteria.py
  40. +1
    -1
      education/education/doctype/course_enrollment/course_enrollment.js
  41. +1
    -1
      education/education/doctype/course_enrollment/course_enrollment.py
  42. +1
    -1
      education/education/doctype/course_enrollment/test_course_enrollment.py
  43. +1
    -1
      education/education/doctype/course_schedule/course_schedule.py
  44. +1
    -1
      education/education/doctype/course_schedule/course_schedule_dashboard.py
  45. +1
    -1
      education/education/doctype/course_schedule/test_course_schedule.py
  46. +1
    -1
      education/education/doctype/course_scheduling_tool/course_scheduling_tool.js
  47. +1
    -1
      education/education/doctype/course_scheduling_tool/course_scheduling_tool.py
  48. +1
    -1
      education/education/doctype/course_scheduling_tool/test_course_scheduling_tool.py
  49. +1
    -1
      education/education/doctype/course_topic/course_topic.js
  50. +1
    -1
      education/education/doctype/course_topic/course_topic.py
  51. +1
    -1
      education/education/doctype/course_topic/test_course_topic.py
  52. +1
    -1
      education/education/doctype/education_settings/education_settings.js
  53. +1
    -1
      education/education/doctype/education_settings/education_settings.py
  54. +1
    -1
      education/education/doctype/education_settings/test_education_settings.py
  55. +1
    -1
      education/education/doctype/fee_category/fee_category.js
  56. +1
    -1
      education/education/doctype/fee_category/fee_category.py
  57. +1
    -1
      education/education/doctype/fee_category/test_fee_category.py
  58. +1
    -1
      education/education/doctype/fee_component/fee_component.py
  59. +1
    -1
      education/education/doctype/fee_schedule/fee_schedule.js
  60. +1
    -1
      education/education/doctype/fee_schedule/fee_schedule.py
  61. +1
    -1
      education/education/doctype/fee_schedule/fee_schedule_dashboard.py
  62. +1
    -1
      education/education/doctype/fee_schedule/test_fee_schedule.py
  63. +1
    -1
      education/education/doctype/fee_schedule_program/fee_schedule_program.py
  64. +1
    -1
      education/education/doctype/fee_schedule_student_group/fee_schedule_student_group.py
  65. +1
    -1
      education/education/doctype/fee_structure/fee_structure.js
  66. +1
    -1
      education/education/doctype/fee_structure/fee_structure.py
  67. +1
    -1
      education/education/doctype/fee_structure/fee_structure_dashboard.py
  68. +1
    -1
      education/education/doctype/fee_structure/test_fee_structure.py
  69. +1
    -1
      education/education/doctype/fees/fees.js
  70. +1
    -1
      education/education/doctype/fees/fees.py
  71. +1
    -1
      education/education/doctype/fees/test_fees.py
  72. +1
    -1
      education/education/doctype/grading_scale/grading_scale.js
  73. +1
    -1
      education/education/doctype/grading_scale/grading_scale.py
  74. +1
    -1
      education/education/doctype/grading_scale/test_grading_scale.py
  75. +1
    -1
      education/education/doctype/grading_scale_interval/grading_scale_interval.py
  76. +1
    -1
      education/education/doctype/guardian/guardian.js
  77. +1
    -1
      education/education/doctype/guardian/guardian.py
  78. +1
    -1
      education/education/doctype/guardian/test_guardian.py
  79. +1
    -1
      education/education/doctype/guardian_interest/guardian_interest.py
  80. +1
    -1
      education/education/doctype/guardian_student/guardian_student.py
  81. +1
    -1
      education/education/doctype/instructor/instructor.py
  82. +1
    -1
      education/education/doctype/instructor/instructor_dashboard.py
  83. +1
    -1
      education/education/doctype/instructor/test_instructor.py
  84. +1
    -1
      education/education/doctype/instructor_log/instructor_log.py
  85. +1
    -1
      education/education/doctype/options/options.py
  86. +1
    -1
      education/education/doctype/program/program.js
  87. +1
    -1
      education/education/doctype/program/program.py
  88. +1
    -1
      education/education/doctype/program/test_program.py
  89. +1
    -1
      education/education/doctype/program_course/program_course.py
  90. +1
    -1
      education/education/doctype/program_enrollment/program_enrollment.js
  91. +1
    -1
      education/education/doctype/program_enrollment/program_enrollment.py
  92. +1
    -1
      education/education/doctype/program_enrollment/test_program_enrollment.py
  93. +1
    -1
      education/education/doctype/program_enrollment_course/program_enrollment_course.py
  94. +1
    -1
      education/education/doctype/program_enrollment_fee/program_enrollment_fee.py
  95. +1
    -1
      education/education/doctype/program_enrollment_tool/program_enrollment_tool.js
  96. +1
    -1
      education/education/doctype/program_enrollment_tool/program_enrollment_tool.py
  97. +1
    -1
      education/education/doctype/program_enrollment_tool/test_program_enrollment_tool.py
  98. +1
    -1
      education/education/doctype/program_enrollment_tool_student/program_enrollment_tool_student.py
  99. +1
    -1
      education/education/doctype/program_fee/program_fee.py
  100. +1
    -1
      education/education/doctype/question/question.js

+ 1
- 1
education/education/api.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/academic_term/academic_term.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Academic Term', {


+ 1
- 1
education/education/doctype/academic_term/academic_term.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/academic_term/test_academic_term.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/academic_year/academic_year.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/academic_year/test_academic_year.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/article/article.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2018, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Article', {


+ 1
- 1
education/education/doctype/article/article.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2018, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/article/test_article.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2018, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/assessment_criteria/assessment_criteria.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Assessment Criteria', {


+ 1
- 1
education/education/doctype/assessment_criteria/assessment_criteria.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/assessment_criteria/test_assessment_criteria.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/assessment_criteria_group/assessment_criteria_group.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Assessment Criteria Group', {


+ 1
- 1
education/education/doctype/assessment_criteria_group/assessment_criteria_group.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/assessment_criteria_group/test_assessment_criteria_group.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/assessment_group/assessment_group.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Assessment Group', {


+ 1
- 1
education/education/doctype/assessment_group/assessment_group.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/assessment_group/assessment_group_dashboard.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2020, XhiveFramework and Contributors
# License: GNU General Public License v3. See license.txt

from xhiveframework import _


+ 1
- 1
education/education/doctype/assessment_group/test_assessment_group.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/assessment_plan/assessment_plan.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt




+ 1
- 1
education/education/doctype/assessment_plan/assessment_plan.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/assessment_plan/assessment_plan_dashboard.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2020, XhiveFramework and Contributors
# License: GNU General Public License v3. See license.txt

from xhiveframework import _


+ 1
- 1
education/education/doctype/assessment_plan/test_assessment_plan.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/assessment_plan_criteria/assessment_plan_criteria.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/assessment_result/assessment_result.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Assessment Result', {


+ 1
- 1
education/education/doctype/assessment_result/assessment_result.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/assessment_result/assessment_result_dashboard.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2020, XhiveFramework and Contributors
# License: GNU General Public License v3. See license.txt

from xhiveframework import _


+ 1
- 1
education/education/doctype/assessment_result/test_assessment_result.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/assessment_result_detail/assessment_result_detail.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/assessment_result_tool/assessment_result_tool.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt




+ 1
- 1
education/education/doctype/assessment_result_tool/assessment_result_tool.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/assessment_result_tool/test_assessment_result_tool.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/course/course.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/course/course_dashboard.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2020, XhiveFramework and Contributors
# License: GNU General Public License v3. See license.txt

from xhiveframework import _


+ 1
- 1
education/education/doctype/course/test_course.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/course_activity/course_activity.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2018, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Course Activity', {


+ 1
- 1
education/education/doctype/course_activity/course_activity.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2018, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/course_activity/test_course_activity.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2018, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/course_assessment_criteria/course_assessment_criteria.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/course_enrollment/course_enrollment.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2018, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Course Enrollment', {


+ 1
- 1
education/education/doctype/course_enrollment/course_enrollment.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2018, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/course_enrollment/test_course_enrollment.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2018, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/course_schedule/course_schedule.py 파일 보기

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/course_schedule/course_schedule_dashboard.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2020, XhiveFramework and Contributors
# License: GNU General Public License v3. See license.txt

from xhiveframework import _


+ 1
- 1
education/education/doctype/course_schedule/test_course_schedule.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# See license.txt

import datetime


+ 1
- 1
education/education/doctype/course_scheduling_tool/course_scheduling_tool.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt




+ 1
- 1
education/education/doctype/course_scheduling_tool/course_scheduling_tool.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/course_scheduling_tool/test_course_scheduling_tool.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/course_topic/course_topic.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2018, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Course Topic', {


+ 1
- 1
education/education/doctype/course_topic/course_topic.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2018, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/course_topic/test_course_topic.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2018, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/education_settings/education_settings.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2017, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Education Settings', {


+ 1
- 1
education/education/doctype/education_settings/education_settings.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/education_settings/test_education_settings.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/fee_category/fee_category.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Fee Category', {


+ 1
- 1
education/education/doctype/fee_category/fee_category.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/fee_category/test_fee_category.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/fee_component/fee_component.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/fee_schedule/fee_schedule.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2017, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.provide("xhiveerp.accounts.dimensions");


+ 1
- 1
education/education/doctype/fee_schedule/fee_schedule.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/fee_schedule/fee_schedule_dashboard.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2020, XhiveFramework and Contributors
# License: GNU General Public License v3. See license.txt




+ 1
- 1
education/education/doctype/fee_schedule/test_fee_schedule.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/fee_schedule_program/fee_schedule_program.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/fee_schedule_student_group/fee_schedule_student_group.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/fee_structure/fee_structure.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2017, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.provide("xhiveerp.accounts.dimensions");


+ 1
- 1
education/education/doctype/fee_structure/fee_structure.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/fee_structure/fee_structure_dashboard.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2020, XhiveFramework and Contributors
# License: GNU General Public License v3. See license.txt

from xhiveframework import _


+ 1
- 1
education/education/doctype/fee_structure/test_fee_structure.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/fees/fees.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2017, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.provide("xhiveerp.accounts.dimensions");


+ 1
- 1
education/education/doctype/fees/fees.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/fees/test_fees.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/grading_scale/grading_scale.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Grading Scale', {


+ 1
- 1
education/education/doctype/grading_scale/grading_scale.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/grading_scale/test_grading_scale.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/grading_scale_interval/grading_scale_interval.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/guardian/guardian.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2016, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Guardian', {


+ 1
- 1
education/education/doctype/guardian/guardian.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/guardian/test_guardian.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/guardian_interest/guardian_interest.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/guardian_student/guardian_student.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/instructor/instructor.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/instructor/instructor_dashboard.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2020, XhiveFramework and Contributors
# License: GNU General Public License v3. See license.txt

from xhiveframework import _


+ 1
- 1
education/education/doctype/instructor/test_instructor.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/instructor_log/instructor_log.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/options/options.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2018, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/program/program.js 파일 보기

@@ -1,4 +1,4 @@
// Copyright (c) 2015, # Copyright (c) 2015, Xhive Technologies and contributors
// Copyright (c) 2015, XhiveFramework
// For license information, please see license.txt

xhiveframework.ui.form.on('Program Course', {


+ 1
- 1
education/education/doctype/program/program.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/program/test_program.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/program_course/program_course.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/program_enrollment/program_enrollment.js 파일 보기

@@ -1,4 +1,4 @@
// Copyright (c) 2016, # Copyright (c) 2015, Xhive and contributors
// Copyright (c) 2016, XhiveFramework
// For license information, please see license.txt




+ 1
- 1
education/education/doctype/program_enrollment/program_enrollment.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/program_enrollment/test_program_enrollment.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive and Contributors
# Copyright (c) 2015, XhiveFramework
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/program_enrollment_course/program_enrollment_course.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and contributors
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/program_enrollment_fee/program_enrollment_fee.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/program_enrollment_tool/program_enrollment_tool.js 파일 보기

@@ -1,4 +1,4 @@
// Copyright (c) 2016, # Copyright (c) 2015, Xhive and contributors
// Copyright (c) 2016, XhiveFramework
// For license information, please see license.txt

xhiveframework.ui.form.on("Program Enrollment Tool", {


+ 1
- 1
education/education/doctype/program_enrollment_tool/program_enrollment_tool.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/program_enrollment_tool/test_program_enrollment_tool.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2017, XhiveFramework and Contributors
# See license.txt

import unittest


+ 1
- 1
education/education/doctype/program_enrollment_tool_student/program_enrollment_tool_student.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/program_fee/program_fee.py 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
# Copyright (c) 2015, XhiveFramework
# For license information, please see license.txt




+ 1
- 1
education/education/doctype/question/question.js 파일 보기

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Xhive
// Copyright (c) 2018, XhiveFramework and contributors
// For license information, please see license.txt

xhiveframework.ui.form.on('Question', {


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.

불러오는 중...
취소
저장