nkahat
September 13, 2015, 12:04pm
1
Dears,
after i upgrade from v4 to v5, i notice that my EOD report can’t be created automatically and insted of that it open athe save window.
the saving EOD action was disabled after the upgrade. and after i create a new saving action it didn’t work well and just open saving window.
emre
September 13, 2015, 1:23pm
2
Try this.
Configure File Name as a Variable like [:File Name]
Edit rule that calls this action.
Remove action, save rule, edit rule and re-add Save Report Action.
File Name will appear as a new action parameter.
Type this inside that parameter.
You should be able to use {DATE:x}
tag instead of Helper.GetUniqueString()
function.
1 Like
nkahat
September 17, 2015, 2:49pm
3
thanks Emre,
sorry for the long time to reply due to un-planned travel.
however, i do the needed changes but still has the same issue.
apreciating your help by posting the required steps.
thanks again
Jesse
September 17, 2015, 5:05pm
4
Show some screenshots of your Action and Rule that contains the action with it expanded so we can see variables.
emre
September 17, 2015, 5:39pm
5
OK. I’ve reproduced it Will work fine on next update.
1 Like
nkahat1
September 17, 2015, 5:58pm
6
Thanks brothers for all support.
Emre, still looking for full customized Database
Kendash, your old pre-build database give us great help. If you can share a new version that will be appreciated
Jesse
September 17, 2015, 6:05pm
7
We wont share databases anymore but we are working on Configuration tasks which are much better. These allow you to customize features as they are installed. I will show an example video of one we are working on now. As you know I released a very detailed and complex tutorial for a new v5 Time Clock well here is a video of how a Configuration Task can be used to set this up for your system without having to create all the rules etc.
This is a fresh Database I have not done a single configuration to it.
2 Likes
nkahat1
September 17, 2015, 6:12pm
8
1 Like
nkahat
September 19, 2015, 10:44pm
9
Hi Emre,
again to the same topic. i’m still did not fix the issue with the saving the EOD report.
please check my post
thanks
nkahat
September 19, 2015, 10:45pm
10
it works some how but it create the report without name !!!
please help
Jesse
September 19, 2015, 10:58pm
15
{DATE:X} is just a representation… you fill in X with your format for date.
Example {DATE:mm-dd-yyyy}
would produce a date like 09-19-2015
So to sum it up in the action put [:Name]
for File Name
In the Rule add your action and put D:\SAMBAPOS5\Reports\{DATE:mm-dd-yyyy}.xps
That will produce a report like 09-19-2015.xps
BONUS: if you wanted to add more to the name of file you could do something like this:
D:\SAMBAPOS5\Reports\WP{DATE:mm-dd-yyyy}.xps
That will produce a file that looks like this:
WP09-19-2015.xps
1 Like
nkahat
September 19, 2015, 11:03pm
16
it works fine now,
brother Kendash, you are one of the best
many thanks to you
Jesse
September 19, 2015, 11:04pm
17
Read the last part of thread above I just edited it in. You might want to consider that if you plan to save other reports with date as well
nkahat
September 19, 2015, 11:11pm
18
Great yes it will add more value to it.
what about adding counter like
WP09-19-2015_1.xps
If thier is more than one work period in the same date
emre
September 19, 2015, 11:18pm
19
You can use {WORKPERIOD ID}
tag. Not a daily counter but better.
2 Likes
nkahat
September 19, 2015, 11:32pm
20
emre:
{WORKPERIOD ID}
thanks Emre, it will be enough …
many thanks to all of you
1 Like