Skip to content

Two spreadsheets are generated from core - List of Products and Services, List of Invoices

Abhi1tb requested to merge abhi1tb/gkcore:xlsxincore into master

These two apis return spreadsheets now.

  • /products?type=spreadsheet
  • /invoice?type=list&spreadsheet=true&flag=<invoice flag>&fromdate=<starting date>&todate=<enddate>&fystart=<financial yeart start date>&fyend=<financial year end date>&orgname=<name of organisation>

flag can be 0 for all invoices, 1 for only sales invoices and 2 for only purchase invoices.

Edited by Abhi1tb

Merge request reports