Commit Graph

31 Commits

Author SHA1 Message Date
a.bouhuolia
628d483813 hotfix(Accounts) 2021-03-30 16:45:45 +02:00
a.bouhuolia
1ba67f183b fix(Currencies): Currency code in services. 2021-03-30 16:18:57 +02:00
a.bouhuolia
ce875ccf4e feat(contacts): auto-complete contacts.
feat(items): auto-complete items.
feat(resources): resource columns feat.
feat(contacts): retrieve specific contact details.
2021-03-03 11:35:42 +02:00
a.bouhuolia
d919b56e78 feat: redesign accounts types. 2021-01-23 11:39:29 +02:00
a.bouhuolia
8491d44118 feat: compute items cost of inventory adjustments transcations. 2021-01-10 17:41:32 +02:00
a.bouhuolia
a2284945f1 feat: journal entries with expenses operations. 2021-01-03 12:47:20 +02:00
a.bouhuolia
a67b1fbdd0 fix: system repositories. 2020-12-17 17:19:16 +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
e8f329e29e fix: input focus style in authentication pages. 2020-12-03 13:25:33 +02:00
Ahmed Bouhuolia
0359003d3a fix: delete and bulk delete accounts.
fix: activate and inactivate accounts.
2020-12-03 12:20:44 +02:00
Ahmed Bouhuolia
128feb73f8 feat: apply new cards design system.
feat: empty status datatables.
fix: edit account.
2020-11-18 21:55:17 +02:00
Ahmed Bouhuolia
fd6a3224fa fix: Edit account with parent_account_id. 2020-10-28 18:41:07 +02:00
Ahmed Bouhuolia
078098c593 fix: edit custom view details. 2020-10-17 18:12:15 +02:00
Ahmed Bouhuolia
27ec0e91fa refactoring: retrieve resources fields.
fix: issue in create a new custom view.
2020-10-17 15:00:22 +02:00
Ahmed Bouhuolia
7397afe2a9 feat: listing vendors and customers.
feat: items service events.
2020-10-15 21:27:51 +02:00
Ahmed Bouhuolia
681fa0560e feat: close specific account. 2020-10-05 22:05:04 +02:00
Ahmed Bouhuolia
99e6fe273f refactoring: custom views service.
fix: constraints of delete item from storage.
fix: constraints of delete item category from storage.
fix: localize database seeds files.
fix: view meta data in accounts list response.
2020-10-05 19:09:56 +02:00
Ahmed Bouhuolia
0114ed9f8b fix: database migrations FK relations.
fix: database columns indexing.
2020-10-03 12:08:11 +02:00
Ahmed Bouhuolia
7d8b05ff66 fix: accounts types caching. 2020-09-30 11:45:25 +02:00
Ahmed Bouhuolia
108b52962a fix: accounts TS interfaces. 2020-09-28 17:45:26 +02:00
Ahmed Bouhuolia
ca92c925a9 fix: resource advanced view filter. 2020-09-16 21:41: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
98bba3d3a0 fix: account name unique validation. 2020-09-07 17:43:07 +02:00
Ahmed Bouhuolia
d3870974c0 feat: refactoring middlewares to typescript. 2020-09-06 23:36:37 +02:00
Ahmed Bouhuolia
df0f842681 feat: Logger middleware.
feat: refactoring accounts service.
2020-09-06 20:18:41 +02:00
Ahmed Bouhuolia
ca251a2d28 - feat: Optimize tenancy software architecture. 2020-08-30 22:11:14 +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
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