Lance Edgar
4174e6d77d
update changelog
2013-06-09 13:46:20 -07:00
Lance Edgar
fec34d8290
Added support for product codes.
...
These are shown when viewing a product, and may be used to locate a product via
search filters.
2013-06-09 13:03:42 -07:00
Lance Edgar
c7995c5241
Fixed bugs where edit links were appearing for unprivileged users.
2013-06-07 08:52:57 -07:00
Lance Edgar
6440319bb0
Tweaked Fabric release
command.
2013-05-22 18:10:55 -07:00
Lance Edgar
a45f31cb59
update changelog
2013-05-21 22:39:35 -07:00
Lance Edgar
c422b900c6
Extensive commit; see notes.
...
* Replaced `forms` module with subpackage; added some initial goodies (many of
which are currently just imports from `edbob`).
* Added/edited various CRUD templates for consistency.
* Renamed `customer_groups` module and template folder to `customergroups`.
* Modified several view modules so their Pyramid configuration is more
"extensible." This just means routes and views are defined as two separate
steps, so that derived applications may inherit the route definitions if they
so choose.
* Added Employee CRUD views; added Email Address field to index view.
* Updated `people` view module so it no longer derives from that of `edbob`.
* Added support for, and some implementations of, extra key lookup abilities to
CRUD views. This allows URLs to use a "natural" key (e.g. Customer ID
instead of UUID), for cases where that is more helpful.
* Product CRUD now uses autocomplete for Brand field. Also, price fields no
longer appear within an editable fieldset.
* Within Store index view, default sort is now ID instead of Name.
* Added Contact and Phone Number fields to Vendor CRUD views; added Contact and
Email Address fields to index view.
2013-05-21 21:51:41 -07:00
Lance Edgar
931700131f
Added extra key lookups for customer and product routes.
...
Now the CRUD routes for these objects can leverage UUIDs of various related
objects in addition to the primary object. More should be done with this, but
at least we have a start.
2013-05-17 23:32:57 -07:00
Lance Edgar
5f3b91826a
Added email address to vendor CRUD views.
2013-05-17 23:32:17 -07:00
Lance Edgar
680cc8aeb4
Added Session
to rattail.pyramid
namespace.
2013-05-17 23:31:25 -07:00
Lance Edgar
736f5e9ba1
Removed setup.cfg
file.
...
The `tag_build` setting was not doing us any favors.
2013-05-09 21:53:07 -07:00
Lance Edgar
57e2aad698
update changelog
2013-05-08 17:54:58 -07:00
Lance Edgar
c6f5df7721
Added id
and .status
fields to Employee grid view.
2013-05-07 18:01:58 -07:00
Lance Edgar
06429a4d05
Added Person autocomplete view and User CRUD views.
2013-05-07 17:41:58 -07:00
Lance Edgar
25951c0080
Added AutocompleteView
.
2013-05-07 17:39:05 -07:00
Lance Edgar
e283957c9e
Added CRUD view and template.
2013-05-04 16:11:09 -07:00
Lance Edgar
a63870e032
Added initial Fabric script.
2013-04-16 07:07:48 -07:00
Lance Edgar
a383c9ff62
update changelog
2013-04-16 06:52:15 -07:00
Lance Edgar
9fabccd7ce
Sorted Ordering Worksheet by brand, description.
2013-04-16 06:48:40 -07:00
Lance Edgar
bd700431f6
update changelog
2013-02-20 22:14:42 -08:00
Lance Edgar
8368754ba6
Made batch creation and execution threads aware of sys.excepthook
.
...
Updated both instances to use `rattail.threads.Thread` instead of
`threading.Thread`. This way if an exception occurs within the
thread, the registered handler will be invoked.
2013-02-20 22:08:40 -08:00
Lance Edgar
edf9bda744
update changelog
2013-02-12 22:22:22 -08:00
Lance Edgar
6744c77cc0
Merge branch 'v0.3'
2013-02-12 22:07:14 -08:00
Lance Edgar
c7132fa4d6
update changelog
2013-02-11 19:10:13 -08:00
Lance Edgar
cd7f7ee444
Added "preferred only" option to Ordering Worksheet.
2013-02-11 19:08:24 -08:00
Lance Edgar
80eb558783
Added Brand and Size fields to the Ordering Worksheet.
...
Also tweaked the template styles slightly, and added the ability to
override the template via config.
2013-02-11 18:55:21 -08:00
Lance Edgar
d14b388b4b
update changelog
2013-02-10 17:20:05 -08:00
Lance Edgar
86e96273a5
Fixed bug where requesting deletion of non-existent batch row was redirecting
...
to a non-existent route.
2013-02-10 17:15:25 -08:00
Lance Edgar
3895091ad0
update changelog
2013-02-05 19:37:15 -08:00
Lance Edgar
5a69037e42
bump version
2013-02-05 19:35:04 -08:00
Lance Edgar
b4feccbca0
Fixed batch grid and CRUD views so that the execution time shows a pretty (and
...
local) display instead of 24-hour UTC time.
2013-02-05 19:16:51 -08:00
Lance Edgar
4cd598f33e
add inventory worksheet report
2012-11-28 15:47:00 -08:00
Lance Edgar
a53f4477e4
use StrippingFieldRenderer for LabelProfile.printer_spec and .formatter_spec
2012-11-28 09:32:22 -08:00
Lance Edgar
589c3e6ca6
bump version
2012-11-27 21:53:37 -08:00
Lance Edgar
470aa10d9f
update changelog
2012-11-27 21:52:26 -08:00
Lance Edgar
95096e0872
handle missing printer in label profile templates
2012-11-27 14:34:05 -08:00
Lance Edgar
b1faddd33e
fix batch url in row crud template
2012-11-27 11:28:09 -08:00
Lance Edgar
765fa7f949
use default_format when saving label profiles
2012-11-26 16:27:55 -08:00
Lance Edgar
472d2cfd7b
cleanup main batch route
2012-11-26 14:24:10 -08:00
Lance Edgar
619818f486
Merge branch 'master' of ssh://edbob.org/srv/git/rattail.pyramid
2012-11-26 11:18:26 -08:00
Lance Edgar
b290a25691
add various CRUD things
2012-11-18 08:38:11 -08:00
Lance Edgar
704907fe59
add COPYING
2012-11-15 17:25:31 -08:00
Lance Edgar
c7132d68e1
bump version
2012-11-14 13:34:09 -08:00
Lance Edgar
ff552f3406
update changelog
2012-11-14 13:33:09 -08:00
Lance Edgar
c76e3242fc
fix UPC search in products screen
2012-11-14 13:31:25 -08:00
Lance Edgar
352f32ff5e
bump version
2012-11-13 09:47:17 -08:00
Lance Edgar
bafba5dc0c
update changelog
2012-11-13 09:46:28 -08:00
Lance Edgar
6036597d7a
remove hgignore
2012-11-09 06:31:12 -08:00
Lance Edgar
e0dbbf43bc
fix namespace packages
2012-11-09 06:08:15 -08:00
Lance Edgar
78f0dad6d0
add LabelProfile.visible field support
2012-11-06 18:24:12 -08:00
Lance Edgar
5f7fd2401e
add type check to product upc search filter
2012-10-26 10:49:55 -07:00