Hello m'Managerians !
What do you think m'Manager 2.0 should be ? What features SHOULD or MUST be implemented right now !
Ability to add lot number
Hi. i would like to have one more column when i make an invoice. Next to the product (or somewhere else) to have an extra column in which i can add a custom text like "abcd-1234". I want this to add at my products a lot number. So if someone has a problem with products to say me the lot number to check if is a general option. Is possible? Thanks
Comments
Ok, as I promised to help, I will install a separate branch and add it this afternoon. You will need to add this template in theme custom folder so updates won't break it. I will tell you how
Just finished to add this feature to Invoice and Quote. All seem to be working great.
Template files are prepared for Order but not implemented yet.
As this causes lot of changes in views, business logic and database, I strongly advice you to:
- EXPORT A COPY OF THE DATABASE AS I ADDED FIELDS
- ZIP YOUR FOLDER CONTENT AND SAVE IT.
- DONT RUN AUTOMATIC UPDATE. ASK ME FOR CHANGES
I will push next days the last update for this version, because CodeIgniter seems to be dead for years. I am rewriting all the app under Symfony Framework with more modern PHP ressources.
Let me know if you need to display new fiels on invoice PDF.
Also make sure the notification folder is writtable. I don't get emails body, just the pdf
Eric
I made backup of files and db.
Yes should be visible at invoice also.
notification folder has 0755 permissions.
You said that you will change from CodeIgniter to Symfony Framework.
I can wait until then if you think it will be better.
Also i want to have only 2 languages at dropdown menu. Where could i change this?
Thanks for now
------EDIT------
Also i make changes like date format. i want like dd/mm/yyyy
I save it and it doesnt affect. Is the old format. Also i add taxes and on settings it says that i dont have any taxes.
Thanks
- you can add tax when creating item, then define a default tax in Region/format
- Don't worry for date format, will render correctly on documents.
- For languages, I guess you want greek and english. I did it
Stay tuned
Is possible to have the 'lot' field at proforma, quotes and credit notes?
Also i made a refund for test but when i create a new invoice for the same client the credit is 0.
What i missed?
Thanks
Yes, you did not read informations on refund page. When you make a credit note, m'Manager copies the whole invoice to refund tab but does not anything as it can't know if you refund for a specific item. So you have to open the credit note and do what you want. Before saving, you have option to add amount to client's account or not. Some will ask for fresh cash. Then save and all fine
Lot is already added to quotes
i installed the update about fonts you told me. Thanks
By the way, lot is added to proforma
Thanks
About template i told you before is not wrong translated. Is broken from font or something else.
When you have a little time send me to see a few things to close it.
Also i made many changes at Greek language that was wrong and added more translations. I will send it when i end.
Sorry for the delay. All views files are under themes/modules/ folders. Your template is invoice_tpl_4.php, quote_tpl_4.php etc
First at proforma when i add more products the extra columns seems to broke. See attach1
The second is when i create a new invoice the discount per product calculates wrong. Especially when i add a discount as amount. See pic2.
I added 5 euro and returned 500%
What can i do for this?
Thanks
Ok will look. I probably forgot to update the js. As it uses array keys, adding a new row causes index to be wrong. Are my ftp access available ?
I made an invoice. See pic.
We have the subtotal which is ok.
The total shouldnt be the subtotal - credit or i miss something?
When you use the credits that has a customer from refunds or returns, shouldn't that be deducted from the total amount he has to pay?
Discount sum shown is for information. Because other items may have discounts. This line sum up all discounts
If confusing, you can rename first Subtotal to Line total
Yes, when credit used, the final amount shows amount due. If not, layout may not be up to date. Check while editing the invoice.
Let me know if I misunderstood what you mean
Thanks for reporting, I will add option for people who may need to show remaining amount line.
Ex
My customer Eric had his first order and he bought 300 Euros. He returned some products which costs 100 Euros.
We made a credit note for him for 100 Euros.
On his next order bought products with total amount 900 euros (as pic above)
We added him his 100 euros credit from the previous order he had.
So the invoice shouldn't be something like
Subtotal 900
Credit 100
Total 800
subtotal is from his current order
credit it the amount from previous order
total is the amount he has to pay.
I just ask if i miss something. Thanks
3 questions.
1)Is possible to make the percentage discount output something like this 10% because now is like this 10.000% and accountant say that this is not acceptable because is something like 10 thousands %?
2) How could i have only 2 payments methods with cash the default and the bank transfer as second choice? Because i cant delete them from backend. and if i do it via phpmyadmin it loose the translation.
3) Where i can make it https? I have an ssl. I do it via htaccess without luck.
Thanks again
Don’t remove the payment methods. Their IDs are used to uniquely identifies payments and refunds. If you don’t use, it doesn’t matter. You will break something by removing too much.
The app is ready for ssl. Try something like this
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]
Update domain part