rawbotz 0.1.2

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.
Files changed (135) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +12 -0
  3. data/CODE_OF_CONDUCT.md +49 -0
  4. data/Gemfile +9 -0
  5. data/README.md +185 -0
  6. data/Rakefile +29 -0
  7. data/bin/console +14 -0
  8. data/bin/setup +8 -0
  9. data/config.ru +9 -0
  10. data/exe/debug/test_mail +15 -0
  11. data/exe/rawbotz +39 -0
  12. data/exe/rawbotz_import_links +74 -0
  13. data/exe/rawbotz_maintenance.sh +57 -0
  14. data/exe/rawbotz_process_order +86 -0
  15. data/exe/rawbotz_process_order_queue +80 -0
  16. data/exe/rawbotz_stock_update +84 -0
  17. data/exe/rawbotz_update_local_products +48 -0
  18. data/exe/rawbotz_update_remote_products +160 -0
  19. data/lib/rawbotz/app.rb +84 -0
  20. data/lib/rawbotz/cli/order_result_table.rb +57 -0
  21. data/lib/rawbotz/datapolate.rb +42 -0
  22. data/lib/rawbotz/helpers/flash_helper.rb +13 -0
  23. data/lib/rawbotz/helpers/icon_helper.rb +40 -0
  24. data/lib/rawbotz/helpers/resource_link_helper.rb +45 -0
  25. data/lib/rawbotz/local_shop.rb +12 -0
  26. data/lib/rawbotz/mail_template.rb +29 -0
  27. data/lib/rawbotz/option_parser.rb +37 -0
  28. data/lib/rawbotz/order_processor.rb +92 -0
  29. data/lib/rawbotz/product_updater.rb +89 -0
  30. data/lib/rawbotz/public/Chart.min.js +14 -0
  31. data/lib/rawbotz/public/font-awesome-4.5.0/HELP-US-OUT.txt +7 -0
  32. data/lib/rawbotz/public/font-awesome-4.5.0/css/font-awesome.css +2086 -0
  33. data/lib/rawbotz/public/font-awesome-4.5.0/css/font-awesome.min.css +4 -0
  34. data/lib/rawbotz/public/font-awesome-4.5.0/fonts/FontAwesome.otf +0 -0
  35. data/lib/rawbotz/public/font-awesome-4.5.0/fonts/fontawesome-webfont.eot +0 -0
  36. data/lib/rawbotz/public/font-awesome-4.5.0/fonts/fontawesome-webfont.svg +655 -0
  37. data/lib/rawbotz/public/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf +0 -0
  38. data/lib/rawbotz/public/font-awesome-4.5.0/fonts/fontawesome-webfont.woff +0 -0
  39. data/lib/rawbotz/public/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2 +0 -0
  40. data/lib/rawbotz/public/font-awesome-4.5.0/less/animated.less +34 -0
  41. data/lib/rawbotz/public/font-awesome-4.5.0/less/bordered-pulled.less +25 -0
  42. data/lib/rawbotz/public/font-awesome-4.5.0/less/core.less +12 -0
  43. data/lib/rawbotz/public/font-awesome-4.5.0/less/fixed-width.less +6 -0
  44. data/lib/rawbotz/public/font-awesome-4.5.0/less/font-awesome.less +17 -0
  45. data/lib/rawbotz/public/font-awesome-4.5.0/less/icons.less +697 -0
  46. data/lib/rawbotz/public/font-awesome-4.5.0/less/larger.less +13 -0
  47. data/lib/rawbotz/public/font-awesome-4.5.0/less/list.less +19 -0
  48. data/lib/rawbotz/public/font-awesome-4.5.0/less/mixins.less +26 -0
  49. data/lib/rawbotz/public/font-awesome-4.5.0/less/path.less +15 -0
  50. data/lib/rawbotz/public/font-awesome-4.5.0/less/rotated-flipped.less +20 -0
  51. data/lib/rawbotz/public/font-awesome-4.5.0/less/stacked.less +20 -0
  52. data/lib/rawbotz/public/font-awesome-4.5.0/less/variables.less +708 -0
  53. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_animated.scss +34 -0
  54. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_bordered-pulled.scss +25 -0
  55. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_core.scss +12 -0
  56. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_fixed-width.scss +6 -0
  57. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_icons.scss +697 -0
  58. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_larger.scss +13 -0
  59. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_list.scss +19 -0
  60. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_mixins.scss +26 -0
  61. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_path.scss +15 -0
  62. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_rotated-flipped.scss +20 -0
  63. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_stacked.scss +20 -0
  64. data/lib/rawbotz/public/font-awesome-4.5.0/scss/_variables.scss +708 -0
  65. data/lib/rawbotz/public/font-awesome-4.5.0/scss/font-awesome.scss +17 -0
  66. data/lib/rawbotz/public/jquery-2.2.0.min.js +4 -0
  67. data/lib/rawbotz/public/jui/external/jquery/jquery.js +9789 -0
  68. data/lib/rawbotz/public/jui/images/ui-icons_444444_256x240.png +0 -0
  69. data/lib/rawbotz/public/jui/images/ui-icons_555555_256x240.png +0 -0
  70. data/lib/rawbotz/public/jui/images/ui-icons_777620_256x240.png +0 -0
  71. data/lib/rawbotz/public/jui/images/ui-icons_777777_256x240.png +0 -0
  72. data/lib/rawbotz/public/jui/images/ui-icons_cc0000_256x240.png +0 -0
  73. data/lib/rawbotz/public/jui/images/ui-icons_ffffff_256x240.png +0 -0
  74. data/lib/rawbotz/public/jui/index.html +513 -0
  75. data/lib/rawbotz/public/jui/jquery-ui.css +1225 -0
  76. data/lib/rawbotz/public/jui/jquery-ui.js +16617 -0
  77. data/lib/rawbotz/public/jui/jquery-ui.min.css +7 -0
  78. data/lib/rawbotz/public/jui/jquery-ui.min.js +13 -0
  79. data/lib/rawbotz/public/jui/jquery-ui.structure.css +833 -0
  80. data/lib/rawbotz/public/jui/jquery-ui.structure.min.css +5 -0
  81. data/lib/rawbotz/public/jui/jquery-ui.theme.css +410 -0
  82. data/lib/rawbotz/public/jui/jquery-ui.theme.min.css +5 -0
  83. data/lib/rawbotz/public/pure-min.css +11 -0
  84. data/lib/rawbotz/public/rawbotz.css +60 -0
  85. data/lib/rawbotz/public/rawbotz.js +96 -0
  86. data/lib/rawbotz/public/rawbotz_ajax_product_link.js +64 -0
  87. data/lib/rawbotz/remote_shop.rb +21 -0
  88. data/lib/rawbotz/routes/non_remote_orders.rb +45 -0
  89. data/lib/rawbotz/routes/orders.rb +76 -0
  90. data/lib/rawbotz/routes/product_links.rb +68 -0
  91. data/lib/rawbotz/routes/products.rb +104 -0
  92. data/lib/rawbotz/routes/remote_shop.rb +37 -0
  93. data/lib/rawbotz/routes/suppliers.rb +36 -0
  94. data/lib/rawbotz/routes.rb +9 -0
  95. data/lib/rawbotz/version.rb +3 -0
  96. data/lib/rawbotz/views/_hide_unhide_button.haml +11 -0
  97. data/lib/rawbotz/views/_menu.haml +20 -0
  98. data/lib/rawbotz/views/index.haml +1 -0
  99. data/lib/rawbotz/views/layout.haml +55 -0
  100. data/lib/rawbotz/views/maintenance/menu.haml +25 -0
  101. data/lib/rawbotz/views/maintenance.haml +150 -0
  102. data/lib/rawbotz/views/order/_head.haml +24 -0
  103. data/lib/rawbotz/views/order/_item_table.haml +44 -0
  104. data/lib/rawbotz/views/order/new.haml +22 -0
  105. data/lib/rawbotz/views/order/non_remote.haml +42 -0
  106. data/lib/rawbotz/views/order/packlist.haml +14 -0
  107. data/lib/rawbotz/views/order/view.haml +79 -0
  108. data/lib/rawbotz/views/orders/index.haml +40 -0
  109. data/lib/rawbotz/views/orders/menu.haml +24 -0
  110. data/lib/rawbotz/views/orders/non_remotes.haml +8 -0
  111. data/lib/rawbotz/views/product/_stock_sales_plot.haml +60 -0
  112. data/lib/rawbotz/views/product/link_to.haml +29 -0
  113. data/lib/rawbotz/views/product/view.haml +64 -0
  114. data/lib/rawbotz/views/products/_link_table.haml +38 -0
  115. data/lib/rawbotz/views/products/index.haml +36 -0
  116. data/lib/rawbotz/views/products/link_wizard.haml +48 -0
  117. data/lib/rawbotz/views/products/links.haml +65 -0
  118. data/lib/rawbotz/views/products/menu.haml +27 -0
  119. data/lib/rawbotz/views/products/table.haml +20 -0
  120. data/lib/rawbotz/views/products/table_with_linking.haml +30 -0
  121. data/lib/rawbotz/views/remote_cart/index.haml +30 -0
  122. data/lib/rawbotz/views/remote_order/view.haml +35 -0
  123. data/lib/rawbotz/views/remote_orders/index.haml +20 -0
  124. data/lib/rawbotz/views/remote_product/view.haml +90 -0
  125. data/lib/rawbotz/views/remote_products/_table.haml +15 -0
  126. data/lib/rawbotz/views/remote_products/index.haml +30 -0
  127. data/lib/rawbotz/views/supplier/view.haml +63 -0
  128. data/lib/rawbotz/views/suppliers/index.haml +13 -0
  129. data/lib/rawbotz/views/thin_layout.haml +32 -0
  130. data/lib/rawbotz/views/widgets/_ajax_link.haml +5 -0
  131. data/lib/rawbotz/views/widgets/_link.haml +6 -0
  132. data/lib/rawbotz/views/widgets/_link_line.haml +15 -0
  133. data/lib/rawbotz.rb +77 -0
  134. data/rawbotz.gemspec +33 -0
  135. metadata +327 -0
