Commit Graph

27 Commits

Author SHA1 Message Date
a.bouhuolia
2d6d642f3b feat(reports): inventory valuation report.
feat(reports): sales by items report.
feat(reports): purchases by items report.
2021-03-29 10:51:24 +02:00
a.bouhuolia
9a204282a2 fix(Journals): sync posting datetime with jorunal entries. 2021-03-29 10:50:44 +02:00
a.bouhuolia
0f5b34f125 fix(BalanceSheet): calculate the section total.
fix(MakeJournal): write transaction number and reference.
2021-03-06 12:15:35 +02:00
a.bouhuolia
9fef91b965 feat(saleReceipts): fix schedule compute inventory items cost. 2021-03-03 14:05:58 +02:00
a.bouhuolia
d51d9a5038 fix: sync contacts balance with journal entries.
fix: edit invoice amount that has payment transactions.
2021-03-02 11:22:44 +02:00
a.bouhuolia
c8f817b16d fix: items accounts issue.
fix: write item id, transaction reference and number on journal entries.
2021-01-26 14:07:11 +02:00
a.bouhuolia
d789228038 fix: accounts types with new design. 2021-01-26 12:51:13 +02:00
a.bouhuolia
8491d44118 feat: compute items cost of inventory adjustments transcations. 2021-01-10 17:41:32 +02:00
a.bouhuolia
40afb108e3 feat: AR/AP aging summary report. 2021-01-09 13:37:53 +02:00
a.bouhuolia
df85c9b295 fix: refactoring invoice calc cost service. 2021-01-05 17:06:42 +02:00
a.bouhuolia
d5151c365e fix: design flow of writing invoice journal entries. 2021-01-04 17:19:27 +02:00
a.bouhuolia
ccf4fa55d9 fix: writing journal entries of manual journal. 2021-01-03 19:39:17 +02:00
a.bouhuolia
a2284945f1 feat: journal entries with expenses operations. 2021-01-03 12:47:20 +02:00
a.bouhuolia
d3cbb3074b fix: add user id to sale invoice non-inventory journal entries. 2021-01-02 16:10:11 +02:00
a.bouhuolia
faa81e3c25 fix: record authorized user id for customer/vendor opening balance. 2021-01-02 15:48:59 +02:00
a.bouhuolia
b07bb2df53 feat: trigger compute items cost once the sale invoice and bill be edited or deleted. 2020-12-23 18:57:17 +02:00
a.bouhuolia
061b50c671 feat: average rate cost method. 2020-12-22 22:27:54 +02:00
a.bouhuolia
920875d7d9 fix: writing the bill journal entries. 2020-12-19 12:08:42 +02:00
Ahmed Bouhuolia
188e411f02 feat: rewrite repositories with base entity repository class.
feat: sales and purchases status.
feat: sales and purchases auto-increment number.
fix: settings find query with extra columns.
2020-12-13 19:50:59 +02:00
Ahmed Bouhuolia
63c4567e08 fix: expense writing journal entries.
fix: delete expense from the storage.
2020-10-05 20:14:31 +02:00
Ahmed Bouhuolia
0114ed9f8b fix: database migrations FK relations.
fix: database columns indexing.
2020-10-03 12:08:11 +02:00
Ahmed Bouhuolia
882f01a178 refactor: manual journal. 2020-09-19 21:14:09 +02:00
Ahmed Bouhuolia
a22c8395f3 feat: remove path alias.
feat: remove Webpack and depend on nodemon.
feat: refactoring expenses.
feat: optimize system users with caching.
feat: architecture tenant optimize.
2020-09-15 00:51:39 +02:00
Ahmed Bouhuolia
ad00f140d1 feat: licenses administration basic authentication.
feat: accounts slug.
feat: duplicate accounts_balance table and merge balance with accounts table.
feat: refactoring customers and vendors.
feat: system user soft deleting.
feat: preventing build tenant database without any subscription.
feat: remove 'password' property from 'req.user' object.
feat: refactoring JournalPoster class.
feat: delete duplicated directories and files.
2020-09-09 21:30:19 +02:00
Ahmed Bouhuolia
45088b2d3b feat: Item validate cost, income and inventory account type.
feat: Style sales and purchases forms - 80% progress.
feat: Validate purchase-able and sell-able items in invoices and bills.
feat: Fix bugs in inventory FIFO/LIFO cost methods.
2020-08-22 11:58:08 +02:00
Ahmed Bouhuolia
52d01b4ed8 fix: Date format in sales/purchases APIs.
fix: Algorithm FIFO cost calculate method.
2020-08-19 00:13:53 +02:00
Ahmed Bouhuolia
d423365a19 feat: Re-compute the given items cost job.
feat: Optimize the architecture.
2020-08-18 02:28:08 +02:00