Lance Edgar
26e5be9897
Fix filename when downloading batch file.
2015-02-12 23:24:36 -06:00
Lance Edgar
eedbcb81f8
Add download feature for file batches.
2015-02-12 23:19:01 -06:00
Lance Edgar
23addae818
Rearrange primary batch fields for vendor catalogs.
...
Catalog info seemed more important than who uploaded it.
2015-02-12 23:18:17 -06:00
Lance Edgar
16be06821a
Wrap up initial vendor catalog batch support etc.
...
* Adds the ability to delete all batch rows matching current query.
* Refactors some progress factory args.
* If batch initialization fails, don't persist batch.
2015-02-12 21:35:28 -06:00
Lance Edgar
c28a6b2e09
Update changelog.
2015-02-12 11:37:32 -06:00
Lance Edgar
8409d24273
Add case pack field to product CRUD form.
2015-02-11 20:26:56 -06:00
Lance Edgar
7b7ec2ccbd
Change rattail dependency to include 'db' feature (again)...
2015-02-11 20:25:45 -06:00
Lance Edgar
bc06a72993
Add prettier UPCs to ordering worksheet report.
2015-02-11 03:27:31 -06:00
Lance Edgar
bf18bab909
Update changelog.
2015-02-11 00:55:37 -06:00
Lance Edgar
f3d449c9f3
Add UI support for Product.deleted
column.
...
This leverages the 'products.view_deleted' permission to hide products
which are marked as deleted from various views. Also adds a 'deleted'
class to product grid rows where the flag is set, and adds a flash warning
when viewing a deleted product.
2015-02-11 00:52:23 -06:00
Lance Edgar
6434e64f5e
Update changelog.
2015-02-10 20:10:49 -06:00
Lance Edgar
e6b448f298
More versioning support fixes, to allow on or off.
2015-02-10 20:10:03 -06:00
Lance Edgar
994af9dd3f
Update changelog.
2015-02-10 19:15:56 -06:00
Lance Edgar
aa70ffc9f0
Rework versioning support to allow it to be one or off.
...
Turns out versioning isn't quite ready for prime time, so let's have a
fallback plan shall we?
2015-02-10 19:07:46 -06:00
Lance Edgar
bd44d886c4
Update changelog.
2015-02-10 11:24:42 -06:00
Lance Edgar
5ad5cb569d
Only attempt to count versions for versioned models.
2015-02-10 11:23:35 -06:00
Lance Edgar
75729be79f
Update changelog.
2015-02-09 23:56:25 -06:00
Lance Edgar
def466935b
Add initial versioning support with SQLAlchemy-Continuum.
2015-02-09 23:36:40 -06:00
Lance Edgar
41dd2ef17b
Add category to product CRUD view.
2015-02-09 13:31:41 -06:00
Lance Edgar
0455e472f5
Cleanup some view modules per conventions etc.
...
Mainly this makes extending them easier..
2015-02-09 13:30:29 -06:00
Lance Edgar
eedbc5fb9a
Various grid and form tweaks.
2015-02-09 13:20:34 -06:00
Lance Edgar
3257010a7e
Change default sort for People grid view.
2015-02-02 20:44:32 -06:00
Lance Edgar
7fbabc8792
Add department to field lists for category views.
2015-01-31 18:18:54 -06:00
Lance Edgar
ccb7b47912
Update changelog.
2015-01-20 17:58:31 -06:00
Lance Edgar
c328c96203
Let settings determine which batch handler to use for vendor catalog views.
2015-01-20 13:22:20 -06:00
Lance Edgar
7c761bee99
Fix some imports etc. regarding new batch system.
2015-01-20 00:51:51 -06:00
Lance Edgar
b05f30d9fe
New batch system! Hopefully nothing else broke...
...
Attempt number 5,176 at a decent batch system, we'll see.
2015-01-19 00:52:40 -06:00
Lance Edgar
c4a19f279b
Remove some edbob, unicode tweak, etc.
...
In particular it was noticed that edbob has been configuring FormAlchemy
all this time, whoops. That's still partially the case but now at least
it's explicit.
2015-01-19 00:49:07 -06:00
Lance Edgar
e47477f0c4
Improve UPC search for rows within batches.
...
As with the products page, now this search works with or without the check
digit.
2015-01-15 12:17:35 -06:00
Lance Edgar
7d42950527
Tweak variable name.
2015-01-15 01:49:17 -06:00
Lance Edgar
b7aa4b36d0
Add unique username check when creating users.
2015-01-15 01:40:00 -06:00
Lance Edgar
4535ba0851
Require 'auth' feature of rattail package.
...
This stupid bcrypt thing, hopefully this is a good idea...
2015-01-14 15:44:28 -06:00
Lance Edgar
050276218a
Update changelog.
2015-01-13 21:27:31 -06:00
Lance Edgar
7bbadfd338
Add support for integer search filters.
...
This mostly just avoids to suppress type errors by stripping out
non-numeric chars from input.
2015-01-13 21:22:56 -06:00
Lance Edgar
9f62ed6b07
Ugh, add unwanted jQuery libs to progress template.
...
This is really just a hack to get around the problem of `tailbone.js`
always trying to load the menubar and make buttons pretty etc...
2015-01-11 19:15:05 -06:00
Lance Edgar
d8b2112d01
Fix bug in product search UPC filter.
2015-01-11 19:14:18 -06:00
Lance Edgar
107da5dd9d
Fix bug with default search filters for SA grids.
...
Sometimes the default search value needs to be `False`, in which case we do
want the filter to fire.
2015-01-10 17:16:33 -06:00
Lance Edgar
cf7f884f80
Update changelog.
2014-12-28 16:02:12 -06:00
Lance Edgar
4a71ab5fb1
Use boolean search filter for batch column filters of 'FLAG' type.
2014-12-28 16:00:52 -06:00
Lance Edgar
9e6b02bcc8
Update changelog.
2014-12-18 15:45:22 -06:00
Lance Edgar
2a04caaf99
Make product UPC search view strip non-digit chars from input.
...
This is to accomodate the apparently frequent use case of copy/paste which
includes the check digit as a "-X" type suffix.
2014-12-18 15:43:49 -06:00
Lance Edgar
d5a8d19165
Update changelog.
2014-12-17 15:06:08 -06:00
Lance Edgar
646956dfdb
Fix bug with progress template, when error occurs (?).
...
Not real clear about why this problem existed. Hopefully this "fix" comes
with no side effects...
2014-12-17 14:51:13 -06:00
Lance Edgar
78b09cacd0
Update base.css
with various things from other projects.
...
Also update "progress" template accordingly.
2014-12-17 14:50:47 -06:00
Lance Edgar
23013c954d
Remove 'db' extra from rattail requirement.
2014-12-03 10:59:37 -06:00
Lance Edgar
cc2c2573e5
Add grid, CRUD views for Setting
model.
...
This required some tweaks to the base CRUD view etc.
2014-11-23 14:27:00 -06:00
Lance Edgar
86507cf660
Tweak CRUD form buttons a little.
...
Change submit button wording for edit forms, from "Update" to "Save". Also
show Cancel as a link instead of button.
2014-11-23 14:25:13 -06:00
Lance Edgar
8bf292ebac
Remove some more edbob cruft.
2014-11-18 23:00:24 -06:00
Lance Edgar
9806c7a0a2
Add DateTimeFieldRenderer
to show human-friendly timestamps.
...
This leverages the `humanize` package to do so. Unfortunately that doesn't
seem to handle tz-aware times though, so we may need to revisit that at
some point...?
2014-11-18 19:37:52 -06:00
Lance Edgar
2326482bb6
Make GPCFieldRenderer
display check digit separate from main barcode data.
...
It is presumed that this is a good idea in general; I guess we'll see.
2014-11-18 19:36:55 -06:00