{"version":3,"file":"component---src-pages-us-top-3-methods-to-control-project-costs-tsx-7c647543ac8330aa9a44.js","mappings":"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","sources":["webpack://sgnl-site/./src/components/Common/Section/Section.module.scss","webpack://sgnl-site/./src/components/Common/Section/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/NewsSectionBlock.module.scss","webpack://sgnl-site/./src/pages-us/top-3-methods-to-control-project-costs.tsx","webpack://sgnl-site/./src/pages/news.module.scss"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport var section = \"Section-module--section--t2Kke\";\nexport var bg_white = \"Section-module--bg_white--K-nBF\";\nexport var bg_light = \"Section-module--bg_light--kwwQL\";\nexport var bg_dark = \"Section-module--bg_dark--vZSrp\";","import React from 'react'\nimport cn from 'classnames'\n\nimport * as s from './Section.module.scss'\n\ninterface SectionProps {\n className?: string\n bgColor?: 'white' | 'light' | 'dark'\n id?: string\n}\n\nconst Section: React.FC = ({\n className,\n id,\n bgColor,\n children,\n}) => {\n return (\n \n {children}\n \n )\n}\n\nexport default Section\n","import React from 'react'\nimport Section from '../Common/Section'\nimport Container from '../Common/Container'\n\nimport * as s from './NewsSectionBlock.module.scss'\n\ninterface NewsSectionBlockProps {\n date?: string\n}\n\nconst NewsSectionBlock: React.FC = ({\n date,\n children,\n}) => {\n return (\n
\n \n {date &&
{date}
}\n {children}\n
\n
\n )\n}\n\nexport default NewsSectionBlock\n","// extracted by mini-css-extract-plugin\nexport var section = \"NewsSectionBlock-module--section--TD9zu\";\nexport var date = \"NewsSectionBlock-module--date--P8Mos\";","import React from 'react'\nimport { StaticImage } from 'gatsby-plugin-image'\nimport NewsSectionBlock from '../components/NewsSectionBlock'\nimport SEO from '../components/seo'\nimport Typography from '../components/Common/Typography'\n\nimport * as s from '../pages/news.module.scss'\n\nconst ControlProjectCosts: React.FC = () => {\n return (\n <>\n \n \n \n Top 3 methods to control project costs\n \n \n A significant number of projects are planned and implemented annually,\n most of which are undertaken to achieve sustainable, long-term\n results.\n \n \n Projects may also result in planned or unplanned social, economic, and\n environmental impacts that exceed the duration of the project itself.\n In this regard, the issue of project cost management is becoming more\n acute day by day.\n \n \n The globally recognized project management standard developed and\n periodically updated, defines that: project cost management integrates\n the processes involved in planning, budgeting, and controlling costs\n to ensure that a project is completed within an approved budget.\n \n \n Estimating the cost of scheduled activities includes an estimate of\n the cost of the resources required to complete each scheduled\n activity.\n \n
\n \n
\n \n We propose to consider 3 main steps that will help control the costs\n of the project.\n \n \n Collect data in real-time\n \n \n How big data and analytics are transforming the construction industry?\n It is impossible to keep abreast of all expenses if you do not monitor\n them regularly in real-time. It is very convenient to have access to\n project information at any time.\n \n \n Many companies have already taken this strategy as a basis and have\n excellent results on it that give a competitive advantage. Real-time\n financial transparency is what companies who want to be or remain\n successful should strive for, as demand and customers for access to\n analytical data and company performance data are growing.\n \n \n Why is big data important to the construction industry today? It is\n very convenient to store all the data for a particular project in one\n place and give access to them to team members or customers. Thus, all\n project participants can control changes and make adjustments to them.\n \n \n It is significant to understand that one member of your team or\n department has planning data, others have cost tools, and it is very\n important to create a platform on which this data will be stored\n centrally.\n \n \n Thus, data analysis will be available at any time of the day. In the\n construction industry, a centralized information storage base is still\n underdeveloped. But the manual process of data storage and analysis is\n widely used. It is essential to learn how to use new technologies and\n open access to them in your project.\n \n \n Don't waste your time on manual reporting\n \n \n Modern construction daily reporting software is in no way inferior in\n efficiency to a typical and traditional construction estimate. But by\n combining construction reporting software and a traditional project\n framework, you can get better results in cost and project management.\n \n \n It is very important not to forget about the top-down strategy that\n enables project and department managers to analyze progress in real\n time, view reports, and predict the time spent on risk.\n \n
\n \n
\n \n Previously, there were many experienced people and little technology;\n now technology has developed and simplified so much that even a\n beginner can handle the program. Therefore, now it is very important\n to collect data correctly and add them to the program.\n \n \n After that, you will be able to regularly review and analyze changes\n using even mobile construction reporting software, as well as\n understand what is happening and be able to influence changes to\n achieve maximum project success. This is where all companies that want\n to be competitive in the construction industry should move.\n \n \n A single platform for informing you and your subordinates\n \n \n Knowing what is the best project management software for construction\n and implementing it in your project, allows your business to benefit\n because team members and its leaders can analyze data in real-time.\n \n \n Online construction management software is necessary so that the team,\n by analyzing data and all analytical information about the project,\n can make the best decisions on the project for the current period and\n the future. It is important to understand that construction software\n management makes it possible to store all information in one place and\n allows team members to quickly and from any location correct data\n according to the current situation.\n \n \n Using construction inventory management software, even during\n meetings, participants will not be overwhelmed with various drawings\n and calculations, but will comfortably show all the summary\n information in a few minutes.\n \n \n Knowing what is construction management software, and partially,\n gradually, or completely involving technological innovations in your\n project, you also minimize the mechanical errors that project\n participants can make. After all, you should not forget about the\n human factor, haste, or manual loss of any data.\n \n \n What else matters?\n \n \n It is extremely important not to forget about real cost management.\n That is, one must approve the final design quantity and establish a\n basis for evaluation. All these indicators must be equated to the wage\n rate, materials, and productivity ratios. Thus, a calculation will be\n obtained, which is a huge part of the estimate.\n \n
\n \n
\n \n In manual mode, this may take several weeks or even a month. In this\n case, it is impossible not to say about the possible errors in the\n calculations. It is the automation of these processes that will give\n excellent results and minimize errors and thus risks. This is\n especially important if the change needs to be made urgently, and the\n volumes are very large.\n \n \n Don't forget about the culture of responsibility. If you don’t give\n people good processes and tools, then you can’t help but talk about\n possible risks or even project failure. Often project leaders choose\n between having the team answer for expectations they are not prepared\n to meet or letting things take their course and end up with unmet\n expectations.\n \n \n Both of these options are incorrect. It is essential to calculate\n costs in advance, understand the risks and consider options for\n solving any problems.\n \n \n Conclusion\n \n \n Many companies understand that there is still a lot to be done to\n automate the process, but if you start today with a new project and\n gradually implement automation in other projects, you will see\n significant improvements in the result and progress of projects. Don't\n expect a quick result, but look at the progress.\n \n
\n \n )\n}\n\nexport default ControlProjectCosts\n","// extracted by mini-css-extract-plugin\nexport var section = \"news-module--section--g5uoe\";\nexport var maxContent = \"news-module--maxContent--mpYRW\";\nexport var content = \"news-module--content--v60SD\";\nexport var textTitle = \"news-module--textTitle--nitTa\";\nexport var textLists = \"news-module--textLists--IMoga\";\nexport var disc = \"news-module--disc--AqJ0s\";\nexport var auto = \"news-module--auto--u9wuf\";\nexport var decimal = \"news-module--decimal--+OTUr\";\nexport var check_mark = \"news-module--check_mark--P6DHG\";\nexport var imageBlock = \"news-module--imageBlock--TmnyQ\";\nexport var imageText = \"news-module--imageText--DgNcO\";\nexport var imageFullWidth = \"news-module--imageFullWidth--Rg4vs\";\nexport var imageEvent = \"news-module--imageEvent--y9m8O\";\nexport var imageClickable = \"news-module--imageClickable--wN1YK\";\nexport var imageClickable_bottom = \"news-module--imageClickable_bottom--6ol01\";\nexport var brandButtons = \"news-module--brandButtons--Alw1o\";\nexport var text = \"news-module--text--5E1Q6\";\nexport var video = \"news-module--video--6ohKO\";\nexport var videoSize = \"news-module--videoSize--WLsUN\";\nexport var authorWrapper = \"news-module--authorWrapper--pKcye\";\nexport var author = \"news-module--author--F1DUO\";\nexport var special_offer_image = \"news-module--special_offer_image--2F8hV\";\nexport var columnWrapper = \"news-module--columnWrapper--805HQ\";\nexport var boxShadow = \"news-module--boxShadow--zn30v\";\nexport var youtubeVideo = \"news-module--youtubeVideo---NENF\";\nexport var imageWrap = \"news-module--imageWrap--wN+Es\";\nexport var textWrap = \"news-module--textWrap--sagCF\";\nexport var textWrapCentered = \"news-module--textWrapCentered--Gc1WE\";\nexport var margin_top_48 = \"news-module--margin_top_48--icjNV\";\nexport var contentWrap = \"news-module--contentWrap--+JWDB\";\nexport var productLinksWrapper = \"news-module--productLinksWrapper--s8uye\";"],"names":["section","bg_white","bg_light","bg_dark","className","id","bgColor","children","cn","s","date","Section","Container","title","description","variant","color","S","src","alt","placeholder","textLists","decimal","check_mark","imageBlock","imageClickable","text","authorWrapper","columnWrapper","youtubeVideo","imageWrap","textWrap","textWrapCentered","margin_top_48","contentWrap","productLinksWrapper"],"sourceRoot":""}