Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database.
More...
|
| | PostPurchaseReturnProcedure () |
| | Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database. More...
|
| |
| | PostPurchaseReturnProcedure (long transactionMasterId, int officeId, int userId, long loginIdParameter, DateTime valueDate, int storeId, string partyCode, int priceTypeId, string referenceNumber, string statementReference, MixERP.Net.Entities.Transactions.StockDetailType[][] details, MixERP.Net.Entities.Core.AttachmentType[][] attachments) |
| | Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database. More...
|
| |
| long | Execute () |
| | Prepares and executes the function "transactions.post_purchase_return". More...
|
| |
| void | Validate (AccessTypeEnum type, long loginId, bool noException) |
| | Validates application user access rights to execute the function. More...
|
| |
|
| override string | ObjectNamespace => "transactions" |
| | The schema of this PostgreSQL function. More...
|
| |
| override string | ObjectName => "post_purchase_return" |
| | The schema unqualified name of this PostgreSQL function. More...
|
| |
|
| long | _LoginId [get, set] |
| | Login id of application user accessing this PostgreSQL function. More...
|
| |
| int | _UserId [get, set] |
| | User id of application user accessing this table. More...
|
| |
| string | Catalog [get, set] |
| | The name of the database on which queries are being executed to. More...
|
| |
| long | TransactionMasterId [get, set] |
| | Maps to "_transaction_master_id" argument of the function "transactions.post_purchase_return". More...
|
| |
| int | OfficeId [get, set] |
| | Maps to "_office_id" argument of the function "transactions.post_purchase_return". More...
|
| |
| int | UserId [get, set] |
| | Maps to "_user_id" argument of the function "transactions.post_purchase_return". More...
|
| |
| long | LoginIdParameter [get, set] |
| | Maps to "_login_id" argument of the function "transactions.post_purchase_return". More...
|
| |
| DateTime | ValueDate [get, set] |
| | Maps to "_value_date" argument of the function "transactions.post_purchase_return". More...
|
| |
| int | StoreId [get, set] |
| | Maps to "_store_id" argument of the function "transactions.post_purchase_return". More...
|
| |
| string | PartyCode [get, set] |
| | Maps to "_party_code" argument of the function "transactions.post_purchase_return". More...
|
| |
| int | PriceTypeId [get, set] |
| | Maps to "_price_type_id" argument of the function "transactions.post_purchase_return". More...
|
| |
| string | ReferenceNumber [get, set] |
| | Maps to "_reference_number" argument of the function "transactions.post_purchase_return". More...
|
| |
| string | StatementReference [get, set] |
| | Maps to "_statement_reference" argument of the function "transactions.post_purchase_return". More...
|
| |
| MixERP.Net.Entities.Transactions.StockDetailType[][] | Details [get, set] |
| | Maps to "_details" argument of the function "transactions.post_purchase_return". More...
|
| |
| MixERP.Net.Entities.Core.AttachmentType[][] | Attachments [get, set] |
| | Maps to "_attachments" argument of the function "transactions.post_purchase_return". More...
|
| |
|
abstract string | ObjectNamespace [get] |
| |
|
abstract string | ObjectName [get] |
| |
|
bool | HasAccess [get] |
| |
|
bool | Validated [get] |
| |
|
bool | SkipValidation [get, set] |
| |
|
bool | HasAccess [get] |
| |
Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database.
| MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.PostPurchaseReturnProcedure |
( |
| ) |
|
Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database.
| MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.PostPurchaseReturnProcedure |
( |
long |
transactionMasterId, |
|
|
int |
officeId, |
|
|
int |
userId, |
|
|
long |
loginIdParameter, |
|
|
DateTime |
valueDate, |
|
|
int |
storeId, |
|
|
string |
partyCode, |
|
|
int |
priceTypeId, |
|
|
string |
referenceNumber, |
|
|
string |
statementReference, |
|
|
MixERP.Net.Entities.Transactions.StockDetailType |
details[][], |
|
|
MixERP.Net.Entities.Core.AttachmentType |
attachments[][] |
|
) |
| |
Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database.
- Parameters
-
| transactionMasterId | Enter argument value for "_transaction_master_id" parameter of the function "transactions.post_purchase_return". |
| officeId | Enter argument value for "_office_id" parameter of the function "transactions.post_purchase_return". |
| userId | Enter argument value for "_user_id" parameter of the function "transactions.post_purchase_return". |
| loginIdParameter | Enter argument value for "_login_id" parameter of the function "transactions.post_purchase_return". |
| valueDate | Enter argument value for "_value_date" parameter of the function "transactions.post_purchase_return". |
| storeId | Enter argument value for "_store_id" parameter of the function "transactions.post_purchase_return". |
| partyCode | Enter argument value for "_party_code" parameter of the function "transactions.post_purchase_return". |
| priceTypeId | Enter argument value for "_price_type_id" parameter of the function "transactions.post_purchase_return". |
| referenceNumber | Enter argument value for "_reference_number" parameter of the function "transactions.post_purchase_return". |
| statementReference | Enter argument value for "_statement_reference" parameter of the function "transactions.post_purchase_return". |
| details | Enter argument value for "_details" parameter of the function "transactions.post_purchase_return". |
| attachments | Enter argument value for "_attachments" parameter of the function "transactions.post_purchase_return". |
| long MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.Execute |
( |
| ) |
|
Prepares and executes the function "transactions.post_purchase_return".
| override string MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.ObjectName => "post_purchase_return" |
The schema unqualified name of this PostgreSQL function.
| override string MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.ObjectNamespace => "transactions" |
The schema of this PostgreSQL function.
| long MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure._LoginId |
|
getset |
Login id of application user accessing this PostgreSQL function.
| int MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure._UserId |
|
getset |
User id of application user accessing this table.
Maps to "_attachments" argument of the function "transactions.post_purchase_return".
| string MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.Catalog |
|
getset |
The name of the database on which queries are being executed to.
Maps to "_details" argument of the function "transactions.post_purchase_return".
| long MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.LoginIdParameter |
|
getset |
Maps to "_login_id" argument of the function "transactions.post_purchase_return".
| int MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.OfficeId |
|
getset |
Maps to "_office_id" argument of the function "transactions.post_purchase_return".
| string MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.PartyCode |
|
getset |
Maps to "_party_code" argument of the function "transactions.post_purchase_return".
| int MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.PriceTypeId |
|
getset |
Maps to "_price_type_id" argument of the function "transactions.post_purchase_return".
| string MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.ReferenceNumber |
|
getset |
Maps to "_reference_number" argument of the function "transactions.post_purchase_return".
| string MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.StatementReference |
|
getset |
Maps to "_statement_reference" argument of the function "transactions.post_purchase_return".
| int MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.StoreId |
|
getset |
Maps to "_store_id" argument of the function "transactions.post_purchase_return".
| long MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.TransactionMasterId |
|
getset |
Maps to "_transaction_master_id" argument of the function "transactions.post_purchase_return".
| int MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.UserId |
|
getset |
Maps to "_user_id" argument of the function "transactions.post_purchase_return".
| DateTime MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.ValueDate |
|
getset |
Maps to "_value_date" argument of the function "transactions.post_purchase_return".
The documentation for this class was generated from the following file:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/DAL/Transactions/PostPurchaseReturnProcedure.cs