Skip to content

List of Unpaid(Outstanding) Invoices

Abhi1tb requested to merge abhi1tb/gkcore:unpaidinvsreport into devel
  • Function to return a list of all unpaid sale/purchase invoices of an organisation in order of amount, due date and name of customer/party - getOnlyUnadjustedBillsForAll.
  • Function to generate spreadsheet with a list of all unpaid sale/purchase invoices of an organisation in order of amount, due date and name of customer/party - spreadsheetForReport.
  • Function to return a list of all unpaid sale/purchase invoices of a customer/supplier in order of amount and due date - getOnlyUnadjustedBills.

Closes #372 (closed)
New python package to install - natsort

Merge request reports