The company uses a version of Microsoft Great Plains (GP) that's been customized for the PEO industry. One piece of that is Integration Manager (IM). I've talked about the bridge application a number of times before. With an Excel file from a client and, with some sophisticated programming, we create a tab-delimited text transaction file for Integration Manager. We've set up some profiles in Integration Manager to upload payroll transactions into a batch in the Great Plains system, saving a lot of time and money. In some cases we've seen a 91% drop in the amount of time it takes to run a payroll.
Over the next few weeks or so, I'll be running Integration Manager for the Payroll department. Here are some numbers for today:Industry Transactions Emps Trucking 149 51 Trucking 168 90 Restaurant 86 43 Restaurant 94 48 Restaurant 72 39 Restaurant 82 34 Restaurant 94 40 Restaurant 97 40 Restaurant 87 47 Manufacturing 173 98
1002 transactions, for 530 employees of 10 clients.
Welcome to my online portfolio, the complement/substitute for my resume. The opinions included herein are my own and do not reflect those of any client or employer, past or present. Please check out the new site: http://danieljohnsonjr.com
- 401(k) report (7)
- accounting (1)
- administrivia (11)
- ADO (1)
- announcements (6)
- audio (1)
- batch files (1)
- benefits audit (2)
- blogging (8)
- branding (7)
- bridge application (17)
- business intelligence (7)
- cincinnati (6)
- client relations (4)
- community (1)
- competitive intelligence (2)
- conference (3)
- conversions (2)
- dashboard (3)
- data warehousing (1)
- design (4)
- documentation (2)
- financial reporting application (3)
- first post (1)
- get that job blog (2)
- global consumer products company (3)
- idea generation (2)
- integration manager (2)
- jazzmania productions (1)
- lessons learned (3)
- meetup (9)
- mentoring (3)
- microsoft great plains (5)
- music (2)
- nafta (1)
- networking (2)
- new media (22)
- payroll (6)
- peo (33)
- podcamp (3)
- podcampohio (2)
- podcasting (8)
- presentation (1)
- programming (31)
- public relations (1)
- public speaking (1)
- questions (1)
- requirements (4)
- search tool (3)
- social media networks (7)
- SQL (9)
- testing (1)
- training (1)
- troubleshooting (7)
- trucking (2)
- twitter (9)
- uml (1)
- VB.NET (2)
- VBA (1)
- wikis (1)
Monday, June 18, 2007
Microsoft Great Plains - Integration Manager in action
Posted by Daniel at 5:33 PM 3 comments
Topics: bridge application, integration manager, microsoft great plains, payroll, peo
Sunday, June 10, 2007
Every programmer should be on a testing project
I think every programmer should get a chance to be on a testing project because it will make him or her a better programmer. On one project I supported the complete software development lifecycle process to develop a multi-tiered, Intranet-based, Product Data Management System from a software quality assurance perspective. The company is a global consumer products company, and they were creating a system to manage information about their products.
To do this the testing team, of which I was a part, analyzed business requirements and functional specifications, and designed test cases. Then we built test data and executed the test cases. For the most part, each of us would concentrate on a specific aspect of the system.
Since my time on this and other testing projects, I've found myself approaching development from the perspective as a tester, and it's helped me be a better programmer. I wish the same for every programmer.
Posted by Daniel at 5:17 PM 0 comments
Topics: design, global consumer products company, programming, requirements, testing
Wednesday, June 6, 2007
At a Conference in Downtown Cincinnati
Over the next few days I'll be attending a conference in downtown Cincinnati. I'm really glad that I'll be able to catch the bus instead of driving the hour commute to Dayton.
The conference is being conducted by Thinkware, a vendor that has -- and I'm probably oversimplifying this -- customized Microsoft Great Plains for Professional Employer Organizations (PEOs). I look forward to learning more about the latest versions and seeing how I might be able to use it on my job.
I may or may not provide updates here.
June 7th Update: I found out it's not until today. More to come later perhaps!
Posted by Daniel at 5:46 AM 2 comments
Topics: conference, peo, training
Sunday, June 3, 2007
Helping company take advantage of a tax credit
I found out last year from the Accounting department at my current company that employers with tipped employees can get a tax credit based on how employees have reported their tips. I guess it's the IRS's way to encourage employers to get their employees to report tips so that they can get the tax from it.
The PEO model is one of co-employment: the client employs someone to do the work while the PEO employs the worker from an HR perspective. If the client doesn't take the tipped employee tax credit (or whatever it's actually called), then the PEO can take it.
For me it has meant developing yet another report from the SQL Server database. The business, of course, wants the report as soon as they can get it, and I and my boss help them understand that it cannot always happen overnight or even in a week.
The report, as many of these I develop lately, involves looking at the transaction history on employees' paychecks to identify reported tips. It sounds simple, and it really is, as long as you know where to look.
Over the past year or so, I've gotten better as I've come to understand where the types of information are stored - the database and the front-end are a modified version of Microsoft Great Plains, and the tables are not always intuitively-named.
I probably should push this application out to the Accounting department, since all I did was run it for last year and the current year. The upper management was certainly surprised at fast I'd turned their request around.
Posted by Daniel at 6:39 PM 0 comments
Topics: accounting, financial reporting application, peo, programming, SQL