change command

This commit is contained in:
MahanCh
2025-07-22 13:57:58 +03:30
parent fb10d962a6
commit e8a65e51db

View File

@@ -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);