Commit Graph

18 Commits

Author SHA1 Message Date
a.bouhuolia
40afb108e3 feat: AR/AP aging summary report. 2021-01-09 13:37:53 +02:00
a.bouhuolia
1a0aad7dc4 fix: partially paid invoice transaction. 2020-12-19 13:51:44 +02:00
a.bouhuolia
27483495cb feat: closed sale receipt status.
feat: approve and reject sale estimate.
feat: initial receipts, invoices, estimates and bills views.
2020-12-14 20:25:38 +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
bc9638c9a2 feat: retrieve all due invoices and bills or for specific customer/vendor. 2020-10-28 13:47:35 +02:00
Ahmed Bouhuolia
7558f68fa0 fix: sale invoice relation with customer. 2020-10-26 16:45:49 +02:00
Ahmed Bouhuolia
dea6cdd245 fix: make sale invoices resource-able. 2020-10-26 16:36:22 +02:00
Ahmed Bouhuolia
426f9fcf55 refactoring: payment receive and sale invoice actions. 2020-10-25 18:30:44 +02:00
Ahmed Bouhuolia
0114ed9f8b fix: database migrations FK relations.
fix: database columns indexing.
2020-10-03 12:08:11 +02:00
Ahmed Bouhuolia
ad51d12572 fix: remove relation bind knex. 2020-09-28 20:51:22 +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
ca251a2d28 - feat: Optimize tenancy software architecture. 2020-08-30 22:11:14 +02:00
Ahmed Bouhuolia
ab6bc0517f feat: Concurrency control items cost compute. 2020-08-23 23:38:42 +02:00
Ahmed Bouhuolia
42569c89e4 fix: Graph fetch relations with sales & purchases models.
feat: Inventory tracker algorithm lots with FIFO or LIFO cost method.
2020-08-11 01:00:33 +02:00
Ahmed Bouhuolia
57ec5bdfbe fix issues in sales and purchases module. 2020-08-05 16:25:53 +02:00
Ahmed Bouhuolia
db28cd2aef - feat: Sales estimates.
- feat: Sales invoices.
- feat: Sales payment receives.
- feat: Purchases bills.
- feat: Purchases bills payments that made to the vendors.
2020-08-03 22:46:50 +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