We do free email marketing for RMG industries. We have huge email collections of all garments factory, all textile factory, all printing factory, all knit factory, all embroidery factory, all printing factory, all fashion industry. We send regular emails to these customer by using different email marketing software. If you connected to us in any way listed below, we will do free email marketing for you.
We need a gmail account to sign up on mail chimp account. He
you need to update your profile by inputting your business information. Please don’t
forget to put your website link in profile
You can integrate your mailchimp accont with social media
Audience Menu
How to create list on Mailchimp from
Contact will show in Audience menu. View Contacts from here
Raw Material -For sub-contracting, the contractor have to warn AUTOGARMENT when he meets problems with the raw material during the knitting or the weaving. He can refuse to use a defective yarn. He have also to warn AUTOGARMENT about problems concerning the consignment of the yarn. If he doesn’t do that, he is responsible for using this yarn. Read more about Garments Quality Control Inspection Report Software
Control of the settings
The sub-contractor
or the supllier have to assure the regularity of the settings of the machines,
for all the AUTOGARMENT orders.
Inspection of the undied pieces
The inspection is
conducted so as to repair the following faults :
– holes
– lineage
– stains
– thickness
– faults
– coarseness
– snags
– defect in
surface finish
– loose
cottons
– not uniform
This list is not exhaustive. The accounting of the faults must be calculated according to the method of the “ AUTOGARMENT points ” through duplicate faults or through the number of faults. A fault must be considered with regard to its enormity and its impact on the use of the manufactured product. An evaluation of
the faults will be made in accordance with
the table below.
Length of the
fault
Demerite points
Less than 3 cm
1 point
between 3 and 20
cm
2 points
between 20 and
50 cm
3 points
More than 50 cm and cuts
4 points
Tolerance
limitations :
The maximum number
of demerite points per linear metre is fixed at 4, whatever the number of
faults.
There can not be
– a 4 point fault in the first 3 and the last three metres of the length
– 3 and 4 point faults within three metres of each other
– a hole of more than 3cm (= 4 demerite points)
– more than 2 holes per 50 metre length
– any fault meriting 4 demerite points which continues through 1.5metres.
Désignation
Acceptation
limits
(for a length
of 100 m and a width of 150 cm)
100% natural
fibres or a mixture of natural and synthetic fibres
30 demerite
points and/or 12 faults
100% synthetic
fibres
25 demerite
points and/or 10 faults
For other lengths
and widths , the tolerance will be proportional.
Frequency of control
One piece by machine and by team have to be inspected at least. When a default is
detected, the others pieces have to be inspected, to find the source of the problem.
Here we will show some most important MySQL commands that we need to apply for daily jobs.
MySQL Commands for WordPress
For Database Optimization
Revisions Clean: DELETE FROM posts WHERE post_type = ‘revision’
Auto Draft Clean: DELETE FROM posts WHERE post_status = ‘auto-draft’
Pending Comments Clean: DELETE FROM comments WHERE comment_approved = ‘0’
Spam Comments Delete: DELETE FROM comments WHERE comment_approved = ‘spam’
Trash Comment Clean: DELETE FROM comments WHERE comment_approved = ‘trash’
Trackbacks Clean: DELETE FROM comments WHERE comment_type = ‘trackback’
Pingbacks Clean: DELETE FROM comments WHERE comment_type = ‘pingback’
Orphan post meta: DELETE pm FROM postmeta pm LEFT JOIN posts wp ON wp.ID = pm.post_id WHERE wp.ID IS NULL
Orphan comment meta: DELETE FROM commentmeta WHERE comment_id NOT IN (SELECT comment_id FROM comments)
Orphan user meta: DELETE FROM usermeta WHERE user_id NOT IN (SELECT ID FROM users)
Orphan Relationships: DELETE FROM term_relationships WHERE term_taxonomy_id=1 & object_id NOT IN (SELECT id FROM posts)
Expired Transients:
Pending Comments: DELETE FROM comments WHERE comment_approved = ‘0’
Question: Should I delete Trackbacks an Pingbacks comments for Speed and Database optimization?
MySQL Commands for PHP
How to restore files from online to local server. For this, at first login your cpanel. www.yourdomain.com/cpanel. Provide user name and password and login. Generally web folder contain in Public_html folder. So download your web folder under Public_html.
After installing Xampp in local server some files of php.ini need to edit before run it offline.
select * from cuttingproduction where buyerr=’C’ and ordr=’A’;
delete from cuttingproduction where buyerr=’C’ and ordr=’A’;
delete from ordr where ccbuyerr=’C’ and ccordr=’A’;
delete from sizzze where ccbuyerr=’C’ and ccordr=’A’;
delete from colourr where ccbuyerr=’C’ and ccordr=’A’;
delete from lott where ccbuyerr=’C’ and ccordr=’A’;
delete from countryy where ccbuyerr=’C’ and ccordr=’A’;
select * from cuttingproduction where buyerr=’Z’ and ordr in (‘V’,’Z’,’L’,’M’,’W’,’S’,’K’,’B’,’R’,’G’,’N’,’U’,’J’,’X’,’Y’,’A’,’C’,’Q’);
delete from ordr where ccbuyerr=’Z’ and ccordr in (‘V’,’Z’,’L’,’M’,’W’,’S’,’K’,’B’,’R’,’G’,’N’,’U’,’J’,’X’,’Y’,’A’,’C’,’Q’);
delete from colourr where ccbuyerr=’Z’ and ccordr in (‘V’,’Z’,’L’,’M’,’W’,’S’,’K’,’B’,’R’,’G’,’N’,’U’,’J’,’X’,’Y’,’A’,’C’,’Q’);
delete from sizzze where ccbuyerr=’Z’ and ccordr in (‘V’,’Z’,’L’,’M’,’W’,’S’,’K’,’B’,’R’,’G’,’N’,’U’,’J’,’X’,’Y’,’A’,’C’,’Q’);
delete from lott where ccbuyerr=’Z’ and ccordr in (‘V’,’Z’,’L’,’M’,’W’,’S’,’K’,’B’,’R’,’G’,’N’,’U’,’J’,’X’,’Y’,’A’,’C’,’Q’);
delete from countryy where ccbuyerr=’Z’ and ccordr in (‘V’,’Z’,’L’,’M’,’W’,’S’,’K’,’B’,’R’,’G’,’N’,’U’,’J’,’X’,’Y’,’A’,’C’,’Q’);
select * from cuttingproduction where buyerr=’W’ and ordr in (‘I’,’J’,’L’,’M’,’N’,’O’,’P’,’Q’,’R’,’S’,’T’,’V’,’A’,’B’,’C’,’D’,’E’,’F’,’G’,’K’,’U’,’W’);
delete from cuttingproduction where buyerr=’W’ and ordr in (‘I’,’J’,’L’,’M’,’N’,’O’,’P’,’Q’,’R’,’S’,’T’,’V’,’A’,’B’,’C’,’D’,’E’,’F’,’G’,’K’,’U’,’W’);
delete from ordr where ccbuyerr=’W’ and ccordr in (‘I’,’J’,’L’,’M’,’N’,’O’,’P’,’Q’,’R’,’S’,’T’,’V’,’A’,’B’,’C’,’D’,’E’,’F’,’G’,’K’,’U’,’W’);
delete from colourr where ccbuyerr=’W’ and ccordr in (‘I’,’J’,’L’,’M’,’N’,’O’,’P’,’Q’,’R’,’S’,’T’,’V’,’A’,’B’,’C’,’D’,’E’,’F’,’G’,’K’,’U’,’W’);
delete from sizzze where ccbuyerr=’W’ and ccordr in (‘I’,’J’,’L’,’M’,’N’,’O’,’P’,’Q’,’R’,’S’,’T’,’V’,’A’,’B’,’C’,’D’,’E’,’F’,’G’,’K’,’U’,’W’);
delete from lott where ccbuyerr=’W’ and ccordr in (‘I’,’J’,’L’,’M’,’N’,’O’,’P’,’Q’,’R’,’S’,’T’,’V’,’A’,’B’,’C’,’D’,’E’,’F’,’G’,’K’,’U’,’W’);
delete from countryy where ccbuyerr=’W’ and ccordr in (‘I’,’J’,’L’,’M’,’N’,’O’,’P’,’Q’,’R’,’S’,’T’,’V’,’A’,’B’,’C’,’D’,’E’,’F’,’G’,’K’,’U’,’W’);
Supply Chain Management Software- We have developed several supply chain management software for clothing industries. Supply chain is integration of different sub module like inventory , requisition, procurement, sales, warehouse management etc. For any queries, please Contact Us.
Supply Chain Management Sub Modules
Sub Modules of Suply chain software is described below –
COGS: Cost of Good of Services Sold. It is direct
cost to production making in software system. Indirect cost is not including
here. It is completely accounting terms It consists of Stock, Procurement, Products,
Shipment
Business Company Declaration: It is very essential
for developing a software. AT first software owner need to set company name.
Example of company name, Auto Garments Ltd, Auto Printers Ltd, Auto Knit Ltd
etc.
Business Unit Declaration: Business Unit is also
essential. Example of garments business unit, AGL, APL, AKL, HO, Factory. Cost center
hierarchy is first job for any software development
Business Department Declaration: Business department
must set before data entry. Inventory Item Category and Sub Category: Inventory Item
category need to defined initially otherwise software may fail. Inventory Item
valuation, inventory check, data validation and all other document format
require.
Batch Management: For better supply chain system
batch management is essential to track the products. In garments factory two types
of products are entered. One is general stationary and other one is raw materials.
Pen,
cartridge, show, water bottle, pencil is example of general stationary. All
general item may not use during garment production. Fabric, thread, yarn,
button, lace, interlining are example of raw material. All raw material use
during garment manufacturing process. Batch management requires for this
material for tracking in Fiffo method. For example, when a garment will be
found as defect in finishing section or after shipment to customer, we can identify
the root cause of the fault. Barcode
system can be used in batch management.
During developing the supply chain system software all
person of marketing, merchandising, inventory, store, commercial, sample,
compliance is essential to attend in a meeting.
Supplier Return Process: It can be in multiple way. Return adjustment
is essential in this this section. When a garment opens a LC, amount is
declared on letter of credit. Which is already sent to party. But there is some
option when a suppler send their raw material in a garment. They may send 5%
less or more. If it is more than software owner needs to store it separate location
with 0 value. If it is less, like 95% then 100% value will comply in 95%.
Downgrade Disposal: Disposal item should be quit by
Right Off system.