Search Results

Search: Posts Made By: dicenl
3,777
Posted By dicenl
at this point we have script that does a text to...
at this point we have script that does a text to postscript conversion. then a postscript to pdf and after that a merge of the company form pdf and the ordersystem output pdf. by the way, the order...
3,777
Posted By dicenl
Well, we have a custom build ordersystem, build...
Well, we have a custom build ordersystem, build by one of my colleguas. the system creates orders, invoices, work orders and letters of content. This systems creates csv or txt files when printing...
3,777
Posted By dicenl
Create invoice pdf file
Hi all,

I'm trying to create a script to merge a csv or txt file with a pdf template. So i have a pdf template with company logo and i want to merge it with a csv or txt file so i can create a...
4,337
Posted By dicenl
use it for what? you should need a goal like...
use it for what? you should need a goal like setting up a webserver or whatever so you can learn a specific area of linux. to just learn linux/unix i would say use The UNIX and Linux Forums - Learn...
5,266
Posted By dicenl
a last addition to the script. i wanted to be...
a last addition to the script. i wanted to be able to delete al the open ticket files at once by a rm *.txt and Franklin52 (https://www.unix.com/members/302022134.html) again had the solutions:

awk...
5,266
Posted By dicenl
i finaly got the remaining 1% working. much...
i finaly got the remaining 1% working. much easier than expected.

awk 'NR==FNR{a[$1]=$NF;next}
a[$1]{b[$1]=1;print $0 > $1}
END{for(i in a){if(b[i]){system("cat " i " | mail -s OpenOTRStickets...
5,266
Posted By dicenl
ok many tnx! it already does 99% what i want. tnx...
ok many tnx! it already does 99% what i want. tnx for al the help. if i find what i need i'll post it here!
5,266
Posted By dicenl
tnx again! i did some more testing. i think there...
tnx again! i did some more testing. i think there is a problem with the uuencode. i changed it to us-ascii (probably a stupid thing to do) and also tried mimencode. both are not working. i get the...
5,266
Posted By dicenl
i just tested the script. it did work for a bit....
i just tested the script. it did work for a bit. When i run the script it kinda hangs. when i kill it with CRTL-C i got this message:

(Interrupt -- one more to kill letter)
No message, no...
5,266
Posted By dicenl
Ok tnx. that's some code i wouldnt have come up...
Ok tnx. that's some code i wouldnt have come up with :) still lots to learn! i will try it tonight at home. i'll let you know if it works!

(i use SuSE Linux)
5,266
Posted By dicenl
the desired output would be a per user email with...
the desired output would be a per user email with a subject like 'open tickets' and as body the ticket id's with the subject. i would like to run it in cron so it can run once a week. if thats not...
5,266
Posted By dicenl
combine data of 2 files by variable
my first post ... please be gentle.
I have been working on a script to get info out of mysql. Its a support ticket system database OTRS. I can write the subject of open tickets to a text file with...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 03:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy