From 08825eb17f59c29f0d97f5cae29b44c3b21032ab Mon Sep 17 00:00:00 2001 From: hyzen Date: Sat, 11 Apr 2026 19:24:18 +0530 Subject: [PATCH] Add: live notes --- archetypes/uninotes.md | 4 +- content/uninotes/bo-dcm1109-unit1/_index.md | 8 + .../live.md} | 4 +- content/uninotes/bo-dcm1109-unit1/self.md | 89 ++ content/uninotes/et-dcm1107-unit1/_index.md | 8 + .../self.md} | 4 +- content/uninotes/pbm-dcm1110-unit1/_index.md | 8 + .../self.md} | 4 +- docs/css/custom.css | 91 ++ docs/css/style.css | 774 ------------------ docs/index.html | 2 +- docs/index.xml | 55 +- docs/semester/index.html | 2 +- docs/sitemap.xml | 2 +- docs/subjectcode/index.html | 2 +- docs/uninotes/index.xml | 122 +-- docs/uninotes/s1/bo-dcm1109/index.html | 2 +- docs/uninotes/s1/bo-dcm1109/index.xml | 51 +- docs/uninotes/s1/bo-dcm1109/unit1/index.html | 14 + docs/uninotes/s1/bo-dcm1109/unit1/index.xml | 99 +++ .../live}/index.html | 8 +- .../s1/bo-dcm1109/unit1/self/index.html | 64 ++ docs/uninotes/s1/et-dcm1107/index.html | 2 +- docs/uninotes/s1/et-dcm1107/index.xml | 2 +- docs/uninotes/s1/et-dcm1107/unit1/index.html | 14 + docs/uninotes/s1/et-dcm1107/unit1/index.xml | 6 + .../self}/index.html | 8 +- docs/uninotes/s1/index.xml | 55 +- docs/uninotes/s1/pbm-dcm1110/index.html | 2 +- docs/uninotes/s1/pbm-dcm1110/index.xml | 2 +- docs/uninotes/s1/pbm-dcm1110/unit1/index.html | 14 + docs/uninotes/s1/pbm-dcm1110/unit1/index.xml | 67 ++ .../self}/index.html | 8 +- layouts/subjectcode/term.html | 15 +- layouts/uninotes/single.html | 39 +- layouts/uninotes/unit-choice.html | 78 ++ static/css/custom.css | 91 ++ 37 files changed, 878 insertions(+), 942 deletions(-) create mode 100644 content/uninotes/bo-dcm1109-unit1/_index.md rename content/uninotes/{bo-dcm1109-unit1.md => bo-dcm1109-unit1/live.md} (93%) create mode 100644 content/uninotes/bo-dcm1109-unit1/self.md create mode 100644 content/uninotes/et-dcm1107-unit1/_index.md rename content/uninotes/{et-dcm1107-unit1.md => et-dcm1107-unit1/self.md} (75%) create mode 100644 content/uninotes/pbm-dcm1110-unit1/_index.md rename content/uninotes/{pbm-dcm1110-unit1.md => pbm-dcm1110-unit1/self.md} (94%) delete mode 100644 docs/css/style.css create mode 100644 docs/uninotes/s1/bo-dcm1109/unit1/index.html create mode 100644 docs/uninotes/s1/bo-dcm1109/unit1/index.xml rename docs/uninotes/s1/bo-dcm1109/{bo-dcm1109-unit1 => unit1/live}/index.html (57%) create mode 100644 docs/uninotes/s1/bo-dcm1109/unit1/self/index.html create mode 100644 docs/uninotes/s1/et-dcm1107/unit1/index.html create mode 100644 docs/uninotes/s1/et-dcm1107/unit1/index.xml rename docs/uninotes/s1/et-dcm1107/{et-dcm1107-unit1 => unit1/self}/index.html (70%) create mode 100644 docs/uninotes/s1/pbm-dcm1110/unit1/index.html create mode 100644 docs/uninotes/s1/pbm-dcm1110/unit1/index.xml rename docs/uninotes/s1/pbm-dcm1110/{pbm-dcm1110-unit1 => unit1/self}/index.html (62%) create mode 100644 layouts/uninotes/unit-choice.html diff --git a/archetypes/uninotes.md b/archetypes/uninotes.md index 44d5494..bb6e90b 100644 --- a/archetypes/uninotes.md +++ b/archetypes/uninotes.md @@ -4,7 +4,9 @@ semester = ['S1'] subjectcode = ['SUBJECT CODE'] unit = 'Unit 1' title = 'Unit 1' +notecategory = 'Self' toc = true weight = 1 -url = '/uninotes/s1/subject-code/filename/' +url = '/uninotes/s1/subject-code/filename/self/' +uniturl = '/uninotes/s1/subject-code/filename/' +++ diff --git a/content/uninotes/bo-dcm1109-unit1/_index.md b/content/uninotes/bo-dcm1109-unit1/_index.md new file mode 100644 index 0000000..b1cfb93 --- /dev/null +++ b/content/uninotes/bo-dcm1109-unit1/_index.md @@ -0,0 +1,8 @@ ++++ +draft = false +title = 'Unit 1' +unit = 'Unit 1' +weight = 1 +layout = 'unit-choice' +url = '/uninotes/s1/bo-dcm1109/unit1/' ++++ diff --git a/content/uninotes/bo-dcm1109-unit1.md b/content/uninotes/bo-dcm1109-unit1/live.md similarity index 93% rename from content/uninotes/bo-dcm1109-unit1.md rename to content/uninotes/bo-dcm1109-unit1/live.md index 2ad0dd9..baf3b49 100644 --- a/content/uninotes/bo-dcm1109-unit1.md +++ b/content/uninotes/bo-dcm1109-unit1/live.md @@ -3,10 +3,12 @@ draft = false semester = ['S1'] subjectcode = ['BO DCM1109'] unit = 'Unit 1' +notecategory = 'Live' title = 'Unit 1' toc = true weight = 1 -url = '/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/' +url = '/uninotes/s1/bo-dcm1109/unit1/live/' +uniturl = '/uninotes/s1/bo-dcm1109/unit1/' +++ ### ***April 6, 2026*** diff --git a/content/uninotes/bo-dcm1109-unit1/self.md b/content/uninotes/bo-dcm1109-unit1/self.md new file mode 100644 index 0000000..a5977ba --- /dev/null +++ b/content/uninotes/bo-dcm1109-unit1/self.md @@ -0,0 +1,89 @@ ++++ +draft = false +semester = ['S1'] +subjectcode = ['BO DCM1109'] +unit = 'Unit 1' +notecategory = 'Self' +title = 'Unit 1' +toc = true +weight = 1 +url = '/uninotes/s1/bo-dcm1109/unit1/self/' +uniturl = '/uninotes/s1/bo-dcm1109/unit1/' ++++ + +### ***April 6, 2026*** + +## Features and Nature of Business + +A) Economic Activity. +B) Continuous Activity. +C) Profit Motive. +D) Exchange of goods and services. +E) Customer Orientation. +F) Risk and Uncertainty. +G) Legal and Ethical Compliance. +H) Global. + +## Concept + +A) Value Creation. +B) Profit. +C) Social. +D) Organised. +E) Dynanic. + +## Scope + +### A) Industry + +1. Primary Industry: Extraction of raw material (agriculture, mining). +2. Secondary Industry: Manufacturing. +3. Tertiary Industry: Service (banking, insurance, transport, delivery) +4. Quaternary Sector: Knowledge based services (IT, education/training) +5. Quinary Sector: Services of leading roles (Government services, NGOs) + +### B) Commerce + +1. Trade. +2. Auxiliaries to Trade. + +### C) Modern Dimensions of Business + +1. E-Business. +2. Green Business. +3. Social Business. +4. Global Business. + +## Business as a System + +A) Interdependance. +B) Input-Process-Output Model. +C) Open System. +D) Dynamic Nature. + +### B) Input-Process-Output Model + +1. Input. +2. Process. +3. Output. +4. Feedback. + +## Business and Environment Interface + +A) Social Environment. +B) Economic Environment. +C) Politico-legal Environment. +D) Technological Environment. +E) International Environment. + +## Objectives of Business + +A) Economic. +B) Social. +C) Human. +D) National. +E) International. + +## Profit Maximization VS. Social Responsibility + +(Research pending) diff --git a/content/uninotes/et-dcm1107-unit1/_index.md b/content/uninotes/et-dcm1107-unit1/_index.md new file mode 100644 index 0000000..0357b69 --- /dev/null +++ b/content/uninotes/et-dcm1107-unit1/_index.md @@ -0,0 +1,8 @@ ++++ +draft = false +title = 'Unit 1' +unit = 'Unit 1' +weight = 1 +layout = 'unit-choice' +url = '/uninotes/s1/et-dcm1107/unit1/' ++++ diff --git a/content/uninotes/et-dcm1107-unit1.md b/content/uninotes/et-dcm1107-unit1/self.md similarity index 75% rename from content/uninotes/et-dcm1107-unit1.md rename to content/uninotes/et-dcm1107-unit1/self.md index fdd42f5..361b3a5 100644 --- a/content/uninotes/et-dcm1107-unit1.md +++ b/content/uninotes/et-dcm1107-unit1/self.md @@ -3,10 +3,12 @@ draft = false semester = ['S1'] subjectcode = ['ET DCM1107'] unit = 'Unit 1' +notecategory = 'Self' title = 'Unit 1' toc = true weight = 1 -url = '/uninotes/s1/et-dcm1107/et-dcm1107-unit1/' +url = '/uninotes/s1/et-dcm1107/unit1/self/' +uniturl = '/uninotes/s1/et-dcm1107/unit1/' +++ ### ***April 9, 2026*** diff --git a/content/uninotes/pbm-dcm1110-unit1/_index.md b/content/uninotes/pbm-dcm1110-unit1/_index.md new file mode 100644 index 0000000..06ed8b6 --- /dev/null +++ b/content/uninotes/pbm-dcm1110-unit1/_index.md @@ -0,0 +1,8 @@ ++++ +draft = false +title = 'Unit 1' +unit = 'Unit 1' +weight = 1 +layout = 'unit-choice' +url = '/uninotes/s1/pbm-dcm1110/unit1/' ++++ diff --git a/content/uninotes/pbm-dcm1110-unit1.md b/content/uninotes/pbm-dcm1110-unit1/self.md similarity index 94% rename from content/uninotes/pbm-dcm1110-unit1.md rename to content/uninotes/pbm-dcm1110-unit1/self.md index 0bd400d..96c3979 100644 --- a/content/uninotes/pbm-dcm1110-unit1.md +++ b/content/uninotes/pbm-dcm1110-unit1/self.md @@ -3,10 +3,12 @@ draft = false semester = ['S1'] subjectcode = ['PBM DCM1110'] unit = 'Unit 1' +notecategory = 'Self' title = 'Unit 1' toc = true weight = 1 -url = '/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/' +url = '/uninotes/s1/pbm-dcm1110/unit1/self/' +uniturl = '/uninotes/s1/pbm-dcm1110/unit1/' +++ ### ***April 5, 2026*** diff --git a/docs/css/custom.css b/docs/css/custom.css index 3e0f860..ee697df 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -659,3 +659,94 @@ display: none !important; } } + +/* ── Unit Choice Page (Self / Live) ─────────────────────────────────────── */ + +.unit-choice__subtitle { + color: var(--foreground-color3, #888); + margin-bottom: 1.5rem; + font-size: 0.95rem; +} + +.unit-choice__options { + display: flex; + gap: 1.2rem; + flex-wrap: wrap; + margin-top: 1rem; + margin-bottom: 2rem; +} + +.unit-choice__card { + flex: 1; + min-width: 180px; + max-width: 260px; + border: 2px solid var(--accent-color); + border-radius: 12px; + padding: 1.75rem 1.5rem; + text-decoration: none; + color: var(--foreground-color); + display: flex; + flex-direction: column; + align-items: center; + gap: 0.6rem; + transition: background 0.18s ease, color 0.18s ease, transform 0.15s ease; + text-align: center; + cursor: pointer; +} + +.unit-choice__card:hover { + background: var(--accent-color); + color: var(--background-color, #fff); + transform: translateY(-2px); + text-decoration: none; +} + +.unit-choice__card--live { + border-color: var(--foreground-color3, #888); + opacity: 0.7; +} + +.unit-choice__card--live:hover { + background: var(--foreground-color3, #888); + border-color: var(--foreground-color3, #888); + color: var(--background-color, #fff); +} + +.unit-choice__icon { + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 0.3rem; +} + +.unit-choice__label { + font-size: 1.25rem; + font-weight: 700; + letter-spacing: 0.01em; +} + +.unit-choice__desc { + font-size: 0.8rem; + opacity: 0.72; + line-height: 1.45; +} + +/* notecategory pill colour */ +.uninotes-meta__pill--self { + border-color: var(--accent-color); + color: var(--accent-color); +} + +.uninotes-meta__pill--live { + border-color: var(--accent-color); + color: var(--accent-color); +} + +.unit-choice__card--unavailable { + cursor: not-allowed; + opacity: 0.45; +} + +.unit-choice__card--unavailable:hover { + transform: none; +} diff --git a/docs/css/style.css b/docs/css/style.css deleted file mode 100644 index 37d945c..0000000 --- a/docs/css/style.css +++ /dev/null @@ -1,774 +0,0 @@ -/* -Styles are mobile-first. Desktop styles are wrapped in media queries. -Naming convention: BEM (Block, Element, Modifier). When it's difficult to add classes, I will use tag names. -*/ -*, -*::before, -*::after { - box-sizing: border-box; } - -.body { - margin: 0; } - -a { - text-decoration: none; } - -.menu__list, -.translation-list, -.pagination { - list-style-type: none; - padding-inline-start: 0; } - -ul:has(> li > input[type="checkbox"]) { - list-style-type: none; - padding-inline-start: 1em; } - -blockquote { - margin: 0; } - -.body { - margin-left: 16px; - margin-right: 16px; } - -@media (min-width: 800px) { - .body { - width: 768px; - margin-left: auto; - margin-right: auto; } } - -:root { - --background-color: #171414; - --background-color1: #fff; - --foreground-color: #e3e1db; - --foreground-color3: #ccc3b3; - --accent-color: #fff; } - -@media (prefers-color-scheme: light) { - :root { - --background-color: #fbf1c7; - --background-color1: #ebdbb2; - --foreground-color: #3c3836; - --foreground-color3: #665c54; - --accent-color: #af3a03; } } - -.body { - background-color: var(--background-color); - color: var(--foreground-color); } - -h1, -h2, -h3, -h4, -h5, -h6 { - color: var(--foreground-color); } - -a { - color: var(--accent-color); } - -.header { - border-bottom: 1px solid var(--background-color1); } - -.brand { - display: flex; - align-items: center; - gap: 6.9px; - margin-bottom: -18px; } - -.brand img { - height: 37px; - padding: 0px; } - -.footer { - border-top: 1px solid var(--background-color1); } - -blockquote { - background-color: var(--background-color1); } - [dir=rtl] blockquote { - border-right: 0.5rem solid var(--accent-color); } - [dir=ltr] blockquote { - border-left: 0.5rem solid var(--accent-color); } - -:not(pre) > code { - background-color: var(--background-color1); } - -hr { - background: var(--background-color1); } - -table { - background-color: var(--background-color1); } - -td, -th { - border: 1px solid var(--background-color); } - -figcaption { - color: var(--foreground-color3); } - -/* Background */ -.bg { - color: #3c3836; - background-color: #fbf1c7; } - -/* PreWrapper */ -.chroma { - color: #3c3836; - background-color: #fbf1c7; } - -/* Other */ -/* Error */ -/* CodeLine */ -/* LineLink */ -.chroma .lnlinks { - outline: none; - text-decoration: none; - color: inherit; } - -/* LineTableTD */ -.chroma .lntd { - vertical-align: top; - padding: 0; - margin: 0; - border: 0; } - -/* LineTable */ -.chroma .lntable { - border-spacing: 0; - padding: 0; - margin: 0; - border: 0; } - -/* LineHighlight */ -.chroma .hl { - background-color: #e1d8b3; } - -/* LineNumbersTable */ -.chroma .lnt { - white-space: pre; - -webkit-user-select: none; - user-select: none; - margin-right: 0.4em; - padding: 0 0.4em 0 0.4em; - color: #9d9b9a; } - -/* LineNumbers */ -.chroma .ln { - white-space: pre; - -webkit-user-select: none; - user-select: none; - margin-right: 0.4em; - padding: 0 0.4em 0 0.4em; - color: #9d9b9a; } - -/* Line */ -.chroma .line { - display: flex; } - -/* Keyword */ -.chroma .k { - color: #af3a03; } - -/* KeywordConstant */ -.chroma .kc { - color: #af3a03; } - -/* KeywordDeclaration */ -.chroma .kd { - color: #af3a03; } - -/* KeywordNamespace */ -.chroma .kn { - color: #af3a03; } - -/* KeywordPseudo */ -.chroma .kp { - color: #af3a03; } - -/* KeywordReserved */ -.chroma .kr { - color: #af3a03; } - -/* KeywordType */ -.chroma .kt { - color: #b57614; } - -/* Name */ -/* NameAttribute */ -.chroma .na { - color: #79740e; - font-weight: bold; } - -/* NameBuiltin */ -.chroma .nb { - color: #b57614; } - -/* NameBuiltinPseudo */ -/* NameClass */ -/* NameConstant */ -.chroma .no { - color: #d3869b; } - -/* NameDecorator */ -/* NameEntity */ -.chroma .ni { - color: #b57614; } - -/* NameException */ -.chroma .ne { - color: #fb4934; } - -/* NameFunction */ -.chroma .nf { - color: #b57614; } - -/* NameFunctionMagic */ -/* NameLabel */ -.chroma .nl { - color: #9d0006; } - -/* NameNamespace */ -/* NameOther */ -/* NameProperty */ -/* NameTag */ -.chroma .nt { - color: #9d0006; } - -/* NameVariable */ -/* NameVariableClass */ -/* NameVariableGlobal */ -/* NameVariableInstance */ -/* NameVariableMagic */ -/* Literal */ -/* LiteralDate */ -/* LiteralString */ -.chroma .s { - color: #79740e; } - -/* LiteralStringAffix */ -.chroma .sa { - color: #79740e; } - -/* LiteralStringBacktick */ -.chroma .sb { - color: #79740e; } - -/* LiteralStringChar */ -.chroma .sc { - color: #79740e; } - -/* LiteralStringDelimiter */ -.chroma .dl { - color: #79740e; } - -/* LiteralStringDoc */ -.chroma .sd { - color: #79740e; } - -/* LiteralStringDouble */ -.chroma .s2 { - color: #79740e; } - -/* LiteralStringEscape */ -.chroma .se { - color: #79740e; } - -/* LiteralStringHeredoc */ -.chroma .sh { - color: #79740e; } - -/* LiteralStringInterpol */ -.chroma .si { - color: #79740e; } - -/* LiteralStringOther */ -.chroma .sx { - color: #79740e; } - -/* LiteralStringRegex */ -.chroma .sr { - color: #79740e; } - -/* LiteralStringSingle */ -.chroma .s1 { - color: #79740e; } - -/* LiteralStringSymbol */ -.chroma .ss { - color: #076678; } - -/* LiteralNumber */ -.chroma .m { - color: #8f3f71; } - -/* LiteralNumberBin */ -.chroma .mb { - color: #8f3f71; } - -/* LiteralNumberFloat */ -.chroma .mf { - color: #8f3f71; } - -/* LiteralNumberHex */ -.chroma .mh { - color: #8f3f71; } - -/* LiteralNumberInteger */ -.chroma .mi { - color: #8f3f71; } - -/* LiteralNumberIntegerLong */ -.chroma .il { - color: #8f3f71; } - -/* LiteralNumberOct */ -.chroma .mo { - color: #8f3f71; } - -/* Operator */ -.chroma .o { - color: #af3a03; } - -/* OperatorWord */ -.chroma .ow { - color: #af3a03; } - -/* Punctuation */ -/* Comment */ -.chroma .c { - color: #928374; - font-style: italic; } - -/* CommentHashbang */ -.chroma .ch { - color: #928374; - font-style: italic; } - -/* CommentMultiline */ -.chroma .cm { - color: #928374; - font-style: italic; } - -/* CommentSingle */ -.chroma .c1 { - color: #928374; - font-style: italic; } - -/* CommentSpecial */ -.chroma .cs { - color: #928374; - font-style: italic; } - -/* CommentPreproc */ -.chroma .cp { - color: #427b58; } - -/* CommentPreprocFile */ -.chroma .cpf { - color: #427b58; - font-style: italic; } - -/* Generic */ -/* GenericDeleted */ -.chroma .gd { - color: #282828; - background-color: #9d0006; } - -/* GenericEmph */ -.chroma .ge { - color: #076678; - text-decoration: underline; } - -/* GenericError */ -.chroma .gr { - background-color: #9d0006; - font-weight: bold; } - -/* GenericHeading */ -.chroma .gh { - color: #79740e; - font-weight: bold; } - -/* GenericInserted */ -.chroma .gi { - color: #282828; - background-color: #79740e; } - -/* GenericOutput */ -.chroma .go { - color: #504945; } - -/* GenericPrompt */ -/* GenericStrong */ -/* GenericSubheading */ -.chroma .gu { - color: #79740e; - font-weight: bold; } - -/* GenericTraceback */ -.chroma .gt { - background-color: #3c3836; - font-weight: bold; } - -/* GenericUnderline */ -/* TextWhitespace */ -@media (prefers-color-scheme: dark) { - /* Background */ - .bg { - color: #ebdbb2; - background-color: #282828; } - /* PreWrapper */ - .chroma { - color: #ebdbb2; - background-color: #282828; } - /* Other */ - /* Error */ - /* CodeLine */ - /* LineLink */ - .chroma .lnlinks { - outline: none; - text-decoration: none; - color: inherit; } - /* LineTableTD */ - .chroma .lntd { - vertical-align: top; - padding: 0; - margin: 0; - border: 0; } - /* LineTable */ - .chroma .lntable { - border-spacing: 0; - padding: 0; - margin: 0; - border: 0; } - /* LineHighlight */ - .chroma .hl { - background-color: #3d3d3d; } - /* LineNumbersTable */ - .chroma .lnt { - white-space: pre; - -webkit-user-select: none; - user-select: none; - margin-right: 0.4em; - padding: 0 0.4em 0 0.4em; - color: #756d59; } - /* LineNumbers */ - .chroma .ln { - white-space: pre; - -webkit-user-select: none; - user-select: none; - margin-right: 0.4em; - padding: 0 0.4em 0 0.4em; - color: #756d59; } - /* Line */ - .chroma .line { - display: flex; } - /* Keyword */ - .chroma .k { - color: #fe8019; } - /* KeywordConstant */ - .chroma .kc { - color: #fe8019; } - /* KeywordDeclaration */ - .chroma .kd { - color: #fe8019; } - /* KeywordNamespace */ - .chroma .kn { - color: #fe8019; } - /* KeywordPseudo */ - .chroma .kp { - color: #fe8019; } - /* KeywordReserved */ - .chroma .kr { - color: #fe8019; } - /* KeywordType */ - .chroma .kt { - color: #fabd2f; } - /* Name */ - /* NameAttribute */ - .chroma .na { - color: #b8bb26; - font-weight: bold; } - /* NameBuiltin */ - .chroma .nb { - color: #fabd2f; } - /* NameBuiltinPseudo */ - /* NameClass */ - /* NameConstant */ - .chroma .no { - color: #d3869b; } - /* NameDecorator */ - /* NameEntity */ - .chroma .ni { - color: #fabd2f; } - /* NameException */ - .chroma .ne { - color: #fb4934; } - /* NameFunction */ - .chroma .nf { - color: #fabd2f; } - /* NameFunctionMagic */ - /* NameLabel */ - .chroma .nl { - color: #fb4934; } - /* NameNamespace */ - /* NameOther */ - /* NameProperty */ - /* NameTag */ - .chroma .nt { - color: #fb4934; } - /* NameVariable */ - /* NameVariableClass */ - /* NameVariableGlobal */ - /* NameVariableInstance */ - /* NameVariableMagic */ - /* Literal */ - /* LiteralDate */ - /* LiteralString */ - .chroma .s { - color: #b8bb26; } - /* LiteralStringAffix */ - .chroma .sa { - color: #b8bb26; } - /* LiteralStringBacktick */ - .chroma .sb { - color: #b8bb26; } - /* LiteralStringChar */ - .chroma .sc { - color: #b8bb26; } - /* LiteralStringDelimiter */ - .chroma .dl { - color: #b8bb26; } - /* LiteralStringDoc */ - .chroma .sd { - color: #b8bb26; } - /* LiteralStringDouble */ - .chroma .s2 { - color: #b8bb26; } - /* LiteralStringEscape */ - .chroma .se { - color: #b8bb26; } - /* LiteralStringHeredoc */ - .chroma .sh { - color: #b8bb26; } - /* LiteralStringInterpol */ - .chroma .si { - color: #b8bb26; } - /* LiteralStringOther */ - .chroma .sx { - color: #b8bb26; } - /* LiteralStringRegex */ - .chroma .sr { - color: #b8bb26; } - /* LiteralStringSingle */ - .chroma .s1 { - color: #b8bb26; } - /* LiteralStringSymbol */ - .chroma .ss { - color: #83a598; } - /* LiteralNumber */ - .chroma .m { - color: #d3869b; } - /* LiteralNumberBin */ - .chroma .mb { - color: #d3869b; } - /* LiteralNumberFloat */ - .chroma .mf { - color: #d3869b; } - /* LiteralNumberHex */ - .chroma .mh { - color: #d3869b; } - /* LiteralNumberInteger */ - .chroma .mi { - color: #d3869b; } - /* LiteralNumberIntegerLong */ - .chroma .il { - color: #d3869b; } - /* LiteralNumberOct */ - .chroma .mo { - color: #d3869b; } - /* Operator */ - .chroma .o { - color: #fe8019; } - /* OperatorWord */ - .chroma .ow { - color: #fe8019; } - /* Punctuation */ - /* Comment */ - .chroma .c { - color: #928374; - font-style: italic; } - /* CommentHashbang */ - .chroma .ch { - color: #928374; - font-style: italic; } - /* CommentMultiline */ - .chroma .cm { - color: #928374; - font-style: italic; } - /* CommentSingle */ - .chroma .c1 { - color: #928374; - font-style: italic; } - /* CommentSpecial */ - .chroma .cs { - color: #928374; - font-style: italic; } - /* CommentPreproc */ - .chroma .cp { - color: #8ec07c; } - /* CommentPreprocFile */ - .chroma .cpf { - color: #8ec07c; - font-style: italic; } - /* Generic */ - /* GenericDeleted */ - .chroma .gd { - color: #282828; - background-color: #fb4934; } - /* GenericEmph */ - .chroma .ge { - color: #83a598; - text-decoration: underline; } - /* GenericError */ - .chroma .gr { - background-color: #fb4934; - font-weight: bold; } - /* GenericHeading */ - .chroma .gh { - color: #b8bb26; - font-weight: bold; } - /* GenericInserted */ - .chroma .gi { - color: #282828; - background-color: #b8bb26; } - /* GenericOutput */ - .chroma .go { - color: #504945; } - /* GenericPrompt */ - /* GenericStrong */ - /* GenericSubheading */ - .chroma .gu { - color: #b8bb26; - font-weight: bold; } - /* GenericTraceback */ - .chroma .gt { - background-color: #fb4934; - font-weight: bold; } - /* GenericUnderline */ - /* TextWhitespace */ } - -pre:not(.chroma), -.bg, -.chroma, -.highlight { - background-color: var(--background-color1); } - -.html { - font-size: 18px; } - -.body { - font-family: sans-serif; - line-height: 1.5; } - -p, -ul, -ol, -h1, -h2, -h3, -h4, -h5, -h6 { - overflow-wrap: break-word; } - -.toc { - margin-block: 1rem; } - .toc__summary { - font-weight: bolder; - cursor: pointer; } - -blockquote { - padding: 0.5rem; } - -hr { - border: none; - height: 1px; } - -figure { - margin-inline: 0; } - -.heading__anchor { - display: none; } - -.heading:hover > .heading__anchor { - display: inline; } - -.table-wrapper { - overflow-x: auto; - margin-block: 1rem; } - .table-wrapper > table { - word-break: keep-all; - border-collapse: collapse; } - .table-wrapper > table td, - .table-wrapper > table th { - padding: 0.5rem; - text-align: start; } - -svg, -img, -video, -iframe { - max-width: 100%; } - -.menu__list { - display: flex; - flex-direction: row; - gap: 0.5rem; - flex-wrap: wrap; } - -.menu__link--active { - font-weight: bolder; } - -.pagination { - display: flex; - gap: 1rem; } - -.page-item.active { - font-weight: bolder; } - -.page-nav { - display: flex; - flex-direction: column; - margin-block: 1rem; } - -.section-post-title, -.term-post-title { - margin-block-start: 0; } - -.home-post-title { - margin-block-end: 0; } - -.summary { - margin-block-start: 0; } - -:not(pre) > code { - padding-inline: 0.25rem; } - -div.highlight { - overflow-x: auto; - margin-block: 1rem; } - div.highlight > div.chroma > table.lntable { - padding-inline-end: 0.4rem; } - div.highlight > pre.chroma { - padding-inline: 0.4rem; } - -pre:not(.chroma) { - overflow-x: auto; - padding-block: 1rem; - padding-inline: 0.4rem; } - -pre { - font-size: 0.875rem; } - -.footer { - font-size: smaller; } diff --git a/docs/index.html b/docs/index.html index 77b53ad..32050aa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -Freedoms4
Freedoms4 logo

