Paolo Arena
|
a54839e128
|
- Add Button Whatsapp Chat
- Fixed 'Ask Info' and 'Book' if the email arrived...
- Added "Settings" table: URL_FACEBOOK, TELEGRAM_SUPPORT, URL_INSTAGRAM, WHATSAPP_CELL, INT_CODE, MAIN_EMAIL, CONTACTS_EMAIL_CELL, CALL_WORKING_DAYS, EVENTS_CAL, MSG_REPLY_AFTER_BOOKING.
-
|
2019-11-05 23:53:39 +01:00 |
|
Paolo Arena
|
93eae51ab8
|
- Added TablesList page
- Added Insert Record empty
|
2019-10-20 01:21:54 +02:00 |
|
Paolo Arena
|
8f69856c57
|
- Booking Event (with email to user and admin)
- Cancel Event (with email to user and admin)
- Store into mongodb
|
2019-10-05 20:01:56 +02:00 |
|
Paolo Arena
|
4ed5a3d350
|
Cut/Paste project and todos
|
2019-04-29 01:01:40 +02:00 |
|
Paolo Arena
|
f3964b0ff0
|
End "project and Todos": what could modify or readonly.
|
2019-04-22 01:43:58 +02:00 |
|
Paolo Arena
|
6a0b7db73c
|
- Modified privacywrite query with graphLookup:
$graphLookup: {
from: "projects",
startWith: "$id_main_project",
connectFromField: "id_main_project",
connectToField: "_id",
as: "ris",
restrictSearchWithMatch: { $or: [{ privacyread: server_constants.Privacy.all }, { userId: userId }] }
}
},
{ $match: { "ris.privacyread": { $exists: true } } },
|
2019-04-13 03:04:49 +02:00 |
|
Paolo Arena
|
7b444bc561
|
++ hoursweeky_plannedtowork, endwork_estimate, totalphases , actualphase
|
2019-04-07 21:24:27 +02:00 |
|
Paolo Arena
|
6310a7a971
|
Updated Project calculation for hours and progress.
|
2019-04-06 21:02:39 +02:00 |
|
Paolo Arena
|
cadf2ef86a
|
- added fields: longdescr, hoursworked, hoursplanned
|
2019-03-30 02:58:19 +01:00 |
|
Paolo Arena
|
f4ad69674e
|
++ Projects
|
2019-03-28 12:58:58 +01:00 |
|