Advance on salary request in odoo - odoo-9

I want to create a advance salary module in Odoo v9.
I don't think that there is a module available in odoo for the same.
Functionality goes like this.
An employee request's for advance salary. The request then goes to Team lead and other senior officer like Manager for approve or refuse.
Can anyone suggest me a way that how can I achieve this task.

There is a module for that:
https://www.odoo.com/apps/modules/9.0/employee_advance_salary/
...with a cost.
Maybe you can work on a free version, at lease you have soomething to base on.

Related

CiviCRM With Drupal, WordPress or Joomla

I am currently working on a collage project where they have following requirement.
Users :
Super admin, Department Head(who will be admin for staff/student of particular department), Staff(who can have access to all the students info of their department),Students(department wise and year wise)
->Awards section(should be seen in their respective profile page)
->Announcements from Department heads to either staff or students or both
->Event calendar
->inter department message exchange by department head and staff
->Department and Staff should have access to all the registered students according to thier year and department wise
->Students can have access to their respective batch information
->blog section where post need to be moderated by their department heads
I am confused if CiviCRM fits into the requirements and if yes which module should i use drupal, joomla or wordpress.
I am good at WordPress and have far more knowledge then i have regarding drupal or joomla. But as of posts of others drupal have better flexibility.
So kindly if any solution which can improve my output.
Thanks and Regards,
LoTR
Frankly it looks like you might not need CiviCRM or any CRM at all. But it really depends on what you mean by "Department and Staff should have access to all the registered students according to thier year and department wise." If you mean access to significant amounts of info about those students, info that might be stored in a profile, you might put that into CiviCRM as custom fields. But you could also build profiles in Wordpress though you might need to know PHP.
All the rest of your requirements seem like they can be built in the CMS, maybe with an event module thrown on.
CiviCRM is somewhat better supported under Drupal, but if you know Wordpress better that will like make up the difference.
A project like this needs a complex, comprehensive planning stage to evaluate the needed features and what code base would best support them.

Magento 1.9.0.1 removing cash/credit card base payment

Is it possible to removed CreditCard/Cash base payment
and use points base to purchase product to my magento store???
Ex: if i have 10points on my magento user account
i can buy product which is below 10price :)
im a newbie in this and don't have someone to talk to....
hehehe thanks for understanding my newbie like question hahaha
right now im trying
http://www.magentocommerce.com/wiki/5_-_modules_and_development/payment/create-payment-method-module
is it what im looking for?
thanks if someone direct me to the right path hehehehe
As far as i know magento is not created for that, if you really need to do something like that in magento , you probably need to dig up its code and change function of things nabout payment

Joomla User & Reporting manager mapping

I want to implement leave management system in joomla. For every leave i want email notification to be sent to employee's manager (reporting manager). I need to do employee - > reporting manager mapping somewhere in database.
Is there any built in utility in joomla user groups which can help me? OR Do I need to simply create mapping table in database?
Please suggest.
We are looking for something very similar to run within a Joomla Intranet environment.
I have recently found an extension that might be the kind of thing you are looking for - have a look at Intranet Attendance Track by thagatpam in the extensions directory.
The extension can track attendance, leave, and has a manager approval system built-in.
Hope this helps.

Magento - Postage price dependant on user group / discount

Hoping someone here is able to help, I have a Magento Community store set up with a discount for wholesale orders, these are orders over a certain value made by customers logged in via a wholesale account, which is just an account with the customer group wholesale.
I’m trying to alter the postage cost just for customers making a wholesale order but have not yet managed to find a suitable way to get this to work.
Thank you in advance for any suggestions!
You should use an extension, like this one. I do not use that one however I have purchased Amasty's extensions before.
In fact, thanks for asking this question, we'll need to review some of his latest work to see if we need to buy more... :D

How to find which admin user posted the product?

Currently Im working on a magento project and it have a plugin developed by another team. This project have merchant logins also. But the issue I am facing now is. When I add a product from merchant panel, it is not getting displayed in his product list. It is shown in admin product list. I want to track down what userid is entering corresponding to that record inserting from merchant login.
In which table I have look? After searching a lot I believe they are not storing any userid corresponding to each product. But I am not sure about that. How can I confirm that?
Please help me
Thanks in advance
There is no such functionality in magento admin, as far as I know. But you can write your own module to controller_action_predispatch or to core_abstract_model_save_after(or something like this) events. And you will be able to see who did what.
UPDATE 1
If I am right, meaning this is not implemented, then you should your own custom logging module.
Module should use Observer functionality. If you want particullarly catch the product save, then you should catch the events of product saving.
here.
To compare product data you can see an example here.
Well to get current user you can read this example.
Moreover in case it is not enough, you may watch here, something might be interestring for you.

Resources