Skip to content

Update for Allow to delete all vouchers

Abhi1tb requested to merge abhi1tb/gkcore:inv_delete into devel

Replaces !544 (closed)

closes #503 (closed)

Delete voucher function checks for two more conditions :-

  • Is there any voucher for round off associated with the one being deleted?
  • Is there a debit/credit note entry and thus any round off associated with it?

To make this easier a new fucntion voucherbininsert that fires the actual delete query and subsequent post delete queiries has been created.

Edited by Abhi1tb

Merge request reports