Commit graph

86 commits

Author SHA1 Message Date
Lance Edgar 1ac0139fd3 Misc. changes for vendor catalog batch and related features
not very targeted, but all is solid i think..
2022-01-07 15:01:37 -06:00
Lance Edgar 8ae4de7d59 Remove deprecated use of rattail.batch.handlers.get_batch_handler() 2022-01-03 22:07:59 -06:00
Lance Edgar df84ae7089 Use newer theme for docs 2022-01-03 16:14:22 -06:00
Lance Edgar 4f0b54fc7b Add basic Trainwreck handler
with basic docs and tests!
2022-01-01 19:11:55 -06:00
Lance Edgar d2b0250a02 Add full test coverage, more docs, for rattail.app module 2022-01-01 01:21:53 -06:00
Lance Edgar 3619e58c1e Deprecate the name NewDataSyncConsumer and update docs 2021-12-30 15:48:50 -06:00
Lance Edgar 5eaf893b94 Consolidate "new custorder" autocomplete logic for people, customers 2021-10-16 21:28:16 -04:00
Lance Edgar bd964b9266 Add support for syncing roles, with users and permissions for each
but only those roles marked for sync.  also by default the GlobalRole
is *not* included in the handler's default list, so this still
requires a bit of setup
2021-10-14 10:38:07 -04:00
Lance Edgar 16d8bd879a Add way to customize product autocomplete for new custorder 2021-09-09 19:14:39 -05:00
Lance Edgar 53e9692170 Add merge-related methods to PeopleHandler, plus some docs
also deprecate `get_people_handler()` function
2021-08-18 19:30:36 -05:00
Lance Edgar 0cdb664f77 Add auto-doc for rattail.app module 2021-08-18 19:30:32 -05:00
Lance Edgar bb2d1cca60 Replace "importing" docs overview w/ link to rattail-manual 2021-07-21 18:27:47 -05:00
Lance Edgar 8ff8843040 Rename tables, models for vendor catalog batches
`vendor_catalog` => `batch_vendorcatalog`
2021-02-02 15:55:07 -06:00
Lance Edgar 129934d1c8 Add AppHandler.get_report_handler() and improve related docs a bit 2021-01-15 15:14:22 -06:00
Lance Edgar 87f11679b9 Initial narrative docs for Configuration
not really complete, but gosh let's get something in place
2020-08-10 22:56:46 -05:00
Lance Edgar 8d75fd7093 Improve logic for making new Receiving batch from PO
i.e. for the "native" use case
2020-03-20 13:34:39 -05:00
Lance Edgar 50924da9d6 Add revoke_permission() convenience auth function 2020-03-15 11:38:39 -05:00
Lance Edgar 2cbbbfdb37 Add refresh_many() method for batch handlers 2020-03-02 18:08:17 -06:00
Lance Edgar a08808c620 Split docs into 2 primary sections, "narrative" and "API" 2020-02-25 14:53:53 -06:00
Lance Edgar 76811ef387 Update the *calculated* PO total when removing row from ordering batch
i.e. instead of the "official" PO total.  plus more docs!
2020-02-24 11:41:45 -06:00
Lance Edgar cf8b0282a5 Add update_row_quantity(), order_row() methods for purchase batch handler 2020-02-23 20:12:17 -06:00
Lance Edgar a39c095543 Update API docs for "purchase" batch handler 2020-02-23 19:04:31 -06:00
Lance Edgar 421416cadc Add basic glossary to docs 2020-02-23 19:02:20 -06:00
Lance Edgar 7ceeb369c1 Update API docs for batch handlers 2020-02-22 20:25:03 -06:00
Lance Edgar 7926b45458 Add awareness of default "importer" batch handler 2020-01-14 11:43:03 -06:00
Lance Edgar 602ebd8fcc Add default_importers_only flag for datasync consumers 2019-09-20 15:08:59 -05:00
Lance Edgar 6ed439c835 Add some inter-doc links 2019-08-14 23:24:49 -05:00
Lance Edgar 1d10114327 Add "allowance" fields for Vendor Catalog batches
default handler doesn't do anything with these, yet at least
2019-04-18 17:01:45 -05:00
Lance Edgar 6b616b01dd Add direction attribute for ImportHandler and Importer
plus various related doc updates
2019-03-12 19:58:55 -05:00
Lance Edgar de18e41f68 Add basic API doc for "products" db model 2019-03-08 14:58:48 -06:00
Lance Edgar f44a8216f0 Fix start year for copyright in docs 2019-02-28 12:59:10 -06:00
Lance Edgar cf512e7229 Bump copyright year, "short" version for docs 2019-02-28 12:58:21 -06:00
Lance Edgar 67d801e344 Add some basic docs for "product receiving" features
pretty sure more detail is needed, but a decent starting point
2019-02-28 12:42:13 -06:00
Lance Edgar 07d6bc08d5 small change to test buildbot 2018-04-03 09:04:33 -07:00
Lance Edgar e3cab91588 Add basic API docs for rattail.win32 module
mostly just a test commit
2017-08-08 00:19:24 -05:00
Lance Edgar 64e7a00a8f Add very basic API docs for rattail.upgrades
mostly just a test commit here..
2017-08-08 00:02:52 -05:00
Lance Edgar ce1b0ec546 Replace usage of execfile()
per py3k effort
2017-07-06 16:23:16 -05:00
Lance Edgar caad3efa14 Remove all schema and logic for old-style batches 2017-05-25 16:57:25 -05:00
Lance Edgar ca06c921cb Remove some deprecated batch handler methods 2017-05-18 11:56:55 -05:00
Lance Edgar 549e7ceea1 Add batch handler docs, plus various other tweaks 2017-02-22 00:08:55 -06:00
Lance Edgar f25115bc6f Remove old batch stuff from docs...sort of, for now
Just to get the buildbot to pass.  New batch framework still needs docs..
2016-11-19 18:52:21 -06:00
Lance Edgar 3097312b7f Add basic docs for rattail.importing package
Also `rattail.db.cache` but that's not much..and the importing docs are
hardly polished yet.
2016-10-26 20:47:09 -05:00
Lance Edgar a97fa3277b Tweak some docs per strange sphinx warnings..
Not sure what's up with this but got the warnings on a fresh buildbot.
2016-10-19 03:08:09 -05:00
Lance Edgar 16bec79c6a Add initial docs for data importers 2016-08-26 14:07:38 -05:00
Lance Edgar f56292ac02 Overhaul email framework.
At least, mostly..still have a gap here and there.
2015-12-04 17:25:23 -06:00
Lance Edgar 7d13bd7509 Update URLs in docs etc. to use HTTPS. 2015-11-16 18:39:57 -06:00
Lance Edgar 7777a6f70f Remove deprecated RattailConfig.getboolean() method.
All calling code should be refactored, I believe..
2015-08-17 12:43:26 -05:00
Lance Edgar adc4c8b096 Add docs for MakeFileBatch filemon action class. 2015-07-09 18:04:34 -05:00
Lance Edgar b10bd27e60 Declare 'classic' docs theme to avoid Sphinx warnings. 2015-07-09 18:04:16 -05:00
Lance Edgar 9d364f67e2 Add UnicodeDictWriter and csvutil API docs. 2015-03-18 02:18:31 -05:00