solidus_backend 1.3.2 → 1.4.0.beta1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of solidus_backend might be problematic. Click here for more details.

Files changed (290) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +38 -0
  3. data/app/assets/javascripts/spree/backend/components/tooltips.js +2 -0
  4. data/app/assets/javascripts/spree/backend/product_picker.js +2 -2
  5. data/app/assets/javascripts/spree/backend/routes.js +0 -1
  6. data/app/assets/javascripts/spree/backend/shipments.js +147 -118
  7. data/app/assets/javascripts/spree/backend/taxon_autocomplete.js +16 -14
  8. data/app/assets/javascripts/spree/backend/templates/orders/customer_details/autocomplete.hbs +1 -1
  9. data/app/assets/javascripts/spree/backend/templates/variants/autocomplete.hbs.erb +1 -1
  10. data/app/assets/javascripts/spree/backend/templates/variants/line_items_autocomplete_stock.hbs +1 -1
  11. data/app/assets/javascripts/spree/backend/templates/variants/split.hbs +25 -27
  12. data/app/assets/javascripts/spree/backend/user_picker.js +14 -8
  13. data/app/assets/stylesheets/spree/backend/_bootstrap_custom.scss +3 -3
  14. data/app/assets/stylesheets/spree/backend/components/_breadcrumb.scss +4 -0
  15. data/app/assets/stylesheets/spree/backend/components/_date-picker.scss +0 -1
  16. data/app/assets/stylesheets/spree/backend/components/_hint.scss +3 -0
  17. data/app/assets/stylesheets/spree/backend/components/_navigation.scss +0 -1
  18. data/app/assets/stylesheets/spree/backend/components/_progress.scss +5 -2
  19. data/app/assets/stylesheets/spree/backend/components/_sidebar.scss +14 -5
  20. data/app/assets/stylesheets/spree/backend/components/_states.scss +1 -2
  21. data/app/assets/stylesheets/spree/backend/globals/_mixins.css +2 -0
  22. data/app/assets/stylesheets/spree/backend/globals/mixins/_line_through.scss +22 -0
  23. data/app/assets/stylesheets/spree/backend/plugins/_select2.scss +12 -3
  24. data/app/assets/stylesheets/spree/backend/sections/_products.scss +25 -7
  25. data/app/assets/stylesheets/spree/backend/sections/_promotions.scss +0 -1
  26. data/app/assets/stylesheets/spree/backend/sections/_transfer_items.scss +0 -1
  27. data/app/assets/stylesheets/spree/backend/shared/_forms.scss +4 -6
  28. data/app/assets/stylesheets/spree/backend/shared/_header.scss +5 -2
  29. data/app/assets/stylesheets/spree/backend/shared/_layout.scss +36 -3
  30. data/app/assets/stylesheets/spree/backend/shared/_tables.scss +1 -3
  31. data/app/assets/stylesheets/spree/backend/shared/_typography.scss +0 -2
  32. data/app/assets/stylesheets/spree/backend/spree_admin.scss +3 -1
  33. data/app/controllers/spree/admin/cancellations_controller.rb +1 -1
  34. data/app/controllers/spree/admin/general_settings_controller.rb +0 -6
  35. data/app/controllers/spree/admin/orders/customer_details_controller.rb +7 -0
  36. data/app/controllers/spree/admin/orders_controller.rb +1 -1
  37. data/app/controllers/spree/admin/payment_methods_controller.rb +8 -3
  38. data/app/controllers/spree/admin/payments_controller.rb +12 -5
  39. data/app/controllers/spree/admin/products_controller.rb +1 -1
  40. data/app/controllers/spree/admin/refunds_controller.rb +1 -1
  41. data/app/controllers/spree/admin/reimbursements_controller.rb +1 -1
  42. data/app/controllers/spree/admin/root_controller.rb +1 -1
  43. data/app/controllers/spree/admin/stock_items_controller.rb +0 -8
  44. data/app/controllers/spree/admin/stock_transfers_controller.rb +6 -6
  45. data/app/controllers/spree/admin/users_controller.rb +7 -3
  46. data/app/helpers/spree/admin/base_helper.rb +11 -0
  47. data/app/helpers/spree/admin/navigation_helper.rb +46 -3
  48. data/app/helpers/spree/admin/orders_helper.rb +0 -1
  49. data/app/helpers/spree/admin/stock_locations_helper.rb +1 -5
  50. data/app/models/spree/backend_configuration.rb +100 -0
  51. data/app/views/spree/admin/adjustment_reasons/edit.html.erb +4 -7
  52. data/app/views/spree/admin/adjustment_reasons/index.html.erb +4 -4
  53. data/app/views/spree/admin/adjustment_reasons/new.html.erb +4 -4
  54. data/app/views/spree/admin/adjustments/edit.html.erb +4 -6
  55. data/app/views/spree/admin/adjustments/index.html.erb +3 -6
  56. data/app/views/spree/admin/adjustments/new.html.erb +5 -6
  57. data/app/views/spree/admin/cancellations/index.html.erb +4 -3
  58. data/app/views/spree/admin/countries/edit.html.erb +4 -6
  59. data/app/views/spree/admin/countries/index.html.erb +4 -4
  60. data/app/views/spree/admin/countries/new.html.erb +4 -4
  61. data/app/views/spree/admin/customer_returns/_return_item_decision.html.erb +1 -1
  62. data/app/views/spree/admin/customer_returns/edit.html.erb +4 -6
  63. data/app/views/spree/admin/customer_returns/index.html.erb +2 -5
  64. data/app/views/spree/admin/customer_returns/new.html.erb +5 -6
  65. data/app/views/spree/admin/general_settings/edit.html.erb +4 -28
  66. data/app/views/spree/admin/images/edit.html.erb +6 -2
  67. data/app/views/spree/admin/images/index.html.erb +3 -0
  68. data/app/views/spree/admin/images/new.html.erb +3 -3
  69. data/app/views/spree/admin/log_entries/index.html.erb +4 -8
  70. data/app/views/spree/admin/option_types/edit.html.erb +7 -9
  71. data/app/views/spree/admin/option_types/index.html.erb +4 -4
  72. data/app/views/spree/admin/orders/_shipment.html.erb +4 -1
  73. data/app/views/spree/admin/orders/_shipment_manifest.html.erb +4 -1
  74. data/app/views/spree/admin/orders/cart.html.erb +4 -8
  75. data/app/views/spree/admin/orders/confirm.html.erb +3 -4
  76. data/app/views/spree/admin/orders/confirm/_payments.html.erb +1 -1
  77. data/app/views/spree/admin/orders/confirm_advance.html.erb +3 -4
  78. data/app/views/spree/admin/orders/customer_details/_form.html.erb +1 -1
  79. data/app/views/spree/admin/orders/customer_details/edit.html.erb +2 -4
  80. data/app/views/spree/admin/orders/customer_details/show.html.erb +3 -5
  81. data/app/views/spree/admin/orders/edit.html.erb +1 -8
  82. data/app/views/spree/admin/orders/index.html.erb +11 -5
  83. data/app/views/spree/admin/payment_methods/edit.html.erb +5 -7
  84. data/app/views/spree/admin/payment_methods/index.html.erb +6 -5
  85. data/app/views/spree/admin/payment_methods/new.html.erb +6 -7
  86. data/app/views/spree/admin/payments/_capture_events.html.erb +1 -1
  87. data/app/views/spree/admin/payments/credit.html.erb +3 -3
  88. data/app/views/spree/admin/payments/index.html.erb +4 -7
  89. data/app/views/spree/admin/payments/new.html.erb +4 -5
  90. data/app/views/spree/admin/payments/show.html.erb +4 -7
  91. data/app/views/spree/admin/prices/_form.html.erb +1 -0
  92. data/app/views/spree/admin/prices/index.html.erb +2 -2
  93. data/app/views/spree/admin/product_properties/index.html.erb +3 -1
  94. data/app/views/spree/admin/products/_form.html.erb +11 -18
  95. data/app/views/spree/admin/products/_properties_form.erb +1 -1
  96. data/app/views/spree/admin/products/edit.html.erb +3 -2
  97. data/app/views/spree/admin/products/index.html.erb +19 -28
  98. data/app/views/spree/admin/products/new.html.erb +4 -2
  99. data/app/views/spree/admin/promotion_categories/edit.html.erb +4 -3
  100. data/app/views/spree/admin/promotion_categories/index.html.erb +4 -4
  101. data/app/views/spree/admin/promotion_categories/new.html.erb +4 -3
  102. data/app/views/spree/admin/promotion_rules/create.js.erb +1 -1
  103. data/app/views/spree/admin/promotions/_actions.html.erb +3 -3
  104. data/app/views/spree/admin/promotions/_rules.html.erb +2 -2
  105. data/app/views/spree/admin/promotions/calculators/tiered_flat_rate/_fields.html.erb +1 -1
  106. data/app/views/spree/admin/promotions/calculators/tiered_percent/_fields.html.erb +1 -1
  107. data/app/views/spree/admin/promotions/edit.html.erb +4 -5
  108. data/app/views/spree/admin/promotions/index.html.erb +3 -5
  109. data/app/views/spree/admin/promotions/new.html.erb +3 -3
  110. data/app/views/spree/admin/promotions/rules/_option_value.html.erb +2 -2
  111. data/app/views/spree/admin/properties/edit.html.erb +3 -6
  112. data/app/views/spree/admin/properties/index.html.erb +5 -5
  113. data/app/views/spree/admin/prototypes/_form.html.erb +3 -3
  114. data/app/views/spree/admin/prototypes/_prototypes.html.erb +1 -1
  115. data/app/views/spree/admin/prototypes/edit.html.erb +3 -6
  116. data/app/views/spree/admin/prototypes/index.html.erb +4 -4
  117. data/app/views/spree/admin/prototypes/show.html.erb +2 -2
  118. data/app/views/spree/admin/refund_reasons/edit.html.erb +4 -4
  119. data/app/views/spree/admin/refund_reasons/index.html.erb +5 -4
  120. data/app/views/spree/admin/refund_reasons/new.html.erb +5 -4
  121. data/app/views/spree/admin/refunds/edit.html.erb +5 -6
  122. data/app/views/spree/admin/refunds/new.html.erb +6 -6
  123. data/app/views/spree/admin/reimbursement_types/index.html.erb +4 -3
  124. data/app/views/spree/admin/reimbursements/edit.html.erb +5 -6
  125. data/app/views/spree/admin/reimbursements/index.html.erb +2 -4
  126. data/app/views/spree/admin/reimbursements/show.html.erb +3 -4
  127. data/app/views/spree/admin/reports/index.html.erb +2 -3
  128. data/app/views/spree/admin/reports/sales_total.html.erb +2 -4
  129. data/app/views/spree/admin/return_authorizations/edit.html.erb +15 -16
  130. data/app/views/spree/admin/return_authorizations/index.html.erb +3 -5
  131. data/app/views/spree/admin/return_authorizations/new.html.erb +5 -6
  132. data/app/views/spree/admin/return_reasons/edit.html.erb +3 -2
  133. data/app/views/spree/admin/return_reasons/index.html.erb +3 -1
  134. data/app/views/spree/admin/return_reasons/new.html.erb +4 -2
  135. data/app/views/spree/admin/shared/_areas_tabs.html.erb +3 -3
  136. data/app/views/spree/admin/shared/_configuration_menu.html.erb +2 -2
  137. data/app/views/spree/admin/shared/_edit_resource_links.html.erb +2 -2
  138. data/app/views/spree/admin/shared/_head.html.erb +1 -8
  139. data/app/views/spree/admin/shared/_header.html.erb +8 -12
  140. data/app/views/spree/admin/shared/_new_resource_links.html.erb +2 -2
  141. data/app/views/spree/admin/shared/_no_objects_found.html.erb +1 -1
  142. data/app/views/spree/admin/shared/_order_submenu.html.erb +10 -10
  143. data/app/views/spree/admin/shared/_order_summary.html.erb +1 -1
  144. data/app/views/spree/admin/shared/_order_tabs.html.erb +3 -3
  145. data/app/views/spree/admin/shared/_payments_tabs.html.erb +1 -1
  146. data/app/views/spree/admin/shared/_product_sub_menu.html.erb +2 -2
  147. data/app/views/spree/admin/shared/_product_tabs.html.erb +8 -9
  148. data/app/views/spree/admin/shared/_report_criteria.html.erb +2 -2
  149. data/app/views/spree/admin/shared/_report_order_criteria.html.erb +2 -2
  150. data/app/views/spree/admin/shared/_settings_checkout_tabs.html.erb +4 -4
  151. data/app/views/spree/admin/shared/_settings_sub_menu.html.erb +5 -5
  152. data/app/views/spree/admin/shared/_shipping_tabs.html.erb +4 -3
  153. data/app/views/spree/admin/shared/_sidebar.html.erb +1 -1
  154. data/app/views/spree/admin/shared/_tabs.html.erb +12 -37
  155. data/app/views/spree/admin/shared/_taxes_tabs.html.erb +2 -2
  156. data/app/views/spree/admin/shared/_variant_search.html.erb +1 -1
  157. data/app/views/spree/admin/shared/named_types/_edit.html.erb +5 -5
  158. data/app/views/spree/admin/shared/named_types/_index.html.erb +5 -4
  159. data/app/views/spree/admin/shared/named_types/_new.html.erb +5 -4
  160. data/app/views/spree/admin/shipping_categories/edit.html.erb +5 -6
  161. data/app/views/spree/admin/shipping_categories/index.html.erb +5 -4
  162. data/app/views/spree/admin/shipping_categories/new.html.erb +5 -6
  163. data/app/views/spree/admin/shipping_methods/_form.html.erb +2 -2
  164. data/app/views/spree/admin/shipping_methods/edit.html.erb +5 -6
  165. data/app/views/spree/admin/shipping_methods/index.html.erb +5 -5
  166. data/app/views/spree/admin/shipping_methods/new.html.erb +5 -6
  167. data/app/views/spree/admin/states/edit.html.erb +5 -6
  168. data/app/views/spree/admin/states/index.html.erb +5 -4
  169. data/app/views/spree/admin/states/new.html.erb +5 -3
  170. data/app/views/spree/admin/stock_items/index.html.erb +4 -7
  171. data/app/views/spree/admin/stock_locations/_transfer_stock_form.html.erb +2 -2
  172. data/app/views/spree/admin/stock_locations/edit.html.erb +5 -5
  173. data/app/views/spree/admin/stock_locations/index.html.erb +16 -9
  174. data/app/views/spree/admin/stock_locations/new.html.erb +5 -4
  175. data/app/views/spree/admin/stock_movements/index.html.erb +3 -4
  176. data/app/views/spree/admin/stock_movements/new.html.erb +2 -3
  177. data/app/views/spree/admin/stock_transfers/_location.html.erb +7 -0
  178. data/app/views/spree/admin/stock_transfers/_transfer_item_table.html.erb +1 -1
  179. data/app/views/spree/admin/stock_transfers/edit.html.erb +5 -6
  180. data/app/views/spree/admin/stock_transfers/index.html.erb +5 -5
  181. data/app/views/spree/admin/stock_transfers/new.html.erb +6 -8
  182. data/app/views/spree/admin/stock_transfers/receive.html.erb +4 -12
  183. data/app/views/spree/admin/stock_transfers/show.html.erb +6 -12
  184. data/app/views/spree/admin/stock_transfers/tracking_info.html.erb +5 -13
  185. data/app/views/spree/admin/store_credits/edit_amount.html.erb +6 -4
  186. data/app/views/spree/admin/store_credits/edit_validity.html.erb +8 -6
  187. data/app/views/spree/admin/store_credits/index.html.erb +5 -5
  188. data/app/views/spree/admin/store_credits/new.html.erb +5 -4
  189. data/app/views/spree/admin/store_credits/show.html.erb +5 -4
  190. data/app/views/spree/admin/style_guide/topics/typography/_icons.html.erb +2 -2
  191. data/app/views/spree/admin/tax_categories/edit.html.erb +5 -4
  192. data/app/views/spree/admin/tax_categories/index.html.erb +5 -4
  193. data/app/views/spree/admin/tax_categories/new.html.erb +5 -4
  194. data/app/views/spree/admin/tax_rates/edit.html.erb +5 -6
  195. data/app/views/spree/admin/tax_rates/index.html.erb +5 -4
  196. data/app/views/spree/admin/tax_rates/new.html.erb +5 -6
  197. data/app/views/spree/admin/taxonomies/edit.erb +7 -9
  198. data/app/views/spree/admin/taxonomies/index.html.erb +4 -4
  199. data/app/views/spree/admin/taxonomies/new.html.erb +5 -7
  200. data/app/views/spree/admin/taxons/edit.html.erb +5 -6
  201. data/app/views/spree/admin/taxons/index.html.erb +2 -3
  202. data/app/views/spree/admin/trackers/edit.html.erb +5 -6
  203. data/app/views/spree/admin/trackers/index.html.erb +4 -4
  204. data/app/views/spree/admin/trackers/new.html.erb +4 -6
  205. data/app/views/spree/admin/users/_form.html.erb +2 -2
  206. data/app/views/spree/admin/users/_tabs.html.erb +5 -5
  207. data/app/views/spree/admin/users/_user_page_actions.html.erb +1 -4
  208. data/app/views/spree/admin/users/addresses.html.erb +5 -4
  209. data/app/views/spree/admin/users/edit.html.erb +6 -6
  210. data/app/views/spree/admin/users/index.html.erb +4 -5
  211. data/app/views/spree/admin/users/items.html.erb +4 -3
  212. data/app/views/spree/admin/users/new.html.erb +2 -9
  213. data/app/views/spree/admin/users/orders.html.erb +4 -3
  214. data/app/views/spree/admin/variants/_form.html.erb +1 -0
  215. data/app/views/spree/admin/variants/edit.html.erb +4 -3
  216. data/app/views/spree/admin/variants/index.html.erb +10 -8
  217. data/app/views/spree/admin/variants/new.html.erb +5 -0
  218. data/app/views/spree/admin/zones/_country_members.html.erb +2 -2
  219. data/app/views/spree/admin/zones/_state_members.html.erb +2 -2
  220. data/app/views/spree/admin/zones/edit.html.erb +5 -6
  221. data/app/views/spree/admin/zones/index.html.erb +5 -4
  222. data/app/views/spree/admin/zones/new.html.erb +6 -7
  223. data/app/views/spree/layouts/admin.html.erb +28 -15
  224. data/config/initializers/form_builder.rb +6 -0
  225. data/config/routes.rb +2 -6
  226. data/spec/controllers/spree/admin/cancellations_controller_spec.rb +3 -3
  227. data/spec/controllers/spree/admin/customer_returns_controller_spec.rb +4 -4
  228. data/spec/controllers/spree/admin/missing_products_controller_spec.rb +1 -1
  229. data/spec/controllers/spree/admin/orders/customer_details_controller_spec.rb +5 -5
  230. data/spec/controllers/spree/admin/orders_controller_spec.rb +28 -28
  231. data/spec/controllers/spree/admin/payment_methods_controller_spec.rb +5 -5
  232. data/spec/controllers/spree/admin/payments_controller_spec.rb +7 -7
  233. data/spec/controllers/spree/admin/prices_controller_spec.rb +2 -2
  234. data/spec/controllers/spree/admin/product_properties_controller_spec.rb +1 -1
  235. data/spec/controllers/spree/admin/products_controller_spec.rb +6 -6
  236. data/spec/controllers/spree/admin/promotion_actions_controller_spec.rb +2 -2
  237. data/spec/controllers/spree/admin/promotion_codes_controller_spec.rb +1 -1
  238. data/spec/controllers/spree/admin/promotion_rules_controller_spec.rb +2 -2
  239. data/spec/controllers/spree/admin/promotions_controller_spec.rb +7 -7
  240. data/spec/controllers/spree/admin/refunds_controller_spec.rb +1 -1
  241. data/spec/controllers/spree/admin/reimbursements_controller_spec.rb +5 -5
  242. data/spec/controllers/spree/admin/reports_controller_spec.rb +2 -2
  243. data/spec/controllers/spree/admin/resource_controller_spec.rb +6 -6
  244. data/spec/controllers/spree/admin/return_authorizations_controller_spec.rb +11 -11
  245. data/spec/controllers/spree/admin/return_items_controller_spec.rb +1 -1
  246. data/spec/controllers/spree/admin/search_controller_spec.rb +2 -2
  247. data/spec/controllers/spree/admin/shipping_methods_controller_spec.rb +1 -1
  248. data/spec/controllers/spree/admin/stock_items_controller_spec.rb +3 -3
  249. data/spec/controllers/spree/admin/stock_locations_controller_spec.rb +3 -3
  250. data/spec/controllers/spree/admin/stock_transfers_controller_spec.rb +10 -10
  251. data/spec/controllers/spree/admin/store_credits_controller_spec.rb +10 -10
  252. data/spec/controllers/spree/admin/users_controller_spec.rb +139 -141
  253. data/spec/controllers/spree/admin/variants_controller_spec.rb +2 -2
  254. data/spec/features/admin/configuration/general_settings_spec.rb +7 -16
  255. data/spec/features/admin/configuration/payment_methods_spec.rb +7 -7
  256. data/spec/features/admin/configuration/stock_locations_spec.rb +1 -1
  257. data/spec/features/admin/configuration/tax_categories_spec.rb +1 -1
  258. data/spec/features/admin/configuration/zones_spec.rb +1 -1
  259. data/spec/features/admin/homepage_spec.rb +2 -2
  260. data/spec/features/admin/orders/adjustments_spec.rb +1 -1
  261. data/spec/features/admin/orders/cancelling_inventory_spec.rb +8 -8
  262. data/spec/features/admin/orders/customer_details_spec.rb +20 -5
  263. data/spec/features/admin/orders/listing_spec.rb +97 -70
  264. data/spec/features/admin/orders/new_order_spec.rb +35 -6
  265. data/spec/features/admin/orders/order_details_spec.rb +37 -58
  266. data/spec/features/admin/orders/payments_spec.rb +57 -4
  267. data/spec/features/admin/orders/return_authorizations_spec.rb +25 -0
  268. data/spec/features/admin/orders/shipments_spec.rb +5 -5
  269. data/spec/features/admin/products/edit/products_spec.rb +1 -1
  270. data/spec/features/admin/products/edit/taxons_spec.rb +5 -5
  271. data/spec/features/admin/products/edit/variants_spec.rb +1 -1
  272. data/spec/features/admin/products/option_types_spec.rb +2 -2
  273. data/spec/features/admin/products/products_spec.rb +6 -6
  274. data/spec/features/admin/products/properties_spec.rb +6 -6
  275. data/spec/features/admin/products/prototypes_spec.rb +1 -1
  276. data/spec/features/admin/products/stock_management_spec.rb +5 -5
  277. data/spec/features/admin/promotion_adjustments_spec.rb +8 -8
  278. data/spec/features/admin/promotions/option_value_rule_spec.rb +4 -4
  279. data/spec/features/admin/promotions/product_rule_spec.rb +33 -0
  280. data/spec/features/admin/promotions/tiered_calculator_spec.rb +2 -2
  281. data/spec/features/admin/promotions/user_rule_spec.rb +15 -0
  282. data/spec/features/admin/reports_spec.rb +1 -1
  283. data/spec/features/admin/users_spec.rb +27 -2
  284. data/spec/helpers/admin/base_helper_spec.rb +30 -0
  285. data/spec/helpers/admin/navigation_helper_spec.rb +40 -2
  286. data/spec/spec_helper.rb +10 -8
  287. data/spec/support/feature/order_feature_helper.rb +17 -0
  288. metadata +18 -11
  289. data/app/assets/javascripts/spree/backend/general_settings.js.coffee +0 -13
  290. data/spec/controllers/spree/admin/general_settings_controller_spec.rb +0 -41
