doushi5117 2016-08-16 10:33
浏览 44
已采纳

基于网络的会计应用[关闭]

I want to build a web Base application for accounting company with large amount of data that doing task like following

1-login page. 2- Inquiry account Details like (Account Owner Name, Account number, Balance, date,..personal information and account information.. etc ) by entering the primary key account number and then display to user some details 3- reports something like this example of Datatable and these reports should be exported to excel file or PDF file (I don't know if that possible in some way)

Notes

the system is running with oracle data

I want to know if using PHP to enhance the security and ajax technique to enhance the preference of querying data is good way to design my web base application or should I use something better

finally I you don't mind to give me a good explained example for above ideas or for the suggests ideas specifically example that using liked to oracle database

I searched and found examples that use PHP ajax and jquery or bootstrap with MySQL

I also want to know what the difference between them and which is better in my case

  • 写回答

1条回答 默认 最新

  • duandi2853 2016-08-16 10:49
    关注

    I would do it like this, because I feel comfortable with those languages, this kind of application can be created in a lot of languages, so why not go with those you are good at -> Backend: PHP, mysql Frontend: html, css, js, bootstrap

    I would use ajax if there is need for posting data and updating elements without refresh.

    But this is just me, do it with what you feel comfortable, but prepare everything before u start, create ER model for database based on as much info you can get, create business logic process and procedures before you start coding so you do not end up writing the same code multiple times. Hope this helps

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Pwm双极模式H桥驱动控制电机
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题