From 82d10454ebf350aa7c84306c1576e0b4d7cc1240 Mon Sep 17 00:00:00 2001 From: Yamel Senih Date: Sat, 17 Apr 2021 16:19:45 -0400 Subject: [PATCH] Add License to files inside project (#757) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add License to files inside project This is recommended by GNU/gpl v3 according with it: https://www.gnu.org/licenses/gpl-3.0.html ``` How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ``` * Remove space --- src/api/ADempiere/browser.js | 16 ++++++++++++++++ src/api/ADempiere/dashboard/dashboard.js | 16 +++++++++++++++- src/api/ADempiere/dictionary.js | 16 ++++++++++++++++ src/api/ADempiere/enrollment.js | 16 ++++++++++++++++ src/api/ADempiere/field/binary.js | 16 ++++++++++++++++ src/api/ADempiere/field/location.js | 16 ++++++++++++++++ src/api/ADempiere/field/locator.js | 16 ++++++++++++++++ src/api/ADempiere/field/preference.js | 16 ++++++++++++++++ src/api/ADempiere/form/point-of-sales.js | 16 ++++++++++++++++ src/api/ADempiere/form/price-checking.js | 16 ++++++++++++++++ src/api/ADempiere/index.js | 16 ++++++++++++++++ src/api/ADempiere/persistence.js | 16 ++++++++++++++++ src/api/ADempiere/private-access.js | 16 ++++++++++++++++ src/api/ADempiere/process.js | 16 ++++++++++++++++ src/api/ADempiere/report.js | 16 ++++++++++++++++ src/api/ADempiere/rule.js | 16 ++++++++++++++++ src/api/ADempiere/system-core.js | 16 ++++++++++++++++ src/api/ADempiere/user-interface.js | 16 ++++++++++++++++ src/api/ADempiere/values.js | 16 ++++++++++++++++ src/api/ADempiere/window.js | 16 ++++++++++++++++ src/api/documentation/documentation.js | 16 ++++++++++++++++ src/components/ADempiere/ChatEntries/index.vue | 17 +++++++++++++++++ .../ADempiere/ChatEntries/inputChat.vue | 17 +++++++++++++++++ .../ADempiere/ContainerInfo/mixinInfo.js | 16 ++++++++++++++++ .../ADempiere/ContainerInfo/recordLogs.vue | 17 +++++++++++++++++ .../ADempiere/ContainerInfo/workflowLogs.vue | 17 +++++++++++++++++ .../ADempiere/ContentLoader/index.vue | 17 +++++++++++++++++ .../ContextMenu/contextMenuDesktop.vue | 17 +++++++++++++++++ .../ADempiere/ContextMenu/contextMenuMixin.js | 16 ++++++++++++++++ .../ADempiere/ContextMenu/contextMenuMobile.vue | 17 +++++++++++++++++ src/components/ADempiere/ContextMenu/icon.js | 15 +++++++++++++++ src/components/ADempiere/ContextMenu/index.vue | 17 +++++++++++++++++ .../ADempiere/ContextMenu/itemsRelations.vue | 17 +++++++++++++++++ .../ADempiere/ContextMenu/relationsMixin.js | 15 +++++++++++++++ .../ADempiere/Dashboard/calendar/index.vue | 17 +++++++++++++++++ .../ADempiere/Dashboard/docstatus/index.vue | 17 +++++++++++++++++ src/components/ADempiere/Dashboard/index.vue | 17 +++++++++++++++++ .../ADempiere/Dashboard/mixinDashboard.js | 16 ++++++++++++++++ .../ADempiere/Dashboard/recentItems/index.vue | 17 +++++++++++++++++ .../ADempiere/Dashboard/userfavorites/index.vue | 17 +++++++++++++++++ .../ADempiere/DataTable/dataTables-Script.js | 15 +++++++++++++++ .../ADempiere/DataTable/filterColumns.vue | 17 +++++++++++++++++ .../ADempiere/DataTable/fixedColumns.vue | 17 +++++++++++++++++ src/components/ADempiere/DataTable/index.vue | 17 +++++++++++++++++ .../ADempiere/DataTable/menu/index.vue | 17 +++++++++++++++++ .../ADempiere/DataTable/menu/menuTableMixin.js | 16 ++++++++++++++++ .../DataTable/menu/tableContextMenu.vue | 17 +++++++++++++++++ .../ADempiere/DataTable/mixin/mixinTableSort.js | 16 ++++++++++++++++ .../ADempiere/DataTable/mixin/tableMixin.js | 16 ++++++++++++++++ src/components/ADempiere/Dialog/index.vue | 17 +++++++++++++++++ src/components/ADempiere/DropdownMenu/index.vue | 17 +++++++++++++++++ .../ADempiere/Field/FieldAutocomplete.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/FieldBinary.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/FieldButton.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/FieldColor.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/FieldDate.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/FieldImage.vue | 17 +++++++++++++++++ .../ADempiere/Field/FieldLocation/fieldsList.js | 16 ++++++++++++++++ .../ADempiere/Field/FieldLocation/index.vue | 17 +++++++++++++++++ .../Field/FieldLocation/locationAddressForm.vue | 17 +++++++++++++++++ .../Field/FieldLocation/mixinLocation.js | 16 ++++++++++++++++ src/components/ADempiere/Field/FieldLocator.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/FieldNumber.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/FieldSelect.vue | 17 +++++++++++++++++ .../ADempiere/Field/FieldSelectMultiple.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/FieldText.vue | 17 +++++++++++++++++ .../ADempiere/Field/FieldTextLong.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/FieldTime.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/FieldYesNo.vue | 17 +++++++++++++++++ .../contextMenuField/calculator/buttons.js | 16 ++++++++++++++++ .../Field/contextMenuField/calculator/index.vue | 17 +++++++++++++++++ .../contextMenuField/contextInfo/index.vue | 17 +++++++++++++++++ .../Field/contextMenuField/preference/index.vue | 17 +++++++++++++++++ .../preference/preferenceFields.js | 16 ++++++++++++++++ .../Field/contextMenuField/translated/index.vue | 17 +++++++++++++++++ src/components/ADempiere/Field/index.vue | 17 +++++++++++++++++ .../ADempiere/Field/mixin/mixinField.js | 15 +++++++++++++++ .../ADempiere/Field/mixin/mixinFieldRange.js | 16 ++++++++++++++++ .../ADempiere/Field/mixin/mixinFieldText.js | 16 ++++++++++++++++ .../ADempiere/Field/popover/documentStatus.vue | 17 +++++++++++++++++ .../Field/popover/operatorComparison.vue | 17 +++++++++++++++++ .../Form/BarcodeReader/fieldsListBarCode.js | 16 ++++++++++++++++ .../ADempiere/Form/BarcodeReader/index.vue | 17 +++++++++++++++++ .../ADempiere/Form/PriceChecking/fieldsList.js | 16 ++++++++++++++++ .../ADempiere/Form/PriceChecking/index.vue | 17 +++++++++++++++++ .../ADempiere/Form/ProductInfo/fieldsList.js | 16 ++++++++++++++++ .../ADempiere/Form/ProductInfo/index.vue | 17 +++++++++++++++++ .../ADempiere/Form/ProductInfo/productList.vue | 17 +++++++++++++++++ .../BusinessPartner/businessPartnerCreate.vue | 17 +++++++++++++++++ .../BusinessPartner/businessPartnersList.vue | 17 +++++++++++++++++ .../VPOS/BusinessPartner/fieldsListCreate.js | 16 ++++++++++++++++ .../VPOS/BusinessPartner/fieldsListSearch.js | 16 ++++++++++++++++ .../Form/VPOS/BusinessPartner/index.vue | 17 +++++++++++++++++ .../BusinessPartner/mixinBusinessPartner.js | 16 ++++++++++++++++ .../fieldsListConvertAmountCollection.js | 16 ++++++++++++++++ .../VPOS/Collection/convertAmount/index.vue | 17 +++++++++++++++++ .../VPOS/Collection/fieldsListCollection.js | 16 ++++++++++++++++ .../ADempiere/Form/VPOS/Collection/index.vue | 17 +++++++++++++++++ .../Form/VPOS/Collection/typeCollection.vue | 17 +++++++++++++++++ .../ADempiere/Form/VPOS/KeyLayout/index.vue | 17 +++++++++++++++++ .../ADempiere/Form/VPOS/Options/index.vue | 17 +++++++++++++++++ .../Form/VPOS/Order/fieldsListOrder.js | 16 ++++++++++++++++ .../ADempiere/Form/VPOS/Order/index.vue | 17 +++++++++++++++++ .../Form/VPOS/Order/line/fieldsListLine.js | 16 ++++++++++++++++ .../ADempiere/Form/VPOS/Order/line/index.vue | 17 +++++++++++++++++ .../ADempiere/Form/VPOS/Order/orderLineMixin.js | 16 ++++++++++++++++ .../Form/VPOS/OrderList/fieldsListOrders.js | 16 ++++++++++++++++ .../ADempiere/Form/VPOS/OrderList/index.vue | 17 +++++++++++++++++ .../ADempiere/Form/VPOS/ProductInfo/index.vue | 17 +++++++++++++++++ .../Form/VPOS/ProductInfo/productList.vue | 17 +++++++++++++++++ src/components/ADempiere/Form/VPOS/index.vue | 17 +++++++++++++++++ src/components/ADempiere/Form/VPOS/posMixin.js | 16 ++++++++++++++++ src/components/ADempiere/Form/formMixin.js | 16 ++++++++++++++++ src/components/ADempiere/Form/index.vue | 17 +++++++++++++++++ src/components/ADempiere/IconElement/index.vue | 17 +++++++++++++++++ src/components/ADempiere/Pagination/index.vue | 17 +++++++++++++++++ src/components/ADempiere/Panel/filterFields.vue | 17 +++++++++++++++++ src/components/ADempiere/Panel/index.vue | 17 +++++++++++++++++ .../ADempiere/Panel/mainPanelDesktop.vue | 17 +++++++++++++++++ .../ADempiere/Panel/mainPanelMixin.js | 16 ++++++++++++++++ .../ADempiere/Panel/mainPanelMobile.vue | 17 +++++++++++++++++ src/components/ADempiere/RightPanel/index.vue | 17 +++++++++++++++++ .../ADempiere/SequenceOrder/index.vue | 17 +++++++++++++++++ src/components/ADempiere/Tab/index.vue | 17 +++++++++++++++++ src/components/ADempiere/Tab/tabChildren.vue | 17 +++++++++++++++++ src/components/ADempiere/Tab/tabMixin.js | 16 ++++++++++++++++ .../ADempiere/WorkflowStatusBar/index.vue | 17 +++++++++++++++++ src/components/ADempiere/recordAccess/index.vue | 17 +++++++++++++++++ src/utils/ADempiere/apiConverts/core.js | 16 ++++++++++++++++ src/utils/ADempiere/apiConverts/dashboard.js | 16 ++++++++++++++++ src/utils/ADempiere/apiConverts/dictionary.js | 16 ++++++++++++++++ src/utils/ADempiere/apiConverts/field.js | 16 ++++++++++++++++ src/utils/ADempiere/apiConverts/persistence.js | 16 ++++++++++++++++ src/utils/ADempiere/apiConverts/pos.js | 16 ++++++++++++++++ .../ADempiere/apiConverts/privateAccess.js | 15 +++++++++++++++ src/utils/ADempiere/apiConverts/process.js | 16 ++++++++++++++++ src/utils/ADempiere/apiConverts/report.js | 15 +++++++++++++++ src/utils/ADempiere/apiConverts/user.js | 15 +++++++++++++++ src/utils/ADempiere/apiConverts/values.js | 15 +++++++++++++++ src/utils/ADempiere/apiConverts/window.js | 15 +++++++++++++++ src/utils/ADempiere/auth.js | 16 ++++++++++++++++ src/utils/ADempiere/config.js | 16 ++++++++++++++++ src/utils/ADempiere/constants/posProcess.js | 16 ++++++++++++++++ src/utils/ADempiere/constants/zoomReport.js | 16 ++++++++++++++++ src/utils/ADempiere/constants/zoomWindow.js | 16 ++++++++++++++++ src/utils/ADempiere/contextUtils.js | 16 ++++++++++++++++ src/utils/ADempiere/convertResponseValues.js | 16 ++++++++++++++++ src/utils/ADempiere/criteria.js | 16 ++++++++++++++++ src/utils/ADempiere/dataUtils.js | 15 +++++++++++++++ src/utils/ADempiere/dictionaryUtils.js | 16 ++++++++++++++++ src/utils/ADempiere/evaluator.js | 16 ++++++++++++++++ src/utils/ADempiere/exportUtil.js | 16 ++++++++++++++++ src/utils/ADempiere/globalMethods.js | 15 +++++++++++++++ src/utils/ADempiere/index.js | 15 +++++++++++++++ src/utils/ADempiere/location.js | 16 ++++++++++++++++ src/utils/ADempiere/lookupFactory.js | 16 ++++++++++++++++ src/utils/ADempiere/notification.js | 16 ++++++++++++++++ src/utils/ADempiere/references.js | 16 ++++++++++++++++ src/utils/ADempiere/request.js | 16 ++++++++++++++++ src/utils/ADempiere/resource.js | 16 ++++++++++++++++ src/utils/ADempiere/valueFormat.js | 16 ++++++++++++++++ src/utils/ADempiere/valueUtils.js | 16 ++++++++++++++++ src/views/ADempiere/Browser/index.vue | 17 +++++++++++++++++ src/views/ADempiere/Form/index.vue | 17 +++++++++++++++++ src/views/ADempiere/Process/index.vue | 17 +++++++++++++++++ src/views/ADempiere/ProcessActivity/index.vue | 17 +++++++++++++++++ src/views/ADempiere/ReportViewer/index.vue | 17 +++++++++++++++++ src/views/ADempiere/Summary/index.vue | 17 +++++++++++++++++ src/views/ADempiere/Test/fieldsList.js | 16 ++++++++++++++++ src/views/ADempiere/Test/index.vue | 17 +++++++++++++++++ src/views/ADempiere/Window/index.vue | 17 +++++++++++++++++ .../ADempiere/Window/windowLogicComponent.js | 15 +++++++++++++++ .../ADempiere/Badge/index.vue.spec.js | 13 +++++++++++++ 173 files changed, 2834 insertions(+), 1 deletion(-) diff --git a/src/api/ADempiere/browser.js b/src/api/ADempiere/browser.js index cf98168a..8f7768f7 100644 --- a/src/api/ADempiere/browser.js +++ b/src/api/ADempiere/browser.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/dashboard/dashboard.js b/src/api/ADempiere/dashboard/dashboard.js index c7010dd3..31e2ad6f 100644 --- a/src/api/ADempiere/dashboard/dashboard.js +++ b/src/api/ADempiere/dashboard/dashboard.js @@ -1,6 +1,20 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . // This file is for get all information for dashboard of ADempiere client, // please if you want to implement a custom dashboard create a new fielwith api definition - // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/dictionary.js b/src/api/ADempiere/dictionary.js index f53bc75f..3896200a 100644 --- a/src/api/ADempiere/dictionary.js +++ b/src/api/ADempiere/dictionary.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/enrollment.js b/src/api/ADempiere/enrollment.js index 3fb6fd04..83c4b0f6 100644 --- a/src/api/ADempiere/enrollment.js +++ b/src/api/ADempiere/enrollment.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/field/binary.js b/src/api/ADempiere/field/binary.js index 5d436c70..35195385 100644 --- a/src/api/ADempiere/field/binary.js +++ b/src/api/ADempiere/field/binary.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Elsio Sanchez esanchez@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + /** * Get entity with binary by identifier * @param {string} tableName diff --git a/src/api/ADempiere/field/location.js b/src/api/ADempiere/field/location.js index 6debf3cb..3cb818c0 100644 --- a/src/api/ADempiere/field/location.js +++ b/src/api/ADempiere/field/location.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + const tableName = 'C_Location' /** diff --git a/src/api/ADempiere/field/locator.js b/src/api/ADempiere/field/locator.js index 11e8e8d2..1dff39fc 100644 --- a/src/api/ADempiere/field/locator.js +++ b/src/api/ADempiere/field/locator.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Edwin Betancourt edwinBetanc0urt@hotmail.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // API used for get information of locator from server API, // please don't change it if is not related to locator field const tableName = 'M_Locator' diff --git a/src/api/ADempiere/field/preference.js b/src/api/ADempiere/field/preference.js index 010443ff..f8487c04 100644 --- a/src/api/ADempiere/field/preference.js +++ b/src/api/ADempiere/field/preference.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Elsio Sanchez esanchez@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Service for backend based on API // use this service for consume all related to preference of field import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/form/point-of-sales.js b/src/api/ADempiere/form/point-of-sales.js index 5b5f3613..6ec5819b 100644 --- a/src/api/ADempiere/form/point-of-sales.js +++ b/src/api/ADempiere/form/point-of-sales.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/form/price-checking.js b/src/api/ADempiere/form/price-checking.js index d0639ae5..7d8b9291 100644 --- a/src/api/ADempiere/form/price-checking.js +++ b/src/api/ADempiere/form/price-checking.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connectionimport { import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/index.js b/src/api/ADempiere/index.js index 59f693cd..daff1e8d 100644 --- a/src/api/ADempiere/index.js +++ b/src/api/ADempiere/index.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Export dictionary connection export * from './dictionary' diff --git a/src/api/ADempiere/persistence.js b/src/api/ADempiere/persistence.js index d0979c8c..8ef2ceb9 100644 --- a/src/api/ADempiere/persistence.js +++ b/src/api/ADempiere/persistence.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/private-access.js b/src/api/ADempiere/private-access.js index c360d53d..c089533e 100644 --- a/src/api/ADempiere/private-access.js +++ b/src/api/ADempiere/private-access.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/process.js b/src/api/ADempiere/process.js index 32b84626..06a4dad2 100644 --- a/src/api/ADempiere/process.js +++ b/src/api/ADempiere/process.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/report.js b/src/api/ADempiere/report.js index 53c36790..949988a5 100644 --- a/src/api/ADempiere/report.js +++ b/src/api/ADempiere/report.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/rule.js b/src/api/ADempiere/rule.js index e650d6a8..a4cda9e8 100644 --- a/src/api/ADempiere/rule.js +++ b/src/api/ADempiere/rule.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/system-core.js b/src/api/ADempiere/system-core.js index ee65ecbe..2340e398 100644 --- a/src/api/ADempiere/system-core.js +++ b/src/api/ADempiere/system-core.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/user-interface.js b/src/api/ADempiere/user-interface.js index 30d2e41d..8e70b41c 100644 --- a/src/api/ADempiere/user-interface.js +++ b/src/api/ADempiere/user-interface.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/values.js b/src/api/ADempiere/values.js index cbb63a19..8c3c85bc 100644 --- a/src/api/ADempiere/values.js +++ b/src/api/ADempiere/values.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/ADempiere/window.js b/src/api/ADempiere/window.js index e0a52d3f..41a32958 100644 --- a/src/api/ADempiere/window.js +++ b/src/api/ADempiere/window.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Yamel Senih ysenih@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Get Instance for connection import { request } from '@/utils/ADempiere/request' diff --git a/src/api/documentation/documentation.js b/src/api/documentation/documentation.js index c988197f..bd63dc3b 100644 --- a/src/api/documentation/documentation.js +++ b/src/api/documentation/documentation.js @@ -1,3 +1,19 @@ +// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution +// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A. +// Contributor(s): Elsio Sanchez esanchez@erpya.com www.erpya.com +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Service for get ADempiere Vue releases from repo. // Add here any service related with it import request from '@/utils/request' diff --git a/src/components/ADempiere/ChatEntries/index.vue b/src/components/ADempiere/ChatEntries/index.vue index 4ccca4af..6ceabcee 100644 --- a/src/components/ADempiere/ChatEntries/index.vue +++ b/src/components/ADempiere/ChatEntries/index.vue @@ -1,3 +1,20 @@ +