Commit graph

  • a79c89b470 Change permission requirement for refreshing a batch's data. Lance Edgar 2015-04-10 22:04:37 -0500
  • d8ee09916a Make vendor field renderer show ID in readonly mode. Lance Edgar 2015-04-10 20:25:45 -0500
  • e43ceda6bc Fix query bugs for batch row grid views. Lance Edgar 2015-04-06 20:43:55 -0500
  • fd74fb041b Update changelog. v0.4.10 Lance Edgar 2015-03-24 13:21:07 -0500
  • ef2dcee4c5 Add "extra panels" customization hook to product details template. Lance Edgar 2015-03-24 13:12:24 -0500
  • d8790c7c4f Tweak display for some product fields. Lance Edgar 2015-03-23 17:23:24 -0500
  • 84c5f0a327 Add dept. number and friends to product details page. Lance Edgar 2015-03-23 02:36:18 -0500
  • 8a21fe7cfc Fix vendor invoice validation bug. Lance Edgar 2015-03-21 17:25:02 -0500
  • 366572e0a7 Add view template for vendor catalog batch rows. Lance Edgar 2015-03-19 02:25:03 -0500
  • d0bc348ce4 Fix bulk delete of batch rows, to set 'removed' flag instead. Lance Edgar 2015-03-19 02:02:07 -0500
  • 8285993fa6 Add ability to view details (i.e. all fields) of a batch row. Lance Edgar 2015-03-19 01:25:38 -0500
  • be41d0bb1e Add 'fake_error' view to test exception handling. Lance Edgar 2015-03-17 14:49:20 -0500
  • c6ca64574b Update changelog. v0.4.9 Lance Edgar 2015-03-14 18:21:36 -0500
  • 62a93d1cd1 Hide "print labels" column on products list view if so configured. Lance Edgar 2015-03-12 19:22:06 -0500
  • f34ae88c39 Update changelog. v0.4.8 Lance Edgar 2015-03-12 18:36:51 -0500
  • e82b8152a4 Bump rattail dependency. Lance Edgar 2015-03-12 10:53:54 -0500
  • 5e79b132f9 Fix permission for taxes list/search view. Lance Edgar 2015-03-11 23:44:27 -0500
  • ab0c5bb45f Fix permission for deposit link list/search view. Lance Edgar 2015-03-11 23:42:40 -0500
  • a93b8a33fb Update changelog. v0.4.7 Lance Edgar 2015-03-11 21:29:09 -0500
  • 3fed317805 Add UI support for Product.last_sold and current_price_ends pseudo-field. Lance Edgar 2015-03-10 17:51:12 -0500
  • 42da24a047 Add product UPC to JSON output of 'products.search' view. Lance Edgar 2015-03-10 15:22:39 -0500
  • 085ce70820 Add numeric.js script for numeric-only text inputs. Lance Edgar 2015-03-10 12:46:10 -0500
  • 666b553255 Add "save" icon and grid column style. Lance Edgar 2015-03-10 12:45:44 -0500
  • d960738578 Add default Grid.iter_rows() implementation. Lance Edgar 2015-03-10 12:44:58 -0500
  • 7c9e7cd138 Clean up some imports. Lance Edgar 2015-03-07 14:21:48 -0600
  • 69a5eed83b Add shared GPC search filter, use it for product batch rows. Lance Edgar 2015-03-07 14:19:19 -0600
  • 51e4eda662 Don't allow edit of vendor and effective date in catalog batches. Lance Edgar 2015-03-06 19:15:03 -0600
  • d83ca4456a Fix bulk delete of batch rows. Lance Edgar 2015-03-06 19:13:45 -0600
  • a7ecf445db Fix login redirect if referrer is not internal to site. Lance Edgar 2015-03-05 16:55:09 -0600
  • d296b5bde5 Fix login so user is sent to their target page after authentication. Lance Edgar 2015-03-05 16:19:38 -0600
  • 2762e8e072 Tweak product detail layout some more. Lance Edgar 2015-02-27 17:02:12 -0600
  • 2a8dc14e1c And some more tweaks.. Lance Edgar 2015-02-27 03:26:27 -0600
  • 6252c3f777 More tweaks to product details view. Lance Edgar 2015-02-27 03:24:15 -0600
  • 3b9efe0ffb Add panels to product details view, etc. Lance Edgar 2015-02-27 03:07:49 -0600
  • 86db5181b8 Add some new vendor and product fields. Lance Edgar 2015-02-27 01:53:36 -0600
  • 6ea032c591 Add unit_of_measure to product detail view. Lance Edgar 2015-02-26 21:10:08 -0600
  • d50aef4e49 Add views for deposit links, taxes; update product view. Lance Edgar 2015-02-26 19:06:20 -0600
  • d30d6f84e6 Update changelog. v0.4.6 Lance Edgar 2015-02-26 18:06:33 -0600
  • 99e11fe8d8 Hide deleted field from product details, according to permissions. Lance Edgar 2015-02-26 18:01:55 -0600
  • 9e7d0e177d Don't include query string in embedded grid URL. Lance Edgar 2015-02-24 23:53:22 -0600
  • 364a38a936 Make readonly version of batch file field not show download link. Lance Edgar 2015-02-24 22:51:13 -0600
  • e216ed9281 Add validation to PO number for vendor invoices. Lance Edgar 2015-02-24 22:50:59 -0600
  • e11a599f92 Add warning status for products with missing cost in vendor invoices. Lance Edgar 2015-02-24 19:55:29 -0600
  • ce2b29433d Exclude 'deleted' items from reports. Lance Edgar 2015-02-24 18:57:07 -0600
  • 50430e89db Add better error handling when batch refresh fails, etc. Lance Edgar 2015-02-23 20:10:21 -0600
  • 3e940e3c14 Fix bug when sorting batches by 'executed by' field. Lance Edgar 2015-02-23 18:47:49 -0600
  • dba0f1fd51 Add edit template for vendor catalog batches. Lance Edgar 2015-02-22 00:21:14 -0600
  • 3614254804 Improve data file handling for file batches. Lance Edgar 2015-02-22 00:00:00 -0600
  • 2e8db05717 Add initial support for vendor invoice batch feature, etc. Lance Edgar 2015-02-16 18:00:45 -0600
  • aee69f5a2c Force grid table background to white. Lance Edgar 2015-02-16 17:51:47 -0600
  • 730a2a2f01 Let custom vendor catalog batch handler be specified in config file. Lance Edgar 2015-02-13 21:22:36 -0600
  • ae5ff89c7f Refactor app module to promote code sharing. Lance Edgar 2015-02-13 21:22:01 -0600
  • 937a55c14d Add docs for new batch system. Lance Edgar 2015-02-13 01:12:20 -0600
  • 6c7f1afcf4 Fix filename in batch file download link (again). Lance Edgar 2015-02-12 23:32:17 -0600
  • 26e5be9897 Fix filename when downloading batch file. Lance Edgar 2015-02-12 23:24:36 -0600
  • eedbcb81f8 Add download feature for file batches. Lance Edgar 2015-02-12 23:19:01 -0600
  • 23addae818 Rearrange primary batch fields for vendor catalogs. Lance Edgar 2015-02-12 23:18:17 -0600
  • 16be06821a Wrap up initial vendor catalog batch support etc. Lance Edgar 2015-02-12 21:35:28 -0600
  • c28a6b2e09 Update changelog. v0.4.5 Lance Edgar 2015-02-12 11:37:32 -0600
  • 8409d24273 Add case pack field to product CRUD form. Lance Edgar 2015-02-11 20:26:56 -0600
  • 7b7ec2ccbd Change rattail dependency to include 'db' feature (again)... Lance Edgar 2015-02-11 20:25:45 -0600
  • bc06a72993 Add prettier UPCs to ordering worksheet report. Lance Edgar 2015-02-11 03:27:31 -0600
  • bf18bab909 Update changelog. v0.4.4 Lance Edgar 2015-02-11 00:55:37 -0600
  • f3d449c9f3 Add UI support for Product.deleted column. Lance Edgar 2015-02-11 00:52:23 -0600
  • 6434e64f5e Update changelog. v0.4.3 Lance Edgar 2015-02-10 20:10:49 -0600
  • e6b448f298 More versioning support fixes, to allow on or off. Lance Edgar 2015-02-10 20:10:03 -0600
  • 994af9dd3f Update changelog. v0.4.2 Lance Edgar 2015-02-10 19:15:51 -0600
  • aa70ffc9f0 Rework versioning support to allow it to be one or off. Lance Edgar 2015-02-10 19:07:46 -0600
  • bd44d886c4 Update changelog. v0.4.1 Lance Edgar 2015-02-10 11:24:42 -0600
  • 5ad5cb569d Only attempt to count versions for versioned models. Lance Edgar 2015-02-10 11:23:35 -0600
  • 75729be79f Update changelog. v0.4.0 Lance Edgar 2015-02-09 23:56:25 -0600
  • def466935b Add initial versioning support with SQLAlchemy-Continuum. Lance Edgar 2015-02-09 15:33:16 -0600
  • 41dd2ef17b Add category to product CRUD view. Lance Edgar 2015-02-09 13:31:41 -0600
  • 0455e472f5 Cleanup some view modules per conventions etc. Lance Edgar 2015-02-09 13:30:29 -0600
  • eedbc5fb9a Various grid and form tweaks. Lance Edgar 2015-02-09 13:20:34 -0600
  • 3257010a7e Change default sort for People grid view. Lance Edgar 2015-02-02 20:44:32 -0600
  • 7fbabc8792 Add department to field lists for category views. Lance Edgar 2015-01-31 18:18:54 -0600
  • ccb7b47912 Update changelog. v0.3.28 Lance Edgar 2015-01-20 17:58:31 -0600
  • c328c96203 Let settings determine which batch handler to use for vendor catalog views. Lance Edgar 2015-01-20 13:22:20 -0600
  • 7c761bee99 Fix some imports etc. regarding new batch system. Lance Edgar 2015-01-20 00:51:51 -0600
  • b05f30d9fe New batch system! Hopefully nothing else broke... Lance Edgar 2015-01-19 00:52:40 -0600
  • c4a19f279b Remove some edbob, unicode tweak, etc. Lance Edgar 2015-01-19 00:45:26 -0600
  • e47477f0c4 Improve UPC search for rows within batches. Lance Edgar 2015-01-15 12:17:35 -0600
  • 7d42950527 Tweak variable name. Lance Edgar 2015-01-15 01:49:17 -0600
  • b7aa4b36d0 Add unique username check when creating users. Lance Edgar 2015-01-15 01:40:00 -0600
  • 4535ba0851 Require 'auth' feature of rattail package. Lance Edgar 2015-01-14 15:44:28 -0600
  • 050276218a Update changelog. v0.3.27 Lance Edgar 2015-01-13 21:27:31 -0600
  • 7bbadfd338 Add support for integer search filters. Lance Edgar 2015-01-13 21:22:56 -0600
  • 9f62ed6b07 Ugh, add unwanted jQuery libs to progress template. Lance Edgar 2015-01-11 19:15:05 -0600
  • d8b2112d01 Fix bug in product search UPC filter. Lance Edgar 2015-01-11 19:14:18 -0600
  • 107da5dd9d Fix bug with default search filters for SA grids. Lance Edgar 2015-01-10 17:16:33 -0600
  • cf7f884f80 Update changelog. v0.3.26 Lance Edgar 2014-12-28 16:02:12 -0600
  • 4a71ab5fb1 Use boolean search filter for batch column filters of 'FLAG' type. Lance Edgar 2014-12-28 16:00:52 -0600
  • 9e6b02bcc8 Update changelog. v0.3.25 Lance Edgar 2014-12-18 15:45:22 -0600
  • 2a04caaf99 Make product UPC search view strip non-digit chars from input. Lance Edgar 2014-12-18 15:43:49 -0600
  • d5a8d19165 Update changelog. v0.3.24 Lance Edgar 2014-12-17 15:06:08 -0600
  • 646956dfdb Fix bug with progress template, when error occurs (?). Lance Edgar 2014-12-17 14:51:13 -0600
  • 78b09cacd0 Update base.css with various things from other projects. Lance Edgar 2014-12-17 14:50:47 -0600
  • 23013c954d Remove 'db' extra from rattail requirement. Lance Edgar 2014-12-03 10:59:37 -0600
  • cc2c2573e5 Add grid, CRUD views for Setting model. Lance Edgar 2014-11-23 14:27:00 -0600