Jamie Isaacs
Jamie Isaacs
Any update on this? I am willing to build and contribute a solution if there is not already a prototype branch.
I added support for horizontal stacked bar charts in #114 
I added support for stacked bar chart labels in #114 
+1
PaginationDTO may be worth keeping around.
Handle inventory activity/transactions: - manually increase/decrease qty - auto decrease qty upon shipment - move items to new location - set restock trigger to alert when item count is low...
Need ability to alert store owner when: - inventory count falls below threshold - pending cart items would cause inventory count to fall below threshold
I updated the requirements regarding checking gift card balance.
The above example uses typeahead and bloodhound: ```javascript $(function() { var products = new Bloodhound({ datumTokenizer: function(d) { return Bloodhound.tokenizers.whitespace(d.value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: "/admin/product/api/%QUERY?product_ts=1484335230", limit: 10 }) products.initialize(); $('.typeahead').typeahead({...
It would be great if we could leverage existing twig templates for this.