Commit Graph

42 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
40b2ba099e fix(Journal): account balance with journal entries. 2021-03-25 12:46:36 +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
b98d18f189 fix: account balance change with credit/debit entries. 2021-02-28 17:09:03 +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
1a89730855 feat: journal and general ledger report. 2021-01-21 14:32:31 +02:00
a.bouhuolia
80e51cd2f7 feat: always show some sections in balance sheet. 2021-01-11 11:21:32 +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
d49992a6d7 refactoring: balance sheet report.
refactoring: trial balance sheet report.
refactoring: general ledger report.
refactoring: journal report.
refactoring: P&L report.
2020-12-10 13:04:49 +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
Ahmed Bouhuolia
56278a25f0 - feat: Sales estimates APIs.
- feat: Sales invoices APIs.
- feat: Sales receipts APIs.
- WIP: Sales payment receipts.
- WIP: Purchases bills.
- WIP: Purchases payments made.
2020-07-22 02:03:12 +02:00
Ahmed Bouhuolia
4d1dd14f8d feat: Receivable and payable aging summary financial statement. 2020-06-11 22:05:34 +02:00
Ahmed Bouhuolia
17c1b6ad51 feat: Financial statements dependency graph calculate. 2020-05-23 06:47:00 +02:00
Ahmed Bouhuolia
90dc83c70a feat: Cachable and date session model. 2020-05-20 06:51:34 +02:00
Ahmed Bouhuolia
7f06e3781c feat: Attachment files system. 2020-05-04 05:27:54 +02:00
Ahmed Bouhuolia
3b063e3567 fix bugs. 2020-04-29 17:54:26 +02:00
Ahmed Bouhuolia
b1d924c3cc feat: Publish manual journal api. 2020-04-08 20:18:46 +02:00
Ahmed Bouhuolia
8ba96e7343 WIP Manual journals. 2020-04-07 22:38:57 +02:00
Ahmed Bouhuolia
ab81f4be40 WIP 2020-03-19 17:02:37 +02:00
Ahmed Bouhuolia
488709088b WIP server side. 2020-01-22 02:09:45 +02:00