ekmungai / eloquent-ifrs

Eloquent Double Entry Accounting with a focus on IFRS Compliant Reporting
MIT License
332 stars 67 forks source link

Client Receipt LineItem Account must be of type Bank #167

Closed AAUU-Ansari closed 1 month ago

AAUU-Ansari commented 1 month ago

Hi Dear When I create a receipt with income tax it shows the exception 'Client Receipt LineItem Account must be of type Bank' actually, when we sell products to clients at the time of payment, they deduct 1 percent of the total amount then how to add a receipt entry for example, sell product 100$ receipts 99$ income tax 1%

ekmungai commented 1 month ago

Hi @AAUU-Ansari,

Yes I'm familiar with the transaction you're talking about, its called Witholding Tax. Unfortunately the package is not currently configured to handle this type of tax. as a work around you can record the receipt for $99 then create a journal crediting the client and debiting the appropriate tax account with with $1. Hope this helps.

Cheers