Freedoms4

All Posts | Categories

S1 (3)

\ No newline at end of file +› Categories

All Posts | Categories

S1 (4)

\ No newline at end of file diff --git a/docs/sitemap.xml b/docs/sitemap.xml index f30c5a3..263ba15 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -1 +1 @@ -https://freedoms4.org/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/https://freedoms4.org/uninotes/s1/et-dcm1107/et-dcm1107-unit1/https://freedoms4.org/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/https://freedoms4.org/tags/academics/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/education/2026-03-01T18:11:14+00:00https://freedoms4.org/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/philosophy/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/system/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/what-is-education/2026-03-01T18:11:14+00:00https://freedoms4.org/uninotes/2025-11-11T23:15:44+05:30https://freedoms4.org/uninotes/s1/bo-dcm1109/https://freedoms4.org/coming-soon/https://freedoms4.org/login/https://freedoms4.org/signup/https://freedoms4.org/contact/https://freedoms4.org/uninotes/s1/et-dcm1107/https://freedoms4.org/uninotes/s1/fa-dcm1108/https://freedoms4.org/services/file-share/https://freedoms4.org/uninotes/s1/ge-dcm1106/https://freedoms4.org/uninotes/s1/pbm-dcm1110/https://freedoms4.org/uninotes/s1/https://freedoms4.org/uninotes/s2/https://freedoms4.org/uninotes/s3/https://freedoms4.org/uninotes/s4/https://freedoms4.org/uninotes/s5/https://freedoms4.org/uninotes/s6/https://freedoms4.org/semester/https://freedoms4.org/services/https://freedoms4.org/subjectcode/https://freedoms4.org/services/xmpp-account/ \ No newline at end of file +https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/live/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/self/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/https://freedoms4.org/tags/academics/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/education/2026-03-01T18:11:14+00:00https://freedoms4.org/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/philosophy/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/system/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/what-is-education/2026-03-01T18:11:14+00:00https://freedoms4.org/uninotes/2025-11-11T23:15:44+05:30https://freedoms4.org/uninotes/s1/bo-dcm1109/https://freedoms4.org/coming-soon/https://freedoms4.org/login/https://freedoms4.org/signup/https://freedoms4.org/contact/https://freedoms4.org/uninotes/s1/et-dcm1107/https://freedoms4.org/uninotes/s1/fa-dcm1108/https://freedoms4.org/services/file-share/https://freedoms4.org/uninotes/s1/ge-dcm1106/https://freedoms4.org/uninotes/s1/pbm-dcm1110/https://freedoms4.org/uninotes/s1/https://freedoms4.org/uninotes/s2/https://freedoms4.org/uninotes/s3/https://freedoms4.org/uninotes/s4/https://freedoms4.org/uninotes/s5/https://freedoms4.org/uninotes/s6/https://freedoms4.org/semester/https://freedoms4.org/services/https://freedoms4.org/subjectcode/https://freedoms4.org/services/xmpp-account/ \ No newline at end of file diff --git a/docs/subjectcode/index.html b/docs/subjectcode/index.html index 75f37b6..b3067f0 100644 --- a/docs/subjectcode/index.html +++ b/docs/subjectcode/index.html @@ -8,4 +8,4 @@ Sign Up Subscribe