@@ -5,7 +5,7 @@
5
5
 
6
6
  <% if @order.user.present? %>
7
7
  <dt data-hook='admin_order_user_link'><%= Spree.t(:user) %>:</dt>
8
- <dd id='order_user_link'><%= link_to @order.user.email, edit_admin_user_path(@order.user) %></dd>
8
+ <dd id='order_user_link'><%= link_to @order.user.email, spree.edit_admin_user_path(@order.user) %></dd>
9
9
  <% end %>
10
10
 
11
11
  <dt data-hook='admin_order_tab_subtotal_title'><%= Spree::Order.human_attribute_name(:item_total) %>:</dt>
@@ -1,6 +1,6 @@
1
- <% content_for :page_title do %>
2
- <%= link_to "#{Spree::Order.model_name.human} ##{@order.number}", spree.edit_admin_order_path(@order) %>
3
- <% end %>
1
+ <% admin_breadcrumb(link_to plural_resource_name(Spree::Order), spree.admin_orders_path) %>
2
+ <% admin_breadcrumb(link_to "##{@order.number}", spree.edit_admin_order_path(@order)) %>
3
+
4
4
 
5
5
  <% content_for :sidebar_title do %>
6
6
  <%= Spree.t(:order_information) %>
@@ -2,7 +2,7 @@
2
2
  <nav>
