[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [104] trunk



Revision: 104
          http://svn.sourceforge.net/ledger-smb/?rev=104&view=rev
Author:   einhverfr
Date:     2006-09-15 22:18:51 -0700 (Fri, 15 Sep 2006)

Log Message:
-----------
Added experimental server-side printing for Windows.

Modified Paths:
--------------
    trunk/Changelog

Added Paths:
-----------
    trunk/winprint.bat

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2006-09-15 22:27:10 UTC (rev 103)
+++ trunk/Changelog	2006-09-16 05:18:51 UTC (rev 104)
@@ -12,6 +12,7 @@
 * One is required to change the admin password when it is blank (on first login etc).
 
 Usability
+* We now support adding custom automation into a custom.pl
 * Setup.pl use is now experimentally supported
 * Disabled editing sub-assemblies in one area where it is unsafe.
 * Utility included for near-real-time parts short email notifications.
@@ -21,6 +22,7 @@
 * Sales Data Report added
 * SL2LS.pl now dies if it cannot open the files with instructions on how to proceed manually
 * Links between admin and login pages
+* Experimental support for Windows printing
 
 Changelog for LedgerSMB v 1.0.0p1
 * Fixed directory transversal/arbitrary code execution vulnerability.

Added: trunk/winprint.bat
===================================================================
--- trunk/winprint.bat	                        (rev 0)
+++ trunk/winprint.bat	2006-09-16 05:18:51 UTC (rev 104)
@@ -0,0 +1,8 @@
+IF X%1==X GOTO printdefault
+GOTO printname
+:printname
+gsprint -name %1 - > NUL
+GOTO end
+:printdefault
+gspring -noprinter - > NUL 
+:end


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.