Category Archives: DOCUMENTATIE TEHNICA
Internaționalizare

Mesaje Pentru internaționalizare se folosesc facilitățile oferite de Frameworkul Yii2, vezi tutorialul. Widgetul de comutare limbă utilizat – LanguagePicker – setează limba curentă, din \Yii::$app->language;

Slider component

Avem nevoie de un slider. Aplicatia de baza va fi in orice context unde e nevoie de o data de inceput…

resposive table – css

@media screen and (max-width: 600px) { table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: bold; } }  …

Single entry accounting – functions

1. retrieve the (invoice) operations $operations = cfoBi::getOperations() return: Array ( [1] => Goods aquisition [2] => Service aquisition [3]…

Politica de conturi / balanta / note contabile

Tot ceea ce tine de reguli pentru conturi , balanta , note contabile trebuie sa fie dinamice, si editabile din…

Localization

The application must support localization, both for the user interface and for the content. The user interface localization must be…

Business logic core

The business logic core functions are those functions that implement the business logic processes from the lowest abstract level up…

Primary stock functions

The primary stock functions are located directly on the MySQL server as stored functions/procedures. The reason to do this is…

Homepage widgets

The homepage widgets are inserted inside /site/frontend/views/user/home.php THey are located in the folder /site/frontend/components/briefreports The widget manager is  : /site/frontend/components/briefreports/BriefReportsManager.php

Previous Page