3
3
  <ul class="tabs" data-hook="admin_settings_payments_tabs">
4
4
  <% if can?(:display, Spree::PaymentMethod) %>
5
- <%= settings_tab_item Spree::PaymentMethod.model_name.human(count: :other), admin_payment_methods_path %>
5
+ <%= settings_tab_item plural_resource_name(Spree::PaymentMethod), spree.admin_payment_methods_path %>
6
6
  <% end %>
7
7
  </ul>
8
8
  </nav>
@@ -11,10 +11,10 @@
11
11
  <% if can? :admin, Spree::Prototype %>
12
12
  <%= tab :prototypes %>
13
13
  <% end %>
14
- <% if can? :display, Spree::Taxonomy %>
14
+ <% if can? :admin, Spree::Taxonomy %>
15
15
  <%= tab :taxonomies %>
16
16
  <% end %>
17
17
  <% if can? :admin, Spree::Taxon %>
18
- <%= tab :taxons %>
18
+ <%= tab :taxons, label: :display_order %>
19
19
  <% end %>
20
20
  </ul>
@@ -1,27 +1,26 @@
1
- <% content_for :page_title do %>
2
- <%= Spree::Product.model_name.human(count: :other) %> &#x2f; <%= @product.name %>
3
- <% end %>
1
+ <% admin_breadcrumb(link_to plural_resource_name(Spree::Product), spree.admin_products_path) %>
2
+ <% admin_breadcrumb(link_to @product.name, spree.admin_product_path(@product)) %>
4
3
 
