MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm Class Reference
Inheritance diagram for MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm:

Public Member Functions

override void Dispose ()
 
string GetTranBook ()
 

Protected Member Functions

override void CreateChildControls ()
 
override void RecreateChildControls ()
 
override void Render (HtmlTextWriter writer)
 

Properties

TranBook Book [get, set]
 Transaction book for products are Sales and Purchase. More...
 
bool ShowCostCenter [get, set]
 This property when enabled will display cost centers. More...
 
bool ShowPaymentTerms [get, set]
 This property when enabled will display payment terms. More...
 
bool ShowPriceTypes [get, set]
 This property when set to true will display stores. More...
 
bool ShowSalesAgents [get, set]
 This property when enabled will display sales agents. More...
 
bool ShowSalesType [get, set]
 This property when set to true will display sales types, namely "Taxable" and "Nontaxable". More...
 
bool ShowShippingInformation [get, set]
 This property when enabled will display shipping information, such as shipping address, shipping company, and shipping costs. More...
 
bool ShowStore [get, set]
 This property when set to true will display stores. More...
 
bool ShowTransactionType [get, set]
 This property when set to true will display transaction types. Transaction types are Cash and Credit. More...
 
SubTranBook SubBook [get, set]
 Sub transaction books are maintained for breaking down the Purchase and Sales transaction into smaller steps such as Quotations, Orders, Deliveries, e.t.c. More...
 
string Text [get, set]
 The title displayed in the form. More...
 
bool VerifyStock [get, set]
 This property when set to true will verify the stock against the credit inventory transactions or "Sales". Since negative stock is not allowed, you will not be able to add a product to the grid. This property must be enabled for Sales transaction which affect the available inventory on hand. Please also note that even when this property is enabled, the products having the switch "Maintain Stock" set to "Off" will not be checked for stock availability. This property should be disabled or set to false for stock transactions that do not affect stock such as "Quotations", "Orders", e.t.c. More...
 
int OfficeId [get, set]
 
string Catalog [get, set]
 

Property Documentation

TranBook MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.Book
getset

Transaction book for products are Sales and Purchase.

bool MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.ShowCostCenter
getset

This property when enabled will display cost centers.

bool MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.ShowPaymentTerms
getset

This property when enabled will display payment terms.

bool MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.ShowPriceTypes
getset

This property when set to true will display stores.

bool MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.ShowSalesAgents
getset

This property when enabled will display sales agents.

bool MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.ShowSalesType
getset

This property when set to true will display sales types, namely "Taxable" and "Nontaxable".

bool MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.ShowShippingInformation
getset

This property when enabled will display shipping information, such as shipping address, shipping company, and shipping costs.

bool MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.ShowStore
getset

This property when set to true will display stores.

bool MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.ShowTransactionType
getset

This property when set to true will display transaction types. Transaction types are Cash and Credit.

SubTranBook MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.SubBook
getset

Sub transaction books are maintained for breaking down the Purchase and Sales transaction into smaller steps such as Quotations, Orders, Deliveries, e.t.c.

string MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.Text
getset

The title displayed in the form.

bool MixERP.Net.WebControls.StockTransactionFactory.StockTransactionForm.VerifyStock
getset

This property when set to true will verify the stock against the credit inventory transactions or "Sales". Since negative stock is not allowed, you will not be able to add a product to the grid. This property must be enabled for Sales transaction which affect the available inventory on hand. Please also note that even when this property is enabled, the products having the switch "Maintain Stock" set to "Off" will not be checked for stock availability. This property should be disabled or set to false for stock transactions that do not affect stock such as "Quotations", "Orders", e.t.c.


The documentation for this class was generated from the following files: