[jira] [Closed] (COMDEV-269) GSOC 2018 OFBiz Extend AR/AP to support China accounting regulations

2020-09-05 Thread Shi Jinghai (Jira)


 [ 
https://issues.apache.org/jira/browse/COMDEV-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shi Jinghai closed COMDEV-269.
--
Resolution: Invalid

Close now.

> GSOC 2018 OFBiz Extend AR/AP to support China accounting regulations
> 
>
> Key: COMDEV-269
> URL: https://issues.apache.org/jira/browse/COMDEV-269
> Project: Community Development
>  Issue Type: New Feature
>  Components: GSoC/Mentoring ideas
>Reporter: Shi Jinghai
>Priority: Major
>  Labels: Java, OFBiz, gsoc2018
>
> We can imagine business as a network, every company is a node.
> In current OFBiz AR/AP model, a payment incoming to the node is AR, a payment 
> outgoing from the node to other one is AP.
> In China accounting regulations, every company has suppliers and customers. A 
> payment flow between suppliers and the company is AP, no matter it's an 
> incoming or outgoing payment. A payment flow between the company and 
> customers is AR, no matter it's an incoming or outgoing payment. The pros of 
> China accounting regulations is it's easy to understand a company's financial 
> problems, purchase too much, sales too little. The cons is it's not popular 
> and natural.
> No surprise, the balance numbers are same as the results of AR - AP are equal.
> Here are the task requirements:
> 1. Extend OFBiz to support China accounting regulations, OFBiz user can set a 
> company to use general and/or China AR/AP.
> 2. The implement should be a patch against OFBiz trunk.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Closed] (COMDEV-270) GSOC 2018 OFBiz Onpage help tool