All Posts | Categories

BO DCM1109 (1)

ET DCM1107 (1)

PBM DCM1110 (1)

\ No newline at end of file +› Categories

All Posts | Categories

BO DCM1109 (2)

ET DCM1107 (1)

PBM DCM1110 (1)

\ No newline at end of file diff --git a/docs/uninotes/index.xml b/docs/uninotes/index.xml index ca839c9..b896b60 100644 --- a/docs/uninotes/index.xml +++ b/docs/uninotes/index.xml @@ -1,121 +1 @@ -UniNotes on Freedoms4https://freedoms4.org/uninotes/Recent content in UniNotes on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Mon, 01 Jan 0001 00:00:00 +0000Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/<h3 class="heading" id="april-6-2026"> - <em><strong>April 6, 2026</strong></em><span class="heading__anchor"> <a href="#april-6-2026">#</a></span> -</h3><h2 class="heading" id="features-and-nature-of-business"> - Features and Nature of Business<span class="heading__anchor"> <a href="#features-and-nature-of-business">#</a></span> -</h2><p>A) Economic Activity.<br> -B) Continuous Activity.<br> -C) Profit Motive.<br> -D) Exchange of goods and services.<br> -E) Customer Orientation.<br> -F) Risk and Uncertainty.<br> -G) Legal and Ethical Compliance.<br> -H) Global.</p> -<h2 class="heading" id="concept"> - Concept<span class="heading__anchor"> <a href="#concept">#</a></span> -</h2><p>A) Value Creation.<br> -B) Profit.<br> -C) Social.<br> -D) Organised.<br> -E) Dynanic.</p> -<h2 class="heading" id="scope"> - Scope<span class="heading__anchor"> <a href="#scope">#</a></span> -</h2><h3 class="heading" id="a-industry"> - A) Industry<span class="heading__anchor"> <a href="#a-industry">#</a></span> -</h3><ol> -<li>Primary Industry: Extraction of raw material (agriculture, mining).</li> -<li>Secondary Industry: Manufacturing.</li> -<li>Tertiary Industry: Service (banking, insurance, transport, delivery)</li> -<li>Quaternary Sector: Knowledge based services (IT, education/training)</li> -<li>Quinary Sector: Services of leading roles (Government services, NGOs)</li> -</ol> -<h3 class="heading" id="b-commerce"> - B) Commerce<span class="heading__anchor"> <a href="#b-commerce">#</a></span> -</h3><ol> -<li>Trade.</li> -<li>Auxiliaries to Trade.</li> -</ol> -<h3 class="heading" id="c-modern-dimensions-of-business"> - C) Modern Dimensions of Business<span class="heading__anchor"> <a href="#c-modern-dimensions-of-business">#</a></span> -</h3><ol> -<li>E-Business.</li> -<li>Green Business.</li> -<li>Social Business.</li> -<li>Global Business.</li> -</ol> -<h2 class="heading" id="business-as-a-system"> - Business as a System<span class="heading__anchor"> <a href="#business-as-a-system">#</a></span> -</h2><p>A) Interdependance.<br> -B) Input-Process-Output Model.<br> -C) Open System.<br> -D) Dynamic Nature.</p>Unit 1https://freedoms4.org/uninotes/s1/et-dcm1107/et-dcm1107-unit1/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/et-dcm1107/et-dcm1107-unit1/<h3 class="heading" id="april-9-2026"> - <em><strong>April 9, 2026</strong></em><span class="heading__anchor"> <a href="#april-9-2026">#</a></span> -</h3><h2 class="heading" id="course-objectives"> - Course Objectives<span class="heading__anchor"> <a href="#course-objectives">#</a></span> -</h2><p>A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.<br> -B) Examine cost and revenue structures of firms.</p>Unit 1https://freedoms4.org/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/<h3 class="heading" id="april-5-2026"> - <em><strong>April 5, 2026</strong></em><span class="heading__anchor"> <a href="#april-5-2026">#</a></span> -</h3><h2 class="heading" id="characteristics-of-management"> - Characteristics of Management<span class="heading__anchor"> <a href="#characteristics-of-management">#</a></span> -</h2><p>A) Goal Oriented.<br> -B) Pervasive.<br> -C) Multidimentional:<br> -         (i) Management of People.<br> -         (ii) Management of Operations.<br> -D) Continuous.<br> -E) Dynamic.<br> -F) Group Activity.<br> -G) Intangible.</p> -<h2 class="heading" id="functions-of-management"> - Functions of Management<span class="heading__anchor"> <a href="#functions-of-management">#</a></span> -</h2><p>A) Planning.<br> -B) Organising.<br> -C) Staffing.<br> -D) Directing.<br> -E) Controlling.</p> -<h3 class="heading" id="a-planning"> - A) Planning<span class="heading__anchor"> <a href="#a-planning">#</a></span> -</h3><ol> -<li>Determine the goals or mission of the organisation.</li> -<li>Forecast future conditions.</li> -<li>Select the best course of action.</li> -<li>Formulate policies, procedures, budgets.</li> -</ol> -<h3 class="heading" id="b-organising"> - B) Organising<span class="heading__anchor"> <a href="#b-organising">#</a></span> -</h3><ol> -<li>Identify and analyse activities required to be operated on.</li> -<li>Group similar activities.</li> -<li>Assign duties to individuals.</li> -<li>Delegate authority and responsibility to the individuals in managerial roles.</li> -<li>Establish and announce clear authority relationships to ensure coordination and control.</li> -</ol> -<h3 class="heading" id="c-staffing"> - C) Staffing<span class="heading__anchor"> <a href="#c-staffing">#</a></span> -</h3><ol> -<li>Recruitment and selection.</li> -<li>Training.</li> -<li>Performance appraisal.</li> -</ol> -<h3 class="heading" id="d-directing"> - D) Directing<span class="heading__anchor"> <a href="#d-directing">#</a></span> -</h3><ol> -<li>Leadership and supervision.</li> -<li>Motivation.</li> -<li>Communication.</li> -</ol> -<h3 class="heading" id="e-controlling"> - E) Controlling<span class="heading__anchor"> <a href="#e-controlling">#</a></span> -</h3><ol> -<li>Establish performance standards.</li> -<li>Measure performance.</li> -<li>Compare performance with the standards.</li> -<li>Identify reasons for deviations.</li> -<li>Implement corrective actions.</li> -<li>Use feedback to evaluate performance improvement.</li> -</ol> -<h2 class="heading" id="significance-of-management"> - Significance of Management<span class="heading__anchor"> <a href="#significance-of-management">#</a></span> -</h2><p>A) Optimum unilization of resources.<br> -B) Minimisation of costs.<br> -C) Achievement of group goals.<br> -D) Organisational stability.</p> \ No newline at end of file +UniNotes on Freedoms4https://freedoms4.org/uninotes/Recent content in UniNotes on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4) \ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/index.html b/docs/uninotes/s1/bo-dcm1109/index.html index c53e94c..bd1e7fe 100644 --- a/docs/uninotes/s1/bo-dcm1109/index.html +++ b/docs/uninotes/s1/bo-dcm1109/index.html @@ -9,4 +9,4 @@ Subscribe

