Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Nov 28, 2023
1 parent 8d6d4ed commit c951a7b
Show file tree
Hide file tree
Showing 29 changed files with 476 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/files/custom/Espo/Modules/RealEstate/Controllers/Contact.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php
/************************************************************************
* This file is part of Real Estate extension for EspoCRM.
*
* EspoCRM - Open Source CRM application.
* Copyright (C) 2014-2022 Yurii Kuznietsov, Taras Machyshyn, Oleksii Avramenko
* Website: https://www.espocrm.com
*
* Real Estate extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Real Estate extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU General Public License version 3.
*
* In accordance with Section 7(b) of the GNU General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
************************************************************************/

namespace Espo\Modules\RealEstate\Controllers;

class Contact extends \Espo\Modules\Crm\Controllers\Contact
{
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php
/************************************************************************
* This file is part of Real Estate extension for EspoCRM.
*
* EspoCRM - Open Source CRM application.
* Copyright (C) 2014-2022 Yurii Kuznietsov, Taras Machyshyn, Oleksii Avramenko
* Website: https://www.espocrm.com
*
* Real Estate extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Real Estate extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU General Public License version 3.
*
* In accordance with Section 7(b) of the GNU General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
************************************************************************/

namespace Espo\Modules\RealEstate\Controllers;

class Opportunity extends \Espo\Modules\Crm\Controllers\Opportunity
{
}
34 changes: 34 additions & 0 deletions src/files/custom/Espo/Modules/RealEstate/Entities/Contact.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php
/************************************************************************
* This file is part of Real Estate extension for EspoCRM.
*
* EspoCRM - Open Source CRM application.
* Copyright (C) 2014-2022 Yurii Kuznietsov, Taras Machyshyn, Oleksii Avramenko
* Website: https://www.espocrm.com
*
* Real Estate extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Real Estate extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU General Public License version 3.
*
* In accordance with Section 7(b) of the GNU General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
************************************************************************/

namespace Espo\Modules\RealEstate\Entities;

class Contact extends \Espo\Modules\Crm\Entities\Contact
{
}
34 changes: 34 additions & 0 deletions src/files/custom/Espo/Modules/RealEstate/Entities/Opportunity.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php
/************************************************************************
* This file is part of Real Estate extension for EspoCRM.
*
* EspoCRM - Open Source CRM application.
* Copyright (C) 2014-2022 Yurii Kuznietsov, Taras Machyshyn, Oleksii Avramenko
* Website: https://www.espocrm.com
*
* Real Estate extension is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Real Estate extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU General Public License version 3.
*
* In accordance with Section 7(b) of the GNU General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
************************************************************************/

namespace Espo\Modules\RealEstate\Entities;

class Opportunity extends \Espo\Modules\Crm\Entities\Opportunity
{
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"label":"Overview",
"rows":[
[{"name":"name"},{"name":"accounts"}],
[{"name":"emailAddress"},{"name":"phoneNumber"}],
[{"name":"address"},{"name":"doNotCall"}],
[{"name":"description", "fullWidth": true}]
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"label":"Overview",
"rows": [
[{"name":"name"}, false],
[{"name":"emailAddress"},{"name":"phoneNumber"}],
[{"name":"title"}, {"name":"doNotCall"}],
[{"name":"address"}, false],
[{"name":"description", "fullWidth": true}]
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"label": "",
"rows": [
[{"name":"name"}],
[{"name":"accounts"}],
[{"name":"emailAddress"}],
[{"name":"phoneNumber"}]
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
"account",
"address",
"assignedUser",
"createdAt",
"emailAddress",
"phoneNumber",
"title",
"targetLists"
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{"name":"name","link":true},
{"name":"emailAddress", "notSortable": true, "width": 20},
{"name":"phoneNumber", "notSortable": true, "width": 20},
{"name":"addressCity", "width": 20}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{"name":"name", "width":35,"link":"true"},
{"name":"accountRole", "width":35, "notSortable": true},
{"name":"emailAddress"}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{"name":"name","link":true, "width": "40"},
{"name":"account"},
{"name":"emailAddress", "notSortable": true}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{"name":"name", "link":"true"},
{"name":"emailAddress", "notSortable": true, "width": 30},
{"name":"addressCity", "width": 25}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
"properties",
"requests",
"opportunities"
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[
{
"label": "Overview",
"rows": [
[
{
"name": "property"
},
{
"name": "stage"
}
],
[
{
"name": "request"
},
{
"name": "account"
}
],
[
{
"name": "contacts"
},
{
"name": "closeDate"
}
],
[
{
"name": "amount"
},
false
],
[
{
"name": "description",
"fullWidth": true
}
]
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[
{
"label": "Overview",
"rows": [
[
{
"name": "name"
},
{
"name": "property"
}
],
[
false,
{
"name": "request"
}
],
[
{
"name": "stage"
},
{
"name": "amount"
}
],
[
{
"name": "probability"
},
{
"name": "closeDate"
}
],
[
{
"name": "description",
"fullWidth": true
}
]
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"label": "",
"rows": [
[
{
"name": "property",
"fullWidth": true
}
],
[
{
"name": "request",
"fullWidth": true
}
],
[
{
"name": "stage"
},
{
"name": "closeDate"
}
],
[
{
"name": "amount",
"fullWidth": true
}
],
[
{
"name": "account",
"fullWidth": true
}
],
[
{
"name": "contacts",
"fullWidth": true
}
],
[
{
"name": "description"
}
]
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
"property",
"request",
"contacts",
"stage",
"amountConverted",
"assignedUser",
"account",
"createdAt",
"createdBy",
"closeDate",
"probability",
"teams"
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{"name":"name", "link": true},
{"name":"amount", "align": "right", "isLarge": true},
{"name":"account"},
{"name":"closeDate"}
]
Loading

0 comments on commit c951a7b

Please sign in to comment.