1#line 2 "src/Dbo/Invoices/Item.h"
3#ifndef __DBO_INVOICES_ITEM_H___
4#define __DBO_INVOICES_ITEM_H___
6#include "../BaseItem.h"
15 namespace BudgetAmounts {
45 namespace BudgetAmounts {
65 Item(
const std::string & _guid ): m_guid( _guid ){}
67 template<
class Action >
auto
Item(const std::string &_guid)
ctor with guid
std::string m_account_guid
std::string m_budget_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 versionField() -> const char *