feat: Receivable and payable aging summary financial statement.

This commit is contained in:
Ahmed Bouhuolia
2020-06-11 22:05:34 +02:00
parent 55a4319827
commit 4d1dd14f8d
36 changed files with 1435 additions and 195 deletions

View File

@@ -10,7 +10,7 @@ import {
} from '~/dbInit';
import Vendor from '@/models/Vendor';
describe.only('route: `/vendors`', () => {
describe('route: `/vendors`', () => {
describe('POST: `/vendors`', () => {
it('Should response unauthorized in case the user was not logged in.', async () => {
const res = await request()