1
0
forked from test/crm

Commit Graph

  • 50e5fae2b7 fix: initating Call at app level and showing minimized call on sidebar Shariq Ansari 2023-08-22 16:41:30 +05:30
  • 3868f5dbe5 fix: added UI when there is incoming call and also for outgoing call Shariq Ansari 2023-08-21 19:05:16 +05:30
  • 9b41aea198 fix: removed ref from device Shariq Ansari 2023-08-18 12:04:46 +05:30
  • b3abc00e82 feat: phone call (testing) Shariq Ansari 2023-08-17 23:06:49 +05:30
  • 4f4c156ba4 fix: minor UI fixes Shariq Ansari 2023-08-17 16:46:34 +05:30
  • c614a90e16 fix: added some of frappe-ui components as global components Shariq Ansari 2023-08-17 16:46:17 +05:30
  • a68716c26e fix: added send email feature using email editor Shariq Ansari 2023-08-17 16:43:54 +05:30
  • 5d918fdeb6 fix: do not cache Leads list - will need a better fix for this since filter is not working properly with cache Shariq Ansari 2023-08-15 12:08:59 +05:30
  • 360a91f8b7 fix: minor UI fixes Shariq Ansari 2023-08-11 12:36:15 +05:30
  • cd88c0d0e4 fix: list filter logic Shariq Ansari 2023-08-11 02:57:29 +05:30
  • a60301f786 fix: generate csrf_token and add as context to crm.html Shariq Ansari 2023-08-10 20:46:19 +05:30
  • 1e8c40fd43 fix: moved vue to dependency tree Shariq Ansari 2023-08-10 19:58:56 +05:30
  • 8270ca75e7 fix: added search complete component which loads data of link field in autocomplete control Shariq Ansari 2023-08-10 19:16:25 +05:30
  • 352bebcd69 fix: added socket io to listen for cached documents Shariq Ansari 2023-08-10 19:14:29 +05:30
  • 2bf5cea7b4 fix: getting filterable fields and added operators with logic Shariq Ansari 2023-08-10 17:31:33 +05:30
  • 75f8568b84 fix: moved extends/doc.py to api/doc.py and added get_filterable_fields api Shariq Ansari 2023-08-10 17:30:00 +05:30
  • 55812cd122 fix: updateSort instead of default v-model logic Shariq Ansari 2023-08-10 17:20:14 +05:30
  • fad5851392 feat: created filter UI with dummy data Shariq Ansari 2023-08-10 14:46:35 +05:30
  • 742462f86c fix: minor UI fixes Shariq Ansari 2023-08-10 14:42:41 +05:30
  • 9a8f47b007 fix: show sort count & filter out applied sort while adding new sort Shariq Ansari 2023-08-10 13:47:56 +05:30
  • 7a9d22cbe1 fix: watching query param changes to reload lead list Shariq Ansari 2023-08-09 20:42:35 +05:30
  • df84aa01c9 feat: created sorby feature to sort list based on query params Shariq Ansari 2023-08-09 19:51:01 +05:30
  • 0fdd455ef1 fix: created composable to set/get query params to support query param based sorting & filtering Shariq Ansari 2023-08-09 19:49:59 +05:30
  • c0335aed45 fix: created api to get sort options for any doctype Shariq Ansari 2023-08-09 19:47:43 +05:30
  • 36b10bffae fix: added nested popover component to create sort and filter popover Shariq Ansari 2023-08-09 19:45:42 +05:30
  • 36c6551d22 fix: added CRM Logo on login page Shariq Ansari 2023-08-09 02:03:32 +05:30
  • 847d238131 fix: update lead Shariq Ansari 2023-08-08 16:29:19 +05:30
  • dc9858ff87 fix: create new lead Shariq Ansari 2023-08-08 16:29:03 +05:30
  • f6eb651ed7 fix: cleanups Shariq Ansari 2023-08-07 20:23:51 +05:30
  • 2b22f96058 fix: removed layout header from listview component Shariq Ansari 2023-08-07 20:22:22 +05:30
  • 0bc62cfbc7 fix: rendered email communication Shariq Ansari 2023-08-05 13:45:05 +05:30
  • 202404740d fix: cache lead doc Shariq Ansari 2023-08-05 13:43:48 +05:30
  • de0210e345 fix: show comments on activity Shariq Ansari 2023-08-04 15:11:59 +05:30
  • 5145fe9097 chore: minor changes Shariq Ansari 2023-08-04 15:11:26 +05:30
  • 0096a43465 fix: show field label instead of fieldname Shariq Ansari 2023-08-04 15:10:32 +05:30
  • aadcec3897 fix: created ListRowItem component to render different type of row item using single component Shariq Ansari 2023-08-03 21:41:53 +05:30
  • a399cf87c6 fix: replaced all Avatar with UserAvatar Shariq Ansari 2023-08-03 21:41:02 +05:30
  • 39ffe88549 fix: dynamically generating timeline content instead of duplicate code Shariq Ansari 2023-08-03 21:17:25 +05:30
  • cd118cf08c fix: added UserAvatar component Shariq Ansari 2023-08-03 21:15:57 +05:30
  • 4a0216f180 fix: sutle animation to icon when section open/close Shariq Ansari 2023-08-03 19:22:59 +05:30
  • d39ce62d6a fix: only section header text/icon clickable Shariq Ansari 2023-08-03 19:22:07 +05:30
  • d3a2d8faba fix: rendered versions on activity tab Shariq Ansari 2023-08-03 18:37:13 +05:30
  • 762f487a5f fix: added frappe-ui submodule Shariq Ansari 2023-08-03 16:10:40 +05:30
  • f306ad77fb fix: added tooltip on creation/modified date Shariq Ansari 2023-08-02 19:44:03 +05:30
  • 4580d3ca9b fix: added created/modified time stamp Shariq Ansari 2023-08-02 18:05:44 +05:30
  • f49f6d7b84 fix: minor fixes in controls used in detail section Shariq Ansari 2023-08-02 16:56:43 +05:30
  • ffb0ae7a79 fix: added form control in details section Shariq Ansari 2023-08-01 18:20:51 +05:30
  • a0e3237de6 fix: dynamic status icon color in dropdown Shariq Ansari 2023-08-01 18:17:41 +05:30
  • a24b207c92 fix: added transition to breadcrumbs Shariq Ansari 2023-08-01 18:12:25 +05:30
  • b9e8cdf5ed fix: using alias path instead of relative path Shariq Ansari 2023-08-01 18:08:04 +05:30
  • ce900ec8ac fix: minor fix Shariq Ansari 2023-08-01 18:02:41 +05:30
  • 0770fc0be5 feat: added breadcrumbs on listview and lead Shariq Ansari 2023-08-01 18:02:14 +05:30
  • 356d405d05 fix: select all row checkbox not working Shariq Ansari 2023-08-01 16:57:17 +05:30
  • 04778522c3 fix: tailwind not working on frappe-ui components Shariq Ansari 2023-08-01 16:18:09 +05:30
  • c8597ebbba fix: added production build code Shariq Ansari 2023-08-01 16:11:13 +05:30
  • f95d17dca5 fix: changed sidebar/body bg color and changed tab active color to black Shariq Ansari 2023-08-01 14:28:32 +05:30
  • dbaccdf238 fix: added activities component to show activities Shariq Ansari 2023-08-01 11:38:57 +05:30
  • e36a0086f7 fix: pixel perfect header Shariq Ansari 2023-08-01 11:15:22 +05:30
  • da058e285f fix: bg color to TabPanels Shariq Ansari 2023-07-31 16:50:07 +05:30
  • 23e4e0d9a4 fix: added slide animation to tab active indicator Shariq Ansari 2023-07-31 16:47:06 +05:30
  • b97e29acdd fix: added vueuse Shariq Ansari 2023-07-31 16:03:37 +05:30
  • ded0ed2128 fix: added transition to section open close Shariq Ansari 2023-07-31 12:18:28 +05:30
  • 463b2bdf7d fix: made detail section toggle using toggler Shariq Ansari 2023-07-31 12:16:36 +05:30
  • 1b54e9c721 feat: added toggler component Shariq Ansari 2023-07-31 12:16:07 +05:30
  • c2542efa93 fix: added details in details section Shariq Ansari 2023-07-31 12:12:29 +05:30
  • d65fdd7e1e fix: removed unused code Shariq Ansari 2023-07-31 12:05:51 +05:30
  • 6297088193 feat: added auth provider login (login via frappe) Shariq Ansari 2023-07-29 16:40:03 +05:30
  • 38595efaf6 fix: replaced TabView component with Tab Component from headlessui Shariq Ansari 2023-07-29 15:47:19 +05:30
  • 5220e18875 fix: only show subheader if it is set Shariq Ansari 2023-07-29 15:46:39 +05:30
  • 520011e3d9 fix: also added details section in tabview Shariq Ansari 2023-07-27 12:59:24 +05:30
  • 4f4230a925 feat: added lead form page with tabs Shariq Ansari 2023-07-27 12:58:36 +05:30
  • e09865cce6 feat: added TabView component Shariq Ansari 2023-07-27 12:55:55 +05:30
  • e3815ad179 fix: created common LayoutHeader component with subheader Shariq Ansari 2023-07-27 12:54:10 +05:30
  • ce1c07ed34 fix: pass list title and plural/singular label to listview Shariq Ansari 2023-07-27 12:08:08 +05:30
  • 1d768acf09 fix: make list row link to its child component using router-link Shariq Ansari 2023-07-27 11:31:56 +05:30
  • 0fe3bff2fa fix: use class instead of prop color for indicator icon Shariq Ansari 2023-07-27 10:13:28 +05:30
  • 893e09290e build(deps): bump frappeui to latest Shariq Ansari 2023-07-26 22:46:36 +05:30
  • 535ed92026 fix: handle icon-right through template Shariq Ansari 2023-07-26 11:10:40 +05:30
  • ea0899c90e fix: minor fix Shariq Ansari 2023-07-26 11:10:05 +05:30
  • 53ebfc3ebb fix: selected rows count on floating island Shariq Ansari 2023-07-25 21:31:07 +05:30
  • a8bdb2f550 fix: added select row, select all row functionality in listview Shariq Ansari 2023-07-25 19:59:58 +05:30
  • 3ccdc25645 style: added cursor-pointer and increased trasition duration for checkbox Shariq Ansari 2023-07-25 19:58:24 +05:30
  • 0f3e617864 fix: better column type naming Shariq Ansari 2023-07-25 19:55:30 +05:30
  • 8784720c47 fix: show lead image, pass image_label also show contact image Shariq Ansari 2023-07-25 19:49:42 +05:30
  • e9762935f7 fix: generate lead_name and some other validations Shariq Ansari 2023-07-25 19:40:10 +05:30
  • 6f631d9e07 fix: added image field in crm lead also renamed fullname to lead_name Shariq Ansari 2023-07-25 19:39:32 +05:30
  • 1d1f64906e build(deps): bump tailwindcss to v3.3.3 Shariq Ansari 2023-07-25 19:37:25 +05:30
  • 99d0f682d5 fix: show company logo in listview Shariq Ansari 2023-07-25 16:32:45 +05:30
  • d346247e57 fix: show status indicator color in listview Shariq Ansari 2023-07-25 16:32:25 +05:30
  • 36c2ff6867 fix: show user avatar in list view Shariq Ansari 2023-07-25 16:30:19 +05:30
  • ea505a2228 fix: getting all users, refactored session code Shariq Ansari 2023-07-25 14:37:50 +05:30
  • 8e18312d78 fix: added user avatar, logo, status indicator in list view Shariq Ansari 2023-07-25 12:58:33 +05:30
  • 16fb41e609 fix: created crm lead doctype and loaded the data in listview Shariq Ansari 2023-07-25 11:37:48 +05:30
  • cd77d8ef78 fix: truncate text in listview if text is large Shariq Ansari 2023-07-25 11:36:10 +05:30
  • c46f956df8 fix: added contacts page with data in listview Shariq Ansari 2023-07-25 11:35:09 +05:30
  • bb471ee4ef fix: added vertical and horizontal scroll in listview Shariq Ansari 2023-07-25 11:33:20 +05:30
  • 0669f3d7a1 feat: listview component Shariq Ansari 2023-07-23 16:32:08 +05:30
  • cce028d0a1 fix: added invalid page Shariq Ansari 2023-07-20 21:36:33 +05:30
  • ec4ea4c0a1 feat: added user dropdown which currently has logout option Shariq Ansari 2023-07-20 21:05:51 +05:30
  • f12f3d0549 feat: created the login page with email password login Shariq Ansari 2023-07-20 21:04:48 +05:30