5
4
  <% content_for :tabs do %>
6
5
  <nav>
7
6
  <ul class="tabs" data-hook="admin_product_tabs">
8
7
  <%= content_tag :li, :class => ('active' if current == 'Product Details') do %>
9
- <%= link_to_with_icon 'edit', Spree.t(:product_details), spree.edit_admin_product_url(@product) %>
8
+ <%= link_to Spree.t(:product_details), spree.edit_admin_product_url(@product) %>
10
9
  <% end if can?(:admin, Spree::Product) %>
11
10
  <%= content_tag :li, :class => ('active' if current == 'Images') do %>
12
- <%= link_to_with_icon 'picture-o', Spree.t(:images), spree.admin_product_images_url(@product) %>
11
+ <%= link_to Spree.t(:images), spree.admin_product_images_url(@product) %>
13
12
  <% end if can?(:admin, Spree::Image) %>
14
13
  <%= content_tag :li, :class => ('active' if current == 'Variants') do %>
15
- <%= link_to_with_icon 'th-large', Spree::Variant.model_name.human(count: :other), spree.admin_product_variants_url(@product) %>
14
+ <%= link_to plural_resource_name(Spree::Variant), spree.admin_product_variants_url(@product) %>
16
15
  <% end if can?(:admin, Spree::Variant) %>
