Class: YDIM::Html::State::CreateAutoInvoice

Inherits:
CreateInvoice show all
Includes:
AutoInvoiceKeys
Defined in:
lib/ydim/html/state/autoinvoice.rb

Constant Summary collapse

VIEW =
Html::View::AutoInvoice

Constants inherited from Global

Global::EVENT_MAP

Instance Attribute Summary

Attributes inherited from CreateInvoice

#model

Attributes inherited from Global

#sort_reverse, #sortby

Instance Method Summary collapse

Methods included from AutoInvoiceKeys

#invoice_key, #invoice_keys, #invoice_mandatory

Methods inherited from CreateInvoice

#_update

Methods included from InvoiceKeys

#invoice_key, #invoice_keys, #invoice_mandatory

Methods inherited from Global

#_create_invoice, #autoinvoice, #create_autoinvoice, #create_debitor, #create_invoice, #debitor, #invoice, #logout, #pdf, #send_invoice

Instance Method Details

#updateObject



29
30
31
# File 'lib/ydim/html/state/autoinvoice.rb', line 29

def update
  _update(AutoInvoice)
end