- Updated client-edit template to change 'Firma' to 'Nazwa' and added 'Nazwa firmy' input field. - Modified main-view template to reflect the new naming conventions for clients. - Enhanced finances main-view to display a list of clients with revenue details. - Added client selection dropdown in operation-edit template. - Improved work-time template by adding keyboard shortcut for task confirmation. - Introduced CrmController for handling client-related actions. - Created FinancesController to manage finance operations and categories. - Implemented ClientRepository for client data management. - Developed FinanceRepository for finance operations and data handling.
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git log:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(mysql:*)",
|
|
"Bash(if [ -f logs.txt ])",
|
|
"Bash(then rm logs.txt)",
|
|
"Bash(else echo \"Plik logs.txt nie istnieje\")",
|
|
"Bash(fi)",
|
|
"Bash(grep:*)"
|
|
]
|
|
}
|
|
}
|