1
0
forked from test/crm

Commit Graph

  • 4000dfab09 fix: removed unused imports Shariq Ansari 2023-11-09 14:35:50 +05:30
  • fd7bf74598 fix: router to contacts after deletion Shariq Ansari 2023-11-09 14:31:42 +05:30
  • 86fb7dbafa fix: router to contact after creation Shariq Ansari 2023-11-09 14:31:12 +05:30
  • 8f256843f2 fix: removed contact creation/updation code from lead Shariq Ansari 2023-11-09 12:47:08 +05:30
  • cae4517c7c
    Merge pull request #25 from shariquerik/create-new-from-autocomplete Shariq Ansari 2023-11-09 11:50:28 +05:30
  • 4050f1650d fix: added create new button in autocompele footer and added in lead Shariq Ansari 2023-11-08 17:23:13 +05:30
  • 7dbeb23728 chore: show --- for empty values in autocomplete Shariq Ansari 2023-11-08 17:22:17 +05:30
  • 016ba890ca fix: changed autocomplete component to handle footer (for not made a copy) Shariq Ansari 2023-11-08 17:21:36 +05:30
  • 168a3b37d7
    Merge pull request #24 from shariquerik/create-deal-doctype Shariq Ansari 2023-11-07 16:20:48 +05:30
  • 5b10e80669 fix: added sort fields for deal Shariq Ansari 2023-11-07 16:02:28 +05:30
  • e9694140d1 fix: hide converted or lead set activity which happen behind the scene Shariq Ansari 2023-11-07 14:06:35 +05:30
  • b6060fa1e5 fix: added ref doc instead of lead in call log Shariq Ansari 2023-11-07 13:53:13 +05:30
  • ce4a45ccd5 fix: added ref doc instead of lead in task/note to handle both lead and deal Shariq Ansari 2023-11-07 13:42:24 +05:30
  • a685724d3d fix: updated activities & communicationArea component to handle lead/deal activities Shariq Ansari 2023-11-06 22:19:49 +05:30
  • de4aa2ae86 fix: moved all get activites logic in separate file Shariq Ansari 2023-11-06 22:18:02 +05:30
  • 98f76e1417 fix: new deal dialog Shariq Ansari 2023-11-06 22:15:51 +05:30
  • 256a4bba25 fix: remove unused fields in lead doctype Shariq Ansari 2023-11-06 22:15:32 +05:30
  • 71a0b67808 fix: updated leads/deals list view code Shariq Ansari 2023-11-06 22:14:35 +05:30
  • 3e7dcbc800 fix: updated lead/deal page code Shariq Ansari 2023-11-06 22:12:56 +05:30
  • 199e15779b fix: changed field names in deal list view component Shariq Ansari 2023-11-06 22:11:16 +05:30
  • b67fc41d3f fix: render lead/deal in contact & organization correctly Shariq Ansari 2023-11-06 22:10:41 +05:30
  • 70c46ab30f fix: changed deal_status to status in utils Shariq Ansari 2023-11-06 22:08:47 +05:30
  • c6118569ee fix: organization options in newLead dialog not working Shariq Ansari 2023-11-06 22:03:04 +05:30
  • ef3babe7a1 fix: added more fields in deal doctype Shariq Ansari 2023-11-06 22:02:23 +05:30
  • 5b4cb4cd7f chore: moved contactModal in modals folder Shariq Ansari 2023-11-06 22:01:20 +05:30
  • 2c53932522 fix: created deal doctype Shariq Ansari 2023-11-06 18:25:02 +05:30
  • 6ad550d986
    Merge pull request #23 from shariquerik/make-contact-organization-link-field Shariq Ansari 2023-11-06 18:14:33 +05:30
  • ac77355804 fix: added tooltip on read_only field Shariq Ansari 2023-11-06 17:55:14 +05:30
  • 97edbf6ca0 fix: only show link icon if value exist Shariq Ansari 2023-11-06 17:51:26 +05:30
  • 363295ef78 fix: getOrganizationOptions method Shariq Ansari 2023-11-06 17:26:21 +05:30
  • 545482b57e fix: better way to upload lead image Shariq Ansari 2023-11-06 16:23:44 +05:30
  • 475bf6469b fix: added organization link field with options and external link in lead/deal/contat page Shariq Ansari 2023-11-06 16:17:46 +05:30
  • 4a089faa4d fix: added organization link field with options in new lead/deal dialog Shariq Ansari 2023-11-06 16:16:29 +05:30
  • 71c0d81582 fix: lead/deal listview Shariq Ansari 2023-11-06 16:15:34 +05:30
  • 458cf78ac2 fix: organization page Shariq Ansari 2023-11-06 16:14:18 +05:30
  • c4d8dbad88 fix: replaced organization_name (data) with organization (link) Shariq Ansari 2023-11-06 15:55:12 +05:30
  • 7bb885b6af
    Merge pull request #17 from shariquerik/contact-page Shariq Ansari 2023-11-05 12:39:19 +05:30
  • 2707c7eb9a fix: added contact details section also auto update on change Shariq Ansari 2023-11-05 12:35:23 +05:30
  • b59f7f135b fix: added contact name & lead/deal list Shariq Ansari 2023-11-05 12:12:20 +05:30
  • 4ef6d4cfb9 fix: added basic contact page Shariq Ansari 2023-11-04 00:40:24 +05:30
  • 5caf5101e2 revert: made contacts a listview Shariq Ansari 2023-11-04 00:25:49 +05:30
  • 5acfac869b Merge branch 'shariquerik-contact-page' into contact-page Shariq Ansari 2023-11-04 00:00:25 +05:30
  • 334a422e0f Merge branch 'contact-page' of https://github.com/shariquerik/crm into shariquerik-contact-page Shariq Ansari 2023-11-03 23:58:36 +05:30
  • b7d00bd2d3
    Merge pull request #22 from shariquerik/organization-page-new Shariq Ansari 2023-11-03 23:45:34 +05:30
  • 88e703eb95 fix: show count on tab header Shariq Ansari 2023-11-03 23:39:44 +05:30
  • 8bea5747fe fix: edit and rename organization doc Shariq Ansari 2023-11-03 23:22:12 +05:30
  • 6e13cbf866 fix: add/edit organization through modal Shariq Ansari 2023-11-03 21:34:55 +05:30
  • fa566bb09e fix: reload when mounted Shariq Ansari 2023-11-03 21:10:08 +05:30
  • e19988fbd5 fix: render lead/deal/contact list in tabs Shariq Ansari 2023-11-03 20:44:27 +05:30
  • 2d412d4e7f chore: created lead/deal/contact listview component Shariq Ansari 2023-11-03 20:39:30 +05:30
  • 5f92c5d3d7 fix: added organization page Shariq Ansari 2023-11-03 16:33:41 +05:30
  • 1d42093810 fix: added required icons Shariq Ansari 2023-11-03 16:29:07 +05:30
  • 919e27031b feat: added organization doctype Shariq Ansari 2023-11-03 16:27:32 +05:30
  • a8c32cff36
    Merge pull request #21 from shariquerik/twilio-fix Shariq Ansari 2023-11-03 16:09:40 +05:30
  • 0904ba3c62 fix: initialize call if twilio is enabled Shariq Ansari 2023-11-03 16:02:23 +05:30
  • 61ff2cd2ec build(deps): updated despendencies to latest Shariq Ansari 2023-11-03 15:00:51 +05:30
  • 83f343acea build(deps): bump frappeui to 0.1.13 Shariq Ansari 2023-10-20 14:22:41 +05:30
  • f9f446a21b fix: made sidebar links area scrollable Shariq Ansari 2023-10-19 17:05:59 +05:30
  • 05bfad9086 Merge branch 'develop' into contact-page Shariq Ansari 2023-10-19 16:48:27 +05:30
  • 412565fd1f
    Merge pull request #18 from shariquerik/replace-with-frappeui-listview Shariq Ansari 2023-10-19 16:47:01 +05:30
  • ee5df63b86 build(deps): bump frappeui to 0.1.12 Shariq Ansari 2023-10-19 16:40:08 +05:30
  • 316b40aaab fix: removed listview & listrowitem component from crm Shariq Ansari 2023-10-18 19:25:33 +05:30
  • 3775ef172f fix: minor fixes Shariq Ansari 2023-10-18 19:23:51 +05:30
  • 5c1dd2397d fix: changes based on refactored listview Shariq Ansari 2023-10-16 18:40:08 +05:30
  • f23cef83a6 fix: replaced contacts listview with frappeui listview component Shariq Ansari 2023-10-16 14:01:35 +05:30
  • ec6f2210ce fix: replaced call logs listview with frappeui listview component Shariq Ansari 2023-10-16 13:56:39 +05:30
  • 9d64d52309 fix: replaced deals listview with frappeui listview component Shariq Ansari 2023-10-16 13:38:21 +05:30
  • caf303e69a fix: replaced leads listview with frappeui listview component Shariq Ansari 2023-10-16 13:26:52 +05:30
  • c8b13d16f3 fix: delete contact Shariq Ansari 2023-10-15 09:10:10 +05:30
  • d7ccf13617 fix: add/remove contact image Shariq Ansari 2023-10-15 08:53:22 +05:30
  • 9bd4b79ea0 fix: create/edit contact Shariq Ansari 2023-10-15 08:23:45 +05:30
  • e7bc5a900e feat: contact page Shariq Ansari 2023-10-14 16:01:15 +05:30
  • 35b0bf9a8b Merge pull request #16 from shariquerik/frappeui-tabs-component Shariq Ansari 2023-10-02 23:27:24 +05:30
  • 2772cedadd fix: use activeAgents utils Shariq Ansari 2023-10-02 23:25:28 +05:30
  • c65b1ce50f fix: using frappeui Breadcrumbs component everywhere Shariq Ansari 2023-10-02 23:20:38 +05:30
  • 7e8f6d1c64 fix: using frappeui Tabs component in Lead/Deal Shariq Ansari 2023-10-02 22:56:29 +05:30
  • afa7f61599 fix: validate email communications before rendering Shariq Ansari 2023-09-29 21:13:46 +05:30
  • 31074ecd40
    Merge pull request #15 from shariquerik/feat-crm-task Shariq Ansari 2023-09-29 18:45:27 +05:30
  • 74811f4820 fix: minor fixes Shariq Ansari 2023-09-29 18:43:24 +05:30
  • f99529e499 fix: logged in user as default assigned_to Shariq Ansari 2023-09-29 18:23:09 +05:30
  • 7222fa9279 fix: delete task Shariq Ansari 2023-09-29 16:50:48 +05:30
  • 6d9fdcc692 fix: use priority icon instead of badge Shariq Ansari 2023-09-28 21:13:40 +05:30
  • b088110385 fix: empty due date state Shariq Ansari 2023-09-28 20:57:05 +05:30
  • dc20b4c36e fix: updated task list design in task tab Shariq Ansari 2023-09-28 20:53:55 +05:30
  • c20d296b35 refactor: note dialog and code Shariq Ansari 2023-09-28 19:04:46 +05:30
  • 02348542c6 fix: added create/update task feature Shariq Ansari 2023-09-28 18:39:43 +05:30
  • ca0a4e0f26 fix: added tasks tab in lead/deal Shariq Ansari 2023-09-28 15:13:44 +05:30
  • a706435902 feat: added crm task doctype Shariq Ansari 2023-09-28 15:06:37 +05:30
  • 6be84ae867
    Merge pull request #14 from shariquerik/refactor-activities Shariq Ansari 2023-09-27 21:07:49 +05:30
  • 6a891b10b4 fix: design change for other changes Shariq Ansari 2023-09-27 20:43:37 +05:30
  • 47ded1a7f1 fix: reload emails after sending it Shariq Ansari 2023-09-27 19:56:26 +05:30
  • 424d8feab2 fix: show user name and avatar instead of email in timeline changes Shariq Ansari 2023-09-27 19:26:56 +05:30
  • 045d2dc358 fix: show lead and deal activities with different icon and field titles Shariq Ansari 2023-09-27 19:02:04 +05:30
  • 4eb8a5aa77 feat: group timeline changes Shariq Ansari 2023-09-27 17:10:57 +05:30
  • 463ead3671 refactor: moved all activity logic from lead/deal to activites component Shariq Ansari 2023-09-27 12:43:38 +05:30
  • ed6ba2c716 fix: make call from activities component Shariq Ansari 2023-09-26 16:38:14 +05:30
  • 7a31c91b31 fix: removed avatar from communication box Shariq Ansari 2023-09-26 16:23:17 +05:30
  • 03221f7095 fix: glitch in animation on detail section toggle Shariq Ansari 2023-09-26 16:06:37 +05:30
  • 5a1f853b9f fix: added icons instead of feature icons Shariq Ansari 2023-09-26 15:55:59 +05:30
  • b20cdd2d03 fix: made changes in call tab same as activity also updated notes color Shariq Ansari 2023-09-26 13:47:26 +05:30