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

@@ -121,10 +121,9 @@ export default class PayableAgingSummaryService {
}
/**
*
* Retrieves A/P aging summary in table format.
* @param {number} tenantId
* @param {IAPAgingSummaryQuery} query
* @returns
*/
async APAgingSummaryTable(tenantId: number, query: IAPAgingSummaryQuery) {
const report = await this.APAgingSummary(tenantId, query);