chore(server): document methods

This commit is contained in:
Ahmed Bouhuolia
2023-08-27 00:56:14 +02:00
parent 0d57ca88bf
commit 5dec4a7df0
4 changed files with 7 additions and 9 deletions

View File

@@ -120,10 +120,9 @@ export default class ARAgingSummaryService {
}
/**
*
* @param tenantId
* @param query
* @returns
* Retrieves A/R aging summary in table format.
* @param {number} tenantId
* @param {IARAgingSummaryQuery} query
*/
async ARAgingSummaryTable(tenantId: number, query: IARAgingSummaryQuery) {
const report = await this.ARAgingSummary(tenantId, query);