Maikel Linke
|
fa5fa9e228
|
Auto-complete tags on customers page
- new controller serving tags for an enterprise as JSON
- customers page suggesting these tags
- emphasising tags that have rules
|
2016-04-29 15:18:17 +10:00 |
|
Rohan Mitchell
|
42a327211e
|
Merge branch 'openstreetmap-tiles' of https://github.com/bingxie/openfoodnetwork into openstreetmap-tiles
|
2016-04-29 14:36:47 +10:00 |
|
Rohan Mitchell
|
88e9eb59cf
|
Do not allow invalid quantity to reach model, triggering server update
|
2016-04-29 11:56:48 +10:00 |
|
Rohan Mitchell
|
65895752da
|
Remove cruft
|
2016-04-29 11:49:30 +10:00 |
|
Rohan Mitchell
|
1220ff8a06
|
Notify when stock limit reached on shopfront rather than silently capping
|
2016-04-27 15:05:44 +10:00 |
|
Bing Xie
|
824a29624f
|
Tweak the map UI
|
2016-04-27 14:17:29 +10:00 |
|
Bing Xie
|
daa5b00a2a
|
Uses openstreetmap tiles
|
2016-04-27 13:50:15 +10:00 |
|
Rohan Mitchell
|
8f8a1191cb
|
Remove stock cap on max_quantity
|
2016-04-27 12:27:24 +10:00 |
|
Rohan Mitchell
|
a26266159c
|
Fix timing issue: change in client-side value during server update
|
2016-04-22 10:47:20 +10:00 |
|
Rohan Mitchell
|
6cba935a65
|
Add close button to out of stock modal
|
2016-04-21 11:26:30 +10:00 |
|
Rohan Mitchell
|
35117f7af4
|
Show a modal when available stock levels have reduced
|
2016-04-21 09:36:23 +10:00 |
|
Rohan Mitchell
|
5e39b11c2f
|
Spec out of stock handling for group buy
|
2016-04-21 09:36:23 +10:00 |
|
Rohan Mitchell
|
cfe062918b
|
When a variant goes out of stock, disable the input and grey out the row
|
2016-04-21 09:36:23 +10:00 |
|
Rohan Mitchell
|
6fbbe580c5
|
After adding an item to the cart, when less quantity available, reduce quantity and reset client-side stock level
|
2016-04-21 09:36:23 +10:00 |
|
Rohan Mitchell
|
8a62d26af4
|
After adding an item to the cart, when out of stock, remove from cart and reset client-side stock level
|
2016-04-21 09:36:23 +10:00 |
|
Rohan Mitchell
|
a1bcdc616f
|
Extract add-to-cart inputs into partials
|
2016-04-21 09:36:22 +10:00 |
|
Rohan Mitchell
|
17f69bd182
|
Remove trailing whitespace
|
2016-04-21 09:36:22 +10:00 |
|
Rohan Mitchell
|
d45b525497
|
When there's an out of stock product in the cart, placing order returns user to the cart
|
2016-04-21 09:36:22 +10:00 |
|
Lynne Davis
|
30ed6df38d
|
Adding super admin configuration for the minimum billable turnover functionality
|
2016-04-15 16:56:09 +01:00 |
|
Maikel Linke
|
831df0b222
|
Create and delete customers in admin interface
Removed Customers service and extended CustomerResource.
|
2016-04-15 11:12:22 +10:00 |
|
Maikel Linke
|
9e4610f9bd
|
Customers: enable change of hub if no customers
Fix #588.
And show search bar even when no customers are shown. Previously, the
search bar disappeared when you entered a search without results.
|
2016-04-15 11:12:22 +10:00 |
|
Rob Harrington
|
6c5aaef86e
|
Removing ability to create order discount rules
Issue with application of tax to discounted items is yet to be resolved
|
2016-04-01 21:31:36 +11:00 |
|
Rob Harrington
|
c099711f97
|
Removing dialogOptions library, not required anymore
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
d278b72289
|
Updating Tag Rules UI to allow management of new FilterShippingMethods rule type
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
47df106237
|
Refactor tragsWithTranslation directive to handle dynamic attr names
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
ed134bac84
|
Removing unrequired initSelection option from ofn-select2
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
33aad10e73
|
Adding dialogOptions library for adding responsiveness to jquery dialog
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
3d78b375c6
|
Moving angularjs tag rule logic into its own module
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
f9acee2be4
|
Shipping methods can be tagged
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
86c80124fc
|
Moving tags-with-translation directive to admin.utils
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
443e232ea4
|
Renaming angular admin.shipping_methods and admin.payment_methods modules
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
c74c274a9e
|
Renaming shippingMethodCtrl to shippingMethodsCtrl
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
f902474591
|
Relevant DiscountOrder tag rules are applied to orders on update
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
bf72864c2b
|
Tag Rules can be deleted
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
4c2552e0bf
|
Enterprise users can create tag rules
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
066190c16f
|
First cut at an interface for updating tag rules
|
2016-04-01 19:48:25 +11:00 |
|
Maikel Linke
|
04f661f646
|
Merge branch 'master' of github.com:openfoodfoundation/openfoodnetwork into hide-closed-shops
Conflicts:
config/locales/en.yml
|
2016-04-01 13:02:53 +11:00 |
|
Maikel Linke
|
c4f92fd4cc
|
Hide closed shops by default, add "show" button
|
2016-04-01 11:45:24 +11:00 |
|
Maikel Linke
|
813dff8af2
|
Merge branch 'master' of github.com:openfoodfoundation/openfoodnetwork into require-login
|
2016-04-01 11:04:36 +11:00 |
|
Maikel Linke
|
21be27d722
|
Remove duplicate filtering of visible enterprises
Increase readability of enterprises_controller.js.coffee.
|
2016-03-31 15:00:22 +11:00 |
|
Maikel Linke
|
17f168ed06
|
Merge branch 'master' of github.com:openfoodfoundation/openfoodnetwork into uk/account-balances
Applied code conventions.
Conflicts:
config/locales/en.yml
|
2016-03-30 13:30:44 +11:00 |
|
Maikel Linke
|
31302fb930
|
Translate unsaved products message correctly
|
2016-03-23 17:57:22 +11:00 |
|
Maikel
|
d51cfccd7e
|
Auto-merged master into i18n-hackathon on deployment.
|
2016-03-23 10:09:36 +11:00 |
|
Maikel
|
ca0c677d46
|
Auto-merged master into uk/account-balances on deployment.
|
2016-03-19 07:16:41 +11:00 |
|
Maikel Linke
|
2a9e35355e
|
Add auth directive to use AuthenticationService
The auth directive binds to all elements with the auth attribute. It
adds a click event that opens the login/register/password modal.
|
2016-03-18 16:46:29 +11:00 |
|
Maikel Linke
|
d07daede68
|
Merge remote-tracking branch 'origin/master' into uk/filter-producers-for-map
|
2016-03-18 11:04:42 +11:00 |
|
Maikel
|
388b25ddf9
|
Auto-merged master into uk/account-balances on deployment.
|
2016-03-12 09:11:42 +11:00 |
|
Maikel Linke
|
51f94119ff
|
Restore links_dropdown
|
2016-03-11 16:39:07 +11:00 |
|
Maikel Linke
|
ac88817a34
|
Add translation for unsaved_changes_warning
|
2016-03-11 15:46:29 +11:00 |
|
Maikel Linke
|
2a3b3b6dd2
|
Merge remote-tracking branch 'origin/master' into i18n-hackathon
Conflicts:
app/assets/javascripts/admin/enterprise_fees.js
app/assets/javascripts/admin/enterprises/controllers/side_menu_controller.js.coffee
app/views/admin/shared/_columns_dropdown.html.haml
app/views/admin/variant_overrides/_header.html.haml
app/views/admin/variant_overrides/_products.html.haml
spec/features/admin/bulk_order_management_spec.rb
spec/features/admin/variant_overrides_spec.rb
|
2016-03-11 15:38:28 +11:00 |
|