3.4. Order Manager

Some things that are needed for the order manager:

    affiliate  approx. char(32)
    archived   char(1)
    campaign   approx. char(32)
    comments   blob/text
    complete   char(1)
    deleted    char(1)
    order_wday char(10)
    order_ymd  char(8)
    po_number  approx. char(32)
    affiliate  approx. char(32)
    campaign   approx. char(32)
mv_credit_card_info
inactive     char(1)
credit_limit char(14) or decimal(12,2)
dealer       char(3)
    ## Don't want people setting their credit_limit directly
    UserDB default scratch "credit_limit dealer"