1#line 2 "src/Dbo/Invoices/Item.h" 
    3#ifndef __DBO_INVOICES_ITEM_H___ 
    4#define __DBO_INVOICES_ITEM_H___ 
    6#include "../BaseItem.h" 
  106    template< 
class Action > 
auto 
 
std::string m_billto_guid
Item(const std::string &_guid)
ctor with guid
std::string m_date_posted
std::string m_date_opened
auto guid() const -> const std::string &
GUID.
auto persist(Action &action) -> void
void id(Action &action, V &value, const std::string &name="id", int size=-1)
void field(Action &action, V &value, const std::string &name, int size=-1)
const Wt::WFormModel::Field notes
const Wt::WFormModel::Field currency
const Wt::WFormModel::Field billing_id
const Wt::WFormModel::Field billto_guid
const Wt::WFormModel::Field date_posted
const Wt::WFormModel::Field active
const Wt::WFormModel::Field id
const Wt::WFormModel::Field post_lot
const Wt::WFormModel::Field billto_type
const Wt::WFormModel::Field post_acc
const Wt::WFormModel::Field owner_type
const Wt::WFormModel::Field date_opened
const Wt::WFormModel::Field charge_amt_num
const Wt::WFormModel::Field owner_guid
const Wt::WFormModel::Field post_txn
const Wt::WFormModel::Field guid
const Wt::WFormModel::Field charge_amt_denom
const Wt::WFormModel::Field terms
static auto surrogateIdField() -> const char *
static auto versionField() -> const char *
static auto invalidId() -> IdType