mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
chore(server): document methods
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user