2021 December
20 December 2021
3.26.2To view all the feature requests implemented in this version check out GitHub page. github.com/madrecha/jamku/milestone/49
Improvements
- Shift bill print lines up/down on a single click(of arrow icons) in Bill edit page. No more pesky editing of sort number. #829.
- Now you can move bill location from client level to group level and vice versa of a particular group by using the
Move Location
feature inGroup View -> Bill Location
tab #842. - Now you can edit team and labels in
Task List
"Table View". For this switch toEdit mode
and click on theTask Team
orTask label
cell of any task in table view. #868. #843. - Improved UI of
Task history
(aka Task Notification) page. Also now the note type you select get's stored in the browser. So next time you visit this page those options are automatically selected. #867. - Improved the UI of
Todo Template View -> Template Items
list. It looks same as Task View > Todo tab. #847. - In
Work done suggestions
page when you select a client, along with going and stuck tasks you will also see today's completed tasks. Also addedWork Done Card
in this page same asDashboard
page, which will show's today's and yesterday's work done by you. Check out this #856 for background on this feature request. - Task Notes character limit has been increased from 300 to 500 characters. #837.
- Now you can remove target date from task in bulk. To do this select the tasks from
Task List
. Click onUpdate Task
button for bulk update. UnderInfo
tab selectTarget Date
, let the date value be empty and click on the update toggle and then click onUpdate
button. #855. - Todo target date cannot be a past date from today. Only applicable when adding or changing target date. #851.
- Following into is shown create time, created by, modified time, modified by; on
Receipt Update dialog box
andBill edit page
. #854. #853. - Now you can send emails to your team in bulk. Goto
Office Config -> Email -> Team Emails
tab. Select the team members. Click onSend Email
button. Fill the necessary details and then click onSend
. #836.
Bug Fixes
- By default notes timeline filter in
Sub Task View -> Dashboard
tab is set to manual notes. #865.
12 December 2021
3.26.1To view all the feature requests implemented in this version check out GitHub page. github.com/madrecha/jamku/milestone/48
New
Target Day in Subtask Template Items.
This feature can help you specify the target date for subtask created using subtask templates. To use this feature follow the steps below.
- Visit
Office Config -> Subtask Temaplte
. Now in the subtask template list click on any subtask template. - Click on the
Add
button or thePen icon
, a dialog box will appear. You'll seeTarget Day
field in it.
The Target day
field works as follows.
- To specify the target date for subtask. Add the number of days in Target Day field while creating or updating a subtask template item. The target date will be assigned based on the Target Day value provided and Task Due Date in which this template is added.
- To make the Subtask target date same as Task Due date make Target Day as 0.
For ex: IfTask Due date = 12 December 2021
, and you've enter3
in the Target Day field. Then theSubtask target date = 9 December 2021
i.e 3 days before Task's due date. - To assign the Subtask target date after it's respective Task due date assign a negative value to Target Day field.
For ex: IfTask Due date = 12 December 2021
, and you've enter-3
in the Target Day field. Then theSubtask target date = 15 December 2021
i.e 3 days after Task's due date.
Improvements
- Added
Todo Group
field while creating/updating todo template items. So groups are now directly assign to todos when added in task through templates. - Now you can also specify
Target Date
for each todo. #544. - Now the
File upload
tab inTask View
,Client View
andSubtask view
can only be seen if the feature is activated for your office. #834. - Added link to
Task no
to route toTask view
in work done add dialog box. #824. - Options to copy unique email ids from
Client List -> Send Email -> Copy Emails
tab. #835. - Improved the font style for serial number in Bill Print preview pages. #839.
Bug Fixes
- Fixed the report filter issue while navigating from
Home calendar
toTask List
. #838.
05 December 2021
3.26.0To view all the feature requests implemented in this version check out GitHub page. github.com/madrecha/jamku/milestone/46
New
Bill Move from one client group to another
Now you can move bills and bill Location from one group to another. #369, #665 To know more about the process check this out -> How to move Bills from one client group to another
New
Option to disallow task completion if subtask is pending.
Similar to todo config now you can set subtask config as well to allor or dis allow task completion based on pending sub task. To configure this setting, visit Office Config -> Settings tab
. #801.
Improvements
- On bill view page, to update client location just select the location from the dropdown. It will auto update the client location without the need to click Save or click on "Enable Printing". #821
- Bulk import update of shortcut has new fields -
linkto
,linkid
,linkname
andisclientvis
. Use "Shortcut update" in data import page. #819 - Highlighted the count of Pending subtask and hearing in
Task view -> Dashboard tab
. #801 - Navigating to new page will automatically scroll to the top of the page. #828
- Entity legal name character legth increased from 50 to 200. #820
Bug Fixes
- Bill reset numbering issue has been fixed now. #817.