Commit graph

2493 commits

Author SHA1 Message Date
Lance Edgar 5230d38176 Add Vendor.abbreviation to schema 2018-06-01 15:02:21 -05:00
Lance Edgar 9683d4d978 Add 'hidden' flag for inventory adjustment reasons
don't show those when prompting user for a reason
2018-06-01 13:00:42 -05:00
Lance Edgar 579ef8b519 Update changelog 2018-05-30 16:34:39 -05:00
Lance Edgar 35a415566b Add initial support for "variance" inventory batch mode
probably still incomplete at this point..?
2018-05-30 11:47:18 -05:00
Lance Edgar 436b38c396 Update changelog 2018-05-25 13:18:14 -05:00
Lance Edgar 8323d2a6f8 Add --key arg for importer commands
so user may override primary key used for a particular import
2018-05-25 13:13:59 -05:00
Lance Edgar 41da3e6ae8 Add runsql command, mostly for dev use
at least for now?  kind of in a rush at the moment
2018-05-23 20:35:32 -05:00
Lance Edgar ddca6b7d9b Fix assertion bug 2018-05-18 16:06:15 -05:00
Lance Edgar 225a0ba380 Add "most of" support for truck dump receiving 2018-05-18 15:44:02 -05:00
Lance Edgar d3662fe55d Add BatchHandler.remove_row() method
also tweak default refresh/remove row methods for purchase batch
2018-05-14 16:17:36 -05:00
Lance Edgar 3fdd880f0a Tweak schema for receiving batch, to allow for truck dump scenario
probably not quite done with required changes yet, but this much seems ready
2018-05-14 16:16:41 -05:00
Lance Edgar 80f84d2a95 Improve default handler logic for purchase batches
add support for receiving into inventory (and reducing "on order") etc.
2018-05-03 18:12:14 -05:00
Lance Edgar 2c7e7c0e8c Add RattailConfig.single_store() convenience method
for determining if system is associated with a single store
2018-05-03 10:53:30 -05:00
Lance Edgar 316903e890 Update changelog 2018-04-12 19:28:39 -07:00
Lance Edgar 35f66e9018 Add ProductFutureCost table, future mode for vendor catalog batch 2018-04-10 09:06:20 -07:00
Lance Edgar 4a46439f2b Update changelog 2018-04-09 13:13:37 -07:00
Lance Edgar d8cb7cea83 Add new status options for vendor catalog rows, tie back to existing cost
i.e. where relevant, keep a reference to the cost record each row should be
updating when the batch executes
2018-04-06 09:49:17 -07:00
Lance Edgar c3543b6537 Use common product mixin for VendorCatalogRow model 2018-04-05 20:17:51 -07:00
Lance Edgar aa7315c0e4 Add a bit of docs for ExcelReader 2018-04-05 15:20:55 -07:00
Lance Edgar 07d6bc08d5 small change to test buildbot 2018-04-03 09:04:33 -07:00
Lance Edgar 9e4155eff1 Add Email.dynamic_to flag, to improve admin config UI 2018-04-01 17:13:21 -07:00
Lance Edgar 88ea97455e Prevent aggressive flush when making purchase from ordering batch 2018-03-30 14:43:26 -05:00
Lance Edgar c81c7e8ddf Add strip_fieldnames kwarg to ExcelReader constructor
off by default, but can be used to remove leading/trailing whitespace from
column names for cleaner referencing
2018-03-21 17:50:38 -05:00
Lance Edgar 837f863840 Tweak how product cost is imported, when new records involved 2018-03-21 17:50:21 -05:00
Lance Edgar a886b21291 Tweak some product relationships so can delete a product 2018-03-21 17:49:55 -05:00
Lance Edgar 2359539cb7 Update changelog 2018-03-12 17:53:25 -05:00
Lance Edgar fb4c0323ce Make rattail.csvutil.UnicodeReader => csv.reader for python3 2018-03-06 22:06:24 -06:00
Lance Edgar 21b71cabfe Add vendor_item_code field to purchase credit records 2018-03-01 15:16:11 -06:00
Lance Edgar aaad1d328f Update changelog 2018-02-27 18:54:02 -06:00
Lance Edgar 73710d6039 Tweak util.hours_as_decimal() for python 3 behavior
i.e. make it match python 2 behavior
2018-02-26 16:20:07 -06:00
Lance Edgar 17f0979395 Test commit 2018-02-26 00:20:59 -06:00
Lance Edgar 49850d2e22 Test commit 2018-02-26 00:18:20 -06:00
Lance Edgar 383a271288 Test commit 2018-02-26 00:10:53 -06:00
Lance Edgar f3affb9011 Test commit 2018-02-25 23:10:27 -06:00
Lance Edgar eee8e7445f Test commit 2018-02-25 23:08:30 -06:00
Lance Edgar 32fa7f98cc Test commit 2018-02-25 23:06:12 -06:00
Lance Edgar 6dea1e0e52 Test commit 2018-02-25 23:03:50 -06:00
Lance Edgar bf0f52d92b Test commit 2018-02-25 22:34:39 -06:00
Lance Edgar 0f028e630e Test commit 2018-02-25 22:32:31 -06:00
Lance Edgar 19e9c4be16 Test commit 2018-02-25 22:14:09 -06:00
Lance Edgar 2558b4faff Test commit 2018-02-25 21:50:27 -06:00
Lance Edgar d6f42e5901 Test commit 2018-02-25 21:48:30 -06:00
Lance Edgar 22fb5bc0fa Test commit 2018-02-25 21:43:52 -06:00
Lance Edgar 7f3daec2d5 Test commit
trying to get buildbot 1.0 to auto-run from commit
2018-02-25 21:41:16 -06:00
Lance Edgar 4df594dcaa Remove unused code for python 2.6 2018-02-25 21:37:35 -06:00
Lance Edgar 3f2f8fc94c Update trove classifiers to reflect python 3, beta status 2018-02-25 21:21:38 -06:00
Lance Edgar c1ef500d14 Add 'invoke' dependency when running coverage with tox 2018-02-24 17:13:17 -06:00
Lance Edgar 7a4492d6df Add python 3.5 support for tox; run all tests before a release 2018-02-24 17:07:29 -06:00
Lance Edgar 6202ba7b46 Fix usage of dict.keys() for python 3 2018-02-24 16:53:12 -06:00
Lance Edgar 6f43cfd4d9 Fix some tests for python 3 2018-02-24 16:53:04 -06:00