After Graduate Update
This commit is contained in:
parent
b92a91ab37
commit
c6917dd85e
69 changed files with 7540 additions and 0 deletions
24
ressult/config.json
Normal file
24
ressult/config.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"application": {
|
||||
"name": "MasterPol Partner Management System",
|
||||
"version": "1.0.0",
|
||||
"company_logo": "resources/logo.png",
|
||||
"app_icon": "resources/icon.png"
|
||||
},
|
||||
"api": {
|
||||
"base_url": "http://localhost:8000",
|
||||
"timeout": 30
|
||||
},
|
||||
"style": {
|
||||
"primary_color": "#007acc",
|
||||
"secondary_color": "#005a9e",
|
||||
"accent_color": "#28a745",
|
||||
"font_family": "Arial",
|
||||
"font_size": "12px"
|
||||
},
|
||||
"features": {
|
||||
"enable_import": true,
|
||||
"enable_export": true,
|
||||
"enable_calculations": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue