Arthur Poulet
fec6c7d204
comments are descriptionized
2016-02-01 02:27:43 +01:00
Arthur Poulet
1c5c5b1cc7
rmeove ticket header from ticket form
2016-02-01 02:07:32 +01:00
Arthur Poulet
51fbef582f
finish ticket thread
...
- use comments instead of a slave tickets
- fix security issues
2016-01-31 12:01:47 +01:00
Arthur Poulet
a769142d2f
update tickets
...
following #13
- tickets have no more master
- tickets are commentables
2016-01-31 02:22:11 +01:00
Arthur Poulet
6dd89038d3
add autompletion for bill
...
close #21
2016-01-30 23:06:48 +01:00
Arthur Poulet
d04a47541f
add autocompletion on contact and client id
...
- autocompletion to find a main contact for client
- same thing to find a client when create/edit a contact
2016-01-30 23:01:57 +01:00
Arthur Poulet
3f008c6c14
fix buggy commit
2016-01-30 22:17:01 +01:00
Arthur Poulet
464f2e5d5d
fix for older thant ruby 2.2 version
2016-01-30 21:57:44 +01:00
Arthur Poulet
12c6dbd0a3
fix typo
2015-08-31 16:43:25 +02:00
Arthur Poulet
78942c3589
fix commentable request
...
close #34
2015-08-09 01:12:52 +02:00
Arthur Poulet
1fc5e9afcd
improve comment/about partial
2015-08-05 02:15:36 +02:00
Arthur Poulet
3fa27602a9
add button "x" to remove the comments
...
known bug:
- generate a delete on /comments returning 404, but removing the
resource
attached to #32
2015-08-04 11:55:50 +02:00
Arthur Poulet
a030fc2854
add title to comment list
2015-08-02 15:58:17 +02:00
Arthur Poulet
b14a5e1b18
commentable are now responsive
...
- add comment_controller/layout
- add js to load the comments
2015-08-02 15:55:42 +02:00
Arthur Poulet
c874a2ea35
enable remote for comments/form
2015-08-02 14:18:12 +02:00
Arthur Poulet
50278c5cb6
fix #31 on client_tickets action new
2015-08-01 15:21:52 +02:00
Arthur Poulet
ebb7711ee6
fix client_ticket/_form target url
...
close #31
2015-08-01 15:19:03 +02:00
Arthur Poulet
3821b72b16
improve ticket description display
...
Now, ticket description display the images with <img>, links with <a>
and <br> when \n is inputed
- remove helper: html_with_br
- add helpers: descriptionize, linkize, imagize, brize
2015-08-01 15:10:49 +02:00
Arthur Poulet
6f60f63252
enable br balises \n
...
enhancement #18
2015-08-01 01:56:12 +02:00
Arthur Poulet
3d26f604d7
translate en/fr layouts/navbar
2015-07-29 17:35:57 +02:00
Arthur Poulet
ff5d2a3208
fix home/index translation, add sidebar translation
2015-07-29 17:33:06 +02:00
Arthur Poulet
093e4793d7
translate the user_dshboard fr/en
2015-07-29 17:26:46 +02:00
Arthur Poulet
4cf206d227
add note about export
2015-07-28 01:44:09 +02:00
Arthur Poulet
774c5e9884
implement commentable form for bills and contacts
...
wip #22
2015-07-28 01:37:51 +02:00
Arthur Poulet
d57ba8ad44
add comment form for client
...
- create controller concern commentable_form to use
"prepare_commentable_for"
- implement it in each controller
- implement form to clients/show
2015-07-28 01:33:13 +02:00
Arthur Poulet
f7e44aacd7
add table to display comment
...
- on contacts, clients, bills
2015-07-28 01:20:42 +02:00
Arthur Poulet
7646e982d3
fix comment, implementation
...
- creator polymorphic instead of user
- implementation
2015-07-25 22:30:19 +02:00
Arthur Poulet
0ea64494d3
Fix client_tickets translation
...
- missing little sentences
- remove .buttons to global translations
2015-07-24 23:12:50 +02:00
Arthur Poulet
81069a8595
translate bills and prepare the other translations
2015-07-24 22:53:51 +02:00
Arthur Poulet
63dcc3d08d
use globale translation of show btn on client_bills index
2015-07-24 08:51:05 +02:00
Arthur Poulet
bee97dbfd7
add export to admin dashboard
...
close #27
2015-07-23 19:40:24 +02:00
Arthur Poulet
169d780bad
add database export
2015-07-23 18:59:15 +02:00
Arthur Poulet
45c8d8cf71
improve ticket views (select close/open, fix button class)
2015-07-21 07:35:08 +02:00
Arthur Poulet
b33dd3f3cc
Update all forms for admin
...
- forms are full bootstraped
- datepicker in jquery for date fields
- installation of jquery ui
2015-07-21 07:21:58 +02:00
Arthur Poulet
b9533a8fc1
remove the last occurence of "last contact"
2015-07-20 15:50:01 +02:00
Arthur Poulet
a191f51e94
add Javascript to update the view_at after click
2015-07-18 16:39:40 +02:00
Arthur Poulet
7838150f59
remove contact.last_contact, fix contact.view_at
...
all this modifications re done in contact
- rename the column last_contact to view_at
- fix view
- add a link in /contact/index to update the view date
2015-07-18 16:12:19 +02:00
Arthur Poulet
4121db9310
update home/help link to issues
2015-07-18 03:02:33 +02:00
Arthur Poulet
b6a83ece53
Rewrite the home/help
...
- Rewrite user help
- add connection help
- display the panels in function of your creditentials
2015-07-17 17:16:11 +02:00
Arthur Poulet
7d5986d2e3
Add user dashboard
...
- add data to the home controller
- create the view users_dashboard in home
Close #17
2015-07-17 06:17:02 +02:00
Arthur Poulet
e060479af6
Fix layout
...
- Remove older bootstrap gem
- Install new bootstrap (up to date :) )
- Fix and finish layout partials
- Add links for mobiles in the navbar
- Update gemfile
Close #15
2015-07-17 05:50:07 +02:00
Arthur Poulet
1db9817e82
Large improvement of layouts
2015-07-17 05:34:24 +02:00
Arthur Poulet
04306131ba
Fix links in client_bills/tickets index views
2015-07-16 22:16:34 +02:00
Arthur Poulet
ed23d39eaa
add viewport meta balise to handle mobiles/zoom
2015-07-15 23:29:27 +02:00
Arthur Poulet
f3e630e429
Fix html mistake in admin dashboard view
2015-07-15 23:28:36 +02:00
Arthur Poulet
ab14f40008
improve admin_dashboard
...
- add links on the images
- add waiting ticket count
2015-07-14 04:18:12 +02:00
Arthur Poulet
5664e2b895
add help
2015-07-14 03:59:57 +02:00
Arthur Poulet
0f13cbf00d
Fix tickets and improve them
2015-07-14 03:47:01 +02:00
Arthur Poulet
d4bab51106
fix admin dashboard
2015-07-14 03:21:05 +02:00
Arthur Poulet
cd30ddec84
improve client_tickets form
2015-07-14 02:57:34 +02:00