17
16
  <%= content_tag :li, :class => ('active' if current == 'Prices') do %>
18
- <%= link_to_with_icon 'money', Spree::Price.model_name.human(count: :other), spree.admin_product_prices_url(@product) %>
17
+ <%= link_to plural_resource_name(Spree::Price), spree.admin_product_prices_url(@product) %>
19
18
  <% end if can?(:admin, Spree::Price) %>
20
19
  <%= content_tag :li, :class => ('active' if current == 'Product Properties') do %>
21
- <%= link_to_with_icon 'tasks', Spree::ProductProperty.model_name.human(count: :other), spree.admin_product_product_properties_url(@product) %>
20
+ <%= link_to plural_resource_name(Spree::ProductProperty), spree.admin_product_product_properties_url(@product) %>
22
21
  <% end if can?(:admin, Spree::ProductProperty) %>
23
22
  <%= content_tag :li, :class => ('active' if current == 'Stock Management') do %>
24
- <%= link_to_with_icon 'cubes', Spree.t(:stock_management), spree.admin_product_stock_url(@product) %>
23
+ <%= link_to Spree.t(:stock_management), spree.admin_product_stock_url(@product) %>
25
24
  <% end if can?(:admin, Spree::StockItem) %>
26
25
  </ul>
27
26
  </nav>
@@ -2,7 +2,7 @@
2
2
  <div class="date-range-filter field align-center">
3
3
  <%= label_tag nil, Spree.t(:start), :class => 'inline' %>
4
4
  <%= s.text_field :created_at_gt, :class => 'datepicker datepicker-from', :value => datepicker_field_value(params[:q][:created_at_gt]) %>
5
-
5
+
6
6
  <span class="range-divider">
7
7
  <i class="fa fa-arrow-right"></i>
8
8
  </span>
@@ -12,6 +12,6 @@
12
12
  </div>
13
13
 
14
14
  <div class="actions filter-actions">
15
- <%= button Spree.t(:search), 'search' %>
15
+ <%= button Spree.t(:search) %>
16
16
  </div>
17
17
  <% end %>
@@ -2,7 +2,7 @@
2
2
  <div class="date-range-filter field align-center">
3
3
  <%= label_tag :q_completed_at_gt, Spree.t(:start), :class => 'inline' %>
