This commit is contained in:
Oh
2025-02-04 16:52:43 +02:00
parent ab99fc1336
commit 752a42b2cb
89 changed files with 199 additions and 144 deletions

View File

@@ -8,7 +8,7 @@ Demonstration of subform super power
+ *Author*: [Oh Martin](mailto:oh@nampharm.com.na)
+ *Name*: [Subform Power](https://nampharm.com.na)
+ *First Build*: 24th May, 2024
+ *Last Build*: 21st August, 2024
+ *Last Build*: 4th February, 2025
+ *Version*: 1.0.1
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@@ -21,7 +21,7 @@ due to [Automated Component Builder](https://www.joomlacomponentbuilder.com))
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
> never making one mistake or taking any coffee break.)
+ *Line count*: **25804**
+ *Line count*: **25865**
+ *File count*: **246**
+ *Folder count*: **85**

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage SubformpowerInstallerPowerloader.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage SubformpowerInstallerScript.php

View File

@@ -8,7 +8,7 @@ Demonstration of subform super power
+ *Author*: [Oh Martin](mailto:oh@nampharm.com.na)
+ *Name*: [Subform Power](https://nampharm.com.na)
+ *First Build*: 24th May, 2024
+ *Last Build*: 21st August, 2024
+ *Last Build*: 4th February, 2025
+ *Version*: 1.0.1
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@@ -21,7 +21,7 @@ due to [Automated Component Builder](https://www.joomlacomponentbuilder.com))
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
> never making one mistake or taking any coffee break.)
+ *Line count*: **25804**
+ *Line count*: **25865**
+ *File count*: **246**
+ *Folder count*: **85**

View File

@@ -3,7 +3,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage admin.css

View File

@@ -3,7 +3,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage countries.css

View File

@@ -3,7 +3,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage country.css

View File

@@ -3,7 +3,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage currencies.css

View File

@@ -3,7 +3,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage currency.css

View File

@@ -3,7 +3,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage dashboard.css

View File

@@ -3,7 +3,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage admin.js

View File

@@ -122,10 +122,7 @@
type="countries"
name="country"
label="COM_SUBFORMPOWER_CURRENCY_COUNTRY_LABEL"
description="COM_SUBFORMPOWER_CURRENCY_COUNTRY_DESCRIPTION"
message="COM_SUBFORMPOWER_CURRENCY_COUNTRY_MESSAGE"
class="list_class"
layout="joomla.form.field.list-fancy-select"
validate="guid"
button="true"
/>

View File

@@ -46,7 +46,7 @@ COM_SUBFORMPOWER_COUNTRIES_EDIT_STATE_DESC="Allows the users in this group to up
COM_SUBFORMPOWER_COUNTRIES_EDIT_VERSION="Countries Edit Version"
COM_SUBFORMPOWER_COUNTRIES_EDIT_VERSION_DESC="Allows the users in this group to edit versions of version countries"
COM_SUBFORMPOWER_COUNTRIES_EMPTYSTATE_BUTTON_ADD="Add your first country"
COM_SUBFORMPOWER_COUNTRIES_EMPTYSTATE_CONTENT="country view (dynamic build)"
COM_SUBFORMPOWER_COUNTRIES_EMPTYSTATE_CONTENT="country view"
COM_SUBFORMPOWER_COUNTRIES_EMPTYSTATE_TITLE="No countries have been created yet."
COM_SUBFORMPOWER_COUNTRIES_EXPORT="Countries Export"
COM_SUBFORMPOWER_COUNTRIES_EXPORT_DESC="Allows the users in this group to export export countries"
@@ -185,9 +185,7 @@ COM_SUBFORMPOWER_CURRENCIES_N_ITEMS_UNPUBLISHED_1="%s Currency unpublished."
COM_SUBFORMPOWER_CURRENCIES_SUBMENU="Currencies Submenu"
COM_SUBFORMPOWER_CURRENCIES_SUBMENU_DESC="Allows the users in this group to submenu of currency"
COM_SUBFORMPOWER_CURRENCY="Currency"
COM_SUBFORMPOWER_CURRENCY_COUNTRY_DESCRIPTION="The primary currency id is set here."
COM_SUBFORMPOWER_CURRENCY_COUNTRY_LABEL="Country"
COM_SUBFORMPOWER_CURRENCY_COUNTRY_MESSAGE="Error! Please add some primary currency id here."
COM_SUBFORMPOWER_CURRENCY_CREATED_BY_DESC="The user that created this Currency."
COM_SUBFORMPOWER_CURRENCY_CREATED_BY_LABEL="Created By"
COM_SUBFORMPOWER_CURRENCY_CREATED_DATE_DESC="The date this Currency was created."

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage currencies_fullwidth.php
@@ -24,6 +24,7 @@ use Joomla\CMS\HTML\HTMLHelper as Html;
use JCB\Component\Subformpower\Administrator\Helper\SubformpowerHelper;
use JCB\Joomla\Utilities\StringHelper;
use JCB\Joomla\Utilities\ArrayHelper;
use Joomla\CMS\User\UserFactoryInterface;
// No direct access to this file
defined('_JEXEC') or die;
@@ -53,9 +54,9 @@ else
$ref = ($id) ? "&ref=country&refid=" . $id : "";
}
// set the create new URL
$new = "index.php?option=com_subformpower&view=currencies&task=currency.edit" . $ref;
$new = "index.php?option=com_subformpower&view=currencies&task=currency.add" . $ref;
// set the create new and close URL
$close_new = "index.php?option=com_subformpower&view=currencies&task=currency.edit";
$close_new = "index.php?option=com_subformpower&view=currencies&task=currency.add";
// load the action object
$can = SubformpowerHelper::getActions('currency');
@@ -93,8 +94,8 @@ $can = SubformpowerHelper::getActions('currency');
<?php
$canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $user->id || $item->checked_out == 0;
$userChkOut = Factory::getContainer()->
get(\Joomla\CMS\User\UserFactoryInterface::class)->
loadUserById($item->checked_out);
get(UserFactoryInterface::class)->
loadUserById($item->checked_out ?? 0);
$canDo = SubformpowerHelper::getActions('currency',$item,'currencies');
?>
<tr>

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage details_above.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage details_left.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage details_right.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage more_stuff_fullwidth.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage publishing.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage publlshing.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage details_above.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage details_left.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage details_right.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage publishing.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage publlshing.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage provider.php

View File

@@ -3,7 +3,7 @@ SET time_zone = "+00:00";
CREATE TABLE IF NOT EXISTS `#__subformpower_country` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
`asset_id` INT(10) unsigned NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
`guid` VARCHAR(36) NOT NULL DEFAULT '',
`iso` VARCHAR(255) NOT NULL DEFAULT '',
`isothree` VARCHAR(255) NOT NULL DEFAULT '',
@@ -12,17 +12,17 @@ CREATE TABLE IF NOT EXISTS `#__subformpower_country` (
`phonecode` VARCHAR(255) NOT NULL DEFAULT '',
`timezone` VARCHAR(255) NOT NULL DEFAULT '',
`params` TEXT NULL,
`published` TINYINT(3) NOT NULL DEFAULT 1,
`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
`published` TINYINT(3) NULL DEFAULT 1,
`created_by` INT unsigned NULL,
`modified_by` INT unsigned,
`created` DATETIME DEFAULT CURRENT_TIMESTAMP,
`modified` DATETIME DEFAULT NULL,
`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
`checked_out_time` DATETIME DEFAULT NULL,
`version` INT(10) unsigned NOT NULL DEFAULT 1,
`hits` INT(10) unsigned NOT NULL DEFAULT 0,
`access` INT(10) unsigned NOT NULL DEFAULT 0,
`ordering` INT(11) NOT NULL DEFAULT 0,
`modified` DATETIME,
`checked_out` int unsigned,
`checked_out_time` DATETIME,
`version` INT(10) unsigned NULL DEFAULT 1,
`hits` INT(10) unsigned NULL DEFAULT 0,
`access` INT(10) unsigned NULL DEFAULT 0,
`ordering` INT(11) NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `idx_name` (`name`),
KEY `idx_guid` (`guid`),
@@ -35,23 +35,23 @@ CREATE TABLE IF NOT EXISTS `#__subformpower_country` (
CREATE TABLE IF NOT EXISTS `#__subformpower_currency` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
`asset_id` INT(10) unsigned NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
`country` VARCHAR(36) NOT NULL DEFAULT '',
`ext_number` INT(10) NOT NULL DEFAULT 0,
`guid` VARCHAR(36) NOT NULL DEFAULT '',
`symbol` VARCHAR(255) NULL DEFAULT '',
`params` TEXT NULL,
`published` TINYINT(3) NOT NULL DEFAULT 1,
`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
`published` TINYINT(3) NULL DEFAULT 1,
`created_by` INT unsigned NULL,
`modified_by` INT unsigned,
`created` DATETIME DEFAULT CURRENT_TIMESTAMP,
`modified` DATETIME DEFAULT NULL,
`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
`checked_out_time` DATETIME DEFAULT NULL,
`version` INT(10) unsigned NOT NULL DEFAULT 1,
`hits` INT(10) unsigned NOT NULL DEFAULT 0,
`access` INT(10) unsigned NOT NULL DEFAULT 0,
`ordering` INT(11) NOT NULL DEFAULT 0,
`modified` DATETIME,
`checked_out` int unsigned,
`checked_out_time` DATETIME,
`version` INT(10) unsigned NULL DEFAULT 1,
`hits` INT(10) unsigned NULL DEFAULT 0,
`access` INT(10) unsigned NULL DEFAULT 0,
`ordering` INT(11) NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `idx_ext_number` (`ext_number`),
KEY `idx_country` (`country`),

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountriesController.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountryController.php
@@ -71,6 +71,22 @@ class CountryController extends FormController
*/
protected $view_list = 'countries';
/**
* Referral value
*
* @var string
* @since 5.0
*/
protected string $ref;
/**
* Referral ID value
*
* @var int
* @since 5.0
*/
protected int $refid;
/**
* Method override to check if you can add a new record.
*

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CurrenciesController.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CurrencyController.php
@@ -71,6 +71,22 @@ class CurrencyController extends FormController
*/
protected $view_list = 'currencies';
/**
* Referral value
*
* @var string
* @since 5.0
*/
protected string $ref;
/**
* Referral ID value
*
* @var int
* @since 5.0
*/
protected int $refid;
/**
* Method override to check if you can add a new record.
*

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage DisplayController.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage ImportController.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage SubformpowerController.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage SubformpowerComponent.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountriesField.php
@@ -25,6 +25,7 @@ use Joomla\CMS\Language\Text;
use Joomla\CMS\HTML\HTMLHelper as Html;
use Joomla\CMS\Component\ComponentHelper;
use JCB\Component\Subformpower\Administrator\Helper\SubformpowerHelper;
use Joomla\CMS\Uri\Uri;
// No direct access to this file
\defined('_JEXEC') or die;
@@ -79,7 +80,7 @@ class CountriesField extends ListField
$ref = '&amp;ref=' . $values['view'] . '&amp;refid=' . $values['id'];
$refJ = '&ref=' . $values['view'] . '&refid=' . $values['id'];
// get the return value.
$_uri = (string) \Joomla\CMS\Uri\Uri::getInstance();
$_uri = (string) Uri::getInstance();
$_return = urlencode(base64_encode($_uri));
// load return value.
$ref .= '&amp;return=' . $_return;
@@ -110,12 +111,14 @@ class CountriesField extends ListField
// build script
$script[] = "
document.addEventListener('DOMContentLoaded', function() {
document.getElementById('jform_".$button_code_name."').addEventListener('change', function(e) {
let ".$button_code_name."Field = document.getElementById('jform_".$button_code_name."');
if (!".$button_code_name."Field) { return; }
".$button_code_name."Field.addEventListener('change', function(e) {
e.preventDefault();
let ".$button_code_name."Value = this.value;
".$button_code_name."Button(".$button_code_name."Value);
});
let ".$button_code_name."Value = document.getElementById('jform_".$button_code_name."').value;
let ".$button_code_name."Value = ".$button_code_name."Field.value;
".$button_code_name."Button(".$button_code_name."Value);
});
function ".$button_code_name."Button(value) {

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountriesfilterisoField.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountriesfilterisothreeField.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountriesfilternumcodeField.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountriesfilterphonecodeField.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CurrenciesfiltersymbolField.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage HeaderCheck.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage PowerloaderHelper.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage SubformpowerHelper.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountriesModel.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountryModel.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CurrenciesModel.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CurrencyModel.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage ImportModel.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage SubformpowerModel.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage GuidRule.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountryTable.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CurrencyTable.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage HtmlView.php
@@ -45,6 +45,7 @@ use JCB\Joomla\Utilities\StringHelper;
*
* @since 1.6
*/
#[\AllowDynamicProperties]
class HtmlView extends BaseHtmlView
{
/**
@@ -109,9 +110,10 @@ class HtmlView extends BaseHtmlView
* @param string $tpl The name of the template file to parse; automatically searches through the template paths.
*
* @return void
* @throws \Exception
* @since 1.6
*/
public function display($tpl = null)
public function display($tpl = null): void
{
// Assign data to the view
$this->items = $this->get('Items');

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage HtmlView.php
@@ -44,6 +44,7 @@ use JCB\Joomla\Utilities\StringHelper;
*
* @since 1.6
*/
#[\AllowDynamicProperties]
class HtmlView extends BaseHtmlView
{
/**
@@ -132,9 +133,10 @@ class HtmlView extends BaseHtmlView
* @param string $tpl The name of the template file to parse; automatically searches through the template paths.
*
* @return void
* @throws \Exception
* @since 1.6
*/
public function display($tpl = null)
public function display($tpl = null): void
{
// set params
$this->params = ComponentHelper::getParams('com_subformpower');

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage HtmlView.php
@@ -45,6 +45,7 @@ use JCB\Joomla\Utilities\StringHelper;
*
* @since 1.6
*/
#[\AllowDynamicProperties]
class HtmlView extends BaseHtmlView
{
/**
@@ -109,9 +110,10 @@ class HtmlView extends BaseHtmlView
* @param string $tpl The name of the template file to parse; automatically searches through the template paths.
*
* @return void
* @throws \Exception
* @since 1.6
*/
public function display($tpl = null)
public function display($tpl = null): void
{
// Assign data to the view
$this->items = $this->get('Items');

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage HtmlView.php
@@ -44,6 +44,7 @@ use JCB\Joomla\Utilities\StringHelper;
*
* @since 1.6
*/
#[\AllowDynamicProperties]
class HtmlView extends BaseHtmlView
{
/**
@@ -132,9 +133,10 @@ class HtmlView extends BaseHtmlView
* @param string $tpl The name of the template file to parse; automatically searches through the template paths.
*
* @return void
* @throws \Exception
* @since 1.6
*/
public function display($tpl = null)
public function display($tpl = null): void
{
// set params
$this->params = ComponentHelper::getParams('com_subformpower');

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage HtmlView.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage HtmlView.php
@@ -36,13 +36,17 @@ use JCB\Joomla\Utilities\StringHelper;
*
* @since 1.6
*/
#[\AllowDynamicProperties]
class HtmlView extends BaseHtmlView
{
/**
* View display method
*
* @return void
* @throws \Exception
* @since 1.6
*/
function display($tpl = null)
function display($tpl = null): void
{
// Assign data to the view
$this->icons = $this->get('Icons');
@@ -104,7 +108,7 @@ class HtmlView extends BaseHtmlView
// set page title
$this->getDocument()->setTitle(Text::_('COM_SUBFORMPOWER_DASHBOARD'));
// add manifest to page JavaScript
$this->getDocument()->addScriptDeclaration("var manifest = JSON.parse('" . json_encode($this->manifest) . "');", "text/javascript");
$this->getDocument()->addScriptDeclaration("var manifest = JSON.parse(" . json_encode($this->manifest) . ");", "text/javascript");
// add styles
foreach ($this->styles as $style)
{

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default_body.php
@@ -22,6 +22,7 @@ use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\HTML\HTMLHelper as Html;
use JCB\Component\Subformpower\Administrator\Helper\SubformpowerHelper;
use Joomla\CMS\User\UserFactoryInterface;
// No direct access to this file
defined('_JEXEC') or die;
@@ -33,8 +34,8 @@ $edit = "index.php?option=com_subformpower&view=countries&task=country.edit";
<?php
$canCheckin = $this->user->authorise('core.manage', 'com_checkin') || $item->checked_out == $this->user->id || $item->checked_out == 0;
$userChkOut = Factory::getContainer()->
get(\Joomla\CMS\User\UserFactoryInterface::class)->
loadUserById($item->checked_out);
get(UserFactoryInterface::class)->
loadUserById($item->checked_out ?? 0);
$canDo = SubformpowerHelper::getActions('country',$item,'countries');
?>
<tr class="row<?php echo $i % 2; ?>">

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default_foot.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default_head.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default_toolbar.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage emptystate.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default_body.php
@@ -22,6 +22,7 @@ use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\HTML\HTMLHelper as Html;
use JCB\Component\Subformpower\Administrator\Helper\SubformpowerHelper;
use Joomla\CMS\User\UserFactoryInterface;
// No direct access to this file
defined('_JEXEC') or die;
@@ -33,8 +34,8 @@ $edit = "index.php?option=com_subformpower&view=currencies&task=currency.edit";
<?php
$canCheckin = $this->user->authorise('core.manage', 'com_checkin') || $item->checked_out == $this->user->id || $item->checked_out == 0;
$userChkOut = Factory::getContainer()->
get(\Joomla\CMS\User\UserFactoryInterface::class)->
loadUserById($item->checked_out);
get(UserFactoryInterface::class)->
loadUserById($item->checked_out ?? 0);
$canDo = SubformpowerHelper::getActions('currency',$item,'currencies');
?>
<tr class="row<?php echo $i % 2; ?>">

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default_foot.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default_head.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default_toolbar.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage emptystate.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default.php
@@ -31,18 +31,10 @@ defined('_JEXEC') or die;
<div class="main-card" style="padding: 20px;">
<div class="row">
<div class="col-md-9">
<?php echo Html::_('bootstrap.startAccordion', 'dashboard_left', array('active' => 'main')); ?>
<?php echo Html::_('bootstrap.addSlide', 'dashboard_left', 'cPanel', 'main'); ?>
<?php echo $this->loadTemplate('main');?>
<?php echo Html::_('bootstrap.endSlide'); ?>
<?php echo Html::_('bootstrap.endAccordion'); ?>
<?php echo $this->loadTemplate('main');?>
</div>
<div class="col-md-3">
<?php echo Html::_('bootstrap.startAccordion', 'dashboard_right', array('active' => 'vdm')); ?>
<?php echo Html::_('bootstrap.addSlide', 'dashboard_right', 'Nampharm', 'vdm'); ?>
<?php echo $this->loadTemplate('vdm');?>
<?php echo Html::_('bootstrap.endSlide'); ?>
<?php echo Html::_('bootstrap.endAccordion'); ?>
<?php echo $this->loadTemplate('vdm');?>
</div>
</div>
</div>

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default_main.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage default_vdm.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountriesController.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CountryController.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CurrenciesController.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage CurrencyController.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage JsonapiView.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage JsonapiView.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage JsonapiView.php

View File

@@ -4,7 +4,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage JsonapiView.php

View File

@@ -46,6 +46,7 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => true,
],
'link' => NULL,
],
'phonecode' => [
'name' => 'phonecode',
@@ -62,6 +63,7 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => false,
],
'link' => NULL,
],
'isothree' => [
'name' => 'isothree',
@@ -78,6 +80,7 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => false,
],
'link' => NULL,
],
'timezone' => [
'name' => 'timezone',
@@ -94,6 +97,7 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => false,
],
'link' => NULL,
],
'numcode' => [
'name' => 'numcode',
@@ -110,6 +114,7 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => false,
],
'link' => NULL,
],
'iso' => [
'name' => 'iso',
@@ -126,6 +131,7 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => false,
],
'link' => NULL,
],
'guid' => [
'name' => 'guid',
@@ -142,6 +148,7 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => true,
],
'link' => NULL,
],
'access' => [
'name' => 'access',
@@ -154,7 +161,7 @@ final class Table extends BaseTable implements Tableinterface
'type' => 'INT(10) unsigned',
'default' => '0',
'key' => true,
'null_switch' => 'NOT NULL',
'null_switch' => 'NULL',
],
],
],
@@ -174,6 +181,7 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => true,
],
'link' => NULL,
],
'symbol' => [
'name' => 'symbol',
@@ -190,6 +198,7 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => false,
],
'link' => NULL,
],
'country' => [
'name' => 'country',
@@ -206,6 +215,14 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => true,
],
'link' => [
'type' => 1,
'table' => '#__subformpower_country',
'component' => 'com_subformpower',
'entity' => 'country',
'value' => 'name',
'key' => 'guid',
],
],
'guid' => [
'name' => 'guid',
@@ -222,6 +239,7 @@ final class Table extends BaseTable implements Tableinterface
'unique_key' => false,
'key' => true,
],
'link' => NULL,
],
'access' => [
'name' => 'access',
@@ -234,7 +252,7 @@ final class Table extends BaseTable implements Tableinterface
'type' => 'INT(10) unsigned',
'default' => '0',
'key' => true,
'null_switch' => 'NOT NULL',
'null_switch' => 'NULL',
],
],
],

View File

@@ -3,7 +3,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage country.js

View File

@@ -3,7 +3,7 @@
/-------------------------------------------------------------------------------------------------------/
@version 1.0.1
@build 21st August, 2024
@build 4th February, 2025
@created 24th May, 2024
@package Subform Power
@subpackage currency.js

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="5.0" method="upgrade">
<name>COM_SUBFORMPOWER</name>
<creationDate>21st August, 2024</creationDate>
<creationDate>4th February, 2025</creationDate>
<author>Oh Martin</author>
<authorEmail>oh@nampharm.com.na</authorEmail>
<authorUrl>https://nampharm.com.na</authorUrl>