-
Notifications
You must be signed in to change notification settings - Fork 384
/
Copy pathReadme.txt
69 lines (45 loc) · 2.54 KB
/
Readme.txt
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
Hello there,
MixERP is a feature rich, easy to use, open source ERP solution which is still in alpha stage.
-------------------------------------------------------------------------------------------------------------------------------------------------
Installing the database:
-------------------------------------------------------------------------------------------------------------------------------------------------
MixERP uses the powerful, award-winning, highly stable, and objected oriented database PostgreSQL. PostgreSQL server is an open source
database server, which can be downloaded from:
http://postgresql.org
Please run the following database scripts under the directory "/MixERP.Net.FrontEnd/db/en-US/", in this order:
1. mixerp.sql
2. mixerp-db-logic.sql
3. party-sample.sql (optional)
4. sample-data.sql (optional)
**Please Note:**
If you are using PostgreSQL 9.2 and below, you would have to make a very minor change to
the SQL script "customer-sample.sql":
1. Find the word 'MATERIALIZED VIEW' and replace that with 'VIEW'.
2. Comment out all the lines starting with 'REFRESH MATERIALIZED VIEW'.
-------------------------------------------------------------------------------------------------------------------------------------------------
Non English Speaking Countries:
-------------------------------------------------------------------------------------------------------------------------------------------------
MixERP is a multilingual product by design. Instead of hardcoding everying, we maintain a central resource file respository
on the directory "MixERP.Net.FrontEnd/App_GlobalResources".
Please find the following files:
Titles.resx
-Titles and only titles should be stored in this file, complying to the rules of capitalization.
-Resource keys: use ProperCasing.
Questions.resx
-Questions are stored in this file.
-Resource keys: ProperCasing.
Labels.resx
-Field labels are stored here. Must be a complete sentence or meaningful phrase.
-Resource keys: use ProperCasing.
Warnings.resx
-Application warnings are stored here. Must be a complete sentence or meaningful phrase.
-Resource keys: use ProperCasing.
Setup.resx
-System resource.
-Resource keys: use ProperCasing.
FormResource.resx
-PostgreSQL columns are stored as resource keys. These are used on dynamically generated forms and reports.
-Resource keys: use lowercase_underscore_separator.
-------------------------------------------------------------------------------------------------------------------------------------------------
Watch out for more ...
MixERP team.