The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
108 views

Ticket System with inventory support

Are there any ticket systems out there similar to otrs or osticket that also allow for inventory management?
0
votes
0answers
79 views

Access .ADP Report functionality in newer programming languages

My question was prompted by the discussion here: Re-write access adp / sqlserver to C# .net? Some background: My company currently uses an Access .ADP application for order processing. The backend ...
0
votes
0answers
99 views

Multi project ticketing system

I want a ticketing system that for each client will be shown another different Request Type. For example: I have 3 different Software solutions: A,B,C and i will have 100 different clients: c1, c2, ...
0
votes
2answers
109 views

Software Engineering Support Services to Purchase? (ticketing, code review, customer support)

There are many choices when it comes to bug tracking systems, code review, customer support, source control hosts, document sharing, team collaboration suites, etc. I am seeking advice as to what ...
10
votes
2answers
3k views

Mail gem - how to clean up the body string

I'm trying to read an email using ruby mail gem. But mail.body.decoded returns me not just the body message. How can I clean up this body message and remove unwanted text like: ...
2
votes
3answers
4k views

How can I build a support ticket system with PHP?

I have a custom and simple php/mysql based user system. I'm trying to build a way for members to send product support to our staff (put it in a database, & viewed in admin area) and for them to ...
31
votes
4answers
3k views

Start a git commit message with a hashmark (#)

Git treats lines starting with # as comment lines when committing. this is very annoying when working with a ticket tracking system, and trying to write the ticket number at the beginning of the line, ...