forked from GPCsolutions/doliwoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
140 lines (93 loc) · 3.46 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
=== DoliWoo ===
Contributors: GPC.solutions
Tags: dolibarr, woocommerce, ecommerce, erp, integration
Author URI: https://gpcsolutions.fr
Plugin URI: https://gpcsolutions.github.io/doliwoo
Requires at least: 3.7.1
Tested up to: 3.7.1
Stable tag: 1.0.2
License: GPL-3.0+
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Integrate Dolibarr with a WooCommerce shop.
== Description ==
Doliwoo allows integration of Dolibarr into WooCommerce.
It leverages Dolibarr webservices feature to exchange data.
= Features =
**Dolibarr to WooCommerce**
* Periodic sync of products informations including images and stock informations
* Link customers to existing thirdparties
**WooCommerce to Dolibarr**
* Create thirdparties
* Create customer orders
**Known missing (TODO)**
* Products stock informations resync on orders
* Invoicing
* Payments
* Multiple languages products management
**Known issues**
WooCommerce VAT management vastly differs from Dolibarr and we need equivalence tables.
Supplied tables:
* Chile
* France
* Germany
* Italy
* Spain
All other countries are missing. Contributions welcome!
= Requirements =
**PHP extensions**
* SOAP
* OpenSSL
**WordPress plugins**
* Woocommerce >= 2.0.0
**Dolibarr**
* HTTPS access with a valid certificate
* Dolibarr >= 3.4.0
* Modules:
* Webservices
* Thirdparties
* Products
* Categories (Products)
* Orders
== Installation ==
1. Make sure the WooCommerce plugin is installed into your WordPress
2. Extract the zip file to the 'wp-content/plugins/' directory of your WordPress installation
3. Activate the plugin from 'Plugins' WordPress settings page
4. Go to 'WooCommerce' 'Settings' under the 'Integration' tab and configure the 'Doliwoo' section
== Frequently Asked Questions ==
= Is this plugin stable and useable in a production environment? =
NO! This is beta code. This project started as an internal proof of concept and has just been reviewed.
But you're very welcome to test it on a pre-production environment.
= OK, so how can I make it happen then? =
You can help by testing, providing detailed bug reports, documentation or even code.
Alternatively, you can buy paid support and/or development services from us: [GPC.solutions](https://gpcsolutions.fr).
= Why do I need to use HTTPS with a good known SSL certificate? =
Otherwise SOAP requests will fail.
This is a security feature to make sure your important data is properly encrypted in transit between WooCommerce and Dolibarr.
You may allow insecure requests by tweaking the source code if you know what you're doing but we don't recommend that.
== Screenshots ==
1. The configuration page
== Changelog ==
= 1.0.2 =
* Even better logging
* Fixed thirdparties creation (prevented Dolibarr order creation for logged-in users)
= 1.0.1 =
* Better logging on unexpected SOAP responses
= 1.0.0 =
* First stable release
* Polished errors reporting
* Polished interface
* Basic international VAT rates management
= 0.0.1 =
* First beta release
* Periodically sync products from a Dolibarr category
* Use a generic thirdparty for sales without user creation
* Create or reuse a thirdparty for sales with a logged in user
* Create an order into Dolibarr for each sale
== Upgrade Notice ==
= 1.0.2 =
Upgrade required.
Critical bug preventing thirdparties and order creations for logged-in users fixed.
= 1.0.1 =
Upgrade optional. No functional changes only more logging.
= 1.0.0 =
Stable release