Posts

account_date_check module

Account Date Check Add a boolean field on journals:"Allow date not in the period" By default, this field is checked true. If this field is not checked true, the system will check that if the date is in the current period when you create an account entry. Otherwise, It will generate an error message: "The date of your account move is not in the defined period !".

Account Analytic Plans

account_analytic_plans Module to fulfill requirements for multiple-plans in analytic accounting Currently, an invoice can create only one analytic entry from defined analytic account in invoice line. The goal of this module is to allow several analytic plans, According to the journal, So that multiple analytic lines will be created when an invoice will be confirmed. Second goal is to allow creating automatic analytic entries when writing general entries manually through: Finance > Entries > By Journal. For example, the analytic structure: Projects Project 1 SubProj 1.1 SubProj 1.2 Project 2 Salesman Eric Fabien Here, we can have two plans: Projects and Salesman. An invoice line will write analytic entries in the 2 plans: SubProj 1.1 and Fabien. The amount will also be splitted, example: Plan1: SubProject 1.1 : 50% SubProject 1.2 : 50% Plan2: Eric: 100% So when this line of invoice will be confirmed it will generate 3 analytic lines. sale_analytic_plans This module ...

sales_purchase_seq

sales_purchase_seq is a module to manage sales and purchase sequence. Now when we open sales or purchases order and just close it without creating sales or purchase orders, it will automatically increase the sequence of a particular order. This module avoid such holes between the sequence, so that when you create a new order it will increase the sequence otherwise the sequence will not be increased.

mrp_operations Module Introduction

This module adds state, date_start,date_stop and delay in production order operation lines (in the "Workcenters" tab) State: draft, confirm, done, cancel When finishing/confirming,canceling production orders set all state lines to the according state. Create menus: Production Management > All Operations Production Management > All Operations >Production Orders to Do (State=Confirm) Production Management > All Operations >Waiting Production Orders (state=Draft) Which is a view on "Workcenters" lines in production order,editable tree Add buttons in the form view of production order under workcenter tab: * start (set state to confirm), set date_start * done (set state to done), set date_stop * set to draft (set state to draft) * cancel set state to cancel When the production order becomes "ready to produce", operations must become 'confirmed'. When the production order is done, all opera...