change command
This commit is contained in:
@@ -90,9 +90,11 @@ public class GeneralController : GeneralBaseController
|
||||
TdateFa = DateTime.Now.ToFarsi(),
|
||||
Deptor = 0,
|
||||
Creditor = transaction.Amount,
|
||||
DeptorString = "درگاه بانکی",
|
||||
DeptorString = "0",
|
||||
CreditorString = transaction.Amount.ToMoney(),
|
||||
TypeOfTransaction = "credit",
|
||||
DescriptionOption = "بابت قرارداد مابین (روابط کار)",
|
||||
Description = "درگاه بانکی ",
|
||||
|
||||
};
|
||||
var statementResult = _financialStatmentApplication.Create(command);
|
||||
|
||||
Reference in New Issue
Block a user