View | Details | Raw Unified | Return to bug 165478
Collapse All | Expand All

(-)/home/mel/svn/redports/melflynn/deskutils/myitcrm/Makefile (-17 / +66 lines)
Lines 6-49 Link Here
6
#
6
#
7
7
8
PORTNAME=	myitcrm
8
PORTNAME=	myitcrm
9
PORTVERSION=	0.2.9.1
9
PORTVERSION=	0.2.9.3
10
CATEGORIES=	deskutils
10
CATEGORIES=	deskutils
11
MASTER_SITES=	SF/myitcrm/
11
MASTER_SITES=	SF/myitcrm/
12
DISTNAME=	MyITCRM-${PORTVERSION}
12
DISTNAME=	MyITCRM1-${PORTVERSION}
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	rflynn@acsalaska.net
15
COMMENT=	MYIT CRM is a CRM project designed for Computer Servicing and Repairs
15
COMMENT=	MyIT CRM is a CRM project designed for Computer Servicing and Repairs
16
17
LICENSE=	GPLv3
16
18
17
USE_ZIP=	yes
19
USE_ZIP=	yes
18
USE_PHP+=	mysql
20
USE_PHP=	mysql session xml
19
USE_MYSQL=	yes
20
NO_BUILD=	yes
21
NO_BUILD=	yes
21
WWWOWN=		www
22
WRKSRC=		${WRKDIR}/MyITCRM-${PORTVERSION}
22
WWWGRP=		${WWWOWN}
23
23
24
PKGMESSAGE=	${WRKDIR}/${PORTNAME}/pkg-message
25
SUB_FILES=	pkg-message
24
SUB_FILES=	pkg-message
26
PLIST_DIRSTRY=	%%WWWDIR%%
25
PLIST_DIRSTRY=	%%WWWDIR%%
27
26
PATCH_STRIP=	-p1
28
OPTIONS=	APACHE "Use Apache webserver" on \
27
WRITEABLE=	conf.php log/access.log cache
29
		LIGHTTPD "Use Lighttpd webserver" off
28
PORTEXAMPLES=	htaccess.txt
29
PORTDOCS=	changelog.txt README.textile
30
USE_DOS2UNIX=	yes
31
32
OPTIONS=	APACHE		"Use Apache webserver" on \
33
		PHPMOD		"Use php module for Apache" off \
34
		LIGHTTPD	"Use Lighttpd webserver" off \
35
		NGINX		"Use Nginx" off
30
36
31
.include <bsd.port.options.mk>
37
.include <bsd.port.options.mk>
32
38
33
.if defined(WITH_APACHE)
39
.if defined(WITH_PHPMOD)
34
USE_APACHE=	22
40
WANT_PHP_MOD=	yes
41
.else
42
WANT_PHP_CGI=	yes
43
.endif
44
45
.if !defined(WITHOUT_APACHE)
46
USE_APACHE=	22+
35
.endif
47
.endif
36
.if defined(WITH_LIGHTTPD)
48
.if defined(WITH_LIGHTTPD)
37
RUN_DEPENDS+=	lighttpd:${PORTSDIR}/www/lighttpd
49
RUN_DEPENDS+=	lighttpd:${PORTSDIR}/www/lighttpd
38
.endif
50
.endif
51
.if defined(WITH_NGINX)
52
RUN_DEPENDS+=	nginx:${PORTSDIR}/www/nginx
53
.endif
54
55
# Set files to ignore.
56
.for file in ${PORTEXAMPLES} ${PORTDOCS} LICENSE.txt
57
WWW_IGNORE+=	-not -name ${file}
58
.endfor
59
60
.if defined(MAINTAINER_MODE)
61
trace-distfile: distclean
62
	@cd ${.CURDIR} && make FETCH_ARGS=-vFpr makesum
63
64
rm-install:
65
	${SU_CMD} '${RM} -rf ${WWWDIR}/install'
66
67
.endif
39
68
40
do-install:
69
do-install:
41
	@${MKDIR} ${WWWDIR}
70
	@${MKDIR} ${WWWDIR}