BO DCM1109

\ No newline at end of file +› BO DCM1109

BO DCM1109

\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/index.xml b/docs/uninotes/s1/bo-dcm1109/index.xml index 9128590..8a2b3d9 100644 --- a/docs/uninotes/s1/bo-dcm1109/index.xml +++ b/docs/uninotes/s1/bo-dcm1109/index.xml @@ -1,4 +1,53 @@ -BO DCM1109 on Freedoms4https://freedoms4.org/uninotes/s1/bo-dcm1109/Recent content in BO DCM1109 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/<h3 class="heading" id="april-6-2026"> +BO DCM1109 on Freedoms4https://freedoms4.org/uninotes/s1/bo-dcm1109/Recent content in BO DCM1109 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/live/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/live/<h3 class="heading" id="april-6-2026"> + <em><strong>April 6, 2026</strong></em><span class="heading__anchor"> <a href="#april-6-2026">#</a></span> +</h3><h2 class="heading" id="features-and-nature-of-business"> + Features and Nature of Business<span class="heading__anchor"> <a href="#features-and-nature-of-business">#</a></span> +</h2><p>A) Economic Activity.<br> +B) Continuous Activity.<br> +C) Profit Motive.<br> +D) Exchange of goods and services.<br> +E) Customer Orientation.<br> +F) Risk and Uncertainty.<br> +G) Legal and Ethical Compliance.<br> +H) Global.</p> +<h2 class="heading" id="concept"> + Concept<span class="heading__anchor"> <a href="#concept">#</a></span> +</h2><p>A) Value Creation.<br> +B) Profit.<br> +C) Social.<br> +D) Organised.<br> +E) Dynanic.</p> +<h2 class="heading" id="scope"> + Scope<span class="heading__anchor"> <a href="#scope">#</a></span> +</h2><h3 class="heading" id="a-industry"> + A) Industry<span class="heading__anchor"> <a href="#a-industry">#</a></span> +</h3><ol> +<li>Primary Industry: Extraction of raw material (agriculture, mining).</li> +<li>Secondary Industry: Manufacturing.</li> +<li>Tertiary Industry: Service (banking, insurance, transport, delivery)</li> +<li>Quaternary Sector: Knowledge based services (IT, education/training)</li> +<li>Quinary Sector: Services of leading roles (Government services, NGOs)</li> +</ol> +<h3 class="heading" id="b-commerce"> + B) Commerce<span class="heading__anchor"> <a href="#b-commerce">#</a></span> +</h3><ol> +<li>Trade.</li> +<li>Auxiliaries to Trade.</li> +</ol> +<h3 class="heading" id="c-modern-dimensions-of-business"> + C) Modern Dimensions of Business<span class="heading__anchor"> <a href="#c-modern-dimensions-of-business">#</a></span> +</h3><ol> +<li>E-Business.</li> +<li>Green Business.</li> +<li>Social Business.</li> +<li>Global Business.</li> +</ol> +<h2 class="heading" id="business-as-a-system"> + Business as a System<span class="heading__anchor"> <a href="#business-as-a-system">#</a></span> +</h2><p>A) Interdependance.<br> +B) Input-Process-Output Model.<br> +C) Open System.<br> +D) Dynamic Nature.</p>Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/<h3 class="heading" id="april-6-2026"> <em><strong>April 6, 2026</strong></em><span class="heading__anchor"> <a href="#april-6-2026">#</a></span> </h3><h2 class="heading" id="features-and-nature-of-business"> Features and Nature of Business<span class="heading__anchor"> <a href="#features-and-nature-of-business">#</a></span> diff --git a/docs/uninotes/s1/bo-dcm1109/unit1/index.html b/docs/uninotes/s1/bo-dcm1109/unit1/index.html new file mode 100644 index 0000000..1ab564e --- /dev/null +++ b/docs/uninotes/s1/bo-dcm1109/unit1/index.html @@ -0,0 +1,14 @@ +Unit 1 | Freedoms4
S1 +BO DCM1109

