Commit graph

3860 commits

Author SHA1 Message Date
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
Lance Edgar 14b99dcf46 load Product.regular_price and current_price eagerly 2012-08-03 10:17:49 -07:00
Lance Edgar b287ea3cf8 add Vendor, ProductCost, ProductPrice 2012-08-02 10:42:18 -07:00
Lance Edgar 0e11ad7fde add labels module 2012-08-01 05:48:28 -07:00
Lance Edgar 7893c279fb add Product.subdepartment relationship 2012-07-31 14:12:40 -07:00
Lance Edgar 41aceb8076 add Subdepartment class 2012-07-31 10:55:14 -07:00
Lance Edgar 6a99ff5db2 add Employee class, Product price fields 2012-07-26 14:02:35 -07:00
Lance Edgar 96982a636f fix rattail.db.init() 2012-07-26 14:02:10 -07:00
Lance Edgar 07df432b32 make extension require auth 2012-07-26 14:02:02 -07:00
Lance Edgar 63745288a3 move db extension to subdir 2012-07-25 15:23:31 -07:00
Lance Edgar 771f113c20 update changelog 2012-07-25 13:34:05 -07:00
Lance Edgar ac05762ef7 bump version 2012-07-25 13:32:29 -07:00
Lance Edgar 2184c649d5 Added tag v0.3a2 for changeset a8bd69c88168 2012-07-25 13:30:58 -07:00