42
	@${CP} -r ${WRKDIR}/${PORTNAME}-${PORTVERSION}/* ${WWWDIR}
71
	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} '${WWW_IGNORE}'
43
	@${TOUCH} ${WWWDIR}/conf.php
72
	@if [ ! -f ${WWWDIR}/conf.php ]; then \
44
	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
73
		${CP} ${WWWDIR}/conf-default.php ${WWWDIR}/conf.php; \
74
	 fi
75
.for ent in ${WRITEABLE}
76
	@${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/${ent}
77
	@${CHMOD} u+w ${WWWDIR}/${ent}
78
.endfor
79
.if !defined(NOPORTEXAMPLES)
80
	@${MKDIR} ${EXAMPLESDIR}
81
.for ex in ${PORTEXAMPLES}
82
	@${INSTALL_DATA} ${WRKSRC}/${ex} ${EXAMPLESDIR}
83
.endfor
84
.endif # NOPORTEXAMPLES
85
.if !defined(NOPORTDOCS)
86
	@${MKDIR} ${DOCSDIR}
87
.for doc in ${PORTDOCS}
88
	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
89
.endfor
90
.endif #NOPORTDOCS
45
91
46
post-install:
92
post-install:
47
	@${CAT} ${PKGMESSAGE}
93
	@${CAT} ${PKGMESSAGE}
94
.if defined(MAINTAINER_MODE)
95
	@${MAKE} -C ${.CURDIR} rm-install
96
.endif
48
97
49
.include <bsd.port.mk>
98
.include <bsd.port.mk>
(-)/home/mel/svn/redports/melflynn/deskutils/myitcrm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (MyITCRM-0.2.9.1.zip) = 877583b2c1de8a70a60478ece9b18db8b4571d284426916fdeddd153edc8dfb1
1
SHA256 (MyITCRM1-0.2.9.3.zip) = 22560b9b5407cdc099fd775458dfb6bd34f0821dc5d57cd3a5e8e469a270a184
2
SIZE (MyITCRM-0.2.9.1.zip) = 2035632
2
SIZE (MyITCRM1-0.2.9.3.zip) = 2102844
(-)/home/mel/svn/redports/melflynn/deskutils/myitcrm/files/patch-bug263 (+144 lines)
Line 0 Link Here
1
commit 8c0d263b2672df6727e1d0be3fecfdef3df8c1eb
2
Author: unknown <Glen@.(none)>
3
Date:   Sun Feb 12 10:42:37 2012 +1100
4
5
    FIXES: #263
6
    Desc: Customers Address details not showing on HTML Invoices.
7
8
diff --git a/templates/invoice/print_html.tpl b/templates/invoice/print_html.tpl
9
index 2b79b32..eeeb2e1 100644
10
--- a/templates/invoice/print_html.tpl
11
+++ b/templates/invoice/print_html.tpl
12
@@ -7,15 +7,12 @@
13
     <body>
14
 
15
 <!-- BOF Top Row Section -->
16
-        <table  width="700" height="125" border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
17
+        <table  width="800px" height="125" border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
18
             <tr>
19
                 <!-- COMPANY DETAILS -->
20
-                <td valign="top" align="left" width="35%">
21
+                <td valign="top" align="left" width="200px">
22
                     {foreach item=item from=$company}
23
                     <table border="0" cellpadding="0" cellspacing="0">
24
-                        <!--<tr>
25
-                            <td colspan="2"><b>{$item.COMPANY_NAME}</b></td>
26
-                            </tr>-->
27
                         <tr>
28
                             <td valign="top"><b>{$translate_invoice_prn_address} :&nbsp;</b></td>
29
                             <td>{$item.COMPANY_ADDRESS|nl2br|regex_replace:"/[\r\t\n]/":" "}<br />{$item.COMPANY_CITY},<br />{$item.COMPANY_STATE},<br />{$item.COMPANY_ZIP}</td>
30
@@ -37,21 +34,21 @@
31
 		</td>
32
 
33
                 <!-- LOGO and Company Name-->
34
-                <td valign="top" align="center" width="30%">
35
+                <td valign="top" align="center" width="300px">
36
                     <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
37
                         <tr>
38
-                            <td width="100%">
39
-                                <a><img src="images/logo.jpg" alt="" border="0"></a>
40
+                            <td width="100%" align="center">
41
+                                <img src="images/logo.jpg" height="100px" alt="" border="0">
42
                             </td>
43
                         </tr>
44
                         <tr>
45
-                            <td style="text-align:center"><font size="+0"><b>{$item.COMPANY_NAME}</b></font></td>
46
+                            <td style="text-align:center"><b>{$item.COMPANY_NAME}</b></td>
47
                         </tr>
48
                     </table>
49
                 </td>
50
 
51
                 <!-- Invoice details -->
52
-                <td valign="top" align="right" width="35%">
53
+                <td valign="top" align="right" width="200px">
54
                     <table border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
55
                         <tr>
56
                             <td valign="top" width="90%" align="right">
57
@@ -80,17 +77,17 @@
58
         </table>
59
 <!-- EOF Top Row Section - NB This table ends exactly where the envelope window starts-->
60
     <br />
61
-<!-- BOF Address Row
62
-        <table  width="700" border="0" cellpadding="3" cellspacing="0" >
63
+<!-- BOF Address Row -->
64
+        <table  width="800" border="0" cellpadding="3" cellspacing="0" >
65
             <tr>
66
                 <td valign="top" width="10%" align="left"></td>
67
                 <td>
68
-                    <!- - <font size="-1"><b>{$translate_invoice_prn_bill_to} :</b></font><br /> - - >
69
+                    <p style="font:12px bold;">{$translate_invoice_prn_bill_to} :</p>
70
 			{foreach item=item from=$customer_details}
71
-                    <font size="+0">{$item.CUSTOMER_DISPLAY_NAME}</font><br />
72
-                    <font size="+0">{$item.CUSTOMER_ADDRESS|nl2br|regex_replace:"/[\r\t\n]/":" "}</font><br />
73
-                    <font size="+0">{$item.CUSTOMER_CITY},</font><br />
74
-                    <font size="+0">{$item.CUSTOMER_STATE} {$item.CUSTOMER_ZIP}</font>
75
+                    {$item.CUSTOMER_DISPLAY_NAME}<br />
76
+                    {$item.CUSTOMER_ADDRESS|nl2br|regex_replace:"/[\r\t\n]/":" "}<br />
77
+                    {$item.CUSTOMER_CITY},<br />
78
+                    {$item.CUSTOMER_STATE} {$item.CUSTOMER_ZIP}
79
 			{/foreach}
80
                 </td>
81
             </tr>
82
@@ -98,7 +95,8 @@
83
 <!-- EOF Address Row -->
84
 
85
 <!-- BOF Work Order Row -->
86
-        <table  width="700" border="0" cellpadding="3" cellspacing="0" >
87
+{if $wo_description > NULL}
88
+        <table  width="800" border="0" cellpadding="3" cellspacing="0" >
89
             <tr>
90
                 <td><b>{$translate_invoice_prn_work_order}</b></td>
91
                 <td><b>{$translate_invoice_prn_work_order_resolution}</b></td>
92
@@ -108,10 +106,11 @@
93
                 <td width="50%" valign="top" style="border-left: 1px solid;">{$wo_resolution}</td>
94
             </tr>
95
         </table>
96
+{/if}
97
 <!-- EOF Work Order Row -->
98
         <br />
99
 <!-- BOF Invoice Details Row -->
100
-        <table width="700" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
101
+        <table width="800" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
102
             <tr>
103
                 <td align="center" class="olotd5" ><font size="+2">{$translate_invoice_prn_invoice_details} {$item.CUSTOMER_DISPLAY_NAME}</font></td>
104
             </tr>
105
@@ -120,7 +119,7 @@
106
         <br />
107
 <!-- BOF Items Table Section -->
108
         <!-- Labour Table -->
109
-        <table width="700" border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
110
+        <table width="800" border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
111
             <tr>
112
                 <td width="40" class="olohead"><b>{$translate_invoice_prn_qty}</b></td>
113
                 <td class="olohead"><b>{$translate_invoice_prn_labour_items}</b></td>
114
@@ -143,7 +142,7 @@
115
         <br />
116
 
117
          <!-- Parts Table -->
118
-        <table width="700" border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
119
+        <table width="800" border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
120
             <tr>
121
                 <td width="40" class="olohead"><b>{$translate_invoice_prn_qty}</b></td>
122
                 <td class="olohead"><b>{$translate_invoice_prn_parts_items}</b></td>
123
@@ -166,10 +165,10 @@
124
 <!-- BOF Items Table Section -->
125
          <br />
126
 <!-- BOF Totals Box and Payments Section Row -->
127
-        <table width="700" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
128
+        <table width="800" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
129
             <tr>
130
                 <td colspan="1" valign="TOP">
131
-                    <table width="500" border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
132
+                    <table width="600" border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
133
                         <tr>
134
                             <td align="left" ><font size="-1"><b>{$translate_invoice_prn_payment_instructions}</b></font></td>
135
                         </tr>
136
@@ -259,7 +258,7 @@
137
 <br />
138
 <br />
139
 {if $thank_you > ''}
140
-<table width="700" border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
141
+<table width="800" border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
142
     <tr>
143
         <td  align="center"><font size="-1">{$thank_you}</font></td>
144
     </tr>
(-)/home/mel/svn/redports/melflynn/deskutils/myitcrm/files/pkg-message.in (-8 / +12 lines)
Lines 1-7 Link Here
1
---------------------------------------------------------------------------------------------
1
----------------------------------------------------------------------------
2
Installation has successfully completed!
2
Post installation instructions:
3
---------------------------------------------------------------------------------------------
3
----------------------------------------------------------------------------
4
MyITCRM is now installed in documentoroot: %%WWWDIR%%. 
4
MyITCRM is now installed in documentroot: %%WWWDIR%%. 
5
5
6
1) Create user, MySQL database and set privileges:
6
1) Create user, MySQL database and set privileges:
7
7
Lines 17-28 Link Here
17
Full Path: %%WWWDIR%%
17
Full Path: %%WWWDIR%%
18
Site Name: http://your-server/myitcrm
18
Site Name: http://your-server/myitcrm
19
19
20
3) Finally remove installation folder:
20
3) Finally move the installation folder or you will not be able to login:
21
21
22
rm -rf %%WWWDIR%%/install
22
mkdir -p $HOME/backup/myitcrm
23
mv %%WWWDIR%%/install $HOME/backup/myitcrm
23
24
24
NOTE: These may not be necessary but should be used as a guide only.
25
If you need to reinstall MyITCRM, move the directory back and go back to
26
step 2.
27
28
Recommended php.ini settings:
25
- memory_limit=32M
29
- memory_limit=32M
26
- register_globals=off
30
- register_globals=off
27
- safe_mode=off
31
- safe_mode=off
28
---------------------------------------------------------------------------------------------
32
============================================================================
(-)/home/mel/svn/redports/melflynn/deskutils/myitcrm/pkg-plist (-60 / +37 lines)
Lines 1-8 Link Here
1
%%WWWDIR%%/LICENSE.txt
1
@unexec if cmp -s %D/%%WWWDIR%%/conf.php %D/%%WWWDIR%%/conf-default.php; then rm -f %D/%%WWWDIR%%/conf.php; fi
2
%%WWWDIR%%/backup/.htaccess
2
%%WWWDIR%%/backup/.htaccess
3
%%WWWDIR%%/backup/bigdump.php
3
%%WWWDIR%%/backup/bigdump.php
4
%%WWWDIR%%/cache/index.php
4
%%WWWDIR%%/cache/index.php
5
%%WWWDIR%%/changelog.txt
6
%%WWWDIR%%/conf-default.php
5
%%WWWDIR%%/conf-default.php
7
%%WWWDIR%%/cron/.htaccess
6
%%WWWDIR%%/cron/.htaccess
8
%%WWWDIR%%/cron/backup.php
7
%%WWWDIR%%/cron/backup.php
Lines 48-57 Link Here
48
%%WWWDIR%%/images/icons/16x16/small_edit.gif
47
%%WWWDIR%%/images/icons/16x16/small_edit.gif
49
%%WWWDIR%%/images/icons/16x16/small_edit_employees.gif
48
%%WWWDIR%%/images/icons/16x16/small_edit_employees.gif
50
%%WWWDIR%%/images/icons/16x16/small_new_customer.gif
49
%%WWWDIR%%/images/icons/16x16/small_new_customer.gif
50
%%WWWDIR%%/images/icons/16x16/small_new_invoice_only.gif
51
%%WWWDIR%%/images/icons/16x16/small_new_work_order.gif
51
%%WWWDIR%%/images/icons/16x16/small_new_work_order.gif
52
%%WWWDIR%%/images/icons/16x16/stop.gif
52
%%WWWDIR%%/images/icons/16x16/stop.gif
53
%%WWWDIR%%/images/icons/16x16/up.gif
53
%%WWWDIR%%/images/icons/16x16/up.gif
54
%%WWWDIR%%/images/icons/16x16/view+.gif
54
%%WWWDIR%%/images/icons/16x16/view.gif
55
%%WWWDIR%%/images/icons/16x16/viewmag.gif
55
%%WWWDIR%%/images/icons/16x16/viewmag.gif
56
%%WWWDIR%%/images/icons/3floppy_mount.png
56
%%WWWDIR%%/images/icons/3floppy_mount.png
57
%%WWWDIR%%/images/icons/bookmark.png
57
%%WWWDIR%%/images/icons/bookmark.png
Lines 133-138 Link Here
133
%%WWWDIR%%/images/paymate/paymate_cc.gif
133
%%WWWDIR%%/images/paymate/paymate_cc.gif
134
%%WWWDIR%%/images/paypal/Thumbs.db
134
%%WWWDIR%%/images/paypal/Thumbs.db
135
%%WWWDIR%%/images/paypal/cc_paypal.gif
135
%%WWWDIR%%/images/paypal/cc_paypal.gif
136
%%WWWDIR%%/images/paypal/donate.gif
136
%%WWWDIR%%/images/paypal/pay_now.gif
137
%%WWWDIR%%/images/paypal/pay_now.gif
137
%%WWWDIR%%/images/paypal/pay_now.png
138
%%WWWDIR%%/images/paypal/pay_now.png
138
%%WWWDIR%%/images/rate_upload.PNG
139
%%WWWDIR%%/images/rate_upload.PNG
Lines 350-355 Link Here
350
%%WWWDIR%%/include/SMARTY/plugins/shared.make_timestamp.php
351
%%WWWDIR%%/include/SMARTY/plugins/shared.make_timestamp.php
351
%%WWWDIR%%/include/acl.php
352
%%WWWDIR%%/include/acl.php
352
%%WWWDIR%%/include/auth.php
353
%%WWWDIR%%/include/auth.php
354
%%WWWDIR%%/include/dhtmlxcombo/dhtmlxcombo.css
355
%%WWWDIR%%/include/dhtmlxcombo/dhtmlxcombo.js
356
%%WWWDIR%%/include/dhtmlxcombo/dhtmlxcommon.js
357
%%WWWDIR%%/include/dhtmlxcombo/ext/dhtmlxcombo_extra.js
358
%%WWWDIR%%/include/dhtmlxcombo/ext/dhtmlxcombo_group.js
359
%%WWWDIR%%/include/dhtmlxcombo/ext/dhtmlxcombo_whp.js
360
%%WWWDIR%%/include/dhtmlxcombo/imgs/bg_selection.gif
361
%%WWWDIR%%/include/dhtmlxcombo/imgs/blank.gif
362
%%WWWDIR%%/include/dhtmlxcombo/imgs/combo_select.gif
363
%%WWWDIR%%/include/dhtmlxcombo/imgs/combo_select_dhx_black.gif
364
%%WWWDIR%%/include/dhtmlxcombo/imgs/combo_select_dhx_blue.gif
365
%%WWWDIR%%/include/dhtmlxcombo/imgs/combo_select_dhx_skyblue.gif
353
%%WWWDIR%%/include/fpdf/font/courier.php
366
%%WWWDIR%%/include/fpdf/font/courier.php
354
%%WWWDIR%%/include/fpdf/font/desktop.ini
367
%%WWWDIR%%/include/fpdf/font/desktop.ini
355
%%WWWDIR%%/include/fpdf/font/helvetica.php
368
%%WWWDIR%%/include/fpdf/font/helvetica.php
Lines 444-450 Link Here
444
%%WWWDIR%%/include/jscalendar/lang/calendar-zh.js
457
%%WWWDIR%%/include/jscalendar/lang/calendar-zh.js
445
%%WWWDIR%%/include/jscalendar/lang/cn_utf8.js
458
%%WWWDIR%%/include/jscalendar/lang/cn_utf8.js
446
%%WWWDIR%%/include/jscalendar/menuarrow.gif
459
%%WWWDIR%%/include/jscalendar/menuarrow.gif
447
%%WWWDIR%%/include/phpinfo.php
448
%%WWWDIR%%/include/session.php
460
%%WWWDIR%%/include/session.php
449
%%WWWDIR%%/include/swift/lib/classes/Swift.php
461
%%WWWDIR%%/include/swift/lib/classes/Swift.php
450
%%WWWDIR%%/include/swift/lib/classes/Swift/Attachment.php
462
%%WWWDIR%%/include/swift/lib/classes/Swift/Attachment.php
Lines 587-593 Link Here
587
%%WWWDIR%%/include/swift/lib/swift_init.php
599
%%WWWDIR%%/include/swift/lib/swift_init.php
588
%%WWWDIR%%/include/swift/lib/swift_required.php
600
%%WWWDIR%%/include/swift/lib/swift_required.php
589
%%WWWDIR%%/include/swift/lib/swift_required_pear.php
601
%%WWWDIR%%/include/swift/lib/swift_required_pear.php
590
%%WWWDIR%%/include/tinymce/changelog.txt
591
%%WWWDIR%%/include/tinymce/jscripts/tiny_mce/langs/en.js
602
%%WWWDIR%%/include/tinymce/jscripts/tiny_mce/langs/en.js
592
%%WWWDIR%%/include/tinymce/jscripts/tiny_mce/license.txt
603
%%WWWDIR%%/include/tinymce/jscripts/tiny_mce/license.txt
593
%%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css
604
%%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css
Lines 846-883 Link Here
846
%%WWWDIR%%/js/sdmenu.js
857
%%WWWDIR%%/js/sdmenu.js
847
%%WWWDIR%%/js/submit.js
858
%%WWWDIR%%/js/submit.js
848
%%WWWDIR%%/js/tabs.js
859
%%WWWDIR%%/js/tabs.js
849
%%WWWDIR%%/language/asset/english.xml
850
%%WWWDIR%%/language/billing/english.xml
851
%%WWWDIR%%/language/billing/english_US.xml
852
%%WWWDIR%%/language/control/english.xml
853
%%WWWDIR%%/language/control/english_US.xml
854
%%WWWDIR%%/language/core/english.xml
855
%%WWWDIR%%/language/core/english_US.xml
856
%%WWWDIR%%/language/core/french.xml
857
%%WWWDIR%%/language/core/german.xml
858
%%WWWDIR%%/language/customer/english.xml
859
%%WWWDIR%%/language/customer/english_US.xml
860
%%WWWDIR%%/language/customer/french.xml
861
%%WWWDIR%%/language/customer/german.xml
862
%%WWWDIR%%/language/customer/spanish.xml
863
%%WWWDIR%%/language/employees/english.xml
864
%%WWWDIR%%/language/employees/english_US.xml
865
%%WWWDIR%%/language/english.xml
860
%%WWWDIR%%/language/english.xml
866
%%WWWDIR%%/language/english_US.xml
861
%%WWWDIR%%/language/english_US.xml
867
%%WWWDIR%%/language/error/english.xml
868
%%WWWDIR%%/language/error/english_US.xml
869
%%WWWDIR%%/language/index.php
862
%%WWWDIR%%/language/index.php
870
%%WWWDIR%%/language/invoice/english.xml
871
%%WWWDIR%%/language/invoice/english_US.xml
872
%%WWWDIR%%/language/parts/english.xml
873
%%WWWDIR%%/language/parts/english_US.xml
874
%%WWWDIR%%/language/portuguese.xml
875
%%WWWDIR%%/language/schedule/english.xml
876
%%WWWDIR%%/language/schedule/english_US.xml
877
%%WWWDIR%%/language/stats/english.xml
878
%%WWWDIR%%/language/stats/english_US.xml
879
%%WWWDIR%%/language/workorder/english.xml
880
%%WWWDIR%%/language/workorder/english_US.xml
881
%%WWWDIR%%/log/access.log
863
%%WWWDIR%%/log/access.log
882
%%WWWDIR%%/log/index.php
864
%%WWWDIR%%/log/index.php
883
%%WWWDIR%%/login.php
865
%%WWWDIR%%/login.php
Lines 936-942 Link Here
936
%%WWWDIR%%/modules/core/include/display_work_orders.php
918
%%WWWDIR%%/modules/core/include/display_work_orders.php
937
%%WWWDIR%%/modules/core/main.php
919
%%WWWDIR%%/modules/core/main.php
938
%%WWWDIR%%/modules/core/navagation.php
920
%%WWWDIR%%/modules/core/navagation.php
939
%%WWWDIR%%/modules/core/tool_bar.php
940
%%WWWDIR%%/modules/core/translate.php
921
%%WWWDIR%%/modules/core/translate.php
941
%%WWWDIR%%/modules/customer/customer_details.php
922
%%WWWDIR%%/modules/customer/customer_details.php
942
%%WWWDIR%%/modules/customer/delete.php
923
%%WWWDIR%%/modules/customer/delete.php
Lines 962-972 Link Here
962
%%WWWDIR%%/modules/expense/new.php
943
%%WWWDIR%%/modules/expense/new.php
963
%%WWWDIR%%/modules/expense/search.php
944
%%WWWDIR%%/modules/expense/search.php
964
%%WWWDIR%%/modules/index.php
945
%%WWWDIR%%/modules/index.php
946
%%WWWDIR%%/modules/invoice/delete.php
965
%%WWWDIR%%/modules/invoice/include.php
947
%%WWWDIR%%/modules/invoice/include.php
966
%%WWWDIR%%/modules/invoice/index.php
948
%%WWWDIR%%/modules/invoice/index.php
967
%%WWWDIR%%/modules/invoice/main.php
949
%%WWWDIR%%/modules/invoice/main.php
968
%%WWWDIR%%/modules/invoice/new.php
950
%%WWWDIR%%/modules/invoice/new.php
969
%%WWWDIR%%/modules/invoice/pdf.php
970
%%WWWDIR%%/modules/invoice/print.php
951
%%WWWDIR%%/modules/invoice/print.php
971
%%WWWDIR%%/modules/invoice/view.php
952
%%WWWDIR%%/modules/invoice/view.php
972
%%WWWDIR%%/modules/invoice/view_paid.php
953
%%WWWDIR%%/modules/invoice/view_paid.php
Lines 996-1001 Link Here
996
%%WWWDIR%%/modules/schedule/view.php
977
%%WWWDIR%%/modules/schedule/view.php
997
%%WWWDIR%%/modules/stats/hit_stats.php
978
%%WWWDIR%%/modules/stats/hit_stats.php
998
%%WWWDIR%%/modules/stats/hit_stats_view.php
979
%%WWWDIR%%/modules/stats/hit_stats_view.php
980
%%WWWDIR%%/modules/stats/include.php
999
%%WWWDIR%%/modules/stats/index.php
981
%%WWWDIR%%/modules/stats/index.php
1000
%%WWWDIR%%/modules/stats/main.php
982
%%WWWDIR%%/modules/stats/main.php
1001
%%WWWDIR%%/modules/supplier/delete.php
983
%%WWWDIR%%/modules/supplier/delete.php
Lines 1019-1026 Link Here
1019
%%WWWDIR%%/modules/workorder/print.php
1001
%%WWWDIR%%/modules/workorder/print.php
1020
%%WWWDIR%%/modules/workorder/view.php
1002
%%WWWDIR%%/modules/workorder/view.php
1021
%%WWWDIR%%/modules/workorder/view_closed.php
1003
%%WWWDIR%%/modules/workorder/view_closed.php
1022
%%WWWDIR%%/password.php
1023
%%WWWDIR%%/submit.php
1024
%%WWWDIR%%/templates/asset/index.php
1004
%%WWWDIR%%/templates/asset/index.php
1025
%%WWWDIR%%/templates/asset/view.tpl
1005
%%WWWDIR%%/templates/asset/view.tpl
1026
%%WWWDIR%%/templates/billing/display_gift.tpl
1006
%%WWWDIR%%/templates/billing/display_gift.tpl
Lines 1053-1065 Link Here
1053
%%WWWDIR%%/templates/core/password.tpl
1033
%%WWWDIR%%/templates/core/password.tpl
1054
%%WWWDIR%%/templates/core/submit.tpl
1034
%%WWWDIR%%/templates/core/submit.tpl
1055
%%WWWDIR%%/templates/customer/customer_details.tpl
1035
%%WWWDIR%%/templates/customer/customer_details.tpl
1056
%%WWWDIR%%/templates/customer/directions.tpl
1057
%%WWWDIR%%/templates/customer/edit.js
1058
%%WWWDIR%%/templates/customer/edit.tpl
1036
%%WWWDIR%%/templates/customer/edit.tpl
1059
%%WWWDIR%%/templates/customer/email.tpl
1037
%%WWWDIR%%/templates/customer/email.tpl
1060
%%WWWDIR%%/templates/customer/index.php
1038
%%WWWDIR%%/templates/customer/index.php
1039
%%WWWDIR%%/templates/customer/javascripts.js
1061
%%WWWDIR%%/templates/customer/memo.tpl
1040
%%WWWDIR%%/templates/customer/memo.tpl
1062
%%WWWDIR%%/templates/customer/new.js
1063
%%WWWDIR%%/templates/customer/new.tpl
1041
%%WWWDIR%%/templates/customer/new.tpl
1064
%%WWWDIR%%/templates/customer/search.tpl
1042
%%WWWDIR%%/templates/customer/search.tpl
1065
%%WWWDIR%%/templates/employees/delete.tpl
1043
%%WWWDIR%%/templates/employees/delete.tpl
Lines 1078-1087 Link Here
1078
%%WWWDIR%%/templates/expense/new.tpl
1056
%%WWWDIR%%/templates/expense/new.tpl
1079
%%WWWDIR%%/templates/expense/search.tpl
1057
%%WWWDIR%%/templates/expense/search.tpl
1080
%%WWWDIR%%/templates/index.php
1058
%%WWWDIR%%/templates/index.php
1059
%%WWWDIR%%/templates/invoice/address-only-print_html.tpl
1060
%%WWWDIR%%/templates/invoice/delete.php
1081
%%WWWDIR%%/templates/invoice/index.php
1061
%%WWWDIR%%/templates/invoice/index.php
1062
%%WWWDIR%%/templates/invoice/javascripts.js
1082
%%WWWDIR%%/templates/invoice/main.tpl
1063
%%WWWDIR%%/templates/invoice/main.tpl
1083
%%WWWDIR%%/templates/invoice/new.tpl
1064
%%WWWDIR%%/templates/invoice/new.tpl
1084
%%WWWDIR%%/templates/invoice/print.tpl
1065
%%WWWDIR%%/templates/invoice/print_html.tpl
1066
%%WWWDIR%%/templates/invoice/print_html.tpl.orig
1067
%%WWWDIR%%/templates/invoice/print_pdf_tpl.php
1085
%%WWWDIR%%/templates/invoice/view.tpl
1068
%%WWWDIR%%/templates/invoice/view.tpl
1086
%%WWWDIR%%/templates/invoice/view_paid.tpl
1069
%%WWWDIR%%/templates/invoice/view_paid.tpl
1087
%%WWWDIR%%/templates/invoice/view_unpaid.tpl
1070
%%WWWDIR%%/templates/invoice/view_unpaid.tpl
Lines 1154-1159 Link Here
1154
%%WWWDIR%%/upgrade/0281_0290/sql.php
1137
%%WWWDIR%%/upgrade/0281_0290/sql.php
1155
%%WWWDIR%%/upgrade/0290_0291/index.php
1138
%%WWWDIR%%/upgrade/0290_0291/index.php
1156
%%WWWDIR%%/upgrade/0290_0291/sql.php
1139
%%WWWDIR%%/upgrade/0290_0291/sql.php
1140
%%WWWDIR%%/upgrade/0291_0292/index.php
1141
%%WWWDIR%%/upgrade/0291_0292/sql.php
1142
%%WWWDIR%%/upgrade/0292_0293/index.php
1143
%%WWWDIR%%/upgrade/0292_0293/sql.php
1157
%%WWWDIR%%/upgrade/index.html
1144
%%WWWDIR%%/upgrade/index.html
1158
%%WWWDIR%%/upgrade/inv.php
1145
%%WWWDIR%%/upgrade/inv.php
1159
%%WWWDIR%%/upgrade/validate.js
1146
%%WWWDIR%%/upgrade/validate.js
Lines 1161-1168 Link Here
1161
%%WWWDIR%%/upload/index.php
1148
%%WWWDIR%%/upload/index.php
1162
%%WWWDIR%%/upload/rate_upload.csv
1149
%%WWWDIR%%/upload/rate_upload.csv
1163
%%WWWDIR%%/version.php
1150
%%WWWDIR%%/version.php
1164
%%WWWDIR%%/conf.php
1165
@dirrm %%WWWDIR%%/upload
1151
@dirrm %%WWWDIR%%/upload
1152
@dirrm %%WWWDIR%%/upgrade/0292_0293
1153
@dirrm %%WWWDIR%%/upgrade/0291_0292
1166
@dirrm %%WWWDIR%%/upgrade/0290_0291
1154
@dirrm %%WWWDIR%%/upgrade/0290_0291
1167
@dirrm %%WWWDIR%%/upgrade/0281_0290
1155
@dirrm %%WWWDIR%%/upgrade/0281_0290
1168
@dirrm %%WWWDIR%%/upgrade
1156
@dirrm %%WWWDIR%%/upgrade
Lines 1199-1217 Link Here
1199
@dirrm %%WWWDIR%%/modules/billing
1187
@dirrm %%WWWDIR%%/modules/billing
1200
@dirrm %%WWWDIR%%/modules/asset
1188
@dirrm %%WWWDIR%%/modules/asset
1201
@dirrm %%WWWDIR%%/modules
1189
@dirrm %%WWWDIR%%/modules
1202
@dirrm %%WWWDIR%%/log
1190
@dirrmtry %%WWWDIR%%/log
1203
@dirrm %%WWWDIR%%/language/workorder
1204
@dirrm %%WWWDIR%%/language/stats
1205
@dirrm %%WWWDIR%%/language/schedule
1206
@dirrm %%WWWDIR%%/language/parts
1207
@dirrm %%WWWDIR%%/language/invoice
1208
@dirrm %%WWWDIR%%/language/error
1209
@dirrm %%WWWDIR%%/language/employees
1210
@dirrm %%WWWDIR%%/language/customer
1211
@dirrm %%WWWDIR%%/language/core
1212
@dirrm %%WWWDIR%%/language/control
1213
@dirrm %%WWWDIR%%/language/billing
1214
@dirrm %%WWWDIR%%/language/asset
1215
@dirrm %%WWWDIR%%/language
1191
@dirrm %%WWWDIR%%/language
1216
@dirrm %%WWWDIR%%/js
1192
@dirrm %%WWWDIR%%/js
1217
@dirrm %%WWWDIR%%/install
1193
@dirrm %%WWWDIR%%/install
Lines 1301-1307 Link Here
1301
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/contextmenu
1277
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/contextmenu
1302
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/bbcode
1278
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/bbcode
1303
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/autosave/langs
1279
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/autosave/langs
1304
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/autosave/images
1305
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/autosave
1280
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/autosave
1306
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/autoresize
1281
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/autoresize
1307
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/advlist
1282
@dirrm %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/advlist
Lines 1354-1359 Link Here
1354
@dirrm %%WWWDIR%%/include/fpdf/font/makefont
1329
@dirrm %%WWWDIR%%/include/fpdf/font/makefont
1355
@dirrm %%WWWDIR%%/include/fpdf/font
1330
@dirrm %%WWWDIR%%/include/fpdf/font
1356
@dirrm %%WWWDIR%%/include/fpdf
1331
@dirrm %%WWWDIR%%/include/fpdf
1332
@dirrm %%WWWDIR%%/include/dhtmlxcombo/imgs
1333
@dirrm %%WWWDIR%%/include/dhtmlxcombo/ext
1334
@dirrm %%WWWDIR%%/include/dhtmlxcombo
1357
@dirrm %%WWWDIR%%/include/SMARTY/plugins
1335
@dirrm %%WWWDIR%%/include/SMARTY/plugins
1358
@dirrm %%WWWDIR%%/include/SMARTY/internals
1336
@dirrm %%WWWDIR%%/include/SMARTY/internals
1359
@dirrm %%WWWDIR%%/include/SMARTY
1337
@dirrm %%WWWDIR%%/include/SMARTY
Lines 1379-1385 Link Here
1379
@dirrm %%WWWDIR%%/fonts
1357
@dirrm %%WWWDIR%%/fonts
1380
@dirrm %%WWWDIR%%/css
1358
@dirrm %%WWWDIR%%/css
1381
@dirrm %%WWWDIR%%/cron
1359
@dirrm %%WWWDIR%%/cron
1382
@dirrm %%WWWDIR%%/cache
1360
@dirrmtry %%WWWDIR%%/cache
1383
@dirrm %%WWWDIR%%/backup
1361
@dirrm %%WWWDIR%%/backup
1384
@dirrmtry %%WWWDIR%%/
1362
@exec if [ ! -f %D/%%WWWDIR%%/conf.php ]; then cp -p %D/%%WWWDIR%%/conf-default.php %D/%%WWWDIR%%/conf.php; fi
1385
@exec mkdir -p %D/%%WWWDIR%%/include/tinymce/jscripts/tiny_mce/plugins/autosave/images

Return to bug 165478