Commit Graph

42 Commits

Author SHA1 Message Date
a.bouhuolia
51940818c4 fix(Currency Code): add the missing the currency codes. 2021-04-06 18:57:34 +02:00
a.bouhuolia
9a204282a2 fix(Journals): sync posting datetime with jorunal entries. 2021-03-29 10:50:44 +02:00
a.bouhuolia
8646f3dcf9 fix(Items): Not display inactive items in sales and purchases.
fix(item): Prevent edit inventory account of item once item has transactions.
2021-03-24 11:10:58 +02:00
a.bouhuolia
1f6aca63e2 fix(Items): Remove bulk actions.
fix(Settings): Parse the fetched settings from the storage.
2021-03-22 11:35:21 +02:00
a.bouhuolia
ad50da4214 fix(Setup): fix seed setup settings to the storage. 2021-03-21 16:26:26 +02:00
a.bouhuolia
9ff8e3159d feat(ManualJournals): Auto-increment.
fix(BillPayment): Validate the opened payment bills.
fix(redux): presist redux state.
fix(useRequestQuery): hook.
2021-03-18 14:23:37 +02:00
a.bouhuolia
32e5695950 fix(Item): delete item with associated items entries. 2021-03-06 12:34:05 +02:00
a.bouhuolia
4f98db4c4b feat(items): item type can not changing in inventory type. 2021-03-03 14:25:16 +02:00
a.bouhuolia
0c6bbba647 feat(items): filter auto-complete results.
feat(contacts): filter auto-complete results.
2021-03-03 13:34:18 +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
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
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
29bf723f9b fix: store opening quantity, cost and date in item inventory type only. 2021-01-02 16:42:21 +02:00
a.bouhuolia
ed4c49883c fix: unique item name on edit mode. 2021-01-02 16:18:54 +02:00
a.bouhuolia
149464fa7a fix: validate the not found items in delete items/item. 2021-01-02 15:13:18 +02:00
a.bouhuolia
905cbbed70 fix: handle delete vendor/vendors that has/have associated bills. 2021-01-02 13:38:01 +02:00
a.bouhuolia
db70d04743 fix: delete customer with associated opening journal entries. 2021-01-02 13:17:43 +02:00
a.bouhuolia
af96d4bde4 feat: writing inventory cost lot of opening item quantity transaction. 2020-12-24 12:06:10 +02:00
a.bouhuolia
47b40f6940 feat: add opening quantity, cost and date to items. 2020-12-23 21:31:17 +02:00
a.bouhuolia
26452d9c05 feat: changing items quantity on hand with sales invoices and bills. 2020-12-23 13:11:02 +02:00
a.bouhuolia
061b50c671 feat: average rate cost method. 2020-12-22 22:27:54 +02:00
a.bouhuolia
3ac6d8897e fix: delete item from the storage. 2020-12-16 16:38:18 +02:00
a.bouhuolia
42c2e583ed feat: ability to activate and inactivate the given item. 2020-12-16 16:23:00 +02:00
a.bouhuolia
0e5e13597f feat: ability to change customer/vendor opening balance. 2020-12-16 11:55:52 +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
130aa6a400 fix: activate/inactivate item. 2020-11-29 13:04:00 +02:00
Ahmed Bouhuolia
426f9fcf55 refactoring: payment receive and sale invoice actions. 2020-10-25 18:30:44 +02:00
Ahmed Bouhuolia
da448f445c refactoring: sales receipts service. 2020-10-24 20:17:46 +02:00
Ahmed Bouhuolia
5e139e9b54 feat: review sale estimates. 2020-10-24 18:16:07 +02:00
Ahmed Bouhuolia
15dca0a7d2 refactoring: media system. 2020-10-07 21:45:28 +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
9fbad4ac46 feat: items bulk delete.
refactor: items to service design.
2020-09-29 16:04:13 +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
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
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