mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
refactor: subscriptions to nestjs
This commit is contained in:
@@ -39,7 +39,7 @@ export class GeneralLedgerApplication {
|
||||
/**
|
||||
* Retrieves the G/L sheet in xlsx format.
|
||||
* @param {IGeneralLedgerSheetQuery} query
|
||||
* @returns {}
|
||||
* @returns {Promise<Buffer>}
|
||||
*/
|
||||
public xlsx(
|
||||
query: IGeneralLedgerSheetQuery,
|
||||
@@ -50,6 +50,7 @@ export class GeneralLedgerApplication {
|
||||
/**
|
||||
* Retrieves the G/L sheet in csv format.
|
||||
* @param {IGeneralLedgerSheetQuery} query -
|
||||
* @returns {Promise<string>}
|
||||
*/
|
||||
public csv(
|
||||
query: IGeneralLedgerSheetQuery,
|
||||
|
||||
Reference in New Issue
Block a user