{"version":3,"file":"component---src-pages-us-successful-workforce-planning-tsx-bcf2080b379e0c5c2c4b.js","mappings":"2MAgBA,EAXyD,SAAC,GAGnD,IAFLA,EAEI,EAFJA,UACGC,GACC,YACJ,OACE,4CAAID,UAAWE,GAAAA,CCTE,8BDSYF,IAAgBC,GAC1CA,EAAME,Y,uOEVFC,EAAU,iCACVC,EAAW,kCACXC,EAAW,kCACXC,EAAU,iCCuBrB,EAhBwC,SAAC,GAKlC,IAJLP,EAII,EAJJA,UACAQ,EAGI,EAHJA,GACAC,EAEI,EAFJA,QACAN,EACI,EADJA,SAEA,OACE,mCACEH,UAAWE,GAAAA,CAAGQ,EAAWD,GAAWC,EAAE,MAAMD,GAAYT,GACxDQ,GAAIA,GAEHL,K,0FCEP,EAd0D,SAAC,GAGpD,IAFLQ,EAEI,EAFJA,KACAR,EACI,EADJA,SAEA,OACE,wBAACS,EAAA,EAAD,CAASZ,UCdQ,2CDef,wBAACa,EAAA,EAAD,KACGF,GAAQ,+BAAKX,UCfJ,wCDewBW,GACjCR,M,0GE2IT,UApJ8C,WAC5C,OACE,gDACE,wBAAC,IAAD,CACEW,MAAM,4CACNC,YAAY,qKAEd,wBAAC,IAAD,KACE,wBAAC,IAAD,CAAYC,QAAQ,KAAKC,MAAM,QAA/B,mDAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,sQAMA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,iCAGA,+BAAKjB,UAAWU,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,sEACJC,IAAI,gCACJN,MAAM,gCACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,SAClB,oEADF,6TAQA,wBAAC,IAAD,CAAYA,QAAQ,SAClB,sEADF,iZASA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,OACM,uEADN,6CAIA,wBAAC,IAAD,CAAMhB,UAAU,QACd,sMAKA,gLAKA,wJAKF,wBAAC,IAAD,CAAYgB,QAAQ,KAAKC,MAAM,QAA/B,sCAGA,+BAAKjB,UAAWU,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEI,MAAO,IACPH,IAAI,sEACJC,IAAI,2BACJN,MAAM,2BACNO,YAAY,UALd,uBAQF,wBAAC,IAAD,CAAYL,QAAQ,SAApB,+LAGuD,IACrD,uEAEF,wBAAC,IAAD,CAAYA,QAAQ,SAApB,0GAIA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,wCAGA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,oBACmB,kEADnB,oSAQA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,iCACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,4aASA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,eACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,mBACkB,4EAAoD,IADtE,8SAQA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,0BACA,wBAAC,IAAD,CAAYA,QAAQ,SAClB,0EADF,wlBAYA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,8BACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,ySAOA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,mM,qYClJD,IAIIO,EAAY,gCAGZC,EAAU,8BACVC,EAAa,iCACbC,EAAa,iCAIbC,EAAiB,qCAGjBC,EAAO,2BAGPC,EAAgB,oCAGhBC,EAAgB,oCAEhBC,EAAe,mCACfC,EAAY,gCACZC,EAAW,+BACXC,EAAmB,uCACnBC,EAAgB,oCAChBC,EAAc,kCACdC,EAAsB,2C","sources":["webpack://sgnl-site/./src/components/Common/List/index.tsx","webpack://sgnl-site/./src/components/Common/List/List.module.scss","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/successful-workforce-planning.tsx","webpack://sgnl-site/./src/pages/news.module.scss"],"sourcesContent":["import React, { HTMLAttributes } from 'react'\nimport cn from 'classnames'\n\nimport * as s from './List.module.scss'\n\nconst List: React.FC> = ({\n className,\n ...props\n}) => {\n return (\n \n )\n}\n\nexport default List\n","// extracted by mini-css-extract-plugin\nexport var wrapper = \"List-module--wrapper--pipEJ\";","// 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'\nimport List from '../components/Common/List'\n\nimport * as s from '../pages/news.module.scss'\n\nconst SuccessfulWorkforcePlanning: React.FC = () => {\n return (\n <>\n \n \n \n The main steps of successful workforce planning\n \n \n Workforce planning is an essential element of any workplace\n functioning effectively. But before the workforce planning steps are\n explained and discussed in detail, it is important to talk about what\n it is and how it affects organizations, both big and small.\n \n \n Meaning of Workforce Planning\n \n
\n \n
\n \n Workplace planning meaning is about having a specific\n plan in place to make the most of the workforce. When this is done\n strategically, it examines the present workforce, the needs of the\n future workforce, and the needs of the customers of the organization.\n The aim is to find out whether there are any gaps between the\n different elements.\n \n \n Strategic workforce planning is the process that is\n going to ensure that an organization has the correct number of people\n employed at a particular time and that they possess the right skills.\n Also, it will ensure that the workforce is working at a reasonable\n cost to the organization and they have the right skills to be employed\n for the functions they have been recruited for to achieve stability\n and growth of the business.\n \n \n The meaning of workforce planning is linked to the\n following 3 principles:\n \n \n
  • \n The planning for the workforce must be aligned with the current and\n future needs of the business the organization, its strategies as\n well as its business goals.\n
  • \n
  • \n Both short-term and long-term opportunities should be measured and\n calculated to come up with planning that takes everything into\n account.\n
  • \n
  • \n Focusing on the roles the members of the workforce have to perform\n to meet the growing needs of the organization.\n
  • \n
    \n \n All About Workforce Planning Steps\n \n
    \n \n
    \n \n Perhaps every HR working for organizations has faced workforce issues\n time and again. It is quite the part and parcel of the exact job.\n However, this can be significantly reduced by taking{' '}\n steps in workforce planning.\n \n \n Let’s look at the crucial steps for workplace planning every\n organization and business can learn from.\n \n \n #1: Have Strategic Planning in Place\n \n \n The first of the workforce planning steps will\n include gathering all the information you can about the workforce.\n Getting your hands on the annual business plan of the organization can\n be good because it will have future business needs made available.\n This will allow you to develop a plan for making the most of their\n workforce.\n \n #2: Analysis of the Workforce\n \n This is an analysis of the current workforce of the organization. This\n will require an analysis of the number of people in the workforce, as\n well as their skill levels and positions, and work profiles. This is\n all needed to understand whether or not the current workforce is going\n to meet the business needs of the organization. Analysis of the\n current workforce by an organization will lead to understanding what\n is needed.\n \n #3: The Gap\n \n One of the most important workforce planning steps{' '}\n has to be about understanding the gaps that exist. During this part of\n the process, the supply and demand of the workforce are to identify\n whether there has been a surplus of skills. If any gaps are being\n identified, now is the time to acknowledge them and come up with a\n plan to bridge those gaps.\n \n #4: Develop a Planning\n \n Workforce planning process steps will also include\n developing a plan to get it all done. If the workforce is such that\n the goals of the organization will not be met, then people need to be\n recruited to bridge the gap. This is especially true for construction\n companies who often find that there is a huge gap between what the\n company needs to what the current workforce can do. That is why using\n software from SIGNAX to ensure that there is a plan in place is such a\n good idea. Such software specifically made for the construction\n industry can find out exactly what kind of gap exists and come up with\n a plan to bridge that gap.\n \n #5: Put the Plan in Action\n \n Now that the gaps have been identified and a plan formed, it is time\n to inform all departments about it and work together at implementing\n changes within the organization. This way, targets will be met much\n more effectively and organizations can meet their business goals and\n objectives easily.\n \n \n Using quality software makes the whole process of workforce planning\n much less time-consuming and easy. Choose software with care,\n especially if it is a construction business in question.\n \n
    \n \n )\n}\n\nexport default SuccessfulWorkforcePlanning\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":["className","props","cn","children","section","bg_white","bg_light","bg_dark","id","bgColor","s","date","Section","Container","title","description","variant","color","S","src","alt","placeholder","width","textLists","decimal","check_mark","imageBlock","imageClickable","text","authorWrapper","columnWrapper","youtubeVideo","imageWrap","textWrap","textWrapCentered","margin_top_48","contentWrap","productLinksWrapper"],"sourceRoot":""}