Lance Edgar
64c03286e3
bump version; update changelog
2012-09-28 09:36:38 -07:00
Lance Edgar
376d4e3ff2
bump edbob dependency
2012-09-28 09:35:36 -07:00
Lance Edgar
12c1b8fc4e
update changelog
2012-09-28 09:26:47 -07:00
Lance Edgar
37ee8b2ba8
tweak batches
2012-09-28 07:53:20 -07:00
Lance Edgar
0a94d1215d
tweak db sync
2012-09-28 07:52:52 -07:00
Lance Edgar
abb4b4b09a
bump version
2012-09-24 16:19:46 -07:00
Lance Edgar
50980912b6
update changelog
2012-09-24 16:17:35 -07:00
Lance Edgar
170e99cb79
add Vendor.special_discount
2012-09-24 15:37:14 -07:00
Lance Edgar
e407a75e57
bump version
2012-09-18 18:58:04 -07:00
Lance Edgar
610286d0b1
bump edbob dependency
2012-09-18 18:57:08 -07:00
Lance Edgar
d1c49fed0b
bump version
2012-09-18 18:55:44 -07:00
Lance Edgar
b755cb8ff5
update changelog
2012-09-18 18:54:08 -07:00
Lance Edgar
686169e4b3
fix batch table create/drop
2012-09-18 16:23:34 -07:00
Lance Edgar
669c37cd4e
Merge remote branch 'origin/master'
2012-09-18 14:25:58 -07:00
Lance Edgar
8996a3694d
add dbsync command, linux daemon
2012-09-18 14:25:53 -07:00
Lance Edgar
debaf31978
update changelog
...
(cherry picked from commit 7106f42461
)
2012-09-18 11:47:22 -07:00
Lance Edgar
7106f42461
update changelog
2012-09-18 11:40:41 -07:00
Lance Edgar
07e3b4afb8
merge
2012-09-18 11:23:34 -07:00
Lance Edgar
3f337e8608
bump version
2012-09-18 11:11:23 -07:00
Lance Edgar
ad9777adb6
add delete-orphan to Vendor.contacts relationship
...
(cherry picked from commit 3fd6c9212e
)
2012-09-18 11:10:14 -07:00
Lance Edgar
affd0acf4c
add .gitignore
...
(cherry picked from commit 36584bf919
)
2012-09-18 11:10:00 -07:00
Lance Edgar
3fd6c9212e
add delete-orphan to Vendor.contacts relationship
2012-09-18 10:34:28 -07:00
Lance Edgar
36584bf919
add .gitignore
2012-09-17 12:36:34 -07:00
Lance Edgar
84229d9577
extended commit (see note)
...
- Added ``Store`` and related models.
- Added ``Customer.email_preference`` field.
- Added ``load-host-data`` command.
- Added ``Change`` model.
- Added ``rattail.db.record_changes()`` function.
- Added database synchronization service (Windows only).
2012-09-17 11:54:31 -07:00
Lance Edgar
efcfaea44f
fix GPC reference in sil.Writer
2012-09-06 11:28:33 -07:00
Lance Edgar
b04384ee4c
remove GPC import from __init__
2012-08-31 12:05:28 -07:00
Lance Edgar
96fdd9b391
Backout changeset 14e7e8f7a2e5 (see note)
...
Apparently PythonService.exe doesn't acknowledge the 'absolute_import' feature
from __future__...? So we can't have a 'rattail.sqlalchemy' module and instead
must keep 'GPCType' within 'rattail.gpc'.
2012-08-31 09:57:30 -07:00
Lance Edgar
4e81a4fc5c
add progress to labels.TwoUpCommandFormatter
2012-08-31 09:54:11 -07:00
Lance Edgar
e732e42288
move GPCType to sqlalchemy module
2012-08-30 10:11:15 -07:00
Lance Edgar
eab4034b3e
fix filemon in linux; improve batch provider and sil column discovery
2012-08-29 16:26:46 -07:00
Lance Edgar
cdda58fd69
extensive commit (see note)
...
The following changes are included:
- Initial batch support added (with ``PrintLabels`` provider).
- GPC data type added.
- Changed internal name of file monitor.
- Added progress support for label printing.
- Label profiles moved from config to database model.
- Removed ``rattail.db.init_database()`` function.
- Moved some enum values from db extension to core (``rattail.enum`` module).
- Improved SIL support: moved ``rattail.sil`` to subpackage, added ``Writer
class etc.
2012-08-29 11:28:07 -07:00
Lance Edgar
e88fc27286
add (basic) "one-up" label printing support
2012-08-20 09:28:43 -07:00
Lance Edgar
4a96ccca75
add Product.cost, Product.vendor
2012-08-20 09:18:36 -07:00
Lance Edgar
d41d4f35af
bump version
2012-08-17 09:42:40 -07:00
Lance Edgar
80ff2bb2ac
Added tag v0.3a4 for changeset 16f78c29508b
2012-08-17 09:41:13 -07:00
Lance Edgar
4b21f2f10b
update changelog
2012-08-17 09:40:57 -07:00
Lance Edgar
664fd86332
update filemon per edbob changes
2012-08-17 08:53:20 -07:00
Lance Edgar
f858b7b607
bump version
2012-08-12 12:19:47 -07:00
Lance Edgar
a36c8abe0c
Added tag v0.3a3 for changeset 6006e7c3e317
2012-08-12 12:18:40 -07:00
Lance Edgar
2d84b62a30
update changelog
2012-08-12 12:18:35 -07:00
Lance Edgar
dda70b2c5a
add hgignore
2012-08-11 12:12:36 -07:00
Lance Edgar
11e295cfe4
improve sil.val(), add sil.write_rows()
2012-08-11 09:06:11 -07:00
Lance Edgar
26aa107f39
add repr and unicode to CustomerGroup
2012-08-10 16:11:01 -07:00
Lance Edgar
e561e0d50c
add repr, unicode to Customer
2012-08-10 14:18:03 -07:00
Lance Edgar
8ff082611a
comment out some batch code (for now?)
2012-08-10 11:47:33 -07:00
Lance Edgar
8f791350e9
add Customer, and Vendor/Employee contact info to model
2012-08-10 11:47:14 -07:00
Lance Edgar
a13891e4f5
tweak sil.write_batch_header()
2012-08-09 14:58:02 -07:00
Lance Edgar
21005ddd75
add some SIL output functions
2012-08-09 09:47:37 -07:00
Lance Edgar
0c9db819b7
add VendorPhone, VendorContact, Product.unit_of_measure
2012-08-06 14:57:12 -07:00
Lance Edgar
9c613b92b1
add db.cache module
2012-08-03 14:09:41 -07:00