• Joined on 2025-05-30
bnilsen pushed to main at bnilsen/custom_ui 2026-01-15 09:52:10 -05:00
73d235b7bc Removed dummy Action button from client list
bnilsen pushed to main at bnilsen/custom_ui 2026-01-14 15:14:42 -05:00
01ff96fb74 Task Status changes, needs some TLC.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-13 16:40:00 -05:00
0c52f3fc23 Added a Select component to the Actions section of the Datatable, and API methods to load the available status-es from the Task doctype to populate the select for the tasks list.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-13 13:47:48 -05:00
adb7bc5930 Auto filtering out completed, cancelled, and templated tasks.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-13 12:17:09 -05:00
f8694cf8d4 Fixed Job Paging.
a3e77f1e40 Fixed Estimate datatable paging.
Compare 2 commits »
bnilsen pushed to main at bnilsen/custom_ui 2026-01-13 11:54:19 -05:00
84c7eb0580 Fixed pagination errors on the Task page, updated to the correct API calls to get that data.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-13 10:14:38 -05:00
59e21a51f2 Fixed pagination/lazy load issues on the Tasks list.
3e1fd039b3 Changed the Task project and address columns to link types to click and navigate to their respective information.
Compare 2 commits »
bnilsen pushed to main at bnilsen/custom_ui 2026-01-12 17:03:43 -05:00
6853950cc5 Added a column for Project in the tasklist.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-12 15:51:06 -05:00
94e1c4dfed Added Tasks Page, Routing, SideBar entry, and API methods.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-09 13:29:59 -05:00
f7ce3a39d0 Fixes for Estimate/Sales Order creation.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-09 10:33:12 -05:00
016aa08b95 Added Property Detail page and routing from Clients list.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-09 09:51:30 -05:00
54280ac78f Changed the customer name and Property column types to link to support additional ways to access the forthcoming customer detail page and the current property detail page.
1a7f0d872a Added a link type to the datatable columns.
Compare 2 commits »
bnilsen pushed to main at bnilsen/custom_ui 2026-01-08 17:06:41 -05:00
9803f0718c Job creation v1
bnilsen pushed to main at bnilsen/custom_ui 2026-01-08 11:44:31 -05:00
181db2c4e6 Added quick action buttons to Clients page and Client Detail Page.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-02 15:31:50 -05:00
702e718431 Styling changes to increase reactivity of CRM UI.
bnilsen pushed to main at bnilsen/custom_ui 2025-12-23 20:56:02 -05:00
b8fea2c9ca Added a job creation method from Sales Invoice
bnilsen pushed to main at bnilsen/custom_ui 2025-12-23 17:27:24 -05:00
48431db7ee Fixed a bug where Tasks weren't loading filtered by Job.
bnilsen pushed to main at bnilsen/custom_ui 2025-12-23 14:48:34 -05:00
b2f77f2ca1 Added Job detail page with a datatable displaying all Tasks related to that Job.
bnilsen pushed to main at bnilsen/custom_ui 2025-12-23 09:51:02 -05:00
3b2c78e4d4 The Jobs page now reads data from Projects List, click on a row and go to a detail page.
Compare 2 commits »
bnilsen pushed to main at bnilsen/custom_ui 2025-12-22 23:33:34 -05:00
9c837deb52 Added a rough and dirty Job page and the JS API methods for it.