Unit 1

Choose type:

\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/unit1/index.xml b/docs/uninotes/s1/bo-dcm1109/unit1/index.xml new file mode 100644 index 0000000..a6fb5bf --- /dev/null +++ b/docs/uninotes/s1/bo-dcm1109/unit1/index.xml @@ -0,0 +1,99 @@ +Unit 1 on Freedoms4https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/Recent content in Unit 1 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/live/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/live/<h3 class="heading" id="april-6-2026"> + <em><strong>April 6, 2026</strong></em><span class="heading__anchor"> <a href="#april-6-2026">#</a></span> +</h3><h2 class="heading" id="features-and-nature-of-business"> + Features and Nature of Business<span class="heading__anchor"> <a href="#features-and-nature-of-business">#</a></span> +</h2><p>A) Economic Activity.<br> +B) Continuous Activity.<br> +C) Profit Motive.<br> +D) Exchange of goods and services.<br> +E) Customer Orientation.<br> +F) Risk and Uncertainty.<br> +G) Legal and Ethical Compliance.<br> +H) Global.</p> +<h2 class="heading" id="concept"> + Concept<span class="heading__anchor"> <a href="#concept">#</a></span> +</h2><p>A) Value Creation.<br> +B) Profit.<br> +C) Social.<br> +D) Organised.<br> +E) Dynanic.</p> +<h2 class="heading" id="scope"> + Scope<span class="heading__anchor"> <a href="#scope">#</a></span> +</h2><h3 class="heading" id="a-industry"> + A) Industry<span class="heading__anchor"> <a href="#a-industry">#</a></span> +</h3><ol> +<li>Primary Industry: Extraction of raw material (agriculture, mining).</li> +<li>Secondary Industry: Manufacturing.</li> +<li>Tertiary Industry: Service (banking, insurance, transport, delivery)</li> +<li>Quaternary Sector: Knowledge based services (IT, education/training)</li> +<li>Quinary Sector: Services of leading roles (Government services, NGOs)</li> +</ol> +<h3 class="heading" id="b-commerce"> + B) Commerce<span class="heading__anchor"> <a href="#b-commerce">#</a></span> +</h3><ol> +<li>Trade.</li> +<li>Auxiliaries to Trade.</li> +</ol> +<h3 class="heading" id="c-modern-dimensions-of-business"> + C) Modern Dimensions of Business<span class="heading__anchor"> <a href="#c-modern-dimensions-of-business">#</a></span> +</h3><ol> +<li>E-Business.</li> +<li>Green Business.</li> +<li>Social Business.</li> +<li>Global Business.</li> +</ol> +<h2 class="heading" id="business-as-a-system"> + Business as a System<span class="heading__anchor"> <a href="#business-as-a-system">#</a></span> +</h2><p>A) Interdependance.<br> +B) Input-Process-Output Model.<br> +C) Open System.<br> +D) Dynamic Nature.</p>Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/<h3 class="heading" id="april-6-2026"> + <em><strong>April 6, 2026</strong></em><span class="heading__anchor"> <a href="#april-6-2026">#</a></span> +</h3><h2 class="heading" id="features-and-nature-of-business"> + Features and Nature of Business<span class="heading__anchor"> <a href="#features-and-nature-of-business">#</a></span> +</h2><p>A) Economic Activity.<br> +B) Continuous Activity.<br> +C) Profit Motive.<br> +D) Exchange of goods and services.<br> +E) Customer Orientation.<br> +F) Risk and Uncertainty.<br> +G) Legal and Ethical Compliance.<br> +H) Global.</p> +<h2 class="heading" id="concept"> + Concept<span class="heading__anchor"> <a href="#concept">#</a></span> +</h2><p>A) Value Creation.<br> +B) Profit.<br> +C) Social.<br> +D) Organised.<br> +E) Dynanic.</p> +<h2 class="heading" id="scope"> + Scope<span class="heading__anchor"> <a href="#scope">#</a></span> +</h2><h3 class="heading" id="a-industry"> + A) Industry<span class="heading__anchor"> <a href="#a-industry">#</a></span> +</h3><ol> +<li>Primary Industry: Extraction of raw material (agriculture, mining).</li> +<li>Secondary Industry: Manufacturing.</li> +<li>Tertiary Industry: Service (banking, insurance, transport, delivery)</li> +<li>Quaternary Sector: Knowledge based services (IT, education/training)</li> +<li>Quinary Sector: Services of leading roles (Government services, NGOs)</li> +</ol> +<h3 class="heading" id="b-commerce"> + B) Commerce<span class="heading__anchor"> <a href="#b-commerce">#</a></span> +</h3><ol> +<li>Trade.</li> +<li>Auxiliaries to Trade.</li> +</ol> +<h3 class="heading" id="c-modern-dimensions-of-business"> + C) Modern Dimensions of Business<span class="heading__anchor"> <a href="#c-modern-dimensions-of-business">#</a></span> +</h3><ol> +<li>E-Business.</li> +<li>Green Business.</li> +<li>Social Business.</li> +<li>Global Business.</li> +</ol> +<h2 class="heading" id="business-as-a-system"> + Business as a System<span class="heading__anchor"> <a href="#business-as-a-system">#</a></span> +</h2><p>A) Interdependance.<br> +B) Input-Process-Output Model.<br> +C) Open System.<br> +D) Dynamic Nature.</p> \ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/index.html b/docs/uninotes/s1/bo-dcm1109/unit1/live/index.html similarity index 57% rename from docs/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/index.html rename to docs/uninotes/s1/bo-dcm1109/unit1/live/index.html index 4e1418e..cbb67ce 100644 --- a/docs/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/index.html +++ b/docs/uninotes/s1/bo-dcm1109/unit1/live/index.html @@ -14,7 +14,7 @@ E) Dynanic. Scope # A) Industry # Primary Industry: Extraction of raw material (agriculture, mining). Secondary Industry: Manufacturing. Tertiary Industry: Service (banking, insurance, transport, delivery) Quaternary Sector: Knowledge based services (IT, education/training) Quinary Sector: Services of leading roles (Government services, NGOs) B) Commerce # Trade. Auxiliaries to Trade. C) Modern Dimensions of Business # E-Business. Green Business. Social Business. Global Business. Business as a System # A) Interdependance. B) Input-Process-Output Model. C) Open System. -D) Dynamic Nature.">
S1 -BO DCM1109

