import grist
from functions import * # global uppercase functions
import datetime, math, re # modules commonly needed in formulas
@grist.UserTable
class Table1:
Purchased_ = grist.Bool()
Quantity = grist.Numeric()
Part_Description = grist.Text()
Category = grist.Choice()
Merchant = grist.Choice()
Urgency = grist.ChoiceList()
Price = grist.Numeric()
Link = grist.Text()
Notes_specs = grist.Text()
Pics = grist.Attachments()
Lead_Time = grist.Text()