4
4
  <%= s.text_field :completed_at_gt, :class => 'datepicker datepicker-from', :value => datepicker_field_value(params[:q][:completed_at_gt]) %>
5
-
5
+
6
6
  <span class="range-divider">
7
7
  <i class="fa fa-arrow-right"></i>
8
8
  </span>
@@ -12,6 +12,6 @@
12
12
  </div>
13
13
 
14
14
  <div class="actions filter-actions">
15
- <%= button Spree.t(:search), 'search' %>
15
+ <%= button Spree.t(:search) %>
16
16
  </div>
17
17
  <% end %>
@@ -2,19 +2,19 @@
2
2
  <nav>
3
3
  <ul class="tabs" data-hook="admin_settings_checkout_tabs">
4
4
  <% if can?(:display, Spree::RefundReason) %>
5
- <%= settings_tab_item Spree::RefundReason.model_name.human(count: :other), admin_refund_reasons_path %>
5
+ <%= settings_tab_item plural_resource_name(Spree::RefundReason), spree.admin_refund_reasons_path %>
6
6
  <% end %>
7
7
 
8
8
  <% if can?(:display, Spree::ReimbursementType) %>
9
- <%= settings_tab_item Spree::ReimbursementType.model_name.human(count: :other), admin_reimbursement_types_path %>
9
+ <%= settings_tab_item plural_resource_name(Spree::ReimbursementType), spree.admin_reimbursement_types_path %>
10
10
  <% end %>
11
11
 
12
12
  <% if can?(:display, Spree::ReturnReason) %>
13
- <%= settings_tab_item Spree::ReturnReason.model_name.human(count: :other), admin_return_reasons_path %>
13
+ <%= settings_tab_item plural_resource_name(Spree::ReturnReason), spree.admin_return_reasons_path %>
14
14
  <% end %>
15
15
 
16
16
  <% if can?(:display, Spree::AdjustmentReason) %>
17
- <%= settings_tab_item Spree::AdjustmentReason.model_name.human(count: :other), admin_adjustment_reasons_path %>
17
+ <%= settings_tab_item plural_resource_name(Spree::AdjustmentReason), spree.admin_adjustment_reasons_path %>
18
18
  <% end %>
19
19
  </ul>
20
20
  </nav>
@@ -4,23 +4,23 @@
4
4
  <% end %>
5
5
 
6
6
  <% if can?(:display, Spree::PaymentMethod) %>
7
- <%= tab :payments, url: admin_payment_methods_path %>
7
+ <%= tab :payments, url: spree.admin_payment_methods_path %>
8
8
  <% end %>
9
9
 
10
10
  <% if can?(:display, Spree::Zone) || can?(:display, Spree::Country) || can?(:display, Spree::State) %>
11
- <%= tab :areas, url: admin_zones_path %>
11
+ <%= tab :areas, url: spree.admin_zones_path %>
12
12
  <% end %>
13
13
 
14
14
  <% if can?(:display, Spree::TaxCategory) || can?(:display, Spree::TaxRate) %>
15
- <%= tab :taxes, url: admin_tax_categories_path %>
15
+ <%= tab :taxes, url: spree.admin_tax_categories_path %>
16
16
  <% end %>
17
17
 
18
18
  <% if can?(:display, Spree::RefundReason) || can?(:display, Spree::ReimbursementType) ||
19
19
  can?(:display, Spree::ReturnReason) || can?(:display, Spree::AdjustmentReason) %>
20
- <%= tab :checkout, url: admin_refund_reasons_path %>
20
+ <%= tab :checkout, url: spree.admin_refund_reasons_path %>
21
21
  <% end %>
22
22
 
23
23
  <% if can?(:display, Spree::ShippingMethod) || can?(:display, Spree::ShippingCategory) || can?(:display, Spree::StockLocation) %>
24
- <%= tab :shipping, url: admin_shipping_methods_path, match_path: %r(shipping_methods|shipping_categories|stock_locations) %>
24
+ <%= tab :shipping, url: spree.admin_shipping_methods_path, match_path: %r(shipping_methods|shipping_categories|stock_locations) %>
25
25
  <% end %>
26
26
  </ul>
@@ -2,15 +2,16 @@
2
2
  <nav>
3
3
  <ul class="tabs" data-hook="admin_settings_shipping_tabs">
4
4
  <% if can?(:display, Spree::ShippingMethod) %>
5
- <%= settings_tab_item Spree::ShippingMethod.model_name.human(count: :other), admin_shipping_methods_path %>
5
+ <%= settings_tab_item plural_resource_name(Spree::ShippingMethod), spree.admin_shipping_methods_path %>
6
6
  <% end %>
7
7
 
8
8
  <% if can?(:display, Spree::ShippingCategory) %>
9
- <%= settings_tab_item Spree::ShippingCategory.model_name.human(count: :other), admin_shipping_categories_path %>
9
+ <%= settings_tab_item plural_resource_name(Spree::ShippingCategory), spree.admin_shipping_categories_path %>
10
+
10
11
  <% end %>
11
12
 
12
13
  <% if can?(:display, Spree::StockLocation) %>
13
- <%= settings_tab_item Spree::StockLocation.model_name.human(count: :other), spree.admin_stock_locations_path %>
14
+ <%= settings_tab_item plural_resource_name(Spree::StockLocation), spree.admin_stock_locations_path %>
14
15
  <% end %>
15
16
  </ul>
16
17
  </nav>
@@ -1,5 +1,5 @@
1
1
  <% if content_for?(:sidebar) %>
2
- <aside id="sidebar" data-hook class="four columns">
2
+ <aside id="sidebar" data-hook class="content-sidebar four columns">
3
3
 
4
4
  <% if content_for?(:sidebar_title) %>
5
5
  <h5 class="sidebar-title"><span><%= yield :sidebar_title %></span></h5>
