Add new 'receiving form' for purchase batches

This commit is contained in:
Lance Edgar 2016-12-08 17:24:42 -06:00
parent 468a84aa90
commit 6c3d221e98
5 changed files with 323 additions and 36 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2015 Lance Edgar
# Copyright © 2010-2016 Lance Edgar
#
# This file is part of Rattail.
#
@ -24,6 +24,8 @@
Forms
"""
from __future__ import unicode_literals, absolute_import
from formencode import Schema
from .core import Form, Field, FieldSet, GenericFieldSet