educode_sales 0.4.5 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/images/educode_sales/indexLogo.png +0 -0
- data/app/controllers/educode_sales/businesses_controller.rb +67 -2
- data/app/controllers/educode_sales/follow_ups_controller.rb +1 -1
- data/app/controllers/educode_sales/home_controller.rb +4 -0
- data/app/controllers/educode_sales/operation_plans_controller.rb +17 -6
- data/app/controllers/educode_sales/operation_reports_controller.rb +9 -3
- data/app/controllers/educode_sales/operations_controller.rb +1 -1
- data/app/controllers/educode_sales/plans_controller.rb +30 -15
- data/app/controllers/educode_sales/sale_reports_controller.rb +9 -3
- data/app/controllers/educode_sales/sale_trends_controller.rb +8 -7
- data/app/controllers/educode_sales/sales_controller.rb +2 -2
- data/app/controllers/educode_sales/upload_files_controller.rb +99 -0
- data/app/models/educode_sales/common.rb +4 -0
- data/app/models/educode_sales/sale_plan.rb +1 -0
- data/app/views/educode_sales/activities/show_teachers.html.erb +16 -16
- data/app/views/educode_sales/businesses/edit_follow_record.html.erb +15 -0
- data/app/views/educode_sales/businesses/file.html.erb +140 -0
- data/app/views/educode_sales/businesses/index.html.erb +64 -10
- data/app/views/educode_sales/businesses/index.json.jbuilder +3 -1
- data/app/views/educode_sales/businesses/new_follow_record.html.erb +17 -0
- data/app/views/educode_sales/businesses/show_follow.html.erb +47 -11
- data/app/views/educode_sales/businesses/show_follow.json.jbuilder +2 -0
- data/app/views/educode_sales/businesses/show_follow_record.html.erb +79 -1
- data/app/views/educode_sales/businesses/time_line.html.erb +58 -0
- data/app/views/educode_sales/businesses/upload_file.html.erb +43 -0
- data/app/views/educode_sales/home/index.html.erb +1 -1
- data/app/views/educode_sales/home/search_operation_teacher.json.jbuilder +12 -0
- data/app/views/educode_sales/operation_plans/_monthPlan.html.erb +7 -7
- data/app/views/educode_sales/operation_plans/_monthly.html.erb +8 -8
- data/app/views/educode_sales/operation_plans/_weekPlan.html.erb +8 -8
- data/app/views/educode_sales/operation_plans/_weekly.html.erb +9 -9
- data/app/views/educode_sales/operation_plans/edit_month.html.erb +6 -6
- data/app/views/educode_sales/operation_plans/edit_week.html.erb +7 -7
- data/app/views/educode_sales/operation_plans/new_month.html.erb +50 -4
- data/app/views/educode_sales/operation_plans/new_monthly.html.erb +12 -0
- data/app/views/educode_sales/operation_plans/new_week.html.erb +47 -4
- data/app/views/educode_sales/operation_plans/new_weekly.html.erb +12 -0
- data/app/views/educode_sales/operation_reports/audit.html.erb +22 -10
- data/app/views/educode_sales/operation_reports/edit.html.erb +22 -10
- data/app/views/educode_sales/operation_reports/show.html.erb +22 -10
- data/app/views/educode_sales/plans/_monthPlan.html.erb +8 -8
- data/app/views/educode_sales/plans/_monthly.html.erb +7 -7
- data/app/views/educode_sales/plans/_weekPlan.html.erb +7 -7
- data/app/views/educode_sales/plans/_weekly.html.erb +8 -8
- data/app/views/educode_sales/plans/edit_month.html.erb +7 -7
- data/app/views/educode_sales/plans/edit_week.html.erb +8 -8
- data/app/views/educode_sales/plans/new_month.html.erb +2 -2
- data/app/views/educode_sales/plans/new_monthly.html.erb +12 -0
- data/app/views/educode_sales/plans/new_week.html.erb +2 -2
- data/app/views/educode_sales/plans/new_weekly.html.erb +12 -0
- data/app/views/educode_sales/sale_reports/audit.html.erb +20 -8
- data/app/views/educode_sales/sale_reports/edit.html.erb +20 -8
- data/app/views/educode_sales/sale_reports/show.html.erb +20 -9
- data/app/views/educode_sales/sale_trends/trends.html.erb +6 -6
- data/app/views/educode_sales/sales/operations.html.erb +0 -4
- data/app/views/educode_sales/teachers/index.html.erb +14 -14
- data/app/views/educode_sales/teachers/show_follow.html.erb +10 -4
- data/app/views/educode_sales/upload_files/index.json.jbuilder +13 -0
- data/app/views/layouts/educode_sales/application.html.erb +11 -3
- data/config/routes.rb +13 -0
- data/db/migrate/20211102085743_add_bidded_date_educode_sales_follow_ups.rb +6 -0
- data/lib/educode_sales/version.rb +1 -1
- metadata +10 -3
- data/app/assets/images/educode_sales/indexlogo.png +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: educode_sales
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- anke1460
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -103,7 +103,7 @@ files:
|
|
103
103
|
- app/assets/images/educode_sales/icon-ext.png
|
104
104
|
- app/assets/images/educode_sales/icon-login.png
|
105
105
|
- app/assets/images/educode_sales/icon.png
|
106
|
-
- app/assets/images/educode_sales/
|
106
|
+
- app/assets/images/educode_sales/indexLogo.png
|
107
107
|
- app/assets/images/educode_sales/loading-0.gif
|
108
108
|
- app/assets/images/educode_sales/loading-1.gif
|
109
109
|
- app/assets/images/educode_sales/loading-2.gif
|
@@ -153,6 +153,7 @@ files:
|
|
153
153
|
- app/controllers/educode_sales/staffs_controller.rb
|
154
154
|
- app/controllers/educode_sales/teacher_follows_controller.rb
|
155
155
|
- app/controllers/educode_sales/teachers_controller.rb
|
156
|
+
- app/controllers/educode_sales/upload_files_controller.rb
|
156
157
|
- app/helpers/educode_sales/activities_helper.rb
|
157
158
|
- app/helpers/educode_sales/application_helper.rb
|
158
159
|
- app/helpers/educode_sales/business_helper.rb
|
@@ -196,6 +197,7 @@ files:
|
|
196
197
|
- app/views/educode_sales/businesses/edit.html.erb
|
197
198
|
- app/views/educode_sales/businesses/edit_follow_record.html.erb
|
198
199
|
- app/views/educode_sales/businesses/edit_plan.html.erb
|
200
|
+
- app/views/educode_sales/businesses/file.html.erb
|
199
201
|
- app/views/educode_sales/businesses/index.html.erb
|
200
202
|
- app/views/educode_sales/businesses/index.json.jbuilder
|
201
203
|
- app/views/educode_sales/businesses/new.html.erb
|
@@ -204,7 +206,9 @@ files:
|
|
204
206
|
- app/views/educode_sales/businesses/show_follow.json.jbuilder
|
205
207
|
- app/views/educode_sales/businesses/show_follow_record.html.erb
|
206
208
|
- app/views/educode_sales/businesses/show_keys.html.erb
|
209
|
+
- app/views/educode_sales/businesses/time_line.html.erb
|
207
210
|
- app/views/educode_sales/businesses/unfinish_plans.json.jbuilder
|
211
|
+
- app/views/educode_sales/businesses/upload_file.html.erb
|
208
212
|
- app/views/educode_sales/commons/edit.html.erb
|
209
213
|
- app/views/educode_sales/commons/index.html.erb
|
210
214
|
- app/views/educode_sales/commons/index.json.jbuilder
|
@@ -217,6 +221,7 @@ files:
|
|
217
221
|
- app/views/educode_sales/home/sales_staff.json.jbuilder
|
218
222
|
- app/views/educode_sales/home/search.json.jbuilder
|
219
223
|
- app/views/educode_sales/home/search_edu_teacher.json.jbuilder
|
224
|
+
- app/views/educode_sales/home/search_operation_teacher.json.jbuilder
|
220
225
|
- app/views/educode_sales/home/search_teacher.json.jbuilder
|
221
226
|
- app/views/educode_sales/home/search_users.json.jbuilder
|
222
227
|
- app/views/educode_sales/home/statistics.html.erb
|
@@ -317,6 +322,7 @@ files:
|
|
317
322
|
- app/views/educode_sales/teachers/show_follow.json.jbuilder
|
318
323
|
- app/views/educode_sales/teachers/show_follow_record.html.erb
|
319
324
|
- app/views/educode_sales/teachers/unfinish_plans.json.jbuilder
|
325
|
+
- app/views/educode_sales/upload_files/index.json.jbuilder
|
320
326
|
- app/views/layouts/educode_sales/application.html.erb
|
321
327
|
- app/views/layouts/educode_sales/login.html.erb
|
322
328
|
- config/locales/sale.zh-CN.yml
|
@@ -352,6 +358,7 @@ files:
|
|
352
358
|
- db/migrate/20211013060712_create_educode_sales_assign_follow_ups.rb
|
353
359
|
- db/migrate/20211018054256_add_extras_to_commons.rb
|
354
360
|
- db/migrate/20211022085324_add_teacher_used_to_teachers.rb
|
361
|
+
- db/migrate/20211102085743_add_bidded_date_educode_sales_follow_ups.rb
|
355
362
|
- lib/educode_sales.rb
|
356
363
|
- lib/educode_sales/engine.rb
|
357
364
|
- lib/educode_sales/version.rb
|
Binary file
|