Add initial support for receiving truck dump batch via mobile
i.e. just the initial truck dump, but secondary invoice batches are not yet supported. also this maybe breaks other things..we'll see
This commit is contained in:
parent
b515331e48
commit
9ed501a8cc
9 changed files with 214 additions and 62 deletions
|
@ -153,6 +153,13 @@ class EmployeeType(ModelType):
|
|||
model_class = model.Employee
|
||||
|
||||
|
||||
class VendorType(ModelType):
|
||||
"""
|
||||
Custom schema type for vendor relationship field.
|
||||
"""
|
||||
model_class = model.Vendor
|
||||
|
||||
|
||||
class ProductType(ModelType):
|
||||
"""
|
||||
Custom schema type for product relationship field.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue