WIP financial statements.

This commit is contained in:
Ahmed Bouhuolia
2020-03-31 16:30:38 +02:00
parent da05239e84
commit 1bf837ae17
26 changed files with 442 additions and 148 deletions

View File

@@ -74,7 +74,7 @@ factory.define('manual_journal', 'manual_journals', async () => {
});
factory.define('item_category', 'items_categories', () => ({
label: faker.name.firstName(),
name: faker.name.firstName(),
description: faker.lorem.text(),
parent_category_id: null,
}));