@@ -1,39 +1,14 @@
1
- <% if can? :admin, Spree::Order %>
2
- <%= tab *Spree::BackendConfiguration::ORDER_TABS, icon: 'shopping-cart' %>
3
- <% end %>
4
-
5
- <% if can? :admin, Spree::Product %>
6
- <%= tab *Spree::BackendConfiguration::PRODUCT_TABS, icon: 'th-large' do %>
7
- <%- render partial: 'spree/admin/shared/product_sub_menu' %>
8
- <%- end %>
9
- <% end %>
10
-
11
- <% if can? :admin, :reports %>
12
- <%= tab *Spree::BackendConfiguration::REPORT_TABS, icon: 'file' %>
13
- <% end %>
14
-
15
- <% if can? :admin, :general_settings %>
16
- <%= tab *Spree::BackendConfiguration::CONFIGURATION_TABS, label: :settings, icon: 'wrench', url: spree.edit_admin_general_settings_path do %>
17
- <% render partial: 'spree/admin/shared/settings_sub_menu' %>
1
+ <% Spree::Backend::Config.menu_items.each do |menu_item| %>
2
+ <% if instance_exec(&menu_item.condition) %>
3
+ <%=
4
+ tab(
5
+ *menu_item.sections,
6
+ icon: menu_item.icon,
7
+ label: menu_item.label,
8
+ url: menu_item.url.is_a?(Symbol) ? spree.public_send(menu_item.url) : menu_item.url
9
+ ) do
10
+ %>
11
+ <%- render partial: menu_item.partial if menu_item.partial %>
12
+ <%- end %>
18
13
  <% end %>
19
14
  <% end %>
20
-
21
- <% if can? :admin, Spree::Promotion %>
22
- <%= tab *Spree::BackendConfiguration::PROMOTION_TABS, url: spree.admin_promotions_path, icon: 'bullhorn' do %>
23
- <%- render partial: 'spree/admin/shared/promotion_sub_menu' %>
24
- <%- end %>
25
- <% end %>
26
-
27
- <% if can? :admin, Spree::StockItem %>
28
- <%= tab(
29
- *Spree::BackendConfiguration::STOCK_TABS,
30
- url: spree.admin_stock_items_path,
31
- label: :stock, icon: 'cubes',
32
- match_path: %r(^/admin/stock(?!_locations))) do %>
33
- <%- render partial: 'spree/admin/shared/stock_sub_menu' %>
34
- <%- end %>
35
- <% end %>
36
-
37
- <% if Spree.user_class && can?(:admin, Spree.user_class) %>
38
- <%= tab *Spree::BackendConfiguration::USER_TABS, url: spree.admin_users_path, icon: 'user' %>
39
- <% end %>
@@ -2,11 +2,11 @@
2
2
  <nav>
3
3
  <ul class="tabs" data-hook="admin_settings_taxes_tabs">
4
4
  <% if can? :display, Spree::TaxCategory %>
5
- <%= settings_tab_item Spree::TaxCategory.model_name.human(count: :other), admin_tax_categories_path %>
5
+ <%= settings_tab_item plural_resource_name(Spree::TaxCategory), spree.admin_tax_categories_path %>
6
6
  <% end %>
7
7
 
8
8
  <% if can? :display, Spree::TaxRate %>
9
- <%= settings_tab_item Spree::TaxRate.model_name.human(count: :other), admin_tax_rates_path %>
9
+ <%= settings_tab_item plural_resource_name(Spree::TaxRate), spree.admin_tax_rates_path %>
10
10
  <% end %>
11
11
  </ul>
12
12
  </nav>
@@ -15,7 +15,7 @@
15
15
 
16
16
  <div class="actions filter-actions">
17
17
  <div data-hook="admin_orders_index_search_buttons">
18
- <%= button Spree.t(:filter_results), 'search' %>
18
+ <%= button Spree.t(:filter_results) %>
19
19
  </div>
20
20
  </div>
21
21
  <% end %>
@@ -1,12 +1,12 @@
1
1
  <%= render 'spree/admin/shared/settings_checkout_tabs' %>
2
2
 
3
- <% content_for :page_title do %>
4
- <%= page_title %> <i class="fa fa-arrow-right"></i>
5
- <%= @object.name %>
6
- <% end %>
3
+ <% admin_breadcrumb(root_tab) %>
4
+ <% admin_breadcrumb(sub_tab) %>
5
+ <% admin_breadcrumb(index_link) %>
6
+ <% admin_breadcrumb(@object.name) %>
7
+
7
8
 
8
9
  <% content_for :page_actions do %>
9
- <li><%= link_to_with_icon 'arrow-left', back_button_text, collection_url, :class => 'button' %></li>
10
10
  <% end %>
11
11
 
12
12
  <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @object } %>
@@ -1,14 +1,15 @@
1
1
  <%= render 'spree/admin/shared/settings_checkout_tabs' %>
2
2
 
3
- <% content_for :page_title do %>
4
- <%= page_title %>
5
- <% end %>
3
+ <% admin_breadcrumb(root_tab) %>
4
+ <% admin_breadcrumb(sub_tab) %>
5
+ <% admin_breadcrumb(page_title) %>
6
+
6
7
 
7
8
  <% content_for :page_actions do %>
8
9
  <ul class="actions inline-menu">
9
10
  <% if can?(:create, Spree::ReturnReason) %>
10
11
  <li>
11
- <%= button_link_to new_button_text, new_object_url, { icon: 'plus', id: 'admin_new_named_type' } %>
12
+ <%= button_link_to new_button_text, new_object_url, { id: 'admin_new_named_type' } %>
12
13
  </li>
13
14
  <% end %>
14
15
  </ul>
@@ -1,11 +1,12 @@
1
1
  <%= render 'spree/admin/shared/settings_checkout_tabs' %>
2
2
 
3
- <% content_for :page_title do %>
4
- <%= page_title %>
5
- <% end %>
3
+ <% admin_breadcrumb(root_tab) %>
4
+ <% admin_breadcrumb(sub_tab) %>
5
+ <% admin_breadcrumb(index_link) %>
6
+ <% admin_breadcrumb(new_object) %>
7
+
6
8
 
7
9
  <% content_for :page_actions do %>
8
- <li><%= link_to_with_icon 'arrow-left', back_button_text, collection_url, :class => 'button' %></li>
9
10
  <% end %>
10
11
 
11
12
  <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @object } %>
@@ -1,13 +1,12 @@
1
1
  <%= render 'spree/admin/shared/shipping_tabs' %>
2
2
 
