Create Financial Transaction

This commit is contained in:
SamSys
2025-07-20 13:25:12 +04:00
parent 9f33b481fa
commit e9ab5c40ef

View File

@@ -92,7 +92,7 @@ public class GeneralController : GeneralBaseController
var command = new CreateFinancialStatment()
{
ContractingPartyId = 0,// نیاز هست آی دی طرف حساب ارسال بشه
ContractingPartyId = transaction.ContractingPartyId,
TdateFa = DateTime.Now.ToFarsi(),
Deptor = 0,
Creditor = transaction.Amount,