Unit 1

Table of Contents

April 6, 2026 #

Features and Nature of Business #

A) Economic Activity.
B) Continuous Activity.
C) Profit Motive.
D) Exchange of goods and services.
E) Customer Orientation.
F) Risk and Uncertainty.
G) Legal and Ethical Compliance.
H) Global.

Concept #

A) Value Creation.
B) Profit.
C) Social.
D) Organised.
E) Dynanic.

Scope #

A) Industry #

  1. Primary Industry: Extraction of raw material (agriculture, mining).
  2. Secondary Industry: Manufacturing.
  3. Tertiary Industry: Service (banking, insurance, transport, delivery)
  4. Quaternary Sector: Knowledge based services (IT, education/training)
  5. Quinary Sector: Services of leading roles (Government services, NGOs)

B) Commerce #

  1. Trade.
  2. Auxiliaries to Trade.

C) Modern Dimensions of Business #

  1. E-Business.
  2. Green Business.
  3. Social Business.
  4. Global Business.

Business as a System #

A) Interdependance.
B) Input-Process-Output Model.
C) Open System.
D) Dynamic Nature.

B) Input-Process-Output Model #

  1. Input.
  2. Process.
  3. Output.
  4. Feedback.

Business and Environment Interface #

A) Social Environment.
B) Economic Environment.
C) Politico-legal Environment.
D) Technological Environment.
E) International Environment.

Objectives of Business #

A) Economic.
B) Social.
C) Human.
D) National.
E) International.

Profit Maximization VS. Social Responsibility #

(Research pending)

\ No newline at end of file +› Unit 1 +› Live
S1 +BO DCM1109 +Live

Unit 1

Table of Contents

April 6, 2026 #

Features and Nature of Business #

A) Economic Activity.
B) Continuous Activity.
C) Profit Motive.
D) Exchange of goods and services.
E) Customer Orientation.
F) Risk and Uncertainty.
G) Legal and Ethical Compliance.
H) Global.

Concept #

A) Value Creation.
B) Profit.
C) Social.
D) Organised.
E) Dynanic.

Scope #

A) Industry #

  1. Primary Industry: Extraction of raw material (agriculture, mining).
  2. Secondary Industry: Manufacturing.
  3. Tertiary Industry: Service (banking, insurance, transport, delivery)
  4. Quaternary Sector: Knowledge based services (IT, education/training)
  5. Quinary Sector: Services of leading roles (Government services, NGOs)

B) Commerce #

  1. Trade.
  2. Auxiliaries to Trade.

C) Modern Dimensions of Business #

  1. E-Business.
  2. Green Business.
  3. Social Business.
  4. Global Business.

Business as a System #

A) Interdependance.
B) Input-Process-Output Model.
C) Open System.
D) Dynamic Nature.

B) Input-Process-Output Model #

  1. Input.
  2. Process.
  3. Output.
  4. Feedback.

Business and Environment Interface #

A) Social Environment.
B) Economic Environment.
C) Politico-legal Environment.
D) Technological Environment.
E) International Environment.

Objectives of Business #

A) Economic.
B) Social.
C) Human.
D) National.
E) International.

Profit Maximization VS. Social Responsibility #

(Research pending)

\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/unit1/self/index.html b/docs/uninotes/s1/bo-dcm1109/unit1/self/index.html new file mode 100644 index 0000000..4e635e0 --- /dev/null +++ b/docs/uninotes/s1/bo-dcm1109/unit1/self/index.html @@ -0,0 +1,64 @@ +Unit 1 | Freedoms4
S1 +BO DCM1109 +Self

Unit 1

Table of Contents

April 6, 2026 #

Features and Nature of Business #

A) Economic Activity.
B) Continuous Activity.
C) Profit Motive.
D) Exchange of goods and services.
E) Customer Orientation.
F) Risk and Uncertainty.
G) Legal and Ethical Compliance.
H) Global.

Concept #

A) Value Creation.
B) Profit.
C) Social.
D) Organised.
E) Dynanic.

Scope #

A) Industry #

  1. Primary Industry: Extraction of raw material (agriculture, mining).
  2. Secondary Industry: Manufacturing.
  3. Tertiary Industry: Service (banking, insurance, transport, delivery)
  4. Quaternary Sector: Knowledge based services (IT, education/training)
  5. Quinary Sector: Services of leading roles (Government services, NGOs)

B) Commerce #

  1. Trade.
  2. Auxiliaries to Trade.

C) Modern Dimensions of Business #

  1. E-Business.
  2. Green Business.
  3. Social Business.
  4. Global Business.

Business as a System #

A) Interdependance.
B) Input-Process-Output Model.
C) Open System.
D) Dynamic Nature.

B) Input-Process-Output Model #

  1. Input.
  2. Process.
  3. Output.
  4. Feedback.

Business and Environment Interface #

A) Social Environment.
B) Economic Environment.
C) Politico-legal Environment.
D) Technological Environment.
E) International Environment.

Objectives of Business #

A) Economic.
B) Social.
C) Human.
D) National.
E) International.

Profit Maximization VS. Social Responsibility #

(Research pending)

\ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/index.html b/docs/uninotes/s1/et-dcm1107/index.html index a9fc2ce..1a51e25 100644 --- a/docs/uninotes/s1/et-dcm1107/index.html +++ b/docs/uninotes/s1/et-dcm1107/index.html @@ -9,5 +9,5 @@

ET DCM1107

ET DCM1107

\ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/index.xml b/docs/uninotes/s1/et-dcm1107/index.xml index 9454884..8122ecf 100644 --- a/docs/uninotes/s1/et-dcm1107/index.xml +++ b/docs/uninotes/s1/et-dcm1107/index.xml @@ -1,4 +1,4 @@ -ET DCM1107 on Freedoms4https://freedoms4.org/uninotes/s1/et-dcm1107/Recent content in ET DCM1107 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/et-dcm1107/et-dcm1107-unit1/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/et-dcm1107/et-dcm1107-unit1/<h3 class="heading" id="april-9-2026"> +ET DCM1107 on Freedoms4https://freedoms4.org/uninotes/s1/et-dcm1107/Recent content in ET DCM1107 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/self/<h3 class="heading" id="april-9-2026"> <em><strong>April 9, 2026</strong></em><span class="heading__anchor"> <a href="#april-9-2026">#</a></span> </h3><h2 class="heading" id="course-objectives"> Course Objectives<span class="heading__anchor"> <a href="#course-objectives">#</a></span> diff --git a/docs/uninotes/s1/et-dcm1107/unit1/index.html b/docs/uninotes/s1/et-dcm1107/unit1/index.html new file mode 100644 index 0000000..7d94c96 --- /dev/null +++ b/docs/uninotes/s1/et-dcm1107/unit1/index.html @@ -0,0 +1,14 @@ +Unit 1 | Freedoms4
S1 +ET DCM1107

Unit 1

Choose type:

Self
Self-study notes
Live
Coming soon
\ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit1/index.xml b/docs/uninotes/s1/et-dcm1107/unit1/index.xml new file mode 100644 index 0000000..16e39e4 --- /dev/null +++ b/docs/uninotes/s1/et-dcm1107/unit1/index.xml @@ -0,0 +1,6 @@ +Unit 1 on Freedoms4https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/Recent content in Unit 1 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/self/<h3 class="heading" id="april-9-2026"> + <em><strong>April 9, 2026</strong></em><span class="heading__anchor"> <a href="#april-9-2026">#</a></span> +</h3><h2 class="heading" id="course-objectives"> + Course Objectives<span class="heading__anchor"> <a href="#course-objectives">#</a></span> +</h2><p>A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.<br> +B) Examine cost and revenue structures of firms.</p> \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/et-dcm1107-unit1/index.html b/docs/uninotes/s1/et-dcm1107/unit1/self/index.html similarity index 70% rename from docs/uninotes/s1/et-dcm1107/et-dcm1107-unit1/index.html rename to docs/uninotes/s1/et-dcm1107/unit1/self/index.html index 6af94eb..5d11359 100644 --- a/docs/uninotes/s1/et-dcm1107/et-dcm1107-unit1/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit1/self/index.html @@ -1,5 +1,5 @@ Unit 1 | Freedoms4
Freedoms4 logo

Freedoms4

S1 -ET DCM1107

Unit 1

Table of Contents

April 9, 2026 #

Course Objectives #

A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.
B) Examine cost and revenue structures of firms.

\ No newline at end of file +› Unit 1 +› Self
S1 +ET DCM1107 +Self

Unit 1

Table of Contents

April 9, 2026 #

Course Objectives #

A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.
B) Examine cost and revenue structures of firms.