2020-09-05 Thread Shi Jinghai (Jira)


 [ 
https://issues.apache.org/jira/browse/COMDEV-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shi Jinghai closed COMDEV-270.
--
Resolution: Invalid

I agree with Jacques. This issue is no longer valid as it's for gsoc 2018. 
Close now.

> GSOC 2018 OFBiz Onpage help tool
> 
>
> Key: COMDEV-270
> URL: https://issues.apache.org/jira/browse/COMDEV-270
> Project: Community Development
>  Issue Type: New Feature
>  Components: GSoC/Mentoring ideas
>Reporter: Shi Jinghai
>Priority: Critical
>  Labels: gsoc2018
>
> Sometimes we want to tell OFBiz user that we add a new important function on 
> a page he/she is viewing, or help user understand the steps on a page without 
> leaving that page.
> Obviously, JQuery-pagewalkthrough[1] is a good choice to be the front end of 
> onpage helps, and developers can create/edit the multi-language content of 
> helps in OFBiz content component.
> The target of this task is to implement this Onpage help tool and several 
> example pages for OFBiz trunk.
>  
> 1. [https://github.com/jwarby/jquery-pagewalkthrough]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Created] (COMDEV-270) GSOC 2018 OFBiz Onpage help tool

2018-02-07 Thread Shi Jinghai (JIRA)
Shi Jinghai created COMDEV-270:
--

 Summary: GSOC 2018 OFBiz Onpage help tool
 Key: COMDEV-270
 URL: https://issues.apache.org/jira/browse/COMDEV-270
 Project: Community Development
  Issue Type: New Feature
Reporter: Shi Jinghai


Sometimes we want to tell OFBiz user that we add a new important function on a 
page he/she is viewing, or help user understand the steps on a page without 
leaving that page.

Obviously, JQuery-pagewalkthrough[1] is a good choice to be the front end of 
onpage helps, and developers can create/edit the multi-language content of 
helps in OFBiz content component.

The target of this task is to implement this Onpage help tool and several 
example pages for OFBiz trunk.

 

1. [https://github.com/jwarby/jquery-pagewalkthrough]

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Updated] (COMDEV-269) GSOC 2018 OFBiz Extend AR/AP to support China accounting regulations

2018-02-07 Thread Shi Jinghai (JIRA)

 [ 
https://issues.apache.org/jira/browse/COMDEV-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shi Jinghai updated COMDEV-269:
---
Description: 
We can imagine business as a network, every company is a node.

In current OFBiz AR/AP model, a payment incoming to the node is AR, a payment 
outgoing from the node to other one is AP.

In China accounting regulations, every company has suppliers and customers. A 
payment flow between suppliers and the company is AP, no matter it's an 
incoming or outgoing payment. A payment flow between the company and customers 
is AR, no matter it's an incoming or outgoing payment. The pros of China 
accounting regulations is it's easy to understand a company's financial 
problems, purchase too much, sales too little. The cons is it's not popular and 
natural.

No surprise, the balance numbers are same as the results of AR - AP are equal.

Here are the task requirements:

1. Extend OFBiz to support China accounting regulations, OFBiz user can set a 
company to use general and/or China AR/AP.

2. The implement should be a patch against OFBiz trunk.

  was:
We can imagine business as a network, every company is a node.

In current OFBiz AR/AP model, a payment incoming to the node is AR, a payment 
outgoing from the node to other one is AP.

In China accounting regulations, every company has suppliers and customers. A 
payment flow between suppliers and the company is AP, no matter it's an 
incoming or outgoing payment. A payment flow between the company and customers 
is AR, no matter it's an incoming or outgoing payment. The pros are that 
purchase and sales have different staff to deal with, different business rules 
to run such as contracts, payment terms and etc. The cons is it's not popular 
and natural.

No surprise, the balance numbers are same as the results of AR - AP are equal.

Here are the task requirements:

1. Extend OFBiz to support China accounting regulations, OFBiz user can set a 
company to use general and/or China AR/AP.

2. The implement should be a patch against OFBiz trunk.


> GSOC 2018 OFBiz Extend AR/AP to support China accounting regulations
> 
>
> Key: COMDEV-269
> URL: https://issues.apache.org/jira/browse/COMDEV-269
> Project: Community Development
>  Issue Type: New Feature
>  Components: GSoC/Mentoring ideas
>Reporter: Shi Jinghai
>Priority: Major
>  Labels: Java, OFBiz, gsoc2018
>
> We can imagine business as a network, every company is a node.
> In current OFBiz AR/AP model, a payment incoming to the node is AR, a payment 
> outgoing from the node to other one is AP.
> In China accounting regulations, every company has suppliers and customers. A 
> payment flow between suppliers and the company is AP, no matter it's an 
> incoming or outgoing payment. A payment flow between the company and 
> customers is AR, no matter it's an incoming or outgoing payment. The pros of 
> China accounting regulations is it's easy to understand a company's financial 
> problems, purchase too much, sales too little. The cons is it's not popular 
> and natural.
> No surprise, the balance numbers are same as the results of AR - AP are equal.
> Here are the task requirements:
> 1. Extend OFBiz to support China accounting regulations, OFBiz user can set a 
> company to use general and/or China AR/AP.
> 2. The implement should be a patch against OFBiz trunk.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Updated] (COMDEV-269) GSOC 2018 OFBiz Extend AR/AP to support China accounting regulations

2018-02-07 Thread Shi Jinghai (JIRA)

 [ 
https://issues.apache.org/jira/browse/COMDEV-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shi Jinghai updated COMDEV-269:
---
Labels: Java OFBiz gsoc2018  (was: )

> GSOC 2018 OFBiz Extend AR/AP to support China accounting regulations
> 
>
> Key: COMDEV-269
> URL: https://issues.apache.org/jira/browse/COMDEV-269
> Project: Community Development
>  Issue Type: New Feature
>  Components: GSoC/Mentoring ideas
>Reporter: Shi Jinghai
>Priority: Major
>  Labels: Java, OFBiz, gsoc2018
>
> We can imagine business as a network, every company is a node.
> In current OFBiz AR/AP model, a payment incoming to the node is AR, a payment 
> outgoing from the node to other one is AP.
> In China accounting regulations, every company has suppliers and customers. A 
> payment flow between suppliers and the company is AP, no matter it's an 
> incoming or outgoing payment. A payment flow between the company and 
> customers is AR, no matter it's an incoming or outgoing payment. The pros are 
> that purchase and sales have different staff to deal with, different business 
> rules to run such as contracts, payment terms and etc. The cons is it's not 
> popular and natural.
> No surprise, the balance numbers are same as the results of AR - AP are equal.
> Here are the task requirements:
> 1. Extend OFBiz to support China accounting regulations, OFBiz user can set a 
> company to use general and/or China AR/AP.
> 2. The implement should be a patch against OFBiz trunk.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Created] (COMDEV-269) GSOC 2018 OFBiz Extend AR/AP to support China accounting regulations

2018-02-07 Thread Shi Jinghai (JIRA)
Shi Jinghai created COMDEV-269:
--

 Summary: GSOC 2018 OFBiz Extend AR/AP to support China accounting 
regulations
 Key: COMDEV-269
 URL: https://issues.apache.org/jira/browse/COMDEV-269
 Project: Community Development
  Issue Type: New Feature
  Components: GSoC/Mentoring ideas
Reporter: Shi Jinghai


We can imagine business as a network, every company is a node.

In current OFBiz AR/AP model, a payment incoming to the node is AR, a payment 
outgoing from the node to other one is AP.

In China accounting regulations, every company has suppliers and customers. A 
payment flow between suppliers and the company is AP, no matter it's an 
incoming or outgoing payment. A payment flow between the company and customers 
is AR, no matter it's an incoming or outgoing payment. The pros are that 
purchase and sales have different staff to deal with, different business rules 
to run such as contracts, payment terms and etc. The cons is it's not popular 
and natural.

No surprise, the balance numbers are same as the results of AR - AP are equal.

Here are the task requirements:

1. Extend OFBiz to support China accounting regulations, OFBiz user can set a 
company to use general and/or China AR/AP.

2. The implement should be a patch against OFBiz trunk.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org