Programmer:Cash Sale with Payment: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 143:
}
}
</syntaxhighlight>
</tabber>
 
==Edit//Create a Cash SalePayment thatfor hasa payment==Cash Sale
<syntaxhighlight lang="c#">
private void MakeCashPayment(BCE.AutoCount.Invoicing.Sales.CashSale.CashSale cs, decimal cashAmt, BCE.Data.DBSetting dbSetting)
{
Line 173 ⟶ 170:
cs.ReferPaymentDocKey = cs.CashSalePayment.DocKey;
}
</syntaxhighlight>
</tabber>
 
==Edit Cash Sale that has payment==
<syntaxhighlight lang="c#">
</syntaxhighlight>