Commit graph

74 commits

Author SHA1 Message Date
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
Lance Edgar 4ac4193200 Add docs for vendor invoice batches. 2015-02-21 23:38:35 -06:00
Lance Edgar 57751c2256 Add FileBatchHandler class. 2015-02-21 23:37:58 -06:00
Lance Edgar d6a30f754c Add docs for new batch system.
And probably some other small tweak(s).
2015-02-13 01:10:26 -06:00
Lance Edgar 0d155bc1ea Tweak docs. 2014-10-21 10:42:42 -05:00
Lance Edgar 90726f7af7 Add docs for new email system, esp. config syntax. 2014-10-21 00:12:32 -05:00
Lance Edgar f4a5933acf Add time module. 2014-07-26 17:52:01 -07:00
Lance Edgar 730437b7e4 Add docs for File Monitor and its configuration. 2014-07-21 21:59:44 -07:00
Lance Edgar 9d8f291c48 Add ReportCode and Product.report_code to schema. 2014-07-06 21:52:41 -07:00
Lance Edgar 2c7d6c16e1 File Monitor overhaul!
* New configuration syntax (old syntax still supported but deprecated).
* Class-based actions.
* Configure keyword arguments to action callables.
* Configure retry for actions.
* Add (some) tests, docs.
2014-07-04 12:41:28 -07:00
Lance Edgar d140c3e393 Add intersphinx config; docs for db.changes module. 2014-06-05 19:11:50 -07:00
Lance Edgar 87c70c4375 Accept config section name within db.util.get_engines().
This is to set the stage for leveraging this function to establish database
connections to other systems, e.g. for `rattail_locsms`.
2014-05-30 22:16:33 -07:00
Lance Edgar 00cfe2afce Add filemon.util.raise_exception for simple file monitor testing. 2014-05-02 21:21:53 -07:00