Messages - NinJA999 [ switch to compact view ]

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 16next
41
N.A.N.Y. 2010 / Re: NANY 2010 Release: Reimbursement Tracker
« on: December 31, 2009, 05:41 PM »
Released!  See note at the end of the first post.

42
N.A.N.Y. 2010 / Re: Topic: NANY 2010 Teaser: Reimbursement Tracker
« on: December 22, 2009, 08:39 PM »
Hmm, great idea for the name -- except at first glance I'd have no idea what it would do!  Only once I knew would I figure it out  ;D .  But thanks for the suggestion!

Well, when I originally designed this, it was just to tabulate the entire list, then hand in the receipt at the end to get one large check back.  Additional items could go on a new list (new .reb).  But that's a good idea, I'll see if I can work that in.

As for the PDF saving, well you *could* print to a pdf using one of those pdf printers, but I'll see if I can find a way to directly generate a pdf.  Great idea!

Thanks for your feedback!

43
N.A.N.Y. 2010 / NANY 2010 Final Release: Reimbursement Tracker
« on: December 22, 2009, 07:00 PM »
NANY 2010 Entry Information

Application Name Reimbursement Tracker
Version 0.4.6
Short Description Tool to help manage a list of reimbursements, with support for printing to a thermal printer.
Supported OSes Anything with .NET (only tested on Windows)
Web Page This thread, for now.
Download Link ZIP 329KB
System Requirements
  • .NET
  • (optional) Thermal Printer
Version History
  • 0.0.1 - Started
  • 0.1.0 - Basic list functionality
  • 0.2.0 - Printing to thermal printer added (specifically Custom Neo's), saving and loading added.
  • 0.2.5 - List redone with DataGridView.
  • 0.3.0 - Added icons from famfamfam.  Fixed "new" bug.
  • 0.3.5 - Misc. tweaks, release to NANY (note: this is still really beta.)
  • 0.4.0 - Printing support added (note: it does receipt-style printing.  invoice-style printing, if desired, will come later.)
  • 0.4.5 - Receipt Printer code upgraded - serial port option and checking now implemented
  • 0.4.6 - Fixed receipt printing bug
Author NinJA999
Screencast


Description
Keep track of the money others owe you! This is a tool created to help a user manage his/her reimbursable expenses and designed to create an attractive, easy to read, and easy for the boss to understand list.  It has the ability to print, or to print a professional-looking receipt to a thermal printer (receipt printer).

I created the application to help me keep track of my expenses for my robotics team (I spent over $600 of my own money last year, I believe) and drama club (I spent $100.01 on one play, as can be seen in the screenshot below!).  I happened to have a thermal printer and thought it would be awesome to have a "receipt" of my own to give to people so I could get that money back.  (That's why the receipt printing was one of the first things done!)  I know not many people have thermal printers, but hopefully this will be useful to others regardless!

Features
  • Keep track of date, location, description, and price of each expense.
  • Negative prices (e.g. returns or rebates) supported.
  • Print to thermal printer!  (Serial Port selectable)  (Note:  only the Custom Neo's is officially supported right now -- as it's the only printer I own to test on!  However, I am working on a plugin-like system to allow other printers with different commands to be easily added.  Most printers share similar serial commands, so this should not be a big problem.)
  • Printing to actual printer (currently receipt-style; invoice-style coming soon!)

Planned Features
  • Plugin-like system for other thermal printers (see above!)
  • Management system for thermal printers (to allow user to change the current printer from the plugins, to change the serial port to use, and to do a test print) -- this one is drawn out, and will be implemented very soon.
  • Undo/redo (again, the buttons are there but don't do anything yet)

Screencast


Screenshots
20100101.png
Receipt generated from above list:
receipt.jpg

Usage
Installation
Currently, just unzip the zip and run the exe.  Once I implement the plugin system, it'll probably become slightly more complicated (but only slightly; I want it to be as easy-to-use as possible!).

Using the Application
Well, most of the actions are pretty self-explanatory.  Enter reimbursements into the table in the main part of the application.  Lists are saved as .reb files.
There'll be more instructions once I complete the more complicated features.

Uninstallation
Currently, delete the exe and dll (and the settings xml).  Again, it may become more complicated later.

Known Issues
  • No actual invoice-style regular-printer printing yet.
  • Your thermal printer may not work with it yet.
  • Undo and redo do not work yet.

Can anyone think of a better name?  Any input is appreciated!

I am releasing this as-is.  However, it is still  a beta program.  The thermal printing will only work if your printer is compatible with the Custom Neo's.  I didn't have as much time to work on this as I thought (College Applications can be a pain), but the basic functionality is there!  "Final Release" means final for NANY, not final forever.  Feedback appreciated!

I've updated it to be much better (including printing!).  Sorry the updated version wasn't released till after NANY was over.  But still check it out if you get the chance!

44
I haven't had any issues running it under Win7 x64 -- except for the aforementioned loss of Aero.  Any chance there'll be an option to show/hide Aero in the future?

45
N.A.N.Y. 2010 / NANY 2010 Withdrawn: Countdown
« on: December 14, 2009, 07:18 PM »
NANY 2010 Entry Information

Application Name Countdown
Version 0.0.25
Short Description Simple, unobtrusive, movable, resizable countdown clock.
Supported OSes Anything with .NET (Not yet tested with Mono)
Web Page Not yet...
Download Link Eventually...
System Requirements
  • .NET
Version History
  • 0.0.1 - Started
  • 0.0.10 - Basic graphics + countdown created, movability & resizability added.  Added teaser.
  • 0.0.25 - Menu added, basic commands created.  Fixed colon bug.  Added screenshot.
Author NinJA999


Description
Simple, unobtrusive countdown app which counts down to a user-selectable date.  Resizable and movable, so it can sit anywhere on your desktop.  Countdown options range from DD:HH:MM:SS to just DD, and everything in-between.
Created because I love counting down to dates and times, and I'd like to have a small app sitting on my desktop doing exactly that.
Plus, it has cool red led graphics!

Features
  • Counts down to a date, is resizable and movable.

Planned Features
  • Add user menu: date switching, always on top, countdown format, etc.
  • Save date
  • Do something after countdown switches

Screenshots
Countdown-0.0.25.png
(Ugh, that border looks terrible.  The screenshot removed the pretty aero, I guess.  It doesn't look that bad on Vista, 7, or XP, I swear!)

Usage
Installation
Run the exe!

Using the Application
Application starts by default with a countdown to 5 days in the future.  Change all settings by right clicking.  Left click to drag.

Uninstallation
Delete the exe!  (But why would you ever want to? =P)

Known Issues
See planned features :D

This is hopefully the first of at least two NANY apps - stay tuned!


NOTE I'm looking around the web for a cool, shiny, free clock icon.  Any links?  Or anyone want to make one?  That would be pretty cool!

I have withdrawn this application -- there was not enough time for me to complete it to an acceptable standard.  My other application, Reimbursement Tracker, is being released.

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 16next
Go to full version