Tweak worksheet_update()
of ordering batch view, to leverage handler
specifically this is to make use of handler's `update_row_quantity()` method, when user enters new order quantities via worksheet
This commit is contained in:
parent
c3f4a3d9ea
commit
fc830f60e8
4 changed files with 112 additions and 40 deletions
13
docs/api/views/purchasing.ordering.rst
Normal file
13
docs/api/views/purchasing.ordering.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
``tailbone.views.purchasing.ordering``
|
||||
======================================
|
||||
|
||||
.. automodule:: tailbone.views.purchasing.ordering
|
||||
|
||||
.. autoclass:: OrderingBatchView
|
||||
|
||||
.. autoattribute:: model_class
|
||||
|
||||
.. autoattribute:: default_handler_spec
|
||||
|
||||
.. automethod:: worksheet_update
|
|
@ -53,6 +53,7 @@ Package API:
|
|||
api/views/core
|
||||
api/views/master
|
||||
api/views/purchasing.batch
|
||||
api/views/purchasing.ordering
|
||||
|
||||
|
||||
Documentation To-Do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue