Vous êtes sur la page 1sur 4

convert pdf file (data) to an excel Format.

Project Description:
Require creation of a full featured restaurant secure web based POS system with a killer clean easy interface. NEEDS to allow ordering via touchscreen terminals by guests such as any web browser. the server software will be hosted on our own servers as a cloud service for restaurant owners, or the software can be installed onto our dedicated hardware to be installed in the restaurant itself system will need a payment system, integration with industry standard cash drawers, keyboads, printers etc toouchscreens can be installed on each table or guest can bring his own smartphone and be given an input code upon arrival to allow him to interact with the restaurants ordering system scaled down version of this can be offered to restaurants with existing POS systems who only require guest touchscreen ordering feature, therefore this software must integrate with existing popular POS APIs as well as our own web based POS management interface will include back end setup and set up of customer facing touchscreen interface When customer confirm the order from the e-menu, it should be printed directly on the kitchen printer (billing printer), the data should be only Table number, items and quantity. Again the same order should go to the POS software or the web server, i mean to the manager (with all details including price and 10% service charge at final bill, and at last he can print the full bill. full specification and more details can be provided

Skills required:
.NET, Graphic Design, HTML, PHP, Website Design

Project Description:
Hi developers, We need a two web portals one for job portal and other for matrimonial in asp.net cms or vb.net . we review a lot of site but i find 4 tricky website. these all site are simple but contain more then 7 million pages to marketing. check these links carefully and let me know that it can be done in ?we also need on page seo, keyword , meta tag or title like the given links. we want littel bit diff look of my portal from refference links. please have a look of refrence links. http://www.google.com/url?sa=t&rct=j&q=flights.isonline.in&source=web&cd=1&ved=0CJMBEBY wAA&url=http%3A%2F%2Fflights.isonline.in%2F&ei=IVpT7ScJ9HLrQewyPzBAQ&usg=AFQjCNEVZXIwLmfKQmxQiTvko86ws4hqhA&cad=rja http://www.google.com/url?sa=t&rct=j&q=cruises.isonline.in&source=web&cd=1&ved=0CGcQFjA A&url=http%3A%2F%2Fcruises.isonline.in%2F&ei=RFpT_moMcPHrQeH7JEx&usg=AFQjCNHUJkEMrQiTnXJcWeS6GZyOcAENRA&cad=rja http://www.google.com/url?sa=t&rct=j&q=banking.isonline.in&source=web&cd=1&ved=0CFgQFj AA&url=http%3A%2F%2Fbanking.isonline.in%2F&ei=V1pT4HZGsnirAeZnehk&usg=AFQjCNH91lExqA8lq3NaIIPcoRBtWAxEzw&cad=rja

http://www.google.com/url?sa=t&rct=j&q=isonline.in%2Fimages%2F&source=web&cd=1&ved=0 CFcQFjAA&url=http%3A%2F%2Fisonline.in%2Fimages%2F&ei=uV6pT9OmFMnSrQeB8K2BAg &usg=AFQjCNG0k8d12PBGT45hdElidR-n0Y1VbA&cad=rja http://www.google.com/url?sa=t&rct=j&q=isonline.in%2Fjaipur%2F&source=web&cd=1&ved=0C HAQFjAA&url=http%3A%2F%2Fisonline.in%2Fjaipur%2F&ei=3V6pT5ngNcvhrAfMqLHdAQ&usg =AFQjCNEIPa7nAw4w0InqimUtXc-zlVjREA&cad=rja we need our application should be complete in two months. write "love coders" so we understand that you read our requirement carefully. Thanks

Skills required:
.NET, AJAX, ASP, C# Programming, Visual Basic

Project Description:
I want convert some code from Vb6 to Vb.net 2005 there are 3 modules , contains function procedure .... it use common use defined fiction and APIs aslo Approximate LOC of a each module will be 1000 sample of the code Public EndDate As Date Public currentYear As Boolean Public ErrorHandler As Label Public conString As String Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Public Declare Function CopyFile Lib "kernel32" Alias "CopyFileA" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String, ByVal bFailIfExists As Long) As Long Private Declare Function GetComputerName Lib "kernel32" Alias "GetComputerNameA" (ByVal sBuffer As String, lSize As Long) As Long Public Declare Function ReleaseCapture Lib "user32" () As Long Public Declare Function CreatePolygonRgn Lib "gdi32" (lpPoint As POINTAPI, ByVal nCount As Long, ByVal nPolyFillMode As Long) As Long Public Declare Function CreateRectRgn Lib "gdi32" (ByVal x1 As Long, ByVal y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long Public Declare Function CreateRoundRectRgn Lib "gdi32" (ByVal x1 As Long, ByVal y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long) As Long Public Declare Function CreateEllipticRgn Lib "gdi32" (ByVal x1 As Long, ByVal y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long Public Declare Function CombineRgn Lib "gdi32" (ByVal hDestRgn As Long, ByVal hSrcRgn1 As Long, ByVal hSrcRgn2 As Long, ByVal nCombineMode As Long) As Long Public Declare Function DeleteObject Lib "gdi32" (ByVal hObject As Long) As Long Public Declare Function SetWindowRgn Lib "user32" (ByVal hWnd As Long, ByVal hRgn As Long, ByVal bRedraw As Boolean) As Long Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long

Public Const LB_FINDSTRING = &H18F Public Type POINTAPI X As Long Y As Long End Type Public Const RGN_COPY = 5 Public ResultRegion As Long Public PrinterDialog As New clsPrintDialog '-----------User Defined Constants--------------------Public Const msgStrngNoPermisionToope = "Access Denied " Public Const Catring = "Catering " Public Const Takeaway = "Take away" '---------------------------------Sub Main() frmLogin.Show End Sub Public Sub Conect_To_DataBase() 'Call SetAttr(DBPath, vbNormal) 'On Error GoTo Erh: Set xindata = New Connection 'opening database globaly using ADO conString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & DBPath & ";Persist Security Info=False" conString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=L:\est\Xdata2004.mdb;Persist Security Info=False;Jet OLEDB:Database Password=xinonsystems)(*&^12345" conString = "Provider = Microsoft.Jet.OLEDB.4.0; " & _ "Persist Security Info= False; " & _ "Data Source = " & DBPath & "; " & _ "Jet OLEDB:Database Password =xin12#$bj"

xindata.ConnectionString = conString xindata.Open Dim RsConfig As New ADODB.Recordset RsConfig.Open "Select * from Config", xindata, adOpenStatic, adLockPessimistic Do While Not RsConfig.EOF If RsConfig!Particular = "StartDate" Then StartDate = RsConfig!dtdata If RsConfig!Particular = "EndDate" Then EndDate = RsConfig!dtdata If RsConfig!Particular = "YearStatus" And RsConfig!strData = "CurrentYear" Then currentYear = True RsConfig.MoveNext Loop Exit Sub Erh:

MsgBox Err.Number MsgBox Err.Description MsgBox "Check Network Connection Exist/Permision", vbInformation End Sub Function NewDate(DtTop As Integer, DtLeft As Integer) As Date frmDate.Left = DtLeft frmDate.Top = DtTop frmDate.Show vbModal NewDate = CldValue End Function

Skills required:
.NET, Visual Basic

Vous aimerez peut-être aussi