dzlee Posted June 16, 2015 Posted June 16, 2015 hallo autoit communityi ask how to create bill temple and insert data to it then print itthanks
Moderators JLogan3o13 Posted June 16, 2015 Moderators Posted June 16, 2015 Hi, dzlee. There are many ways to accomplish what you're after. For simplicity, I would suggest the following:In Excel, find the receipt template that best fits your needs and save it locallyStudy the Excel functions in the help file, which will easily allow you to write to the template.Try these suggestions out, and post your code if you get stuck; we'll be happy to assist. dzlee 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
mLipok Posted June 16, 2015 Posted June 16, 2015 You can do it also with RTF or PDF.For RTF look in helpfile.For PDF look in Wiki mLipok Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24
Moderators Melba23 Posted June 16, 2015 Moderators Posted June 16, 2015 (edited) dzlee,Can you explain a bit more what exactly you are trying to do. For example, are you looking to set up your own billing system for a restaurant? The more information we have the better we can advise you.M23 Edited June 16, 2015 by Melba23 Typo dzlee 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
dzlee Posted June 16, 2015 Author Posted June 16, 2015 are you looking to set up your own billing system for a restaurant?exactly i find this bill template :http://topdocuments.com/wp-content/uploads/2015/02/Restaurant-Bill-Format-in-Excel-Free-Download.xlsxbut , have a problem to insert data on itan example script may help
Moderators Melba23 Posted June 16, 2015 Moderators Posted June 16, 2015 dzlee,have a problem to insert data on itWhat have you tried that has not worked?M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
dmob Posted June 16, 2015 Posted June 16, 2015 I used Martin's PrintMg UDF and DLL to print till slips, and it works beautifully dzlee 1
jchd Posted June 16, 2015 Posted June 16, 2015 Wich printer do you plan to use and how do you collect and store billing information?Since you consider printing now, you must have something already working. Can you show us the code, even to an MVP in PM? This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
dzlee Posted June 16, 2015 Author Posted June 16, 2015 (edited) any suggestions #include <Excel.au3> #include <Date.au3> $bill = _Excel_Open(False) $oWorkbook = _Excel_BookOpen($bill, @ScriptDir & "\test.xlsx",True) _Excel_RangeWrite($oWorkbook, Default, Random(1,100,1),"B6") _Excel_RangeWrite($oWorkbook, Default, "Date:"&_NowDate(),"D6") ;- _Excel_RangeWrite($oWorkbook, Default, "1","A9") _Excel_RangeWrite($oWorkbook, Default, "pizza","B9") _Excel_RangeWrite($oWorkbook, Default, "2","C9") _Excel_RangeWrite($oWorkbook, Default, "40","D9") _Excel_RangeWrite($oWorkbook, Default, "80","E9") _Excel_RangeInsert($oWorkbook.Activesheet, "A10:E10", $xlShiftDown) _Excel_BookSaveAs($oWorkbook,@ScriptDir & "\test1.xlsx", Default, True) _Excel_Print($bill, "A1:E25") _Excel_Close($bill) Edited June 16, 2015 by dzlee
dmob Posted June 16, 2015 Posted June 16, 2015 Here's a small till-slip printer example using said DLL...expandcollapse popup#include "..\printMGv2.68.au3" Print() Func Print() Local $pErr Local $Prn = _PrintDllStart($pErr) If $pErr Then MsgBox(0, "_PrintDllStart Error...", "Printer library cannot be initialised!" & @CRLF & @CRLF & _ "Check that the 'printmg.dll' file is present in the same folder as the Cashup program.") Return 0 EndIf Local $sPrinter = "Till_Printer_Name" Local $selPrn = _PrintSelectPrinter($Prn,$sPrinter ) If $selPrn = -1 Then MsgBox(0, "_PrintSelectPrinter Error...", "Printer " & $sPrinter & " cannot be selected!") Return 0 EndIf _PrintSetDocTitle($Prn, "Cashup Till Slip") ; start printing operation _PrintStartPrint($Prn) If @error Then MsgBox(0, "_PrintStartPrint Error...", "Printer cannot be started!", 0, $MainWin) Return 0 EndIf ;_PrintSetFont($Prn,$FontName,$FontSize,$FontCol=0,$Fontstyle = '') ;To check that the text will fit a space use _PrintGetTextHeight and _PrintGetTextWidth ;_PrintText($hDll,$sText,$ix=-1,$iy=-1,$iAngle=0) _PrintText($Prn, "***************************************", 10, 20) _PrintText($Prn, "* *", 10, 60) _PrintText($Prn, "* Eat-All-You_Can Restaurant *", 10, 100) _PrintText($Prn, "* Address Line 1 *", 10, 140) _PrintText($Prn, "* Address Line 2 *", 10, 180) _PrintText($Prn, "* Address Line 3 *", 10, 220) _PrintText($Prn, "* Tel: 555 666 7777 *", 10, 260) _PrintText($Prn, "* Fax: 555 666 7070 *", 10, 300) _PrintText($Prn, "* email: food@eatright.com *", 10, 340) _PrintText($Prn, "* *", 10, 380) _PrintText($Prn, "* Prompt, Quality Service *", 10, 420) _PrintText($Prn, "***************************************", 10, 460) _PrintText($Prn, " ", 10, 500) _PrintText($Prn, "Tx No: " & $pTx & " " & $tD & " " & $tT, 10, 540) _PrintText($Prn, "---------------------------------------", 10, 580) _PrintText($Prn, "Item Qty Price", 10, 620) _PrintText($Prn, "---------------------------------------", 10, 660) _PrintText($Prn, " ", 10, 700) ; print items here ;$pPos += 40 _PrintText($Prn, _StringRepeat(" ", 32) & "-------", 10, $pPos) _PrintText($Prn, _StringRepeat(" ", 21) & "TOTAL " & $sStr, 10, $pPos + 40) _PrintText($Prn, _StringRepeat(" ", 32) & "-------", 10, $pPos + 80) _PrintText($Prn, "***************************************", 10, $pPos + 160) _PrintText($Prn, "* *", 10, $pPos + 200) _PrintText($Prn, "* Thank you for your patronage *", 10, $pPos + 240) _PrintText($Prn, "* ---------------------------- *", 10, $pPos + 280) _PrintText($Prn, "* Have a pleasant day. *", 10, $pPos + 320) _PrintText($Prn, "* *", 10, $pPos + 360) _PrintText($Prn, "***************************************", 10, $pPos + 400) _PrintText($Prn, _StringRepeat(" ", 32), 10, $pPos + 440) _PrintEndPrint($Prn) EndFunc... and that's it Noodles and dzlee 2
jchd Posted June 16, 2015 Posted June 16, 2015 (edited) Sorry, disregard. Edited June 16, 2015 by jchd This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
Jfish Posted June 16, 2015 Posted June 16, 2015 Your code works for me, it prints out fine ... but the test.xlsx book must exist first. What error are you getting?Try this to see if you get an error (and add some error checking in general):$oWorkbook = _Excel_BookOpen($bill, @ScriptDir & "\test.xlsx") if @error then MsgBox("","error",@error) dzlee 1 Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
Noodles Posted January 20, 2017 Posted January 20, 2017 @dmob This example is awesome, thank you! Now with the printMG I was able to set up a simple little script that allows me to print receipts while on the go with an 80 mm mobile bluetooth printer. The only problem I can't seem to get a handle on is manipulating the output. As with most line printers, there are ESC/POS commands that allow for typical events, like opening a cash drawer, print upside-down and the like. In my case, I'd like to change the print mode, so I can print with double-height, double-width or both. According to the printer reference, I need to send the following command: ESC ! n, where n = 16 for double-height, 32 for double-width, etc. Seems easy enough, but I struggle with sending the command. I've tried the following examples with quotes, without quotes, all to no avail. _PrintText( $Prn Chr( 27) & Chr( 33) & 16 ) _PrintText( $Prn {ESC} & {!} & 16 ) send( Chr( 27) & Chr( 33) & 16 ) I'd be utterly grateful for any possible help or hint.
Noodles Posted January 24, 2017 Posted January 24, 2017 Did really nobody ever run into this issue? I'm still lost as to how to solve it...
Noodles Posted January 27, 2017 Posted January 27, 2017 One more shameless bump while I get my white flag ready.
InunoTaishou Posted January 27, 2017 Posted January 27, 2017 Try making a new topic for you issue instead of bumping a thread that was resolved 2 years ago. You will get much better results. Noodles 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now