\ No newline at end of file diff --git a/docs/uninotes/s1/index.xml b/docs/uninotes/s1/index.xml index 181176d..60f56ba 100644 --- a/docs/uninotes/s1/index.xml +++ b/docs/uninotes/s1/index.xml @@ -1,4 +1,4 @@ -S1 on Freedoms4https://freedoms4.org/uninotes/s1/Recent content in S1 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/bo-dcm1109-unit1/<h3 class="heading" id="april-6-2026"> +S1 on Freedoms4https://freedoms4.org/uninotes/s1/Recent content in S1 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/live/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/live/<h3 class="heading" id="april-6-2026"> <em><strong>April 6, 2026</strong></em><span class="heading__anchor"> <a href="#april-6-2026">#</a></span> </h3><h2 class="heading" id="features-and-nature-of-business"> Features and Nature of Business<span class="heading__anchor"> <a href="#features-and-nature-of-business">#</a></span> @@ -47,12 +47,61 @@ E) Dynanic.</p> </h2><p>A) Interdependance.<br> B) Input-Process-Output Model.<br> C) Open System.<br> -D) Dynamic Nature.</p>Unit 1https://freedoms4.org/uninotes/s1/et-dcm1107/et-dcm1107-unit1/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/et-dcm1107/et-dcm1107-unit1/<h3 class="heading" id="april-9-2026"> +D) Dynamic Nature.</p>Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/<h3 class="heading" id="april-6-2026"> + <em><strong>April 6, 2026</strong></em><span class="heading__anchor"> <a href="#april-6-2026">#</a></span> +</h3><h2 class="heading" id="features-and-nature-of-business"> + Features and Nature of Business<span class="heading__anchor"> <a href="#features-and-nature-of-business">#</a></span> +</h2><p>A) Economic Activity.<br> +B) Continuous Activity.<br> +C) Profit Motive.<br> +D) Exchange of goods and services.<br> +E) Customer Orientation.<br> +F) Risk and Uncertainty.<br> +G) Legal and Ethical Compliance.<br> +H) Global.</p> +<h2 class="heading" id="concept"> + Concept<span class="heading__anchor"> <a href="#concept">#</a></span> +</h2><p>A) Value Creation.<br> +B) Profit.<br> +C) Social.<br> +D) Organised.<br> +E) Dynanic.</p> +<h2 class="heading" id="scope"> + Scope<span class="heading__anchor"> <a href="#scope">#</a></span> +</h2><h3 class="heading" id="a-industry"> + A) Industry<span class="heading__anchor"> <a href="#a-industry">#</a></span> +</h3><ol> +<li>Primary Industry: Extraction of raw material (agriculture, mining).</li> +<li>Secondary Industry: Manufacturing.</li> +<li>Tertiary Industry: Service (banking, insurance, transport, delivery)</li> +<li>Quaternary Sector: Knowledge based services (IT, education/training)</li> +<li>Quinary Sector: Services of leading roles (Government services, NGOs)</li> +</ol> +<h3 class="heading" id="b-commerce"> + B) Commerce<span class="heading__anchor"> <a href="#b-commerce">#</a></span> +</h3><ol> +<li>Trade.</li> +<li>Auxiliaries to Trade.</li> +</ol> +<h3 class="heading" id="c-modern-dimensions-of-business"> + C) Modern Dimensions of Business<span class="heading__anchor"> <a href="#c-modern-dimensions-of-business">#</a></span> +</h3><ol> +<li>E-Business.</li> +<li>Green Business.</li> +<li>Social Business.</li> +<li>Global Business.</li> +</ol> +<h2 class="heading" id="business-as-a-system"> + Business as a System<span class="heading__anchor"> <a href="#business-as-a-system">#</a></span> +</h2><p>A) Interdependance.<br> +B) Input-Process-Output Model.<br> +C) Open System.<br> +D) Dynamic Nature.</p>Unit 1https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/self/<h3 class="heading" id="april-9-2026"> <em><strong>April 9, 2026</strong></em><span class="heading__anchor"> <a href="#april-9-2026">#</a></span> </h3><h2 class="heading" id="course-objectives"> Course Objectives<span class="heading__anchor"> <a href="#course-objectives">#</a></span> </h2><p>A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.<br> -B) Examine cost and revenue structures of firms.</p>Unit 1https://freedoms4.org/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/<h3 class="heading" id="april-5-2026"> +B) Examine cost and revenue structures of firms.</p>Unit 1https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/<h3 class="heading" id="april-5-2026"> <em><strong>April 5, 2026</strong></em><span class="heading__anchor"> <a href="#april-5-2026">#</a></span> </h3><h2 class="heading" id="characteristics-of-management"> Characteristics of Management<span class="heading__anchor"> <a href="#characteristics-of-management">#</a></span> diff --git a/docs/uninotes/s1/pbm-dcm1110/index.html b/docs/uninotes/s1/pbm-dcm1110/index.html index cd80827..b6e3de8 100644 --- a/docs/uninotes/s1/pbm-dcm1110/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/index.html @@ -9,4 +9,4 @@

PBM DCM1110

\ No newline at end of file +› PBM DCM1110

PBM DCM1110

\ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/index.xml b/docs/uninotes/s1/pbm-dcm1110/index.xml index f2d9807..7f7c242 100644 --- a/docs/uninotes/s1/pbm-dcm1110/index.xml +++ b/docs/uninotes/s1/pbm-dcm1110/index.xml @@ -1,4 +1,4 @@ -PBM DCM1110 on Freedoms4https://freedoms4.org/uninotes/s1/pbm-dcm1110/Recent content in PBM DCM1110 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/<h3 class="heading" id="april-5-2026"> +PBM DCM1110 on Freedoms4https://freedoms4.org/uninotes/s1/pbm-dcm1110/Recent content in PBM DCM1110 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/<h3 class="heading" id="april-5-2026"> <em><strong>April 5, 2026</strong></em><span class="heading__anchor"> <a href="#april-5-2026">#</a></span> </h3><h2 class="heading" id="characteristics-of-management"> Characteristics of Management<span class="heading__anchor"> <a href="#characteristics-of-management">#</a></span> diff --git a/docs/uninotes/s1/pbm-dcm1110/unit1/index.html b/docs/uninotes/s1/pbm-dcm1110/unit1/index.html new file mode 100644 index 0000000..a7cf8ae --- /dev/null +++ b/docs/uninotes/s1/pbm-dcm1110/unit1/index.html @@ -0,0 +1,14 @@ +Unit 1 | Freedoms4
S1 +PBM DCM1110

Unit 1

Choose type:

Self
Self-study notes
Live
Coming soon
\ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/unit1/index.xml b/docs/uninotes/s1/pbm-dcm1110/unit1/index.xml new file mode 100644 index 0000000..e3a6235 --- /dev/null +++ b/docs/uninotes/s1/pbm-dcm1110/unit1/index.xml @@ -0,0 +1,67 @@ +Unit 1 on Freedoms4https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/Recent content in Unit 1 on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Unit 1https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/<h3 class="heading" id="april-5-2026"> + <em><strong>April 5, 2026</strong></em><span class="heading__anchor"> <a href="#april-5-2026">#</a></span> +</h3><h2 class="heading" id="characteristics-of-management"> + Characteristics of Management<span class="heading__anchor"> <a href="#characteristics-of-management">#</a></span> +</h2><p>A) Goal Oriented.<br> +B) Pervasive.<br> +C) Multidimentional:<br> +         (i) Management of People.<br> +         (ii) Management of Operations.<br> +D) Continuous.<br> +E) Dynamic.<br> +F) Group Activity.<br> +G) Intangible.</p> +<h2 class="heading" id="functions-of-management"> + Functions of Management<span class="heading__anchor"> <a href="#functions-of-management">#</a></span> +</h2><p>A) Planning.<br> +B) Organising.<br> +C) Staffing.<br> +D) Directing.<br> +E) Controlling.</p> +<h3 class="heading" id="a-planning"> + A) Planning<span class="heading__anchor"> <a href="#a-planning">#</a></span> +</h3><ol> +<li>Determine the goals or mission of the organisation.</li> +<li>Forecast future conditions.</li> +<li>Select the best course of action.</li> +<li>Formulate policies, procedures, budgets.</li> +</ol> +<h3 class="heading" id="b-organising"> + B) Organising<span class="heading__anchor"> <a href="#b-organising">#</a></span> +</h3><ol> +<li>Identify and analyse activities required to be operated on.</li> +<li>Group similar activities.</li> +<li>Assign duties to individuals.</li> +<li>Delegate authority and responsibility to the individuals in managerial roles.</li> +<li>Establish and announce clear authority relationships to ensure coordination and control.</li> +</ol> +<h3 class="heading" id="c-staffing"> + C) Staffing<span class="heading__anchor"> <a href="#c-staffing">#</a></span> +</h3><ol> +<li>Recruitment and selection.</li> +<li>Training.</li> +<li>Performance appraisal.</li> +</ol> +<h3 class="heading" id="d-directing"> + D) Directing<span class="heading__anchor"> <a href="#d-directing">#</a></span> +</h3><ol> +<li>Leadership and supervision.</li> +<li>Motivation.</li> +<li>Communication.</li> +</ol> +<h3 class="heading" id="e-controlling"> + E) Controlling<span class="heading__anchor"> <a href="#e-controlling">#</a></span> +</h3><ol> +<li>Establish performance standards.</li> +<li>Measure performance.</li> +<li>Compare performance with the standards.</li> +<li>Identify reasons for deviations.</li> +<li>Implement corrective actions.</li> +<li>Use feedback to evaluate performance improvement.</li> +</ol> +<h2 class="heading" id="significance-of-management"> + Significance of Management<span class="heading__anchor"> <a href="#significance-of-management">#</a></span> +</h2><p>A) Optimum unilization of resources.<br> +B) Minimisation of costs.<br> +C) Achievement of group goals.<br> +D) Organisational stability.</p> \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/index.html b/docs/uninotes/s1/pbm-dcm1110/unit1/self/index.html similarity index 62% rename from docs/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/index.html rename to docs/uninotes/s1/pbm-dcm1110/unit1/self/index.html index 2595ed6..0a67dda 100644 --- a/docs/uninotes/s1/pbm-dcm1110/pbm-dcm1110-unit1/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/unit1/self/index.html @@ -15,7 +15,7 @@ E) Controlling. A) Planning # Determine the goals or mission of the organisation. Forecast future conditions. Select the best course of action. Formulate policies, procedures, budgets. B) Organising # Identify and analyse activities required to be operated on. Group similar activities. Assign duties to individuals. Delegate authority and responsibility to the individuals in managerial roles. Establish and announce clear authority relationships to ensure coordination and control. C) Staffing # Recruitment and selection. Training. Performance appraisal. D) Directing # Leadership and supervision. Motivation. Communication. E) Controlling # Establish performance standards. Measure performance. Compare performance with the standards. Identify reasons for deviations. Implement corrective actions. Use feedback to evaluate performance improvement. Significance of Management # A) Optimum unilization of resources. B) Minimisation of costs. C) Achievement of group goals. -D) Organisational stability.">
S1 -PBM DCM1110

