I’m developing a simple registration of persons, to show some differences between Django, web2py and Frappe for some friends, and I have is the following:
Doctype Person: He represents:
A generic person or
An individual or
A company or
A supplier or
A credit provider or
An Employee or
A goods carrier
Each variation is a form loaded in a Section Break, what I would do is:
And starting this parameter which manage the Section Breaks should be visible.
I just do not know how to manage URLs with frappe, someone could give me a help?
--
Best Regards.
Maxwell Morais
Python Developer powered by Webnotes framework <3
+55 11 954329659
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
Instead of making separate views, you can use depends_on to hide/unhide fields based on a field's value, like Person Type.
Suppose you want to pass a default value to the person type field, so that when the user navigates to the Person form, appropriate fields are shown, you can use wn.route_options/frappe.route_options dictionary to pass the value from one route to another.
So, if you are in a list of Person's of type Supplier and you click on new, the person type will be automatically filled in the new form.
On Tue, Mar 11, 2014 at 9:32 AM, Maxwell Morais <ma...@gmail.com> wrote:
Hi, guys!
I’m developing a simple registration of persons, to show some differences between Django, web2py and Frappe for some friends, and I have is the following:
Doctype Person: He represents:
A generic person or
An individual or
A company or
A supplier or
A credit provider or
An Employee or
A goods carrier
Each variation is a form loaded in a Section Break, what I would do is:
And starting this parameter which manage the Section Breaks should be visible.
I just do not know how to manage URLs with frappe, someone could give me a help?
--
Best Regards.
Maxwell Morais
Python Developer powered by Webnotes framework <3
+55 11 954329659
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
On Tue, Mar 11, 2014 at 11:20 AM, Anand Doshi <an…@erpnext.com> wrote:
Hi Max,
Instead of making separate views, you can use depends_on to hide/unhide fields based on a field's value, like Person Type.
Suppose you want to pass a default value to the person type field, so that when the user navigates to the Person form, appropriate fields are shown, you can use wn.route_options/frappe.route_options dictionary to pass the value from one route to another.
So, if you are in a list of Person's of type Supplier and you click on new, the person type will be automatically filled in the new form.
On Tue, Mar 11, 2014 at 9:32 AM, Maxwell Morais <ma...@gmail.com> wrote:
Hi, guys!
I’m developing a simple registration of persons, to show some differences between Django, web2py and Frappe for some friends, and I have is the following:
Doctype Person: He represents:
A generic person or
An individual or
A company or
A supplier or
A credit provider or
An Employee or
A goods carrier
Each variation is a form loaded in a Section Break, what I would do is:
And starting this parameter which manage the Section Breaks should be visible.
I just do not know how to manage URLs with frappe, someone could give me a help?
--
Best Regards.
Maxwell Morais
Python Developer powered by Webnotes framework <3
+55 11 954329659
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
I understand your perspective and I will use this, but, the Form (“widget”) is for me like a table, with one difference, tables represents One to Many relations, a form represents a One to One and Links represents a Many to One relation.
In my case I’m have these motivations to use a Form:
All person requires one or more addresses - the address showed in Person View is the primary address
A Individual person does not contains the same details that a Company
All persons are distincts with few details:
Bank:
Branch
Account
Company:
Fancy Name
CNPJ - Register of Legal Entities
Individual
RG - State Register of Persons
CPF - National Register of Persons
Birth Date …..
The idea is to partition the tables according to each segmentation of people. This makes them slightly larger pieces, but improves standardization Database.
Instead of making separate views, you can use depends_on to hide/unhide fields based on a field's value, like Person Type.
Suppose you want to pass a default value to the person type field, so that when the user navigates to the Person form, appropriate fields are shown, you can use wn.route_options/frappe.route_options dictionary to pass the value from one route to another.
So, if you are in a list of Person's of type Supplier and you click on new, the person type will be automatically filled in the new form.
On Tue, Mar 11, 2014 at 9:32 AM, Maxwell Morais <ma...@gmail.com> wrote:
Hi, guys!
I’m developing a simple registration of persons, to show some differences between Django, web2py and Frappe for some friends, and I have is the following:
Doctype Person: He represents:
A generic person or
An individual or
A company or
A supplier or
A credit provider or
An Employee or
A goods carrier
Each variation is a form loaded in a Section Break, what I would do is:
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.