summaryrefslogtreecommitdiff
path: root/finance/weberp/pkg-plist
blob: 1931af615cd6003e36429a9fa6f20fce86d6f0bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
%%WWWDIR%%/AccountGroups.php
%%WWWDIR%%/AccountSections.php
%%WWWDIR%%/AddCustomerContacts.php
%%WWWDIR%%/AddCustomerNotes.php
%%WWWDIR%%/AddCustomerTypeNotes.php
%%WWWDIR%%/AgedDebtors.php
%%WWWDIR%%/AgedSuppliers.php
%%WWWDIR%%/Areas.php
%%WWWDIR%%/AuditTrail.php
%%WWWDIR%%/BOMExtendedQty.php
%%WWWDIR%%/BOMIndented.php
%%WWWDIR%%/BOMIndentedReverse.php
%%WWWDIR%%/BOMInquiry.php
%%WWWDIR%%/BOMListing.php
%%WWWDIR%%/BOMs.php
%%WWWDIR%%/BackupDatabase.php
%%WWWDIR%%/BankAccounts.php
%%WWWDIR%%/BankMatching.php
%%WWWDIR%%/BankReconciliation.php
%%WWWDIR%%/COGSGLPostings.php
%%WWWDIR%%/CompanyPreferences.php
%%WWWDIR%%/ConfirmDispatchControlled_Invoice.php
%%WWWDIR%%/ConfirmDispatch_Invoice.php
%%WWWDIR%%/ContractBOM.php
%%WWWDIR%%/ContractCosting.php
%%WWWDIR%%/ContractOtherReqts.php
%%WWWDIR%%/Contracts.php
%%WWWDIR%%/CopyBOM.php
%%WWWDIR%%/CounterSales.php
%%WWWDIR%%/CreditItemsControlled.php
%%WWWDIR%%/CreditStatus.php
%%WWWDIR%%/Credit_Invoice.php
%%WWWDIR%%/Currencies.php
%%WWWDIR%%/CustEDISetup.php
%%WWWDIR%%/CustLoginSetup.php
%%WWWDIR%%/CustWhereAlloc.php
%%WWWDIR%%/CustomerAllocations.php
%%WWWDIR%%/CustomerBranches.php
%%WWWDIR%%/CustomerInquiry.php
%%WWWDIR%%/CustomerReceipt.php
%%WWWDIR%%/CustomerTransInquiry.php
%%WWWDIR%%/CustomerTypes.php
%%WWWDIR%%/Customers.php
%%WWWDIR%%/DailyBankTransactions.php
%%WWWDIR%%/DailySalesInquiry.php
%%WWWDIR%%/DebtorsAtPeriodEnd.php
%%WWWDIR%%/DeliveryDetails.php
%%WWWDIR%%/Departments.php
%%WWWDIR%%/DiscountCategories.php
%%WWWDIR%%/DiscountMatrix.php
%%WWWDIR%%/EDIMessageFormat.php
%%WWWDIR%%/EDIProcessOrders.php
%%WWWDIR%%/EDISendInvoices.php
%%WWWDIR%%/EDISendInvoices_Reece.php
%%WWWDIR%%/EmailConfirmation.php
%%WWWDIR%%/EmailCustTrans.php
%%WWWDIR%%/ExchangeRateTrend.php
%%WWWDIR%%/FTP_RadioBeacon.php
%%WWWDIR%%/Factors.php
%%WWWDIR%%/FixedAssetCategories.php
%%WWWDIR%%/FixedAssetDepreciation.php
%%WWWDIR%%/FixedAssetItems.php
%%WWWDIR%%/FixedAssetLocations.php
%%WWWDIR%%/FixedAssetRegister.php
%%WWWDIR%%/FixedAssetTransfer.php
%%WWWDIR%%/FormDesigner.php
%%WWWDIR%%/FreightCosts.php
%%WWWDIR%%/GLAccountCSV.php
%%WWWDIR%%/GLAccountInquiry.php
%%WWWDIR%%/GLAccountReport.php
%%WWWDIR%%/GLAccounts.php
%%WWWDIR%%/GLBalanceSheet.php
%%WWWDIR%%/GLBudgets.php
%%WWWDIR%%/GLCodesInquiry.php
%%WWWDIR%%/GLJournal.php
%%WWWDIR%%/GLProfit_Loss.php
%%WWWDIR%%/GLTagProfit_Loss.php
%%WWWDIR%%/GLTags.php
%%WWWDIR%%/GLTransInquiry.php
%%WWWDIR%%/GLTrialBalance.php
%%WWWDIR%%/GLTrialBalance_csv.php
%%WWWDIR%%/GeocodeSetup.php
%%WWWDIR%%/GetStockImage.php
%%WWWDIR%%/GoodsReceived.php
%%WWWDIR%%/GoodsReceivedControlled.php
%%WWWDIR%%/InternalStockRequest.php
%%WWWDIR%%/InternalStockRequestAuthorisation.php
%%WWWDIR%%/InternalStockRequestFulfill.php
%%WWWDIR%%/InventoryPlanning.php
%%WWWDIR%%/InventoryPlanningPrefSupplier.php
%%WWWDIR%%/InventoryQuantities.php
%%WWWDIR%%/InventoryValuation.php
%%WWWDIR%%/Labels.php
%%WWWDIR%%/Locations.php
%%WWWDIR%%/Logout.php
%%WWWDIR%%/MRP.php
%%WWWDIR%%/MRPCalendar.php
%%WWWDIR%%/MRPCreateDemands.php
%%WWWDIR%%/MRPDemandTypes.php
%%WWWDIR%%/MRPDemands.php
%%WWWDIR%%/MRPPlannedPurchaseOrders.php
%%WWWDIR%%/MRPPlannedWorkOrders.php
%%WWWDIR%%/MRPReport.php
%%WWWDIR%%/MRPReschedules.php
%%WWWDIR%%/MRPShortages.php
%%WWWDIR%%/MailInventoryValuation.php
%%WWWDIR%%/MailSalesReport.php
%%WWWDIR%%/MailSalesReport_csv.php
%%WWWDIR%%/NoSalesItems.php
%%WWWDIR%%/OffersReceived.php
%%WWWDIR%%/OrderDetails.php
%%WWWDIR%%/OutstandingGRNs.php
%%WWWDIR%%/PDFBankingSummary.php
%%WWWDIR%%/PDFChequeListing.php
%%WWWDIR%%/PDFCustTransListing.php
%%WWWDIR%%/PDFCustomerList.php
%%WWWDIR%%/PDFDIFOT.php
%%WWWDIR%%/PDFDeliveryDifferences.php
%%WWWDIR%%/PDFGrn.php
%%WWWDIR%%/PDFLowGP.php
%%WWWDIR%%/PDFOrderStatus.php
%%WWWDIR%%/PDFOrdersInvoiced.php
%%WWWDIR%%/PDFPeriodStockTransListing.php
%%WWWDIR%%/PDFPickingList.php
%%WWWDIR%%/PDFPriceList.php
%%WWWDIR%%/PDFPrintLabel.php
%%WWWDIR%%/PDFQuotation.php
%%WWWDIR%%/PDFQuotationPortrait.php
%%WWWDIR%%/PDFReceipt.php
%%WWWDIR%%/PDFRemittanceAdvice.php
%%WWWDIR%%/PDFStockCheckComparison.php
%%WWWDIR%%/PDFStockLocTransfer.php
%%WWWDIR%%/PDFStockNegatives.php
%%WWWDIR%%/PDFStockTransfer.php
%%WWWDIR%%/PDFSuppTransListing.php
%%WWWDIR%%/PDFTopItems.php
%%WWWDIR%%/POReport.php
%%WWWDIR%%/PO_AuthorisationLevels.php
%%WWWDIR%%/PO_AuthoriseMyOrders.php
%%WWWDIR%%/PO_Chk_ShiptRef_JobRef.php
%%WWWDIR%%/PO_Header.php
%%WWWDIR%%/PO_Items.php
%%WWWDIR%%/PO_OrderDetails.php
%%WWWDIR%%/PO_PDFPurchOrder.php
%%WWWDIR%%/PO_SelectOSPurchOrder.php
%%WWWDIR%%/PO_SelectPurchOrder.php
%%WWWDIR%%/PageSecurity.php
%%WWWDIR%%/PaymentAllocations.php
%%WWWDIR%%/PaymentMethods.php
%%WWWDIR%%/PaymentTerms.php
%%WWWDIR%%/Payments.php
%%WWWDIR%%/PcAssignCashToTab.php
%%WWWDIR%%/PcAuthorizeExpenses.php
%%WWWDIR%%/PcClaimExpensesFromTab.php
%%WWWDIR%%/PcExpenses.php
%%WWWDIR%%/PcExpensesTypeTab.php
%%WWWDIR%%/PcReportTab.php
%%WWWDIR%%/PcTabs.php
%%WWWDIR%%/PcTypeTabs.php
%%WWWDIR%%/PeriodsInquiry.php
%%WWWDIR%%/Prices.php
%%WWWDIR%%/PricesBasedOnMarkUp.php
%%WWWDIR%%/PricesByCost.php
%%WWWDIR%%/Prices_Customer.php
%%WWWDIR%%/PrintCheque.php
%%WWWDIR%%/PrintCustOrder.php
%%WWWDIR%%/PrintCustOrder_generic.php
%%WWWDIR%%/PrintCustStatements.php
%%WWWDIR%%/PrintCustTrans.php
%%WWWDIR%%/PrintCustTransPortrait.php
%%WWWDIR%%/PurchData.php
%%WWWDIR%%/RecurringSalesOrders.php
%%WWWDIR%%/RecurringSalesOrdersProcess.php
%%WWWDIR%%/ReorderLevel.php
%%WWWDIR%%/ReorderLevelLocation.php
%%WWWDIR%%/ReprintGRN.php
%%WWWDIR%%/ReverseGRN.php
%%WWWDIR%%/SMTPServer.php
%%WWWDIR%%/SalesAnalReptCols.php
%%WWWDIR%%/SalesAnalRepts.php
%%WWWDIR%%/SalesAnalysis_UserDefined.php
%%WWWDIR%%/SalesByTypePeriodInquiry.php
%%WWWDIR%%/SalesCategories.php
%%WWWDIR%%/SalesCategoryPeriodInquiry.php
%%WWWDIR%%/SalesGLPostings.php
%%WWWDIR%%/SalesGraph.php
%%WWWDIR%%/SalesInquiry.php
%%WWWDIR%%/SalesPeople.php
%%WWWDIR%%/SalesTopItemsInquiry.php
%%WWWDIR%%/SalesTypes.php
%%WWWDIR%%/SecurityTokens.php
%%WWWDIR%%/SelectAsset.php
%%WWWDIR%%/SelectCompletedOrder.php
%%WWWDIR%%/SelectContract.php
%%WWWDIR%%/SelectCreditItems.php
%%WWWDIR%%/SelectCustomer.php
%%WWWDIR%%/SelectGLAccount.php
%%WWWDIR%%/SelectOrderItems.php
%%WWWDIR%%/SelectProduct.php
%%WWWDIR%%/SelectRecurringSalesOrder.php
%%WWWDIR%%/SelectSalesOrder.php
%%WWWDIR%%/SelectSupplier.php
%%WWWDIR%%/SelectWorkOrder.php
%%WWWDIR%%/ShipmentCosting.php
%%WWWDIR%%/Shipments.php
%%WWWDIR%%/Shippers.php
%%WWWDIR%%/Shipt_Select.php
%%WWWDIR%%/ShiptsList.php
%%WWWDIR%%/SpecialOrder.php
%%WWWDIR%%/StockAdjustments.php
%%WWWDIR%%/StockAdjustmentsControlled.php
%%WWWDIR%%/StockCategories.php
%%WWWDIR%%/StockCheck.php
%%WWWDIR%%/StockCostUpdate.php
%%WWWDIR%%/StockCounts.php
%%WWWDIR%%/StockDispatch.php
%%WWWDIR%%/StockLocMovements.php
%%WWWDIR%%/StockLocStatus.php
%%WWWDIR%%/StockLocTransfer.php
%%WWWDIR%%/StockLocTransferReceive.php
%%WWWDIR%%/StockMovements.php
%%WWWDIR%%/StockQties_csv.php
%%WWWDIR%%/StockQuantityByDate.php
%%WWWDIR%%/StockReorderLevel.php
%%WWWDIR%%/StockSerialItemResearch.php
%%WWWDIR%%/StockSerialItems.php
%%WWWDIR%%/StockStatus.php
%%WWWDIR%%/StockTransferControlled.php
%%WWWDIR%%/StockTransfers.php
%%WWWDIR%%/StockUsage.php
%%WWWDIR%%/StockUsageGraph.php
%%WWWDIR%%/Stocks.php
%%WWWDIR%%/SuppContractChgs.php
%%WWWDIR%%/SuppCreditGRNs.php
%%WWWDIR%%/SuppFixedAssetChgs.php
%%WWWDIR%%/SuppInvGRNs.php
%%WWWDIR%%/SuppLoginSetup.php
%%WWWDIR%%/SuppPaymentRun.php
%%WWWDIR%%/SuppPriceList.php
%%WWWDIR%%/SuppShiptChgs.php
%%WWWDIR%%/SuppTransGLAnalysis.php
%%WWWDIR%%/SupplierAllocations.php
%%WWWDIR%%/SupplierBalsAtPeriodEnd.php
%%WWWDIR%%/SupplierContacts.php
%%WWWDIR%%/SupplierCredit.php
%%WWWDIR%%/SupplierInquiry.php
%%WWWDIR%%/SupplierInvoice.php
%%WWWDIR%%/SupplierPriceList.php
%%WWWDIR%%/SupplierTenderCreate.php
%%WWWDIR%%/SupplierTenders.php
%%WWWDIR%%/SupplierTransInquiry.php
%%WWWDIR%%/SupplierTypes.php
%%WWWDIR%%/Suppliers.php
%%WWWDIR%%/SystemParameters.php
%%WWWDIR%%/Tax.php
%%WWWDIR%%/TaxAuthorities.php
%%WWWDIR%%/TaxAuthorityRates.php
%%WWWDIR%%/TaxCategories.php
%%WWWDIR%%/TaxGroups.php
%%WWWDIR%%/TaxProvinces.php
%%WWWDIR%%/TopItems.php
%%WWWDIR%%/UnitsOfMeasure.php
%%WWWDIR%%/UpgradeDatabase.php
%%WWWDIR%%/UserSettings.php
%%WWWDIR%%/WOSerialNos.php
%%WWWDIR%%/WWW_Access.php
%%WWWDIR%%/WWW_Users.php
%%WWWDIR%%/WhereUsedInquiry.php
%%WWWDIR%%/WorkCentres.php
%%WWWDIR%%/WorkOrderCosting.php
%%WWWDIR%%/WorkOrderEntry.php
%%WWWDIR%%/WorkOrderIssue.php
%%WWWDIR%%/WorkOrderReceive.php
%%WWWDIR%%/WorkOrderStatus.php
%%WWWDIR%%/Z_BottomUpCosts.php
%%WWWDIR%%/Z_ChangeBranchCode.php
%%WWWDIR%%/Z_ChangeCustomerCode.php
%%WWWDIR%%/Z_ChangeLocationCode.php
%%WWWDIR%%/Z_ChangeStockCategory.php
%%WWWDIR%%/Z_ChangeStockCode.php
%%WWWDIR%%/Z_ChangeSupplierCode.php
%%WWWDIR%%/Z_CheckAllocationsFrom.php
%%WWWDIR%%/Z_CheckAllocs.php
%%WWWDIR%%/Z_CheckDebtorsControl.php
%%WWWDIR%%/Z_CheckGLTransBalance.php
%%WWWDIR%%/Z_CreateChartDetails.php
%%WWWDIR%%/Z_CreateCompany.php
%%WWWDIR%%/Z_CreateCompanyTemplateFile.php
%%WWWDIR%%/Z_CurrencyDebtorsBalances.php
%%WWWDIR%%/Z_CurrencySuppliersBalances.php
%%WWWDIR%%/Z_DataExport.php
%%WWWDIR%%/Z_DeleteCreditNote.php
%%WWWDIR%%/Z_DeleteInvoice.php
%%WWWDIR%%/Z_DeleteSalesTransActions.php
%%WWWDIR%%/Z_DescribeTable.php
%%WWWDIR%%/Z_ImportChartOfAccounts.php
%%WWWDIR%%/Z_ImportFixedAssets.php
%%WWWDIR%%/Z_ImportGLAccountGroups.php
%%WWWDIR%%/Z_ImportGLAccountSections.php
%%WWWDIR%%/Z_ImportPartCodes.php
%%WWWDIR%%/Z_ImportStocks.php
%%WWWDIR%%/Z_MakeNewCompany.php
%%WWWDIR%%/Z_MakeStockLocns.php
%%WWWDIR%%/Z_ReApplyCostToSA.php
%%WWWDIR%%/Z_RePostGLFromPeriod.php
%%WWWDIR%%/Z_ReverseSuppPaymentRun.php
%%WWWDIR%%/Z_SalesIntegrityCheck.php
%%WWWDIR%%/Z_UpdateChartDetailsBFwd.php
%%WWWDIR%%/Z_Upgrade3.10.php
%%WWWDIR%%/Z_Upgrade_3.01-3.02.php
%%WWWDIR%%/Z_Upgrade_3.04-3.05.php
%%WWWDIR%%/Z_Upgrade_3.05-3.06.php
%%WWWDIR%%/Z_Upgrade_3.07-3.08.php
%%WWWDIR%%/Z_Upgrade_3.08-3.09.php
%%WWWDIR%%/Z_Upgrade_3.09-3.10.php
%%WWWDIR%%/Z_Upgrade_3.10-3.11.php
%%WWWDIR%%/Z_Upgrade_3.11-4.00.php
%%WWWDIR%%/Z_UploadForm.php
%%WWWDIR%%/Z_UploadResult.php
%%WWWDIR%%/Z_poAddLanguage.php
%%WWWDIR%%/Z_poAdmin.php
%%WWWDIR%%/Z_poEditLangHeader.php
%%WWWDIR%%/Z_poEditLangModule.php
%%WWWDIR%%/Z_poEditLangRemaining.php
%%WWWDIR%%/Z_poRebuildDefault.php
%%WWWDIR%%/api/api_branches.php
%%WWWDIR%%/api/api_currencies.php
%%WWWDIR%%/api/api_customers.php
%%WWWDIR%%/api/api_customertypes.php
%%WWWDIR%%/api/api_debtortransactions.php
%%WWWDIR%%/api/api_errorcodes.php
%%WWWDIR%%/api/api_glaccounts.php
%%WWWDIR%%/api/api_glgroups.php
%%WWWDIR%%/api/api_glsections.php
%%WWWDIR%%/api/api_holdreasons.php
%%WWWDIR%%/api/api_locations.php
%%WWWDIR%%/api/api_login.php
%%WWWDIR%%/api/api_paymentterms.php
%%WWWDIR%%/api/api_php.php
%%WWWDIR%%/api/api_purchdata.php
%%WWWDIR%%/api/api_salesareas.php
%%WWWDIR%%/api/api_salesman.php
%%WWWDIR%%/api/api_salesorders.php
%%WWWDIR%%/api/api_salestypes.php
%%WWWDIR%%/api/api_session.inc
%%WWWDIR%%/api/api_shippers.php
%%WWWDIR%%/api/api_stock.php
%%WWWDIR%%/api/api_stockcategories.php
%%WWWDIR%%/api/api_suppliers.php
%%WWWDIR%%/api/api_taxgroups.php
%%WWWDIR%%/api/api_webERPsettings.php
%%WWWDIR%%/api/api_workorders.php
%%WWWDIR%%/api/api_xml-rpc.php
%%WWWDIR%%/build/TruncateAuditTrail.sql
%%WWWDIR%%/build/check_syntax.sh
%%WWWDIR%%/build/make_release.sh
%%WWWDIR%%/companies/weberpdemo/EDI_Incoming_Orders/Order1.edi
%%WWWDIR%%/companies/weberpdemo/EDI_Sent/EDI_INV_67.edi
%%WWWDIR%%/companies/weberpdemo/EDI_Sent/EDI_INV_68.edi
%%WWWDIR%%/companies/weberpdemo/FormDesigns/GoodsReceived.xml
%%WWWDIR%%/companies/weberpdemo/FormDesigns/PickingList.xml
%%WWWDIR%%/companies/weberpdemo/FormDesigns/PurchaseOrder.xml
%%WWWDIR%%/companies/weberpdemo/logo.jpg
%%WWWDIR%%/companies/weberpdemo/part_pics/BREAD.jpg
%%WWWDIR%%/companies/weberpdemo/part_pics/webERPsmall.png
%%WWWDIR%%/companies/weberpdemo/reportwriter/labels.xml
%%WWWDIR%%/config.distrib.php
%%WWWDIR%%/css/aguapop/README.txt
%%WWWDIR%%/css/aguapop/default.css
%%WWWDIR%%/css/aguapop/default.css_large
%%WWWDIR%%/css/aguapop/footer.inc.NEW
%%WWWDIR%%/css/aguapop/images/Graphique-32.png
%%WWWDIR%%/css/aguapop/images/allocation.gif
%%WWWDIR%%/css/aguapop/images/allocation.png
%%WWWDIR%%/css/aguapop/images/ar.png
%%WWWDIR%%/css/aguapop/images/back.png
%%WWWDIR%%/css/aguapop/images/bank.gif
%%WWWDIR%%/css/aguapop/images/bank.png
%%WWWDIR%%/css/aguapop/images/bar.png
%%WWWDIR%%/css/aguapop/images/body_bg.png
%%WWWDIR%%/css/aguapop/images/button_bg.png
%%WWWDIR%%/css/aguapop/images/company.png
%%WWWDIR%%/css/aguapop/images/contract.png
%%WWWDIR%%/css/aguapop/images/credit.gif
%%WWWDIR%%/css/aguapop/images/currency.png
%%WWWDIR%%/css/aguapop/images/customer.png
%%WWWDIR%%/css/aguapop/images/email.gif
%%WWWDIR%%/css/aguapop/images/error.png
%%WWWDIR%%/css/aguapop/images/folder_add.png
%%WWWDIR%%/css/aguapop/images/folders.gif
%%WWWDIR%%/css/aguapop/images/footer.png
%%WWWDIR%%/css/aguapop/images/gl.png
%%WWWDIR%%/css/aguapop/images/group_add.png
%%WWWDIR%%/css/aguapop/images/input.png
%%WWWDIR%%/css/aguapop/images/input_bg.png
%%WWWDIR%%/css/aguapop/images/inputh.png
%%WWWDIR%%/css/aguapop/images/inputhtxt.png
%%WWWDIR%%/css/aguapop/images/inputtxt.png
%%WWWDIR%%/css/aguapop/images/inquireies.png
%%WWWDIR%%/css/aguapop/images/inventory.gif
%%WWWDIR%%/css/aguapop/images/inventory.png
%%WWWDIR%%/css/aguapop/images/magnifier.png
%%WWWDIR%%/css/aguapop/images/maintenance.gif
%%WWWDIR%%/css/aguapop/images/maintenance.png
%%WWWDIR%%/css/aguapop/images/money_add.png
%%WWWDIR%%/css/aguapop/images/money_delete.png
%%WWWDIR%%/css/aguapop/images/note_add.png
%%WWWDIR%%/css/aguapop/images/pdf.png
%%WWWDIR%%/css/aguapop/images/preview.gif
%%WWWDIR%%/css/aguapop/images/preview.png
%%WWWDIR%%/css/aguapop/images/printer.png
%%WWWDIR%%/css/aguapop/images/reports.gif
%%WWWDIR%%/css/aguapop/images/reports.png
%%WWWDIR%%/css/aguapop/images/sales.png
%%WWWDIR%%/css/aguapop/images/security.png
%%WWWDIR%%/css/aguapop/images/stripe.png
%%WWWDIR%%/css/aguapop/images/supplier.png
%%WWWDIR%%/css/aguapop/images/tab_bg.png
%%WWWDIR%%/css/aguapop/images/tick.png
%%WWWDIR%%/css/aguapop/images/top.png
%%WWWDIR%%/css/aguapop/images/top_bg.png
%%WWWDIR%%/css/aguapop/images/transactions.gif
%%WWWDIR%%/css/aguapop/images/transactions.png
%%WWWDIR%%/css/aguapop/images/user.png
%%WWWDIR%%/css/aguapop/images/x-mail-distribution-list.png
%%WWWDIR%%/css/aguapop/login.css
%%WWWDIR%%/css/bg.gif
%%WWWDIR%%/css/default/default.css
%%WWWDIR%%/css/default/images/Graphique-32.png
%%WWWDIR%%/css/default/images/allocation.gif
%%WWWDIR%%/css/default/images/allocation.png
%%WWWDIR%%/css/default/images/ar.gif
%%WWWDIR%%/css/default/images/ar.png
%%WWWDIR%%/css/default/images/back.png
%%WWWDIR%%/css/default/images/bank.gif
%%WWWDIR%%/css/default/images/bar.png
%%WWWDIR%%/css/default/images/button_bg.png
%%WWWDIR%%/css/default/images/company.gif
%%WWWDIR%%/css/default/images/company.png
%%WWWDIR%%/css/default/images/contract.png
%%WWWDIR%%/css/default/images/credit.gif
%%WWWDIR%%/css/default/images/currency.gif
%%WWWDIR%%/css/default/images/customer.png
%%WWWDIR%%/css/default/images/email.gif
%%WWWDIR%%/css/default/images/error.png
%%WWWDIR%%/css/default/images/folder_add.png
%%WWWDIR%%/css/default/images/folders.gif
%%WWWDIR%%/css/default/images/gelblue.png
%%WWWDIR%%/css/default/images/gelbluebutton.png
%%WWWDIR%%/css/default/images/gelblueh.png
%%WWWDIR%%/css/default/images/gl.png
%%WWWDIR%%/css/default/images/group_add.png
%%WWWDIR%%/css/default/images/hoverbuttonblue.png
%%WWWDIR%%/css/default/images/input.png
%%WWWDIR%%/css/default/images/input_bg.png
%%WWWDIR%%/css/default/images/inputh.png
%%WWWDIR%%/css/default/images/inputhtxt.png
%%WWWDIR%%/css/default/images/inputtxt.png
%%WWWDIR%%/css/default/images/inquiries.png
%%WWWDIR%%/css/default/images/inventory.gif
%%WWWDIR%%/css/default/images/inventory.png
%%WWWDIR%%/css/default/images/magnifier.png
%%WWWDIR%%/css/default/images/maintenance.gif
%%WWWDIR%%/css/default/images/maintenance.png
%%WWWDIR%%/css/default/images/menu_bg.png
%%WWWDIR%%/css/default/images/menu_bg_blue.png
%%WWWDIR%%/css/default/images/menu_bg_dblue.png
%%WWWDIR%%/css/default/images/menu_bg_grey.png
%%WWWDIR%%/css/default/images/menu_bg_indigo.png
%%WWWDIR%%/css/default/images/menu_bg_white.png
%%WWWDIR%%/css/default/images/menucurve.gif
%%WWWDIR%%/css/default/images/money_add.png
%%WWWDIR%%/css/default/images/money_delete.png
%%WWWDIR%%/css/default/images/note_add.png
%%WWWDIR%%/css/default/images/pdf.png
%%WWWDIR%%/css/default/images/preview.gif
%%WWWDIR%%/css/default/images/printer.png
%%WWWDIR%%/css/default/images/reports.gif
%%WWWDIR%%/css/default/images/reports.png
%%WWWDIR%%/css/default/images/sales.png
%%WWWDIR%%/css/default/images/security.png
%%WWWDIR%%/css/default/images/stripe.png
%%WWWDIR%%/css/default/images/supplier.png
%%WWWDIR%%/css/default/images/tick.png
%%WWWDIR%%/css/default/images/transactions.gif
%%WWWDIR%%/css/default/images/transactions.png
%%WWWDIR%%/css/default/images/user.png
%%WWWDIR%%/css/default/login.css
%%WWWDIR%%/css/fresh/bullet.gif
%%WWWDIR%%/css/fresh/default.css
%%WWWDIR%%/css/fresh/images/Graphique-32.png
%%WWWDIR%%/css/fresh/images/allocation.gif
%%WWWDIR%%/css/fresh/images/allocation.png
%%WWWDIR%%/css/fresh/images/ar.gif
%%WWWDIR%%/css/fresh/images/ar.png
%%WWWDIR%%/css/fresh/images/back.png
%%WWWDIR%%/css/fresh/images/bank.gif
%%WWWDIR%%/css/fresh/images/bar.png
%%WWWDIR%%/css/fresh/images/button_bg.png
%%WWWDIR%%/css/fresh/images/company.gif
%%WWWDIR%%/css/fresh/images/company.png
%%WWWDIR%%/css/fresh/images/contract.png
%%WWWDIR%%/css/fresh/images/credit.gif
%%WWWDIR%%/css/fresh/images/currency.gif
%%WWWDIR%%/css/fresh/images/customer.png
%%WWWDIR%%/css/fresh/images/email.gif
%%WWWDIR%%/css/fresh/images/error.png
%%WWWDIR%%/css/fresh/images/folder_add.png
%%WWWDIR%%/css/fresh/images/folders.gif
%%WWWDIR%%/css/fresh/images/gelblue.png
%%WWWDIR%%/css/fresh/images/gelbluebutton.png
%%WWWDIR%%/css/fresh/images/gelblueh.png
%%WWWDIR%%/css/fresh/images/gl.png
%%WWWDIR%%/css/fresh/images/group_add.png
%%WWWDIR%%/css/fresh/images/hoverbuttonblue.png
%%WWWDIR%%/css/fresh/images/input.png
%%WWWDIR%%/css/fresh/images/input_bg.png
%%WWWDIR%%/css/fresh/images/inputh.png
%%WWWDIR%%/css/fresh/images/inputhtxt.png
%%WWWDIR%%/css/fresh/images/inputtxt.png
%%WWWDIR%%/css/fresh/images/inquiries.png
%%WWWDIR%%/css/fresh/images/inventory.gif
%%WWWDIR%%/css/fresh/images/inventory.png
%%WWWDIR%%/css/fresh/images/magnifier.png
%%WWWDIR%%/css/fresh/images/maintenance.gif
%%WWWDIR%%/css/fresh/images/maintenance.png
%%WWWDIR%%/css/fresh/images/menu_bg.png
%%WWWDIR%%/css/fresh/images/menu_bg_blue.png
%%WWWDIR%%/css/fresh/images/menu_bg_dblue.png
%%WWWDIR%%/css/fresh/images/menu_bg_grey.png
%%WWWDIR%%/css/fresh/images/menu_bg_indigo.png
%%WWWDIR%%/css/fresh/images/menu_bg_white.png
%%WWWDIR%%/css/fresh/images/menucurve.gif
%%WWWDIR%%/css/fresh/images/money_add.png
%%WWWDIR%%/css/fresh/images/money_delete.png
%%WWWDIR%%/css/fresh/images/note_add.png
%%WWWDIR%%/css/fresh/images/pdf.png
%%WWWDIR%%/css/fresh/images/preview.gif
%%WWWDIR%%/css/fresh/images/printer.png
%%WWWDIR%%/css/fresh/images/reports.gif
%%WWWDIR%%/css/fresh/images/reports.png
%%WWWDIR%%/css/fresh/images/sales.png
%%WWWDIR%%/css/fresh/images/security.png
%%WWWDIR%%/css/fresh/images/stripe.png
%%WWWDIR%%/css/fresh/images/supplier.png
%%WWWDIR%%/css/fresh/images/tick.png
%%WWWDIR%%/css/fresh/images/transactions.gif
%%WWWDIR%%/css/fresh/images/transactions.png
%%WWWDIR%%/css/fresh/images/user.png
%%WWWDIR%%/css/fresh/login.css
%%WWWDIR%%/css/gel/default.css
%%WWWDIR%%/css/gel/images/Graphique-32.png
%%WWWDIR%%/css/gel/images/allocation.png
%%WWWDIR%%/css/gel/images/ar.png
%%WWWDIR%%/css/gel/images/back.png
%%WWWDIR%%/css/gel/images/bar.png
%%WWWDIR%%/css/gel/images/button_bg.png
%%WWWDIR%%/css/gel/images/company.gif
%%WWWDIR%%/css/gel/images/company.png
%%WWWDIR%%/css/gel/images/contract.png
%%WWWDIR%%/css/gel/images/credit.gif
%%WWWDIR%%/css/gel/images/currency.gif
%%WWWDIR%%/css/gel/images/customer.png
%%WWWDIR%%/css/gel/images/email.gif
%%WWWDIR%%/css/gel/images/error.png
%%WWWDIR%%/css/gel/images/folder_add.png
%%WWWDIR%%/css/gel/images/folders.gif
%%WWWDIR%%/css/gel/images/gelblue.png
%%WWWDIR%%/css/gel/images/gelbluebutton.png
%%WWWDIR%%/css/gel/images/gelblueh.png
%%WWWDIR%%/css/gel/images/gl.png
%%WWWDIR%%/css/gel/images/group_add.png
%%WWWDIR%%/css/gel/images/hoverbuttonblue.png
%%WWWDIR%%/css/gel/images/input.png
%%WWWDIR%%/css/gel/images/input_bg.png
%%WWWDIR%%/css/gel/images/inputh.png
%%WWWDIR%%/css/gel/images/inputhtxt.png
%%WWWDIR%%/css/gel/images/inputtxt.png
%%WWWDIR%%/css/gel/images/inquiries.png
%%WWWDIR%%/css/gel/images/inventory.gif
%%WWWDIR%%/css/gel/images/inventory.png
%%WWWDIR%%/css/gel/images/magnifier.png
%%WWWDIR%%/css/gel/images/maintenance.gif
%%WWWDIR%%/css/gel/images/maintenance.png
%%WWWDIR%%/css/gel/images/menu_bg.png
%%WWWDIR%%/css/gel/images/menu_bg_blue.png
%%WWWDIR%%/css/gel/images/menu_bg_dblue.png
%%WWWDIR%%/css/gel/images/menu_bg_grey.png
%%WWWDIR%%/css/gel/images/menu_bg_indigo.png
%%WWWDIR%%/css/gel/images/menu_bg_white.png
%%WWWDIR%%/css/gel/images/menucurve.gif
%%WWWDIR%%/css/gel/images/money_add.png
%%WWWDIR%%/css/gel/images/money_delete.png
%%WWWDIR%%/css/gel/images/note_add.png
%%WWWDIR%%/css/gel/images/pdf.png
%%WWWDIR%%/css/gel/images/preview.gif
%%WWWDIR%%/css/gel/images/printer.png
%%WWWDIR%%/css/gel/images/reports.gif
%%WWWDIR%%/css/gel/images/reports.png
%%WWWDIR%%/css/gel/images/sales.png
%%WWWDIR%%/css/gel/images/security.png
%%WWWDIR%%/css/gel/images/stripe.png
%%WWWDIR%%/css/gel/images/supplier.png
%%WWWDIR%%/css/gel/images/tick.png
%%WWWDIR%%/css/gel/images/transactions.gif
%%WWWDIR%%/css/gel/images/transactions.png
%%WWWDIR%%/css/gel/images/user.png
%%WWWDIR%%/css/gel/login.css
%%WWWDIR%%/css/jelly/default.css
%%WWWDIR%%/css/jelly/images/Graphique-32.png
%%WWWDIR%%/css/jelly/images/accept.png
%%WWWDIR%%/css/jelly/images/allocation.gif
%%WWWDIR%%/css/jelly/images/allocation.png
%%WWWDIR%%/css/jelly/images/ar.gif
%%WWWDIR%%/css/jelly/images/ar.png
%%WWWDIR%%/css/jelly/images/back.png
%%WWWDIR%%/css/jelly/images/bank.gif
%%WWWDIR%%/css/jelly/images/bar.png
%%WWWDIR%%/css/jelly/images/button_bg.png
%%WWWDIR%%/css/jelly/images/company.gif
%%WWWDIR%%/css/jelly/images/company.png
%%WWWDIR%%/css/jelly/images/contract.png
%%WWWDIR%%/css/jelly/images/credit.gif
%%WWWDIR%%/css/jelly/images/currency.gif
%%WWWDIR%%/css/jelly/images/customer.png
%%WWWDIR%%/css/jelly/images/email.gif
%%WWWDIR%%/css/jelly/images/error.png
%%WWWDIR%%/css/jelly/images/folder_add.png
%%WWWDIR%%/css/jelly/images/folders.gif
%%WWWDIR%%/css/jelly/images/gelblue.png
%%WWWDIR%%/css/jelly/images/gelbluebutton.png
%%WWWDIR%%/css/jelly/images/gelblueh.png
%%WWWDIR%%/css/jelly/images/gl.png
%%WWWDIR%%/css/jelly/images/group_add.png
%%WWWDIR%%/css/jelly/images/hoverbuttonblue.png
%%WWWDIR%%/css/jelly/images/input.png
%%WWWDIR%%/css/jelly/images/input_bg.png
%%WWWDIR%%/css/jelly/images/inputh.png
%%WWWDIR%%/css/jelly/images/inputhtxt.png
%%WWWDIR%%/css/jelly/images/inputtxt.png
%%WWWDIR%%/css/jelly/images/inquiries.png
%%WWWDIR%%/css/jelly/images/inventory.gif
%%WWWDIR%%/css/jelly/images/inventory.png
%%WWWDIR%%/css/jelly/images/magnifier.png
%%WWWDIR%%/css/jelly/images/maintenance.gif
%%WWWDIR%%/css/jelly/images/maintenance.png
%%WWWDIR%%/css/jelly/images/menu_bg.png
%%WWWDIR%%/css/jelly/images/menu_bg_blue.png
%%WWWDIR%%/css/jelly/images/menu_bg_dblue.png
%%WWWDIR%%/css/jelly/images/menu_bg_grey.png
%%WWWDIR%%/css/jelly/images/menu_bg_indigo.png
%%WWWDIR%%/css/jelly/images/menu_bg_white.png
%%WWWDIR%%/css/jelly/images/menucurve.gif
%%WWWDIR%%/css/jelly/images/money_add.png
%%WWWDIR%%/css/jelly/images/money_delete.png
%%WWWDIR%%/css/jelly/images/note_add.png
%%WWWDIR%%/css/jelly/images/pdf.png
%%WWWDIR%%/css/jelly/images/preview.gif
%%WWWDIR%%/css/jelly/images/printer.png
%%WWWDIR%%/css/jelly/images/reports.gif
%%WWWDIR%%/css/jelly/images/reports.png
%%WWWDIR%%/css/jelly/images/sales.png
%%WWWDIR%%/css/jelly/images/security.png
%%WWWDIR%%/css/jelly/images/stripe.png
%%WWWDIR%%/css/jelly/images/supplier.png
%%WWWDIR%%/css/jelly/images/tick.png
%%WWWDIR%%/css/jelly/images/transactions.gif
%%WWWDIR%%/css/jelly/images/transactions.png
%%WWWDIR%%/css/jelly/images/user.png
%%WWWDIR%%/css/jelly/login.css
%%WWWDIR%%/css/jelly/readme.txt
%%WWWDIR%%/css/labelsDim.png
%%WWWDIR%%/css/paramsLabel.png
%%WWWDIR%%/css/professional/default.css
%%WWWDIR%%/css/professional/images/Graphique-32.png
%%WWWDIR%%/css/professional/images/accept.png
%%WWWDIR%%/css/professional/images/allocation.gif
%%WWWDIR%%/css/professional/images/allocation.png
%%WWWDIR%%/css/professional/images/ar.gif
%%WWWDIR%%/css/professional/images/ar.png
%%WWWDIR%%/css/professional/images/back.png
%%WWWDIR%%/css/professional/images/bank.gif
%%WWWDIR%%/css/professional/images/bar.png
%%WWWDIR%%/css/professional/images/button_bg.png
%%WWWDIR%%/css/professional/images/company.gif
%%WWWDIR%%/css/professional/images/company.png
%%WWWDIR%%/css/professional/images/contract.png
%%WWWDIR%%/css/professional/images/credit.gif
%%WWWDIR%%/css/professional/images/currency.gif
%%WWWDIR%%/css/professional/images/customer.png
%%WWWDIR%%/css/professional/images/email.gif
%%WWWDIR%%/css/professional/images/error.png
%%WWWDIR%%/css/professional/images/folder_add.png
%%WWWDIR%%/css/professional/images/folders.gif
%%WWWDIR%%/css/professional/images/gelblue.png
%%WWWDIR%%/css/professional/images/gelbluebutton.png
%%WWWDIR%%/css/professional/images/gelblueh.png
%%WWWDIR%%/css/professional/images/gl.png
%%WWWDIR%%/css/professional/images/group_add.png
%%WWWDIR%%/css/professional/images/hoverbuttonblue.png
%%WWWDIR%%/css/professional/images/input.png
%%WWWDIR%%/css/professional/images/input_bg.png
%%WWWDIR%%/css/professional/images/inputh.png
%%WWWDIR%%/css/professional/images/inputhtxt.png
%%WWWDIR%%/css/professional/images/inputtxt.png
%%WWWDIR%%/css/professional/images/inquiries.png
%%WWWDIR%%/css/professional/images/inventory.gif
%%WWWDIR%%/css/professional/images/inventory.png
%%WWWDIR%%/css/professional/images/magnifier.png
%%WWWDIR%%/css/professional/images/maintenance.gif
%%WWWDIR%%/css/professional/images/maintenance.png
%%WWWDIR%%/css/professional/images/menu_bg.png
%%WWWDIR%%/css/professional/images/menu_bg_blue.png
%%WWWDIR%%/css/professional/images/menu_bg_dblue.png
%%WWWDIR%%/css/professional/images/menu_bg_grey.png
%%WWWDIR%%/css/professional/images/menu_bg_indigo.png
%%WWWDIR%%/css/professional/images/menu_bg_white.png
%%WWWDIR%%/css/professional/images/menucurve.gif
%%WWWDIR%%/css/professional/images/money_add.png
%%WWWDIR%%/css/professional/images/money_delete.png
%%WWWDIR%%/css/professional/images/note_add.png
%%WWWDIR%%/css/professional/images/pdf.png
%%WWWDIR%%/css/professional/images/preview.gif
%%WWWDIR%%/css/professional/images/printer.png
%%WWWDIR%%/css/professional/images/reports.gif
%%WWWDIR%%/css/professional/images/reports.png
%%WWWDIR%%/css/professional/images/sales.png
%%WWWDIR%%/css/professional/images/security.png
%%WWWDIR%%/css/professional/images/stripe.png
%%WWWDIR%%/css/professional/images/supplier.png
%%WWWDIR%%/css/professional/images/tick.png
%%WWWDIR%%/css/professional/images/transactions.gif
%%WWWDIR%%/css/professional/images/transactions.png
%%WWWDIR%%/css/professional/images/user.png
%%WWWDIR%%/css/professional/login.css
%%WWWDIR%%/css/professional-rtl/default.css
%%WWWDIR%%/css/professional-rtl/images/Graphique-32.png
%%WWWDIR%%/css/professional-rtl/images/accept.png
%%WWWDIR%%/css/professional-rtl/images/allocation.gif
%%WWWDIR%%/css/professional-rtl/images/allocation.png
%%WWWDIR%%/css/professional-rtl/images/ar.gif
%%WWWDIR%%/css/professional-rtl/images/ar.png
%%WWWDIR%%/css/professional-rtl/images/back.png
%%WWWDIR%%/css/professional-rtl/images/bank.gif
%%WWWDIR%%/css/professional-rtl/images/bar.png
%%WWWDIR%%/css/professional-rtl/images/button_bg.png
%%WWWDIR%%/css/professional-rtl/images/company.gif
%%WWWDIR%%/css/professional-rtl/images/company.png
%%WWWDIR%%/css/professional-rtl/images/credit.gif
%%WWWDIR%%/css/professional-rtl/images/currency.gif
%%WWWDIR%%/css/professional-rtl/images/customer.png
%%WWWDIR%%/css/professional-rtl/images/email.gif
%%WWWDIR%%/css/professional-rtl/images/error.png
%%WWWDIR%%/css/professional-rtl/images/folder_add.png
%%WWWDIR%%/css/professional-rtl/images/folders.gif
%%WWWDIR%%/css/professional-rtl/images/gelblue.png
%%WWWDIR%%/css/professional-rtl/images/gelbluebutton.png
%%WWWDIR%%/css/professional-rtl/images/gelblueh.png
%%WWWDIR%%/css/professional-rtl/images/gl.png
%%WWWDIR%%/css/professional-rtl/images/group_add.png
%%WWWDIR%%/css/professional-rtl/images/hoverbuttonblue.png
%%WWWDIR%%/css/professional-rtl/images/input.png
%%WWWDIR%%/css/professional-rtl/images/input_bg.png
%%WWWDIR%%/css/professional-rtl/images/inputh.png
%%WWWDIR%%/css/professional-rtl/images/inputhtxt.png
%%WWWDIR%%/css/professional-rtl/images/inputtxt.png
%%WWWDIR%%/css/professional-rtl/images/inquiries.png
%%WWWDIR%%/css/professional-rtl/images/inventory.gif
%%WWWDIR%%/css/professional-rtl/images/inventory.png
%%WWWDIR%%/css/professional-rtl/images/magnifier.png
%%WWWDIR%%/css/professional-rtl/images/maintenance.gif
%%WWWDIR%%/css/professional-rtl/images/maintenance.png
%%WWWDIR%%/css/professional-rtl/images/menu_bg.png
%%WWWDIR%%/css/professional-rtl/images/menu_bg_blue.png
%%WWWDIR%%/css/professional-rtl/images/menu_bg_dblue.png
%%WWWDIR%%/css/professional-rtl/images/menu_bg_grey.png
%%WWWDIR%%/css/professional-rtl/images/menu_bg_indigo.png
%%WWWDIR%%/css/professional-rtl/images/menu_bg_white.png
%%WWWDIR%%/css/professional-rtl/images/menucurve.gif
%%WWWDIR%%/css/professional-rtl/images/money_add.png
%%WWWDIR%%/css/professional-rtl/images/money_delete.png
%%WWWDIR%%/css/professional-rtl/images/note_add.png
%%WWWDIR%%/css/professional-rtl/images/pdf.png
%%WWWDIR%%/css/professional-rtl/images/preview.gif
%%WWWDIR%%/css/professional-rtl/images/printer.png
%%WWWDIR%%/css/professional-rtl/images/reports.gif
%%WWWDIR%%/css/professional-rtl/images/reports.png
%%WWWDIR%%/css/professional-rtl/images/sales.png
%%WWWDIR%%/css/professional-rtl/images/security.png
%%WWWDIR%%/css/professional-rtl/images/stripe.png
%%WWWDIR%%/css/professional-rtl/images/supplier.png
%%WWWDIR%%/css/professional-rtl/images/tick.png
%%WWWDIR%%/css/professional-rtl/images/transactions.gif
%%WWWDIR%%/css/professional-rtl/images/transactions.png
%%WWWDIR%%/css/professional-rtl/images/user.png
%%WWWDIR%%/css/professional-rtl/login.css
%%WWWDIR%%/css/silverwolf/default.css
%%WWWDIR%%/css/silverwolf/images/Graphique-32.png
%%WWWDIR%%/css/silverwolf/images/allocation.png
%%WWWDIR%%/css/silverwolf/images/ar-original.png
%%WWWDIR%%/css/silverwolf/images/ar.png
%%WWWDIR%%/css/silverwolf/images/back-original.png
%%WWWDIR%%/css/silverwolf/images/back.png
%%WWWDIR%%/css/silverwolf/images/bar.png
%%WWWDIR%%/css/silverwolf/images/button_bg-original.png
%%WWWDIR%%/css/silverwolf/images/button_bg.png
%%WWWDIR%%/css/silverwolf/images/company-original.png
%%WWWDIR%%/css/silverwolf/images/company.png
%%WWWDIR%%/css/silverwolf/images/contract.png
%%WWWDIR%%/css/silverwolf/images/credit.gif
%%WWWDIR%%/css/silverwolf/images/customer.png
%%WWWDIR%%/css/silverwolf/images/email.gif
%%WWWDIR%%/css/silverwolf/images/error.png
%%WWWDIR%%/css/silverwolf/images/folder_add.png
%%WWWDIR%%/css/silverwolf/images/gelblue.png
%%WWWDIR%%/css/silverwolf/images/gelbluebutton.png
%%WWWDIR%%/css/silverwolf/images/gelblueh.png
%%WWWDIR%%/css/silverwolf/images/gl.png
%%WWWDIR%%/css/silverwolf/images/group_add.png
%%WWWDIR%%/css/silverwolf/images/hoverbuttonblue.png
%%WWWDIR%%/css/silverwolf/images/input-original.png
%%WWWDIR%%/css/silverwolf/images/input.png
%%WWWDIR%%/css/silverwolf/images/input_bg.png
%%WWWDIR%%/css/silverwolf/images/inputh.png
%%WWWDIR%%/css/silverwolf/images/inputhtxt.png
%%WWWDIR%%/css/silverwolf/images/inputtxt.png
%%WWWDIR%%/css/silverwolf/images/inventory-original.png
%%WWWDIR%%/css/silverwolf/images/inventory.png
%%WWWDIR%%/css/silverwolf/images/magnifier.png
%%WWWDIR%%/css/silverwolf/images/maintenance-original.png
%%WWWDIR%%/css/silverwolf/images/maintenance.png
%%WWWDIR%%/css/silverwolf/images/menu_bg.png
%%WWWDIR%%/css/silverwolf/images/menu_bg_blue.png
%%WWWDIR%%/css/silverwolf/images/menu_bg_dblue.png
%%WWWDIR%%/css/silverwolf/images/menu_bg_grey-original.png
%%WWWDIR%%/css/silverwolf/images/menu_bg_grey.png
%%WWWDIR%%/css/silverwolf/images/menu_bg_indigo.png
%%WWWDIR%%/css/silverwolf/images/menu_bg_white.png
%%WWWDIR%%/css/silverwolf/images/money_add.png
%%WWWDIR%%/css/silverwolf/images/money_delete.png
%%WWWDIR%%/css/silverwolf/images/note_add.png
%%WWWDIR%%/css/silverwolf/images/pdf.png
%%WWWDIR%%/css/silverwolf/images/preview.gif
%%WWWDIR%%/css/silverwolf/images/printer.png
%%WWWDIR%%/css/silverwolf/images/reports.png
%%WWWDIR%%/css/silverwolf/images/sales.png
%%WWWDIR%%/css/silverwolf/images/security.png
%%WWWDIR%%/css/silverwolf/images/stripe-original.png
%%WWWDIR%%/css/silverwolf/images/stripe.png
%%WWWDIR%%/css/silverwolf/images/supplier.png
%%WWWDIR%%/css/silverwolf/images/tick.png
%%WWWDIR%%/css/silverwolf/images/transactions-original.png
%%WWWDIR%%/css/silverwolf/images/transactions.png
%%WWWDIR%%/css/silverwolf/images/user.png
%%WWWDIR%%/css/silverwolf/login.css
%%WWWDIR%%/css/spacer.gif
%%WWWDIR%%/css/webERP.gif
%%WWWDIR%%/css/webERPsm.gif
%%WWWDIR%%/doc/Change.log
%%WWWDIR%%/doc/INSTALL.txt
%%WWWDIR%%/doc/LICENSE.txt
%%WWWDIR%%/doc/Manual/ManualAPIFunctions.php
%%WWWDIR%%/doc/Manual/ManualAPITutorial.html
%%WWWDIR%%/doc/Manual/ManualARInquiries.html
%%WWWDIR%%/doc/Manual/ManualARReports.html
%%WWWDIR%%/doc/Manual/ManualARTransactions.html
%%WWWDIR%%/doc/Manual/ManualAccountsPayable.html
%%WWWDIR%%/doc/Manual/ManualAccountsReceivable.html
%%WWWDIR%%/doc/Manual/ManualContents.php
%%WWWDIR%%/doc/Manual/ManualContracts.html
%%WWWDIR%%/doc/Manual/ManualContributors.html
%%WWWDIR%%/doc/Manual/ManualCreatingNewSystem.html
%%WWWDIR%%/doc/Manual/ManualCreditStatus.html
%%WWWDIR%%/doc/Manual/ManualCurrencies.html
%%WWWDIR%%/doc/Manual/ManualDevelopmentStructure.html
%%WWWDIR%%/doc/Manual/ManualFixedAssets.html
%%WWWDIR%%/doc/Manual/ManualFooter.html
%%WWWDIR%%/doc/Manual/ManualGeneralLedger.html
%%WWWDIR%%/doc/Manual/ManualGettingStarted.html
%%WWWDIR%%/doc/Manual/ManualHeader.html
%%WWWDIR%%/doc/Manual/ManualIntroduction.html
%%WWWDIR%%/doc/Manual/ManualInventory.html
%%WWWDIR%%/doc/Manual/ManualMRP.html
%%WWWDIR%%/doc/Manual/ManualManufacturing.html
%%WWWDIR%%/doc/Manual/ManualMultilanguage.html
%%WWWDIR%%/doc/Manual/ManualNewScripts.html
%%WWWDIR%%/doc/Manual/ManualPaymentTerms.html
%%WWWDIR%%/doc/Manual/ManualPettyCash.html
%%WWWDIR%%/doc/Manual/ManualPrices.html
%%WWWDIR%%/doc/Manual/ManualPurchaseOrdering.html
%%WWWDIR%%/doc/Manual/ManualReportBuilder.html
%%WWWDIR%%/doc/Manual/ManualRequirements.html
%%WWWDIR%%/doc/Manual/ManualSalesAnalysis.html
%%WWWDIR%%/doc/Manual/ManualSalesOrders.html
%%WWWDIR%%/doc/Manual/ManualSalesPeople.html
%%WWWDIR%%/doc/Manual/ManualSalesTypes.html
%%WWWDIR%%/doc/Manual/ManualSecuritySchema.html
%%WWWDIR%%/doc/Manual/ManualShipments.html
%%WWWDIR%%/doc/Manual/ManualSpecialUtilities.html
%%WWWDIR%%/doc/Manual/ManualSystemConventions.html
%%WWWDIR%%/doc/Manual/ManualTax.html
%%WWWDIR%%/doc/Manual/images/AccountsPayable.jpg
%%WWWDIR%%/doc/Manual/images/BankReconciliation.jpg
%%WWWDIR%%/doc/Manual/images/GLIntegration.jpg
%%WWWDIR%%/doc/Manual/images/Installer_1.jpg
%%WWWDIR%%/doc/Manual/images/Installer_2.jpg
%%WWWDIR%%/doc/Manual/images/MRP.jpg
%%WWWDIR%%/doc/Manual/images/MRPCalendar.jpg
%%WWWDIR%%/doc/Manual/images/MRPCreateDemands.jpg
%%WWWDIR%%/doc/Manual/images/MRPDemands.jpg
%%WWWDIR%%/doc/Manual/images/MRP_Report.jpg
%%WWWDIR%%/doc/Manual/images/MaintainDiscountMatrix.jpg
%%WWWDIR%%/doc/Manual/images/NewDiscountCategory.jpg
%%WWWDIR%%/doc/Manual/images/Purchasing.jpg
%%WWWDIR%%/doc/Manual/images/RBCritSetup.gif
%%WWWDIR%%/doc/Manual/images/RBDbSetup.gif
%%WWWDIR%%/doc/Manual/images/RBFldSetup.gif
%%WWWDIR%%/doc/Manual/images/RBFrmCritSetup.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDbSetup.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaBlk.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaCoBlk.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaCoLine.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaFxdLine.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaImg.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaLine.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaPgNum.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaRect.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaTbl.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaText.gif
%%WWWDIR%%/doc/Manual/images/RBFrmDtaTtl.gif
%%WWWDIR%%/doc/Manual/images/RBFrmFldSetup.gif
%%WWWDIR%%/doc/Manual/images/RBFrmName.gif
%%WWWDIR%%/doc/Manual/images/RBFrmPageSetup.gif
%%WWWDIR%%/doc/Manual/images/RBFrmShow.gif
%%WWWDIR%%/doc/Manual/images/RBFrmShowCrit.gif
%%WWWDIR%%/doc/Manual/images/RBHome.gif
%%WWWDIR%%/doc/Manual/images/RBPageSetup.gif
%%WWWDIR%%/doc/Manual/images/RBRptName.gif
%%WWWDIR%%/doc/Manual/images/Sales.jpg
%%WWWDIR%%/doc/Manual/images/UserSettings.jpg
%%WWWDIR%%/doc/README.txt
%%WWWDIR%%/doc/UPGRADING.txt
%%WWWDIR%%/favicon.ico
%%WWWDIR%%/flags/AED.gif
%%WWWDIR%%/flags/AFN.gif
%%WWWDIR%%/flags/ALL.gif
%%WWWDIR%%/flags/AMD.gif
%%WWWDIR%%/flags/ANG.gif
%%WWWDIR%%/flags/AOA.gif
%%WWWDIR%%/flags/ARS.gif
%%WWWDIR%%/flags/AUD.gif
%%WWWDIR%%/flags/AWG.gif
%%WWWDIR%%/flags/AZN.gif
%%WWWDIR%%/flags/BAM.gif
%%WWWDIR%%/flags/BBD.gif
%%WWWDIR%%/flags/BDT.gif
%%WWWDIR%%/flags/BGN.gif
%%WWWDIR%%/flags/BHD.gif
%%WWWDIR%%/flags/BIF.gif
%%WWWDIR%%/flags/BND.gif
%%WWWDIR%%/flags/BOB.gif
%%WWWDIR%%/flags/BRL.gif
%%WWWDIR%%/flags/BSD.gif
%%WWWDIR%%/flags/BTN.gif
%%WWWDIR%%/flags/BWP.gif
%%WWWDIR%%/flags/BYR.gif
%%WWWDIR%%/flags/BZD.gif
%%WWWDIR%%/flags/CAD.gif
%%WWWDIR%%/flags/CHF.gif
%%WWWDIR%%/flags/CLP.gif
%%WWWDIR%%/flags/CNY.gif
%%WWWDIR%%/flags/COP.gif
%%WWWDIR%%/flags/CRC.gif
%%WWWDIR%%/flags/CUP.gif
%%WWWDIR%%/flags/CVE.gif
%%WWWDIR%%/flags/CZK.gif
%%WWWDIR%%/flags/DJF.gif
%%WWWDIR%%/flags/DKK.gif
%%WWWDIR%%/flags/DOP.gif
%%WWWDIR%%/flags/DZD.gif
%%WWWDIR%%/flags/EEK.gif
%%WWWDIR%%/flags/EGP.gif
%%WWWDIR%%/flags/ERN.gif
%%WWWDIR%%/flags/ETB.gif
%%WWWDIR%%/flags/EUR.gif
%%WWWDIR%%/flags/FJD.gif
%%WWWDIR%%/flags/GBP.gif
%%WWWDIR%%/flags/GEL.gif
%%WWWDIR%%/flags/GHS.gif
%%WWWDIR%%/flags/GIP.gif
%%WWWDIR%%/flags/GMD.gif
%%WWWDIR%%/flags/GNF.gif
%%WWWDIR%%/flags/GTQ.gif
%%WWWDIR%%/flags/GYD.gif
%%WWWDIR%%/flags/HKD.gif
%%WWWDIR%%/flags/HNL.gif
%%WWWDIR%%/flags/HRK.gif
%%WWWDIR%%/flags/HTG.gif
%%WWWDIR%%/flags/HUF.gif
%%WWWDIR%%/flags/IDR.gif
%%WWWDIR%%/flags/ILS.gif
%%WWWDIR%%/flags/INR.gif
%%WWWDIR%%/flags/IQD.gif
%%WWWDIR%%/flags/IRR.gif
%%WWWDIR%%/flags/ISK.gif
%%WWWDIR%%/flags/JMD.gif
%%WWWDIR%%/flags/JOD.gif
%%WWWDIR%%/flags/JPY.gif
%%WWWDIR%%/flags/KES.gif
%%WWWDIR%%/flags/KGS.gif
%%WWWDIR%%/flags/KHR.gif
%%WWWDIR%%/flags/KMF.gif
%%WWWDIR%%/flags/KRW.gif
%%WWWDIR%%/flags/KWD.gif
%%WWWDIR%%/flags/KZT.gif
%%WWWDIR%%/flags/LAK.gif
%%WWWDIR%%/flags/LBP.gif
%%WWWDIR%%/flags/LKR.gif
%%WWWDIR%%/flags/LRD.gif
%%WWWDIR%%/flags/LSL.gif
%%WWWDIR%%/flags/LTL.gif
%%WWWDIR%%/flags/LVL.gif
%%WWWDIR%%/flags/LYD.gif
%%WWWDIR%%/flags/MAD.gif
%%WWWDIR%%/flags/MDL.gif
%%WWWDIR%%/flags/MGA.gif
%%WWWDIR%%/flags/MKD.gif
%%WWWDIR%%/flags/MNT.gif
%%WWWDIR%%/flags/MRO.gif
%%WWWDIR%%/flags/MTL.gif
%%WWWDIR%%/flags/MUR.gif
%%WWWDIR%%/flags/MVR.gif
%%WWWDIR%%/flags/MWK.gif
%%WWWDIR%%/flags/MXN.gif
%%WWWDIR%%/flags/MYR.gif
%%WWWDIR%%/flags/MZN.gif
%%WWWDIR%%/flags/NAD.gif
%%WWWDIR%%/flags/NGN.gif
%%WWWDIR%%/flags/NIO.gif
%%WWWDIR%%/flags/NOK.gif
%%WWWDIR%%/flags/NPR.gif
%%WWWDIR%%/flags/NZD.gif
%%WWWDIR%%/flags/OMR.gif
%%WWWDIR%%/flags/PAB.gif
%%WWWDIR%%/flags/PEN.gif
%%WWWDIR%%/flags/PGK.gif
%%WWWDIR%%/flags/PHP.gif
%%WWWDIR%%/flags/PKR.gif
%%WWWDIR%%/flags/PLN.gif
%%WWWDIR%%/flags/PYG.gif
%%WWWDIR%%/flags/QAR.gif
%%WWWDIR%%/flags/RON.gif
%%WWWDIR%%/flags/RSD.gif
%%WWWDIR%%/flags/RUB.gif
%%WWWDIR%%/flags/RWF.gif
%%WWWDIR%%/flags/SAR.gif
%%WWWDIR%%/flags/SBD.gif
%%WWWDIR%%/flags/SCR.gif
%%WWWDIR%%/flags/SDG.gif
%%WWWDIR%%/flags/SEK.gif
%%WWWDIR%%/flags/SGD.gif
%%WWWDIR%%/flags/SKK.gif
%%WWWDIR%%/flags/SLL.gif
%%WWWDIR%%/flags/SOS.gif
%%WWWDIR%%/flags/SRD.gif
%%WWWDIR%%/flags/STD.gif
%%WWWDIR%%/flags/SVC.gif
%%WWWDIR%%/flags/SYP.gif
%%WWWDIR%%/flags/SZL.gif
%%WWWDIR%%/flags/THB.gif
%%WWWDIR%%/flags/TJS.gif
%%WWWDIR%%/flags/TMM.gif
%%WWWDIR%%/flags/TND.gif
%%WWWDIR%%/flags/TOP.gif
%%WWWDIR%%/flags/TRY.gif
%%WWWDIR%%/flags/TTD.gif
%%WWWDIR%%/flags/TWD.gif
%%WWWDIR%%/flags/TZS.gif
%%WWWDIR%%/flags/UAH.gif
%%WWWDIR%%/flags/UGX.gif
%%WWWDIR%%/flags/USD.gif
%%WWWDIR%%/flags/UYU.gif
%%WWWDIR%%/flags/UZS.gif
%%WWWDIR%%/flags/VEF.gif
%%WWWDIR%%/flags/VND.gif
%%WWWDIR%%/flags/VUV.gif
%%WWWDIR%%/flags/XAF.gif
%%WWWDIR%%/flags/XCD.gif
%%WWWDIR%%/flags/XDR.gif
%%WWWDIR%%/flags/XOF.gif
%%WWWDIR%%/flags/XPF.gif
%%WWWDIR%%/flags/YER.gif
%%WWWDIR%%/flags/ZAR.gif
%%WWWDIR%%/flags/ZMK.gif
%%WWWDIR%%/flags/ZWD.gif
%%WWWDIR%%/flags/blank.gif
%%WWWDIR%%/geo_displaymap_customers.php
%%WWWDIR%%/geo_displaymap_suppliers.php
%%WWWDIR%%/geocode.php
%%WWWDIR%%/geocode_genxml_customers.php
%%WWWDIR%%/geocode_genxml_suppliers.php
%%WWWDIR%%/includes/AccountSectionsDef.inc
%%WWWDIR%%/includes/Add_SerialItems.php
%%WWWDIR%%/includes/Add_SerialItemsOut.php
%%WWWDIR%%/includes/CSVSalesAnalysis.inc
%%WWWDIR%%/includes/ConnectDB.inc
%%WWWDIR%%/includes/ConnectDB_mysql.inc
%%WWWDIR%%/includes/ConnectDB_mysqli.inc
%%WWWDIR%%/includes/ConnectDB_postgres.inc
%%WWWDIR%%/includes/ConstructSQLForUserDefinedSalesReport.inc
%%WWWDIR%%/includes/Contract_Readin.php
%%WWWDIR%%/includes/DateFunctions.inc
%%WWWDIR%%/includes/DefineCartClass.php
%%WWWDIR%%/includes/DefineContractClass.php
%%WWWDIR%%/includes/DefineCustAllocsClass.php
%%WWWDIR%%/includes/DefineJournalClass.php
%%WWWDIR%%/includes/DefineLabelClass.php
%%WWWDIR%%/includes/DefineOfferClass.php
%%WWWDIR%%/includes/DefinePOClass.php
%%WWWDIR%%/includes/DefinePaymentClass.php
%%WWWDIR%%/includes/DefineReceiptClass.php
%%WWWDIR%%/includes/DefineSerialItems.php
%%WWWDIR%%/includes/DefineShiptClass.php
%%WWWDIR%%/includes/DefineSpecialOrderClass.php
%%WWWDIR%%/includes/DefineStockAdjustment.php
%%WWWDIR%%/includes/DefineStockRequestClass.php
%%WWWDIR%%/includes/DefineStockTransfers.php
%%WWWDIR%%/includes/DefineSuppAllocsClass.php
%%WWWDIR%%/includes/DefineSuppTransClass.php
%%WWWDIR%%/includes/DefineTenderClass.php
%%WWWDIR%%/includes/EDIVariableSubstitution.inc
%%WWWDIR%%/includes/EDIconfig.inc
%%WWWDIR%%/includes/FailedLogin.php
%%WWWDIR%%/includes/FreightCalculation.inc
%%WWWDIR%%/includes/GLPostings.inc
%%WWWDIR%%/includes/GetConfig.php
%%WWWDIR%%/includes/GetPaymentMethods.php
%%WWWDIR%%/includes/GetPrice.inc
%%WWWDIR%%/includes/GetSalesTransGLCodes.inc
%%WWWDIR%%/includes/InputSerialItems.php
%%WWWDIR%%/includes/InputSerialItemsExisting.php
%%WWWDIR%%/includes/InputSerialItemsFile.php
%%WWWDIR%%/includes/InputSerialItemsKeyed.php
%%WWWDIR%%/includes/InputSerialItemsSequential.php
%%WWWDIR%%/includes/LanguageSetup.php
%%WWWDIR%%/includes/LanguagesArray.php
%%WWWDIR%%/includes/Login.php
%%WWWDIR%%/includes/MainMenuLinksArray.php
%%WWWDIR%%/includes/MiscFunctions.php
%%WWWDIR%%/includes/OutputSerialItems.php
%%WWWDIR%%/includes/PDFAgedDebtorsPageHeader.inc
%%WWWDIR%%/includes/PDFAgedSuppliersPageHeader.inc
%%WWWDIR%%/includes/PDFBOMListingPageHeader.inc
%%WWWDIR%%/includes/PDFBalanceSheetPageHeader.inc
%%WWWDIR%%/includes/PDFBankingSummaryPageHeader.inc
%%WWWDIR%%/includes/PDFChequeListingPageHeader.inc
%%WWWDIR%%/includes/PDFCustTransListingPageHeader.inc
%%WWWDIR%%/includes/PDFCustomerListPageHeader.inc
%%WWWDIR%%/includes/PDFDIFOTPageHeader.inc
%%WWWDIR%%/includes/PDFDebtorBalsPageHeader.inc
%%WWWDIR%%/includes/PDFDeliveryDifferencesPageHeader.inc
%%WWWDIR%%/includes/PDFGrnHeader.inc
%%WWWDIR%%/includes/PDFInventoryPlanPageHeader.inc
%%WWWDIR%%/includes/PDFInventoryValnPageHeader.inc
%%WWWDIR%%/includes/PDFLowGPPageHeader.inc
%%WWWDIR%%/includes/PDFOrderPageHeader.inc
%%WWWDIR%%/includes/PDFOrderPageHeader_generic.inc
%%WWWDIR%%/includes/PDFOrderStatusPageHeader.inc
%%WWWDIR%%/includes/PDFOrdersInvoicedPageHeader.inc
%%WWWDIR%%/includes/PDFOstdgGRNsPageHeader.inc
%%WWWDIR%%/includes/PDFPaymentRunPageHeader.inc
%%WWWDIR%%/includes/PDFPaymentRun_PymtFooter.php
%%WWWDIR%%/includes/PDFPeriodStockTransListingPageHeader.inc
%%WWWDIR%%/includes/PDFPickingListHeader.inc
%%WWWDIR%%/includes/PDFProfitAndLossPageHeader.inc
%%WWWDIR%%/includes/PDFQuotationPageHeader.inc
%%WWWDIR%%/includes/PDFQuotationPortraitPageHeader.inc
%%WWWDIR%%/includes/PDFSalesAnalPageHeader.inc
%%WWWDIR%%/includes/PDFSalesAnalysis.inc
%%WWWDIR%%/includes/PDFSalesOrder_generic.inc
%%WWWDIR%%/includes/PDFStarter.php
%%WWWDIR%%/includes/PDFStatementPageHeader.inc
%%WWWDIR%%/includes/PDFStockCheckPageHeader.inc
%%WWWDIR%%/includes/PDFStockComparisonPageHeader.inc
%%WWWDIR%%/includes/PDFStockLocTransferHeader.inc
%%WWWDIR%%/includes/PDFStockNegativesHeader.inc
%%WWWDIR%%/includes/PDFStockTransferHeader.inc
%%WWWDIR%%/includes/PDFSuppTransListingPageHeader.inc
%%WWWDIR%%/includes/PDFSupplierBalsPageHeader.inc
%%WWWDIR%%/includes/PDFTabReportHeader.inc
%%WWWDIR%%/includes/PDFTagProfitAndLossPageHeader.inc
%%WWWDIR%%/includes/PDFTaxPageHeader.inc
%%WWWDIR%%/includes/PDFTopItemsHeader.inc
%%WWWDIR%%/includes/PDFTransPageHeader.inc
%%WWWDIR%%/includes/PDFTransPageHeaderPortrait.inc
%%WWWDIR%%/includes/PDFTrialBalancePageHeader.inc
%%WWWDIR%%/includes/PO_PDFOrderPageHeader.inc
%%WWWDIR%%/includes/PO_ReadInOrder.inc
%%WWWDIR%%/includes/PO_UnsetFormVbls.php
%%WWWDIR%%/includes/RFC822.php
%%WWWDIR%%/includes/SQL_CommonFunctions.inc
%%WWWDIR%%/includes/SelectOrderItems_IntoCart.inc
%%WWWDIR%%/includes/UserLogin.php
%%WWWDIR%%/includes/Z_POSDataCreation.php
%%WWWDIR%%/includes/barcodepack/class.barcode.php
%%WWWDIR%%/includes/barcodepack/class.code128.php
%%WWWDIR%%/includes/barcodepack/class.ean13.php
%%WWWDIR%%/includes/barcodepack/class.i2of5.php
%%WWWDIR%%/includes/barcodepack/class.linearBarcode.php
%%WWWDIR%%/includes/barcodepack/class.qrCode.php
%%WWWDIR%%/includes/barcodepack/class.s2of5.php
%%WWWDIR%%/includes/barcodepack/class.upc.php
%%WWWDIR%%/includes/class.pdf.php
%%WWWDIR%%/includes/footer.inc
%%WWWDIR%%/includes/header.inc
%%WWWDIR%%/includes/htmlMimeMail.php
%%WWWDIR%%/includes/mimePart.php
%%WWWDIR%%/includes/php-gettext/AUTHORS
%%WWWDIR%%/includes/php-gettext/COPYING
%%WWWDIR%%/includes/php-gettext/ChangeLog
%%WWWDIR%%/includes/php-gettext/README
%%WWWDIR%%/includes/php-gettext/gettext.inc
%%WWWDIR%%/includes/php-gettext/gettext.php
%%WWWDIR%%/includes/php-gettext/streams.php
%%WWWDIR%%/includes/phplot/COPYING
%%WWWDIR%%/includes/phplot/ChangeLog
%%WWWDIR%%/includes/phplot/HorizontalBars.txt
%%WWWDIR%%/includes/phplot/NEWS.txt
%%WWWDIR%%/includes/phplot/README.txt
%%WWWDIR%%/includes/phplot/contrib/README.txt
%%WWWDIR%%/includes/phplot/contrib/color_range.example.php
%%WWWDIR%%/includes/phplot/contrib/color_range.php
%%WWWDIR%%/includes/phplot/contrib/color_range.test1.php
%%WWWDIR%%/includes/phplot/contrib/color_range.test2.php
%%WWWDIR%%/includes/phplot/contrib/prune_labels.example.php
%%WWWDIR%%/includes/phplot/contrib/prune_labels.php
%%WWWDIR%%/includes/phplot/contrib/prune_labels.test.php
%%WWWDIR%%/includes/phplot/phplot.php
%%WWWDIR%%/includes/phplot/phplot_data.php
%%WWWDIR%%/includes/phplot/rgb.inc.php
%%WWWDIR%%/includes/session.inc
%%WWWDIR%%/includes/smtp.php
%%WWWDIR%%/includes/tcpdf/2dbarcodes.php
%%WWWDIR%%/includes/tcpdf/CHANGELOG.TXT
%%WWWDIR%%/includes/tcpdf/LICENSE.TXT
%%WWWDIR%%/includes/tcpdf/README.TXT
%%WWWDIR%%/includes/tcpdf/barcodes.php
%%WWWDIR%%/includes/tcpdf/config/lang/eng.php
%%WWWDIR%%/includes/tcpdf/config/lang/ita.php
%%WWWDIR%%/includes/tcpdf/config/tcpdf_config.php
%%WWWDIR%%/includes/tcpdf/config/tcpdf_config_alt.php
%%WWWDIR%%/includes/tcpdf/encodings_maps.php
%%WWWDIR%%/includes/tcpdf/fonts/helvetica.php
%%WWWDIR%%/includes/tcpdf/fonts/helveticab.php
%%WWWDIR%%/includes/tcpdf/fonts/helveticabi.php
%%WWWDIR%%/includes/tcpdf/fonts/helveticai.php
%%WWWDIR%%/includes/tcpdf/fonts/javiergb.php
%%WWWDIR%%/includes/tcpdf/fonts/javierjp.php
%%WWWDIR%%/includes/tcpdf/fonts/times.php
%%WWWDIR%%/includes/tcpdf/fonts/timesb.php
%%WWWDIR%%/includes/tcpdf/fonts/timesbi.php
%%WWWDIR%%/includes/tcpdf/fonts/timesi.php
%%WWWDIR%%/includes/tcpdf/htmlcolors.php
%%WWWDIR%%/includes/tcpdf/tcpdf.pem
%%WWWDIR%%/includes/tcpdf/tcpdf.php
%%WWWDIR%%/includes/tcpdf/unicode_data.php
%%WWWDIR%%/index.php
%%WWWDIR%%/install/index.php
%%WWWDIR%%/install/save.php
%%WWWDIR%%/install/timezone.csv
%%WWWDIR%%/install/timezone.php
%%WWWDIR%%/javascripts/MiscFunctions.js
%%WWWDIR%%/locale/ar_EG.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/ar_EG.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/cs_CZ.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/cs_CZ.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/de_DE.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/de_DE.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualARInquiries.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualARReports.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualARTransactions.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualAccountsPayable.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualAccountsReceivable.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualContents.php
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualContributors.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualCreatingNewSystem.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualCreditStatus.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualDevelopmentStructure.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualFooter.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualGeneralLedger.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualGettingStarted.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualHeader.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualIntroduction.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualInventory.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualManufacturing.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualMultilanguage.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualNewScripts.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualPaymentTerms.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualPrices.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualReportBuilder.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualRequirements.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualSalesAnalysis.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualSalesOrders.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualSalesPeople.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualSalesTypes.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualSecuritySchema.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualSecuritySchemaorig.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualShipments.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualSpecialUtilities.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualSystemConventions.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/ManualTax.html
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBCritSetup.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBDbSetup.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFldSetup.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmCritSetup.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDbSetup.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaBlk.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaCoBlk.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaCoLine.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaFxdLine.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaImg.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaLine.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaPgNum.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaRect.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaTbl.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaText.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmDtaTtl.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmFldSetup.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmName.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmPageSetup.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmShow.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBFrmShowCrit.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBHome.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBPageSetup.gif
%%WWWDIR%%/locale/de_DE.utf8/Manual/images/RBRptName.gif
%%WWWDIR%%/locale/el_GR.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/el_GR.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/en_GB.utf8/LC_MESSAGES/messages.pot
%%WWWDIR%%/locale/en_US.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/en_US.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/es_ES.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/es_ES.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/et_EE.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/et_EE.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/fa_IR.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/fa_IR.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/fr_FR.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/fr_FR.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/hi_IN.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/hi_IN.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/hr_HR.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/hr_HR.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/hu_HU.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/hu_HU.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/id_ID.utf8/GL/AccountGroups.csv
%%WWWDIR%%/locale/id_ID.utf8/GL/AccountSections.csv
%%WWWDIR%%/locale/id_ID.utf8/GL/GLAccounts.csv
%%WWWDIR%%/locale/id_ID.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/id_ID.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/it_IT.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/it_IT.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/ja_JP.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/ja_JP.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/lv_LV.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/lv_LV.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/nl_NL.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/nl_NL.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/pl_PL.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/pl_PL.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/pt_BR.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/pt_BR.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/pt_PT.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/pt_PT.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/ro_RO.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/ro_RO.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/ru_RU.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/ru_RU.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/sq_AL.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/sq_AL.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/sv_SE.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/sv_SE.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/sw_KE.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/sw_KE.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/tr_TR.utf8/LC_MESSAGES/messages-P-Y.po
%%WWWDIR%%/locale/tr_TR.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/tr_TR.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/vi_VN.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/vi_VN.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/zh_CN.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/zh_CN.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualAPIFunctions.php
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualARInquiries.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualARReports.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualARTransactions.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualAccountsPayable.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualAccountsReceivable.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualContents.php
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualContracts.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualContributors.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualCreatingNewSystem.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualCreditStatus.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualCurrencies.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualDevelopmentStructure.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualFixedAssets.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualFooter.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualGeneralLedger.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualGettingStarted.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualHeader.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualIntroduction.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualInventory.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualMRP.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualManufacturing.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualMultilanguage.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualNewScripts.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualPaymentTerms.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualPettyCash.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualPrices.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualPurchaseOrdering.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualReportBuilder.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualRequirements.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualSalesAnalysis.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualSalesOrders.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualSalesPeople.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualSalesTypes.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualSecuritySchema.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualShipments.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualSpecialUtilities.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualSystemConventions.html
%%WWWDIR%%/locale/zh_CN.utf8/Manual/ManualTax.html
%%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualAPIFunctions.php
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualARInquiries.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualARReports.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualARTransactions.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualAccountsPayable.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualAccountsReceivable.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualContents.php
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualContracts.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualContributors.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualCreatingNewSystem.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualCreditStatus.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualCurrencies.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualDevelopmentStructure.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualFixedAssets.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualFooter.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualGeneralLedger.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualGettingStarted.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualHeader.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualIntroduction.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualInventory.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualMRP.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualManufacturing.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualMultilanguage.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualNewScripts.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualPaymentTerms.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualPettyCash.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualPrices.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualPurchaseOrdering.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualReportBuilder.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualRequirements.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualSalesAnalysis.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualSalesOrders.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualSalesPeople.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualSalesTypes.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualSecuritySchema.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualShipments.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualSpecialUtilities.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualSystemConventions.html
%%WWWDIR%%/locale/zh_HK.utf8/Manual/ManualTax.html
%%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8/LC_MESSAGES/messages.mo
%%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8/LC_MESSAGES/messages.po
%%WWWDIR%%/logo_server.jpg
%%WWWDIR%%/report_runner.php
%%WWWDIR%%/reportwriter/FormMaker.php
%%WWWDIR%%/reportwriter/ReportMaker.php
%%WWWDIR%%/reportwriter/WriteForm.inc
%%WWWDIR%%/reportwriter/WriteReport.inc
%%WWWDIR%%/reportwriter/admin/RCFunctions.inc
%%WWWDIR%%/reportwriter/admin/ReportCreator.php
%%WWWDIR%%/reportwriter/admin/defaults.php
%%WWWDIR%%/reportwriter/admin/forms/ReportsCritSetup.html
%%WWWDIR%%/reportwriter/admin/forms/ReportsDBSetup.html
%%WWWDIR%%/reportwriter/admin/forms/ReportsFieldSetup.html
%%WWWDIR%%/reportwriter/admin/forms/ReportsHome.html
%%WWWDIR%%/reportwriter/admin/forms/ReportsID.html
%%WWWDIR%%/reportwriter/admin/forms/ReportsImport.html
%%WWWDIR%%/reportwriter/admin/forms/ReportsPageSetup.html
%%WWWDIR%%/reportwriter/admin/forms/ReportsRename.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmCBlk.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmCDta.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmData.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmImg.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmLine.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmPgNum.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmRect.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmTBlk.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmTbl.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmText.html
%%WWWDIR%%/reportwriter/admin/forms/TplFrmTtl.html
%%WWWDIR%%/reportwriter/forms/FormsFilter.html
%%WWWDIR%%/reportwriter/forms/FormsList.html
%%WWWDIR%%/reportwriter/forms/ReportsFieldSetup.html
%%WWWDIR%%/reportwriter/forms/ReportsFilter.html
%%WWWDIR%%/reportwriter/forms/ReportsList.html
%%WWWDIR%%/reportwriter/forms/ReportsPageUpdate.html
%%WWWDIR%%/reportwriter/forms/ReportsSave.html
%%WWWDIR%%/reportwriter/forms/TplFrmLine.html
%%WWWDIR%%/reportwriter/images/delicon.png
%%WWWDIR%%/reportwriter/images/downicon.png
%%WWWDIR%%/reportwriter/images/editicon.png
%%WWWDIR%%/reportwriter/images/pull_down_active.gif
%%WWWDIR%%/reportwriter/images/pull_down_inactive.gif
%%WWWDIR%%/reportwriter/images/upicon.png
%%WWWDIR%%/reportwriter/install/ReportListForm.php
%%WWWDIR%%/reportwriter/install/ReportListLinks.php
%%WWWDIR%%/reportwriter/languages/en_US/reports.php
%%WWWDIR%%/sql/mysql/upgrade2.7-2.8.sql
%%WWWDIR%%/sql/mysql/upgrade2.8-2.9.sql
%%WWWDIR%%/sql/mysql/upgrade2.9-2.9a.sql
%%WWWDIR%%/sql/mysql/upgrade2.9a-2.9b.sql
%%WWWDIR%%/sql/mysql/upgrade3.00-3.01.sql
%%WWWDIR%%/sql/mysql/upgrade3.01-3.02.sql
%%WWWDIR%%/sql/mysql/upgrade3.02-3.03.sql
%%WWWDIR%%/sql/mysql/upgrade3.03-3.04.sql
%%WWWDIR%%/sql/mysql/upgrade3.04-3.05.sql
%%WWWDIR%%/sql/mysql/upgrade3.05-3.06.sql
%%WWWDIR%%/sql/mysql/upgrade3.06-3.07.sql
%%WWWDIR%%/sql/mysql/upgrade3.07-3.08.sql
%%WWWDIR%%/sql/mysql/upgrade3.08-3.09.sql
%%WWWDIR%%/sql/mysql/upgrade3.09-3.10.sql
%%WWWDIR%%/sql/mysql/upgrade3.10-3.11.sql
%%WWWDIR%%/sql/mysql/upgrade3.11-3.11.1.sql
%%WWWDIR%%/sql/mysql/upgrade3.11.1-4.00.sql
%%WWWDIR%%/sql/mysql/upgrade4.03-4.04.sql
%%WWWDIR%%/sql/mysql/upgrade4.04-4.04.1.sql
%%WWWDIR%%/sql/mysql/upgrade4.04.1-4.04.4.sql
%%WWWDIR%%/sql/mysql/upgrade4.04.4-4.04.5.sql
%%WWWDIR%%/sql/mysql/upgrade4.04.5-4.05.sql
%%WWWDIR%%/sql/mysql/upgrade4.05-4.06.sql
%%WWWDIR%%/sql/mysql/upgrade4.06-4.07.sql
%%WWWDIR%%/sql/mysql/upgrade4.07-4.08.sql
%%WWWDIR%%/sql/mysql/upgrade4.08-4.09.sql
%%WWWDIR%%/sql/mysql/weberp-demo.sql
%%WWWDIR%%/sql/mysql/weberp-new.sql
%%WWWDIR%%/xmlrpc/ChangeLog
%%WWWDIR%%/xmlrpc/INSTALL
%%WWWDIR%%/xmlrpc/Makefile
%%WWWDIR%%/xmlrpc/NEWS
%%WWWDIR%%/xmlrpc/README
%%WWWDIR%%/xmlrpc/debugger/action.php
%%WWWDIR%%/xmlrpc/debugger/common.php
%%WWWDIR%%/xmlrpc/debugger/controller.php
%%WWWDIR%%/xmlrpc/debugger/index.html
%%WWWDIR%%/xmlrpc/debugger/index.php
%%WWWDIR%%/xmlrpc/demo/client/agesort.php
%%WWWDIR%%/xmlrpc/demo/client/client.php
%%WWWDIR%%/xmlrpc/demo/client/comment.php
%%WWWDIR%%/xmlrpc/demo/client/introspect.php
%%WWWDIR%%/xmlrpc/demo/client/mail.php
%%WWWDIR%%/xmlrpc/demo/client/simple_call.php
%%WWWDIR%%/xmlrpc/demo/client/which.php
%%WWWDIR%%/xmlrpc/demo/client/wrap.php
%%WWWDIR%%/xmlrpc/demo/client/zopetest.php
%%WWWDIR%%/xmlrpc/demo/demo1.txt
%%WWWDIR%%/xmlrpc/demo/demo2.txt
%%WWWDIR%%/xmlrpc/demo/demo3.txt
%%WWWDIR%%/xmlrpc/demo/server/discuss.php
%%WWWDIR%%/xmlrpc/demo/server/proxy.php
%%WWWDIR%%/xmlrpc/demo/server/server.php
%%WWWDIR%%/xmlrpc/demo/vardemo.php
%%WWWDIR%%/xmlrpc/doc/Makefile
%%WWWDIR%%/xmlrpc/doc/announce1_0.txt
%%WWWDIR%%/xmlrpc/doc/announce1_1.txt
%%WWWDIR%%/xmlrpc/doc/announce1b6.txt
%%WWWDIR%%/xmlrpc/doc/announce1b7.txt
%%WWWDIR%%/xmlrpc/doc/announce1b8.txt
%%WWWDIR%%/xmlrpc/doc/announce1b9.txt
%%WWWDIR%%/xmlrpc/doc/convert.php
%%WWWDIR%%/xmlrpc/doc/custom.dsl
%%WWWDIR%%/xmlrpc/doc/custom.fo.xsl
%%WWWDIR%%/xmlrpc/doc/custom.xsl
%%WWWDIR%%/xmlrpc/doc/docbook-css/COPYING
%%WWWDIR%%/xmlrpc/doc/docbook-css/CREDITS
%%WWWDIR%%/xmlrpc/doc/docbook-css/core.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/db-bindings.xml
%%WWWDIR%%/xmlrpc/doc/docbook-css/driver.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/l10n/de.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/l10n/en.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/l10n/es.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/l10n/pl.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/l10n.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/mozilla.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/opera.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/styles.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/tables.css
%%WWWDIR%%/xmlrpc/doc/docbook-css/xmlrpc.css
%%WWWDIR%%/xmlrpc/doc/highlight.php
%%WWWDIR%%/xmlrpc/doc/xmlrpc_php.xml
%%WWWDIR%%/xmlrpc/extras/rsakey.pem
%%WWWDIR%%/xmlrpc/extras/test.pl
%%WWWDIR%%/xmlrpc/extras/test.py
%%WWWDIR%%/xmlrpc/extras/workspace.testPhpServer.fttb
%%WWWDIR%%/xmlrpc/lib/xmlrpc.inc
%%WWWDIR%%/xmlrpc/lib/xmlrpc_wrappers.inc
%%WWWDIR%%/xmlrpc/lib/xmlrpcs.inc
%%WWWDIR%%/xmlrpc/test/PHPUnit/Assert.php
%%WWWDIR%%/xmlrpc/test/PHPUnit/TestCase.php
%%WWWDIR%%/xmlrpc/test/PHPUnit/TestDecorator.php
%%WWWDIR%%/xmlrpc/test/PHPUnit/TestFailure.php
%%WWWDIR%%/xmlrpc/test/PHPUnit/TestListener.php
%%WWWDIR%%/xmlrpc/test/PHPUnit/TestResult.php
%%WWWDIR%%/xmlrpc/test/PHPUnit/TestSuite.php
%%WWWDIR%%/xmlrpc/test/PHPUnit/license.txt
%%WWWDIR%%/xmlrpc/test/benchmark.php
%%WWWDIR%%/xmlrpc/test/parse_args.php
%%WWWDIR%%/xmlrpc/test/phpunit.php
%%WWWDIR%%/xmlrpc/test/testsuite.php
%%WWWDIR%%/xmlrpc/test/verify_compat.php
@dirrm %%WWWDIR%%/api
@dirrm %%WWWDIR%%/build
@dirrm %%WWWDIR%%/companies/weberpdemo/EDI_Incoming_Orders
@dirrm %%WWWDIR%%/companies/weberpdemo/EDI_MsgPending
@dirrm %%WWWDIR%%/companies/weberpdemo/EDI_Sent
@dirrm %%WWWDIR%%/companies/weberpdemo/FormDesigns
@dirrm %%WWWDIR%%/companies/weberpdemo/part_pics
@dirrm %%WWWDIR%%/companies/weberpdemo/reports
@dirrm %%WWWDIR%%/companies/weberpdemo/reportwriter
@dirrm %%WWWDIR%%/companies/weberpdemo
@dirrm %%WWWDIR%%/companies
@dirrm %%WWWDIR%%/css/aguapop/images
@dirrm %%WWWDIR%%/css/aguapop
@dirrm %%WWWDIR%%/css/default/images
@dirrm %%WWWDIR%%/css/default
@dirrm %%WWWDIR%%/css/fresh/images
@dirrm %%WWWDIR%%/css/fresh
@dirrm %%WWWDIR%%/css/gel/images
@dirrm %%WWWDIR%%/css/gel
@dirrm %%WWWDIR%%/css/jelly/images
@dirrm %%WWWDIR%%/css/jelly
@dirrm %%WWWDIR%%/css/professional/images
@dirrm %%WWWDIR%%/css/professional
@dirrm %%WWWDIR%%/css/professional-rtl/images
@dirrm %%WWWDIR%%/css/professional-rtl
@dirrm %%WWWDIR%%/css/silverwolf/images
@dirrm %%WWWDIR%%/css/silverwolf
@dirrm %%WWWDIR%%/css
@dirrm %%WWWDIR%%/doc/Manual/images
@dirrm %%WWWDIR%%/doc/Manual
@dirrm %%WWWDIR%%/doc
@dirrm %%WWWDIR%%/flags
@dirrm %%WWWDIR%%/includes/barcodepack
@dirrm %%WWWDIR%%/includes/php-gettext
@dirrm %%WWWDIR%%/includes/phplot/contrib
@dirrm %%WWWDIR%%/includes/phplot
@dirrm %%WWWDIR%%/includes/tcpdf/cache
@dirrm %%WWWDIR%%/includes/tcpdf/config/lang
@dirrm %%WWWDIR%%/includes/tcpdf/config
@dirrm %%WWWDIR%%/includes/tcpdf/fonts
@dirrm %%WWWDIR%%/includes/tcpdf
@dirrm %%WWWDIR%%/includes
@dirrm %%WWWDIR%%/install
@dirrm %%WWWDIR%%/javascripts
@dirrm %%WWWDIR%%/locale/ar_EG.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/ar_EG.utf8
@dirrm %%WWWDIR%%/locale/cs_CZ.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/cs_CZ.utf8
@dirrm %%WWWDIR%%/locale/de_DE.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/de_DE.utf8/Manual/images
@dirrm %%WWWDIR%%/locale/de_DE.utf8/Manual
@dirrm %%WWWDIR%%/locale/de_DE.utf8
@dirrm %%WWWDIR%%/locale/el_GR.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/el_GR.utf8
@dirrm %%WWWDIR%%/locale/en_GB.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/en_GB.utf8
@dirrm %%WWWDIR%%/locale/en_IN.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/en_IN.utf8
@dirrm %%WWWDIR%%/locale/en_US.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/en_US.utf8
@dirrm %%WWWDIR%%/locale/es_ES.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/es_ES.utf8
@dirrm %%WWWDIR%%/locale/et_EE.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/et_EE.utf8
@dirrm %%WWWDIR%%/locale/fa_IR.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/fa_IR.utf8
@dirrm %%WWWDIR%%/locale/fr_FR.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/fr_FR.utf8
@dirrm %%WWWDIR%%/locale/hi_IN.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/hi_IN.utf8
@dirrm %%WWWDIR%%/locale/hr_HR.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/hr_HR.utf8
@dirrm %%WWWDIR%%/locale/hu_HU.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/hu_HU.utf8
@dirrm %%WWWDIR%%/locale/id_ID.utf8/GL
@dirrm %%WWWDIR%%/locale/id_ID.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/id_ID.utf8
@dirrm %%WWWDIR%%/locale/it_IT.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/it_IT.utf8
@dirrm %%WWWDIR%%/locale/ja_JP.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/ja_JP.utf8
@dirrm %%WWWDIR%%/locale/lv_LV.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/lv_LV.utf8
@dirrm %%WWWDIR%%/locale/nl_NL.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/nl_NL.utf8
@dirrm %%WWWDIR%%/locale/pl_PL.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/pl_PL.utf8
@dirrm %%WWWDIR%%/locale/pt_BR.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/pt_BR.utf8
@dirrm %%WWWDIR%%/locale/pt_PT.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/pt_PT.utf8
@dirrm %%WWWDIR%%/locale/ro_RO.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/ro_RO.utf8
@dirrm %%WWWDIR%%/locale/ru_RU.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/ru_RU.utf8
@dirrm %%WWWDIR%%/locale/sq_AL.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/sq_AL.utf8
@dirrm %%WWWDIR%%/locale/sv_SE.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/sv_SE.utf8
@dirrm %%WWWDIR%%/locale/sw_KE.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/sw_KE.utf8
@dirrm %%WWWDIR%%/locale/tr_TR.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/tr_TR.utf8
@dirrm %%WWWDIR%%/locale/vi_VN.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/vi_VN.utf8
@dirrm %%WWWDIR%%/locale/zh_CN.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/zh_CN.utf8/Manual
@dirrm %%WWWDIR%%/locale/zh_CN.utf8
@dirrm %%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/zh_HK.utf8/Manual
@dirrm %%WWWDIR%%/locale/zh_HK.utf8
@dirrm %%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8/LC_MESSAGES
@dirrm %%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8
@dirrm %%WWWDIR%%/locale/zh_TW.utf8
@dirrm %%WWWDIR%%/locale
@dirrm %%WWWDIR%%/reportwriter/admin/forms
@dirrm %%WWWDIR%%/reportwriter/admin
@dirrm %%WWWDIR%%/reportwriter/forms
@dirrm %%WWWDIR%%/reportwriter/images
@dirrm %%WWWDIR%%/reportwriter/install
@dirrm %%WWWDIR%%/reportwriter/languages/en_US
@dirrm %%WWWDIR%%/reportwriter/languages
@dirrm %%WWWDIR%%/reportwriter
@dirrm %%WWWDIR%%/sql/mysql
@dirrm %%WWWDIR%%/sql
@dirrm %%WWWDIR%%/xmlrpc/debugger
@dirrm %%WWWDIR%%/xmlrpc/demo/client
@dirrm %%WWWDIR%%/xmlrpc/demo/server
@dirrm %%WWWDIR%%/xmlrpc/demo
@dirrm %%WWWDIR%%/xmlrpc/doc/docbook-css/l10n
@dirrm %%WWWDIR%%/xmlrpc/doc/docbook-css
@dirrm %%WWWDIR%%/xmlrpc/doc
@dirrm %%WWWDIR%%/xmlrpc/extras
@dirrm %%WWWDIR%%/xmlrpc/lib
@dirrm %%WWWDIR%%/xmlrpc/test/PHPUnit
@dirrm %%WWWDIR%%/xmlrpc/test
@dirrm %%WWWDIR%%/xmlrpc
@dirrm %%WWWDIR%%