Jump to content

Search the Community

Showing results for tags 'movement'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Marketplace
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 4 results

  1. I need to (automatically) create some sort of a transfer slip (just like a delivery slip) that has a transfer number (eg. Transfer #TR000008) upon the transfer of stock from one warehouse to another (Stock > Stock Management --> Actions > Transfer Stock). And I would like to show the transfer number (eg. #TR000008) in the Stock Movement column. And, if possible, I would like to change the LABEL from "Transfer to another warehouse" to "Transfer to [NAME OF WAREHOUSE HERE]". Any way I could hack PrestaShop to do the above? Help is really appreciated. NOTE: I'm using Prestashop 1.5.2.0 PS: I initially posted this topic in StackExchange for those interested... http://stackoverflow.com/q/20664755/851045
  2. Hi, i need help for adding product "reference" field into "Stock Movement" (PS v1.4.4.1) Like this: ID | Reference | Name | Quantity | Reason | Employee this is original code: $this->_select = 'CONCAT(pl.name, \' \', GROUP_CONCAT(IFNULL(al.name, \'\'), \'\')) product_name, CONCAT(e.lastname, \' \', e.firstname) employee, mrl.name reason'; $this->_join = 'LEFT JOIN `'._DB_PREFIX_.'product_lang` pl ON (a.id_product = pl.id_product AND pl.id_lang = '.(int)$cookie->id_lang.') LEFT JOIN `'._DB_PREFIX_.'stock_mvt_reason_lang` mrl ON (a.id_stock_mvt_reason = mrl.id_stock_mvt_reason AND mrl.id_lang = '.(int)$cookie->id_lang.') LEFT JOIN `'._DB_PREFIX_.'employee` e ON (e.id_employee = a.id_employee) LEFT JOIN `'._DB_PREFIX_.'product_attribute_combination` pac ON (pac.id_product_attribute = a.id_product_attribute) LEFT JOIN `'._DB_PREFIX_.'attribute_lang` al ON (al.id_attribute = pac.id_attribute AND al.id_lang = '.(int)$cookie->id_lang.')'; $this->_group = 'GROUP BY a.id_stock_mvt'; parent::__construct(); Also good feature would be to export this data to CSV Thnx for any response or help. Bestregards Gasper
  3. I would like to keep track of all my products quantities and combinations but when I go into any of the "Stock" tabs other than "Stock Management" I get a message saying "No Items Found." I have enables stock management as well as advanced stock management in the products section of preferences. I also have checked off advanced stock management in each products but still no data. I have even set up a warehouse and placed the products in there even though I don't have a warehouse and still no luck. Can someone please suggest a way to fix this, I really need these reports in order to keep track of my products and know when to reorder them. Thank you
  4. Hi, I just met a small bug with mail alerts module. So here's the steps I took : 1. have a product X with qty 1 2. buy product X and confirm order / finish checkout 3. check stock movement : "product X , -1 , Order" 4. product X's qty is 0 and sold out in front end 5. click notify me when available on product detail (as customer) 6. go to order details in BO, and tick the checkbox to cancel products, and press "cancel products" 7. product X's qty is now 1 8. NO EMAIL NOTIFICATION (as a customer) 9. in my accounts > my alerts > there's still product X on that myalerts.php page … So I think, I've just found about the problem caused this : 10. check stock movement : "product X , 1 , ---ORDER---" (I think "Order" is for decreasing value because it's set to -1 in database, and after that, I tried once again step 1 to 5, and change the next steps : 1 - 5. (like above) 6. set order to canceled (without check box and press cancel products) 7. set product X's stock movement to "Increase , 1" 8. GET EMAIL NOTIFICATION (as a customer) 9. in my accounts > my alerts > no more products to be notified. My conclusion is, maybe it's because when canceling products on order detail page, the status should be changed to "Increase" not "Order".. I've tried to look inside classes/AdminOrders.php but didn't get any clue to change the stock movement reason after canceling products. [ JUST TRIED ] to change config/defines.inc.php > define('_STOCK_MOVEMENT_ORDER_REASON_', 1); > I set the reason to 1 (Increase), and tried again like step 1-9 in the first try above, then stock movement changed to "Increase" not "Order" anymore, but the email notification was still not sent and there's still product X on my account > my alerts page. Any help and fast reply would be much appreciated. Thank you.
×
×
  • Create New...