3
- <% content_for :page_title do %>
4
- <%= Spree.t(:editing_shipping_category) %>
5
- <% end %>
3
+ <% admin_breadcrumb(Spree.t(:settings)) %>
4
+ <% admin_breadcrumb(Spree.t('admin.tab.shipping')) %>
5
+ <% admin_breadcrumb(link_to plural_resource_name(Spree::ShippingCategory), spree.admin_shipping_categories_path) %>
6
+ <% admin_breadcrumb(Spree.t(:editing_shipping_category)) %>
7
+
6
8
 
7
9
  <% content_for :page_actions do %>
8
- <li>
9
- <%= button_link_to Spree.t(:back_to_shipping_categories), spree.admin_shipping_categories_path, :icon => 'arrow-left' %>
10
- </li>
11
10
  <% end %>
12
11
 
13
12
  <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @shipping_category } %>
@@ -1,13 +1,14 @@
1
1
  <%= render 'spree/admin/shared/shipping_tabs' %>
2
2
 
3
- <% content_for :page_title do %>
4
- <%= Spree::ShippingCategory.model_name.human(count: :other) %>
5
- <% end %>
3
+ <% admin_breadcrumb(Spree.t(:settings)) %>
4
+ <% admin_breadcrumb(Spree.t('admin.tab.shipping')) %>
5
+ <% admin_breadcrumb(plural_resource_name(Spree::ShippingCategory)) %>
6
+
6
7
 
7
8
  <% content_for :page_actions do %>
8
9
  <% if can?(:create, Spree::ShippingCategory) %>
9
10
  <li>
10
- <%= button_link_to Spree.t(:new_shipping_category), new_object_url, :icon => 'plus' %>
11
+ <%= button_link_to Spree.t(:new_shipping_category), new_object_url %>
11
12
  </li>
12
13
  <% end %>
13
14
  <% end %>
@@ -1,13 +1,12 @@
1
1
  <%= render 'spree/admin/shared/shipping_tabs' %>
2
2
 
3
- <% content_for :page_title do %>
4
- <%= Spree.t(:new_shipping_category) %>
5
- <% end %>
3
+ <% admin_breadcrumb(Spree.t(:settings)) %>
4
+ <% admin_breadcrumb(Spree.t('admin.tab.shipping')) %>
5
+ <% admin_breadcrumb(link_to plural_resource_name(Spree::ShippingCategory), spree.admin_shipping_categories_path) %>
6
+ <% admin_breadcrumb(Spree.t(:new_shipping_category)) %>
7
+
6
8
 
7
9
  <% content_for :page_actions do %>
8
- <li>
9
- <%= button_link_to Spree.t(:back_to_shipping_categories_list), spree.admin_shipping_categories_path, :icon => 'arrow-left' %>
10
- </li>
11
10
  <% end %>
12
11
 
13
12
  <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @shipping_category } %>
@@ -63,7 +63,7 @@
63
63
  <div class="alpha six columns">
64
64
  <div data-hook="admin_shipping_method_form_availability_fields" class="alpha six columns">
65
65
  <fieldset class="categories no-border-bottom">
66
- <legend align="center"><%= Spree::ShippingCategory.model_name.human(count: :other) %></legend>
66
+ <legend align="center"><%= plural_resource_name(Spree::ShippingCategory) %></legend>
67
67
  <%= f.field_container :categories do %>
68
68
  <% Spree::ShippingCategory.all.each do |category| %>
69
69
  <%= label_tag do %>
@@ -78,7 +78,7 @@
78
78
 
79
79
  <div class="alpha six columns">
80
80
  <fieldset class="no-border-bottom">
81
- <legend align="center"><%= Spree::Zone.model_name.human(count: :other) %></legend>
81
+ <legend align="center"><%= plural_resource_name(Spree::Zone) %></legend>
82
82
  <%= f.field_container :zones do %>
83
83
  <% shipping_method_zones = @shipping_method.zones.to_a %>
84
84
  <% Spree::Zone.all.each do |zone| %>
@@ -1,13 +1,12 @@
1
1
  <%= render 'spree/admin/shared/shipping_tabs' %>
2
2
 
3
- <% content_for :page_title do %>
4
- <%= Spree.t(:editing_shipping_method) %>
5
- <% end %>
3
+ <% admin_breadcrumb(Spree.t(:settings)) %>
4
+ <% admin_breadcrumb(Spree.t('admin.tab.shipping')) %>
5
+ <% admin_breadcrumb(link_to plural_resource_name(Spree::ShippingMethod), spree.admin_shipping_methods_path) %>
6
+ <% admin_breadcrumb(@shipping_method.name) %>
7
+
6
8
 
7
9
  <% content_for :page_actions do %>
8
- <li>
9
- <%= button_link_to Spree.t(:back_to_shipping_methods_list), spree.admin_shipping_methods_path, :icon => 'arrow-left' %>
10
- </li>
11
10
  <% end %>
12
11
 
13
12
  <div data-hook="admin_shipping_method_edit_form_header">
@@ -1,13 +1,14 @@
1
1
  <%= render 'spree/admin/shared/shipping_tabs' %>
2
2
 
3
- <% content_for :page_title do %>
4
- <%= Spree::ShippingMethod.model_name.human(count: :other) %>
5
- <% end %>
3
+ <% admin_breadcrumb(Spree.t(:settings)) %>
4
+ <% admin_breadcrumb(Spree.t('admin.tab.shipping')) %>
5
+ <% admin_breadcrumb(plural_resource_name(Spree::ShippingMethod)) %>
6
+
6
7
 
7
8
  <% content_for :page_actions do %>
8
9
  <% if can?(:create, Spree::ShippingMethod) %>
9
10
  <li>
10
- <%= button_link_to Spree.t(:new_shipping_method), new_object_url, :icon => 'plus', :id => 'admin_new_shipping_method_link' %>
11
+ <%= button_link_to Spree.t(:new_shipping_method), new_object_url, :id => 'admin_new_shipping_method_link' %>
11
12
  </li>
12
13
  <% end %>
13
14
  <% end %>
@@ -57,4 +58,3 @@
57
58
  new_resource_url: new_object_url %>
58
59
  </div>
59
60
  <% end %>
60
-