Unit 1

Table of Contents

April 5, 2026 #

Characteristics of Management #

A) Goal Oriented.
B) Pervasive.
C) Multidimentional:
         (i) Management of People.
         (ii) Management of Operations.
D) Continuous.
E) Dynamic.
F) Group Activity.
G) Intangible.

Functions of Management #

A) Planning.
B) Organising.
C) Staffing.
D) Directing.
E) Controlling.

A) Planning #

  1. Determine the goals or mission of the organisation.
  2. Forecast future conditions.
  3. Select the best course of action.
  4. Formulate policies, procedures, budgets.

B) Organising #

  1. Identify and analyse activities required to be operated on.
  2. Group similar activities.
  3. Assign duties to individuals.
  4. Delegate authority and responsibility to the individuals in managerial roles.
  5. Establish and announce clear authority relationships to ensure coordination and control.

C) Staffing #

  1. Recruitment and selection.
  2. Training.
  3. Performance appraisal.

D) Directing #

  1. Leadership and supervision.
  2. Motivation.
  3. Communication.

E) Controlling #

  1. Establish performance standards.
  2. Measure performance.
  3. Compare performance with the standards.
  4. Identify reasons for deviations.
  5. Implement corrective actions.
  6. Use feedback to evaluate performance improvement.

Significance of Management #

A) Optimum unilization of resources.
B) Minimisation of costs.
C) Achievement of group goals.
D) Organisational stability.

  • Management depends on Effectiveness and Efficiency.

Scope of Management #

A) Production Management.
B) Personal Management.
C) Marketing Management.
D) Financial Management.

\ No newline at end of file +› Unit 1 +› Self
S1 +PBM DCM1110 +Self

Unit 1

Table of Contents

April 5, 2026 #

Characteristics of Management #

A) Goal Oriented.
B) Pervasive.
C) Multidimentional:
         (i) Management of People.
         (ii) Management of Operations.
D) Continuous.
E) Dynamic.
F) Group Activity.
G) Intangible.

Functions of Management #

A) Planning.
B) Organising.
C) Staffing.
D) Directing.
E) Controlling.

A) Planning #

  1. Determine the goals or mission of the organisation.
  2. Forecast future conditions.
  3. Select the best course of action.
  4. Formulate policies, procedures, budgets.

B) Organising #

  1. Identify and analyse activities required to be operated on.
  2. Group similar activities.
  3. Assign duties to individuals.
  4. Delegate authority and responsibility to the individuals in managerial roles.
  5. Establish and announce clear authority relationships to ensure coordination and control.

C) Staffing #

  1. Recruitment and selection.
  2. Training.
  3. Performance appraisal.

D) Directing #

  1. Leadership and supervision.
  2. Motivation.
  3. Communication.

E) Controlling #

  1. Establish performance standards.
  2. Measure performance.
  3. Compare performance with the standards.
  4. Identify reasons for deviations.
  5. Implement corrective actions.
  6. Use feedback to evaluate performance improvement.

Significance of Management #

A) Optimum unilization of resources.
B) Minimisation of costs.
C) Achievement of group goals.
D) Organisational stability.

  • Management depends on Effectiveness and Efficiency.

Scope of Management #

A) Production Management.
B) Personal Management.
C) Marketing Management.
D) Financial Management.

\ No newline at end of file diff --git a/layouts/subjectcode/term.html b/layouts/subjectcode/term.html index ed7c49b..d3a1905 100644 --- a/layouts/subjectcode/term.html +++ b/layouts/subjectcode/term.html @@ -29,12 +29,17 @@

{{ $subjectCode }}

diff --git a/layouts/uninotes/single.html b/layouts/uninotes/single.html index 17749f7..459807b 100644 --- a/layouts/uninotes/single.html +++ b/layouts/uninotes/single.html @@ -29,12 +29,16 @@ › {{ $subjectcode }} {{ end }} {{ end }} - › {{ .Params.unit | default .Title }} + › {{ .Params.unit | default .Title }} + › {{ .Params.notecategory | default "Notes" }}
{{ with $semester }}{{ . }}{{ end }} {{ with $subjectcode }}{{ . }}{{ end }} + {{ with .Params.notecategory }} + {{ . }} + {{ end }}

{{ .Params.unit | default .Title }}

@@ -46,25 +50,34 @@ {{ partial "page/terms.html" (dict "taxonomy" "tags" "page" .) }} {{ partial "page/terms.html" (dict "taxonomy" "categories" "page" .) }} -{{/* Next/prev among sibling units in the same subjectcode */}} +{{/* Next/prev among sibling UNITS in the same subjectcode — deduplicated by unit label */}} {{ if $subjectcode }} {{ $subPage := site.GetPage (printf "/subjectcode/%s" ($subjectcode | urlize)) }} {{ if $subPage }} - {{ $siblings := $subPage.Pages.ByWeight }} - {{ $currentPermalink := .RelPermalink }} - {{ $currentIdx := 0 }} - {{ range $i, $p := $siblings }} - {{ if eq $p.RelPermalink $currentPermalink }}{{ $currentIdx = $i }}{{ end }} + {{/* Build a deduplicated list of units: one entry per unit label, using the Self page as representative */}} + {{ $unitMap := slice }} + {{ $seenUnits := slice }} + {{ range $subPage.Pages.ByWeight }} + {{ $unitLabel := (.Params.unit | default .Title) }} + {{ if not (in $seenUnits $unitLabel) }} + {{ $seenUnits = $seenUnits | append $unitLabel }} + {{ $unitMap = $unitMap | append . }} + {{ end }} {{ end }} - {{ if gt (len $siblings) 1 }} + {{ $currentUnit := (.Params.unit | default .Title) }} + {{ $currentIdx := 0 }} + {{ range $i, $p := $unitMap }} + {{ if eq ($p.Params.unit | default $p.Title) $currentUnit }}{{ $currentIdx = $i }}{{ end }} + {{ end }} + {{ if gt (len $unitMap) 1 }} {{ end }} diff --git a/layouts/uninotes/unit-choice.html b/layouts/uninotes/unit-choice.html new file mode 100644 index 0000000..ad8e2f9 --- /dev/null +++ b/layouts/uninotes/unit-choice.html @@ -0,0 +1,78 @@ +{{ define "main" }} + +{{/* Get semester and subjectcode from child pages since _index.md doesn't carry taxonomy params */}} +{{ $semester := "" }} +{{ $subjectcode := "" }} +{{ range .Pages }} + {{ if eq $semester "" }} + {{ $raw := .Params.semester }} + {{ $semester = cond (reflect.IsSlice $raw) (index $raw 0) $raw }} + {{ end }} + {{ if eq $subjectcode "" }} + {{ $raw := .Params.subjectcode }} + {{ $subjectcode = cond (reflect.IsSlice $raw) (index $raw 0) $raw }} + {{ end }} +{{ end }} + + + +
+ {{ with $semester }}{{ . }}{{ end }} + {{ with $subjectcode }}{{ . }}{{ end }} +
+ +

{{ .Params.unit | default .Title }}

+ +

Choose type:

+ +{{/* Check if a live page exists at the expected URL */}} +{{ $hasLive := false }} +{{ range .Pages }} + {{ if eq (lower .Params.notecategory) "live" }}{{ $hasLive = true }}{{ end }} +{{ end }} + + + +{{ end }} diff --git a/static/css/custom.css b/static/css/custom.css index 3e0f860..ee697df 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -659,3 +659,94 @@ display: none !important; } } + +/* ── Unit Choice Page (Self / Live) ─────────────────────────────────────── */ + +.unit-choice__subtitle { + color: var(--foreground-color3, #888); + margin-bottom: 1.5rem; + font-size: 0.95rem; +} + +.unit-choice__options { + display: flex; + gap: 1.2rem; + flex-wrap: wrap; + margin-top: 1rem; + margin-bottom: 2rem; +} + +.unit-choice__card { + flex: 1; + min-width: 180px; + max-width: 260px; + border: 2px solid var(--accent-color); + border-radius: 12px; + padding: 1.75rem 1.5rem; + text-decoration: none; + color: var(--foreground-color); + display: flex; + flex-direction: column; + align-items: center; + gap: 0.6rem; + transition: background 0.18s ease, color 0.18s ease, transform 0.15s ease; + text-align: center; + cursor: pointer; +} + +.unit-choice__card:hover { + background: var(--accent-color); + color: var(--background-color, #fff); + transform: translateY(-2px); + text-decoration: none; +} + +.unit-choice__card--live { + border-color: var(--foreground-color3, #888); + opacity: 0.7; +} + +.unit-choice__card--live:hover { + background: var(--foreground-color3, #888); + border-color: var(--foreground-color3, #888); + color: var(--background-color, #fff); +} + +.unit-choice__icon { + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 0.3rem; +} + +.unit-choice__label { + font-size: 1.25rem; + font-weight: 700; + letter-spacing: 0.01em; +} + +.unit-choice__desc { + font-size: 0.8rem; + opacity: 0.72; + line-height: 1.45; +} + +/* notecategory pill colour */ +.uninotes-meta__pill--self { + border-color: var(--accent-color); + color: var(--accent-color); +} + +.uninotes-meta__pill--live { + border-color: var(--accent-color); + color: var(--accent-color); +} + +.unit-choice__card--unavailable { + cursor: not-allowed; + opacity: 0.45; +} + +.unit-choice__card--unavailable:hover { + transform: none; +}