Skip to main content

Latest odoo module for logo printing business

 Latest odoo module for logo printing business 



Elements:

Product Attribute Model

I can delete not critical attributes

Can not delete critical attributes

I can restore deleted [important] attributes

Critical attributes have some critical values

I can not delete critical values for critical attributes

Product Template Model

Control extra cost & other template availability

Prevent repeating the same critical attribute record

For each additional attribute "not required" value is a must

Can not repeat the same name for critical attributes

Sale Order

Add logos to Sale Order

Logo is inherited in the Sale Order Line

Logo submissions are deleted by deleting their Sale Order Line

For each line, there must be one single logo submission for each position

Deleting Sale Order causes deletion of its logo submissions

Sale Quotations can be sent to customers by mail via SMTP protocols

Sale

Extra cost according to attributes

Refrshing the page does not eliminate choices

Enabling dialog form to choose some of the attributes

There is a default "not require" attribute

"not required" attribute is set if no any attribute is selected

Logo will be submitted for selected attributes only

There is a page for logo submissions within Sale Order model

Clicking on paperclip button enables you to choose your logo and submit

From "Order Submitted Logos" page you can get all submissions details

Clicking on the paperclip button after submission enables you to see your submissions

You can change your submitted logo from the same clipse button

Each logo submission is labeled by its related position

For not selected logo position you can not submit logos

User error arises causing the app to request logo for "not required" attribute

Logos are successfully submitted without duplications

Logo Print Library

Search options by all sale details

Filter option is available

Group-by option for many fields

Tracing the reason for the user error

The app did not submit the selected logo as the attribute is "not required"

The user didn't choose the position, but they clicked on "Add Second Location"

The app will not approve submissions for not selected position attributes

In addition to this, we provide:

  • hosting experience with full web server protection
  • Encrypted HTTPS service with acknowledged SSL certificate
  • Database protection from cyber attacks
  • mailing services optimization using SMTP/POP/IMAP protocols
  • odoo implementation
  • SEO optimization by enabling Google Search Console, Google Analytics, and Google Tag Manager


What are you waiting for? visit us on kobros-tech.com

Comments

Popular posts from this blog

Use CS50 Library in Your Local Machine Offline (C Language Setup)

Use CS50 Library in Your Local Machine Offline (C Language Setup) Make Your PC Ready for C Programming with CS50 In this guide, you will learn how to prepare your computer to run C programs locally and use the CS50 library offline. The following videos will walk you through all required tools and setup steps. Step 1: Install Visual Studio Code This video explains how to download and install Visual Studio Code on Windows 10. Step 2: Install C/C++ Compiler (GCC, G++, GDB) Learn how to install the C/C++ toolchain using MinGW-w64 and MSYS2. Step 3: Configure VS Code for C/C++ This step shows how to properly configure Visual Studio Code for C and C++ programming. How to Use CS50 Library Offline After completing the setup above, follow these steps to use the CS50 library locally without internet access: Download the CS50 library from GitHub Releases: https://github.com/cs50/libcs50/rel...

Install Windows 11 on a bootable USB using Linux

 Install Windows 11 on a bootable USB using Linux 1 Download the iso image of Windows from the offical website for Microsoft 2 Open terminal and run these commands to install WoeUSB sudo add-apt-repository ppa:tomtomtom/woeusb sudo apt update sudo apt install woeusb 3 Plugin the USB into the device, and run this command lsblk Assume your USB is /dev/sdb 4 Format it to NTFS or FAT32: sudo mkfs.ntfs -f /dev/sdb # or sudo mkfs.vfat -F 32 /dev/sdb 5 Unmount the USB sudo umount /dev/sdb* 6 Burn the ISO file into the USB sudo woeusb --device /path/to/windows.iso /dev/sdb 7 Remove the USB if the files are burned successfuly and it can be used as bootable to install Windows.