Search

You searched for the word(s): userid:838373

Matching Posts

  • Dynamic table - Timesheet

    My newest issue is a time sheet where I need to show the availability of every device of the company. (see below for picture) The problem is that the number of Devices can change (Add or removed). Also the duration they are being in used can change. What I made here is simply a static form of what I want. I need to put it dynamic. The day on the left can change (Tuesday, Friday...) Next to the day name is the hours which starts at 8 and shows on the same line the device that are in used during the
    Posted to Web Forms (Forum) by RealityO on 6/15/2009
  • Re: Point of sale Receipt printing

    I will try something like that. As for now, I don't have the printer so I can't really test it out. Thank you
    Posted to Crystal Reports (Forum) by RealityO on 6/11/2009
  • Re: Interesting problem with getting OUTPUT parameters from SQL Server using C#

    I'm bumping a one year old thread: As anyone ever fixed this issue? I'm currently having the same exact problem and there's no solution in the thread.
    Posted to Microsoft Application Blocks (Forum) by RealityO on 6/9/2009
  • Point of sale Receipt printing

    I'm developping a Store (Point of sale) application in ASP.Net. (Could have been in VB.Net but I was more comfortable in ASP so I decided to try it out this way). My problem right now is that I don't know how to print a receipt after each transaction in the store. I want to print my receipts on something similar to that Epson TM-U220B . This one is network but if it would be easier to print on a USB/Serial version of printer I wouldn't mind. I've been reading on Crystal Reports as
    Posted to Crystal Reports (Forum) by RealityO on 6/1/2009
    Filed under: Point of sale receipt printing
  • Re: Need help to design a Master Inventory List

    Thank you very much infosolvex. I went from your example and made a small modification. In the attribute table, I removed "AttributeDescription" and changed it for "AttributeNameID" and "AttributeValue" I then created an other table called AttributeName which has a ID and a Name of an attribute. This way I can put my attributes name I will use there. But I really think this new way of seeing things will make my application faster.
    Posted to Architecture (Forum) by RealityO on 5/25/2009
  • Re: Need help to design a Master Inventory List

    [quote user="Major_Off"] Hi, I think the first solution is good, as for not big application ... [/quote] Then what would be the best solution for a "Big" application? I want to be prepared in case it really becomes a big application as you say. Is it still the way to proceed, it only takes more processing power/time to complete as it grow bigger?
    Posted to Architecture (Forum) by RealityO on 5/23/2009
  • Need help to design a Master Inventory List

    I'm currently trying to make an inventory system. Since most product than can be sold have a CUP Code, I'm creating a List which has the following Rows : Id, CUPCode, QuantityInStock, Price. I have a ID Number because I might sell stuff that don't have a CUP Code but I still want them to be accessible in the system. My problem is: I want to show different information which depends a lot on which product it is : If it's a book, I want to be able to get who wrote it, how many pages
    Posted to Architecture (Forum) by RealityO on 5/21/2009
  • Re: Select 10 records or any in the next two months

    Thanks... But maybe I wasn't clear enough in my first post. If in the next 2 months, there's 14 events, I want to show the 14. If there's less than 10, I want to show 10, no mather which month they're in.
  • Select 10 records or any in the next two months

    I'm trying to make a simple Query or maybe a Stored Procedure to do the following. I want to select All the records (which are events) that are dated in the next two months (today + 2 month). If the query returns less than 10 records, I want to select any other record in chronological order until I have a result of 10 records, unless there's less than 10 events in the future. I'm not sure how to verify how many records a select query has returned so that's my problem here. if >
Page 1 of 2 (17 items) 1 2 Next >