def test_required(self):
        self.assertIsNotNone(self.m.date)
        self.assertIsNotNone(self.m.item_count)
        self.assertIsNotNone(self.m.total)
        self.assertIsNotNone(self.m.tax)