data/rawbotz.gemspec ADDED
@@ -0,0 +1,33 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'rawbotz/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "rawbotz"
8
+ spec.version = Rawbotz::VERSION
9
+ spec.authors = ["Felix Wolfsteller"]
10
+ spec.email = ["felix.wolfsteller@gmail.com"]
11
+
12
+ spec.summary = %q{web-interface and other tools to manage a magento shop}
13
+ spec.description = %q{provides a (sinatra) web interface to order from another shop, view stock history ...}
14
+ spec.homepage = %q{https://rawliving-germany.github.io/rawbotz/}
15
+ spec.licenses = ['AGPLv3+']
16
+
17
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
+ spec.bindir = "exe"
19
+ spec.executables = spec.files.grep(%r{^exe/[^/]*$}) { |f| File.basename(f) }
20
+ spec.require_paths = ["lib"]
21
+
22
+ spec.add_dependency "sinatra", '~> 1.4'
23
+ spec.add_dependency 'pony', '~> 1.11'
24
+ spec.add_dependency 'haml', '~> 4.0'
25
+ spec.add_dependency "rawgento_models", '~> 0.2.2'
26
+ spec.add_dependency "rawgento_db", "~> 0.1.1"
27
+ spec.add_dependency "magento_remote"
28
+ spec.add_dependency "terminal-table", '~> 1.5'
29
+
30
+ spec.add_development_dependency "bundler", "~> 1.11"
31
+ spec.add_development_dependency "rake", "~> 10.0"
32
+ spec.add_development_dependency "minitest"
33
+ end
metadata ADDED
@@ -0,0 +1,327 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rawbotz
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ platform: ruby
6
+ authors:
7
+ - Felix Wolfsteller
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-06-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: sinatra
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.4'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.4'
27
+ - !ruby/object:Gem::Dependency
28
+ name: pony
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.11'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.11'
41
+ - !ruby/object:Gem::Dependency
42
+ name: haml
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '4.0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '4.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rawgento_models
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 0.2.2
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 0.2.2
69
+ - !ruby/object:Gem::Dependency
70
+ name: rawgento_db
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 0.1.1
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 0.1.1
83
+ - !ruby/object:Gem::Dependency
84
+ name: magento_remote
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: terminal-table
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '1.5'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '1.5'
111
+ - !ruby/object:Gem::Dependency
112
+ name: bundler
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '1.11'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '1.11'
125
+ - !ruby/object:Gem::Dependency
126
+ name: rake
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '10.0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '10.0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: minitest
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ">="
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
153
+ description: provides a (sinatra) web interface to order from another shop, view stock
154
+ history ...
155
+ email:
156
+ - felix.wolfsteller@gmail.com
157
+ executables:
158
+ - rawbotz
159
+ - rawbotz_import_links
160
+ - rawbotz_maintenance.sh
161
+ - rawbotz_process_order
162
+ - rawbotz_process_order_queue
163
+ - rawbotz_stock_update
164
+ - rawbotz_update_local_products
165
+ - rawbotz_update_remote_products
166
+ extensions: []
167
+ extra_rdoc_files: []
168
+ files:
169
+ - ".gitignore"
170
+ - CODE_OF_CONDUCT.md
171
+ - Gemfile
172
+ - README.md
173
+ - Rakefile
174
+ - bin/console
175
+ - bin/setup
176
+ - config.ru
177
+ - exe/debug/test_mail
178
+ - exe/rawbotz
179
+ - exe/rawbotz_import_links
180
+ - exe/rawbotz_maintenance.sh
181
+ - exe/rawbotz_process_order
182
+ - exe/rawbotz_process_order_queue
183
+ - exe/rawbotz_stock_update
184
+ - exe/rawbotz_update_local_products
185
+ - exe/rawbotz_update_remote_products
186
+ - lib/rawbotz.rb
187
+ - lib/rawbotz/app.rb
188
+ - lib/rawbotz/cli/order_result_table.rb
189
+ - lib/rawbotz/datapolate.rb
190
+ - lib/rawbotz/helpers/flash_helper.rb
191
+ - lib/rawbotz/helpers/icon_helper.rb
192
+ - lib/rawbotz/helpers/resource_link_helper.rb
193
+ - lib/rawbotz/local_shop.rb
194
+ - lib/rawbotz/mail_template.rb
195
+ - lib/rawbotz/option_parser.rb
196
+ - lib/rawbotz/order_processor.rb
197
+ - lib/rawbotz/product_updater.rb
198
+ - lib/rawbotz/public/Chart.min.js
199
+ - lib/rawbotz/public/font-awesome-4.5.0/HELP-US-OUT.txt
200
+ - lib/rawbotz/public/font-awesome-4.5.0/css/font-awesome.css
201
+ - lib/rawbotz/public/font-awesome-4.5.0/css/font-awesome.min.css
202
+ - lib/rawbotz/public/font-awesome-4.5.0/fonts/FontAwesome.otf
203
+ - lib/rawbotz/public/font-awesome-4.5.0/fonts/fontawesome-webfont.eot
204
+ - lib/rawbotz/public/font-awesome-4.5.0/fonts/fontawesome-webfont.svg
205
+ - lib/rawbotz/public/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf
206
+ - lib/rawbotz/public/font-awesome-4.5.0/fonts/fontawesome-webfont.woff
207
+ - lib/rawbotz/public/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2
208
+ - lib/rawbotz/public/font-awesome-4.5.0/less/animated.less
209
+ - lib/rawbotz/public/font-awesome-4.5.0/less/bordered-pulled.less
210
+ - lib/rawbotz/public/font-awesome-4.5.0/less/core.less
211
+ - lib/rawbotz/public/font-awesome-4.5.0/less/fixed-width.less
212
+ - lib/rawbotz/public/font-awesome-4.5.0/less/font-awesome.less
213
+ - lib/rawbotz/public/font-awesome-4.5.0/less/icons.less
214
+ - lib/rawbotz/public/font-awesome-4.5.0/less/larger.less
215
+ - lib/rawbotz/public/font-awesome-4.5.0/less/list.less
216
+ - lib/rawbotz/public/font-awesome-4.5.0/less/mixins.less
217
+ - lib/rawbotz/public/font-awesome-4.5.0/less/path.less
218
+ - lib/rawbotz/public/font-awesome-4.5.0/less/rotated-flipped.less
219
+ - lib/rawbotz/public/font-awesome-4.5.0/less/stacked.less
220
+ - lib/rawbotz/public/font-awesome-4.5.0/less/variables.less
221
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_animated.scss
222
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_bordered-pulled.scss
223
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_core.scss
224
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_fixed-width.scss
225
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_icons.scss
226
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_larger.scss
227
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_list.scss
228
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_mixins.scss
229
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_path.scss
230
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_rotated-flipped.scss
231
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_stacked.scss
232
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/_variables.scss
233
+ - lib/rawbotz/public/font-awesome-4.5.0/scss/font-awesome.scss
234
+ - lib/rawbotz/public/jquery-2.2.0.min.js
235
+ - lib/rawbotz/public/jui/external/jquery/jquery.js
236
+ - lib/rawbotz/public/jui/images/ui-icons_444444_256x240.png
237
+ - lib/rawbotz/public/jui/images/ui-icons_555555_256x240.png
238
+ - lib/rawbotz/public/jui/images/ui-icons_777620_256x240.png
239
+ - lib/rawbotz/public/jui/images/ui-icons_777777_256x240.png
240
+ - lib/rawbotz/public/jui/images/ui-icons_cc0000_256x240.png
241
+ - lib/rawbotz/public/jui/images/ui-icons_ffffff_256x240.png
242
+ - lib/rawbotz/public/jui/index.html
243
+ - lib/rawbotz/public/jui/jquery-ui.css
244
+ - lib/rawbotz/public/jui/jquery-ui.js
245
+ - lib/rawbotz/public/jui/jquery-ui.min.css
246
+ - lib/rawbotz/public/jui/jquery-ui.min.js
247
+ - lib/rawbotz/public/jui/jquery-ui.structure.css
248
+ - lib/rawbotz/public/jui/jquery-ui.structure.min.css
249
+ - lib/rawbotz/public/jui/jquery-ui.theme.css
250
+ - lib/rawbotz/public/jui/jquery-ui.theme.min.css
251
+ - lib/rawbotz/public/pure-min.css
252
+ - lib/rawbotz/public/rawbotz.css
253
+ - lib/rawbotz/public/rawbotz.js
254
+ - lib/rawbotz/public/rawbotz_ajax_product_link.js
255
+ - lib/rawbotz/remote_shop.rb
256
+ - lib/rawbotz/routes.rb
257
+ - lib/rawbotz/routes/non_remote_orders.rb
258
+ - lib/rawbotz/routes/orders.rb
259
+ - lib/rawbotz/routes/product_links.rb
260
+ - lib/rawbotz/routes/products.rb
261
+ - lib/rawbotz/routes/remote_shop.rb
262
+ - lib/rawbotz/routes/suppliers.rb
263
+ - lib/rawbotz/version.rb
264
+ - lib/rawbotz/views/_hide_unhide_button.haml
265
+ - lib/rawbotz/views/_menu.haml
266
+ - lib/rawbotz/views/index.haml
267
+ - lib/rawbotz/views/layout.haml
268
+ - lib/rawbotz/views/maintenance.haml
269
+ - lib/rawbotz/views/maintenance/menu.haml
270
+ - lib/rawbotz/views/order/_head.haml
271
+ - lib/rawbotz/views/order/_item_table.haml
272
+ - lib/rawbotz/views/order/new.haml
273
+ - lib/rawbotz/views/order/non_remote.haml
274
+ - lib/rawbotz/views/order/packlist.haml
275
+ - lib/rawbotz/views/order/view.haml
276
+ - lib/rawbotz/views/orders/index.haml
277
+ - lib/rawbotz/views/orders/menu.haml
278
+ - lib/rawbotz/views/orders/non_remotes.haml
279
+ - lib/rawbotz/views/product/_stock_sales_plot.haml
280
+ - lib/rawbotz/views/product/link_to.haml
281
+ - lib/rawbotz/views/product/view.haml
282
+ - lib/rawbotz/views/products/_link_table.haml
283
+ - lib/rawbotz/views/products/index.haml
284
+ - lib/rawbotz/views/products/link_wizard.haml
285
+ - lib/rawbotz/views/products/links.haml
286
+ - lib/rawbotz/views/products/menu.haml
287
+ - lib/rawbotz/views/products/table.haml
288
+ - lib/rawbotz/views/products/table_with_linking.haml
289
+ - lib/rawbotz/views/remote_cart/index.haml
290
+ - lib/rawbotz/views/remote_order/view.haml
291
+ - lib/rawbotz/views/remote_orders/index.haml
292
+ - lib/rawbotz/views/remote_product/view.haml
293
+ - lib/rawbotz/views/remote_products/_table.haml
294
+ - lib/rawbotz/views/remote_products/index.haml
295
+ - lib/rawbotz/views/supplier/view.haml
296
+ - lib/rawbotz/views/suppliers/index.haml
297
+ - lib/rawbotz/views/thin_layout.haml
298
+ - lib/rawbotz/views/widgets/_ajax_link.haml
299
+ - lib/rawbotz/views/widgets/_link.haml
300
+ - lib/rawbotz/views/widgets/_link_line.haml
301
+ - rawbotz.gemspec
302
+ homepage: https://rawliving-germany.github.io/rawbotz/
303
+ licenses:
304
+ - AGPLv3+
305
+ metadata: {}
306
+ post_install_message:
307
+ rdoc_options: []
308
+ require_paths:
309
+ - lib
310
+ required_ruby_version: !ruby/object:Gem::Requirement
311
+ requirements:
312
+ - - ">="
313
+ - !ruby/object:Gem::Version
314
+ version: '0'
315
+ required_rubygems_version: !ruby/object:Gem::Requirement
316
+ requirements:
317
+ - - ">="
318
+ - !ruby/object:Gem::Version
319
+ version: '0'
320
+ requirements: []
321
+ rubyforge_project:
322
+ rubygems_version: 2.5.1
323
+ signing_key:
324
+ specification_version: 4
325
+ summary: web-interface and other tools to manage a magento shop
326
+ test_files: []
327
+ has_rdoc: