|
| decimal | GetSalesTax (string tranBook, int storeId, string partyCode, string shippingAddressCode, int priceTypeId, string itemCode, decimal price, int quantity, decimal discount, decimal shippingCharge, int salesTaxId) |
| | Gets sales tax rate. More...
|
| |
| Collection< ListItem > | GetSalesTaxes (string tranBook) |
| | Gets a collection sales taxes of the current office. More...
|
| |
| int | GetSalesTaxId (string tranBook, int storeId, string partyCode, string shippingAddressCode, int priceTypeId, string itemCode, int unitId, decimal price) |
| | Gets the preferred SalesTaxId depending upon the supplied parameters. More...
|
| |
| decimal MixERP.Net.Core.Modules.BackOffice.Services.TaxData.GetSalesTax |
( |
string |
tranBook, |
|
|
int |
storeId, |
|
|
string |
partyCode, |
|
|
string |
shippingAddressCode, |
|
|
int |
priceTypeId, |
|
|
string |
itemCode, |
|
|
decimal |
price, |
|
|
int |
quantity, |
|
|
decimal |
discount, |
|
|
decimal |
shippingCharge, |
|
|
int |
salesTaxId |
|
) |
| |
Gets sales tax rate.
- Parameters
-
| tranBook | The transaction book. |
| storeId | The store id. |
| partyCode | The party code. |
| shippingAddressCode | The shipping address code. |
| priceTypeId | The price type id. |
| itemCode | The item code. |
| price | The price. |
| quantity | The quantity. |
| discount | The discount. |
| shippingCharge | The shipping charge amount. |
| salesTaxId | Sales tax id. |
- Returns
- The sales tax.
| Collection<ListItem> MixERP.Net.Core.Modules.BackOffice.Services.TaxData.GetSalesTaxes |
( |
string |
tranBook | ) |
|
Gets a collection sales taxes of the current office.
- Parameters
-
| tranBook | Name of the transaction book to filter the result by. |
- Returns
- The sales taxes.
| int MixERP.Net.Core.Modules.BackOffice.Services.TaxData.GetSalesTaxId |
( |
string |
tranBook, |
|
|
int |
storeId, |
|
|
string |
partyCode, |
|
|
string |
shippingAddressCode, |
|
|
int |
priceTypeId, |
|
|
string |
itemCode, |
|
|
int |
unitId, |
|
|
decimal |
price |
|
) |
| |
Gets the preferred SalesTaxId depending upon the supplied parameters.
- Parameters
-
| tranBook | Name of the transaction book. |
| storeId | Id of the store to search the result for. |
| partyCode | The party code. |
| shippingAddressCode | The shipping address code. |
| priceTypeId | Id of the price type. |
| itemCode | The item code. |
| unitId | Id of the unit. |
| price | The price. |
- Returns
- The sales tax identifier.
The documentation for this class was generated from the following file:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/FrontEnd/MixERP.Net.FrontEnd/Modules/BackOffice/Services/TaxData.asmx.cs